Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ValidUrlTestCase::testInvalidAbsolute | function | modules/ |
Test invalid absolute URLs. |
| ValidUrlTestCase::testInvalidRelative | function | modules/ |
Test invalid relative URLs. |
| ValidUrlTestCase::testValidAbsolute | function | modules/ |
Test valid absolute URLs. |
| ValidUrlTestCase::testValidRelative | function | modules/ |
Test valid relative URLs. |
| valid_email_address | function | includes/ |
Verifies the syntax of the given e-mail address. |
| variable_set | function | includes/ |
Sets a persistent variable. |
| VERSION | constant | includes/ |
The current system version. |
| vertical-tabs-rtl.css | file | misc/ |
div.vertical-tabs { margin-left: 0; margin-right: 15em; } .vertical-tabs ul.vertical-tabs-list { margin-left: 0; margin-right: -15em; float: right; } .vertical-tabs ul.vertical-tabs-list li.selected { border-left-width: 0; … |
| vertical-tabs-rtl.css | file | themes/ |
/** * Override of misc/vertical-tabs-rtl.css. */ div.vertical-tabs { background: #fff url(images/fc-rtl.png) repeat-y right 0; } div.vertical-tabs .vertical-tabs-list { float: right; margin: 0 0 -1px -100%; } div.vertical-tabs ul li.selected… |
| vertical-tabs.css | file | themes/ |
/** * Override of misc/vertical-tabs.css. */ div.vertical-tabs { background: #fff url(images/fc.png) repeat-y 0 0; /* LTR */ border: 1px solid #ccc; margin: 10px 0; position: relative; } fieldset.vertical-tabs-pane { border: 0; padding:… |
| vertical-tabs.css | file | misc/ |
div.vertical-tabs { margin: 1em 0 1em 15em; /* LTR */ border: 1px solid #ccc; position: relative; /* IE6/7 */ } .vertical-tabs ul.vertical-tabs-list { width: 15em; list-style: none; list-style-image: none; /* IE6 */ border-top: 1px solid… |
| watchdog_severity_levels | function | includes/ |
Returns a list of severity levels, as defined in RFC 3164. |
| watchdog_skip_semaphore | function | modules/ |
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop. |
| xmlrpc.test | file | modules/ |
|
| XMLRPCBasicTestCase | class | modules/ |
Perform basic XML-RPC tests that do not require addition callbacks. |
| XMLRPCBasicTestCase::getInfo | function | modules/ |
|
| XMLRPCBasicTestCase::testInvalidMessageParsing | function | modules/ |
Ensure that XML-RPC correctly handles invalid messages when parsing. |
| XMLRPCBasicTestCase::testListMethods | function | modules/ |
Ensure that a basic XML-RPC call with no parameters works. |
| XMLRPCBasicTestCase::testMethodSignature | function | modules/ |
Ensure that system.methodSignature returns an array of signatures. |
| XMLRPCMessagesTestCase | class | modules/ |
|
| XMLRPCMessagesTestCase::getInfo | function | modules/ |
|
| XMLRPCMessagesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| XMLRPCMessagesTestCase::testAlterListMethods | function | modules/ |
Ensure that hook_xmlrpc_alter() can hide even builtin methods. |
| XMLRPCMessagesTestCase::testMulticallLimit | function | modules/ |
Test limits on system.multicall that can prevent brute-force attacks. |
| XMLRPCMessagesTestCase::testSizedMessages | function | modules/ |
Make sure that XML-RPC can transfer large messages. |
| xmlrpcs.inc | file | includes/ |
Provides API for defining and handling XML-RPC requests. |
| XMLRPCValidator1IncTestCase | class | modules/ |
|
| XMLRPCValidator1IncTestCase::getInfo | function | modules/ |
|
| XMLRPCValidator1IncTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| XMLRPCValidator1IncTestCase::testValidator1 | function | modules/ |
Run validator1 tests. |
| xmlrpc_base64 | function | includes/ |
Returns an XML-RPC base 64 object. |
| xmlrpc_base64_get_xml | function | includes/ |
Converts an XML-RPC base 64 object into XML. |
| xmlrpc_error_msg | function | includes/ |
Returns the last XML-RPC client error message. |
| xmlrpc_message | function | includes/ |
Constructs an object representing an XML-RPC message. |
| xmlrpc_message_cdata | function | includes/ |
Handles character data for XML parsing in xmlrpc_message_parse(). |
| xmlrpc_message_get | function | includes/ |
Returns the most recently stored XML-RPC message object. |
| xmlrpc_message_parse | function | includes/ |
Parses an XML-RPC message. |
| xmlrpc_message_set | function | includes/ |
Stores a copy of the most recent XML-RPC message object temporarily. |
| xmlrpc_message_tag_close | function | includes/ |
Handles closing tags for XML parsing in xmlrpc_message_parse(). |
| xmlrpc_message_tag_open | function | includes/ |
Handles opening tags for XML parsing in xmlrpc_message_parse(). |
| xmlrpc_request | function | includes/ |
Constructs an object representing an XML-RPC request. |
| xmlrpc_server | function | includes/ |
Invokes XML-RPC methods on this server. |
| xmlrpc_server_call | function | includes/ |
Dispatches an XML-RPC request and any parameters to the appropriate handler. |
| xmlrpc_server_error | function | includes/ |
Throws an XML-RPC error. |
| xmlrpc_server_get | function | includes/ |
Retrieves the latest stored XML-RPC request. |
| xmlrpc_server_get_capabilities | function | includes/ |
Returns a list of the capabilities of this server. |
| xmlrpc_server_list_methods | function | includes/ |
Lists the methods available on this XML-RPC server. |
| xmlrpc_server_method_help | function | includes/ |
Returns the help for an XML-RPC method. |
| xmlrpc_server_method_signature | function | includes/ |
Returns one method signature for a function. |
| xmlrpc_server_multicall | function | includes/ |
Dispatches multiple XML-RPC requests. |
Pagination
- Previous page
- Page 180
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.