Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ValidUrlTestCase::testInvalidAbsolute function modules/simpletest/tests/common.test Test invalid absolute URLs.
ValidUrlTestCase::testInvalidRelative function modules/simpletest/tests/common.test Test invalid relative URLs.
ValidUrlTestCase::testValidAbsolute function modules/simpletest/tests/common.test Test valid absolute URLs.
ValidUrlTestCase::testValidRelative function modules/simpletest/tests/common.test Test valid relative URLs.
valid_email_address function includes/common.inc Verifies the syntax of the given e-mail address.
variable_set function includes/bootstrap.inc Sets a persistent variable.
VERSION constant includes/bootstrap.inc The current system version.
vertical-tabs-rtl.css file misc/vertical-tabs-rtl.css 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/seven/vertical-tabs-rtl.css /**
* 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/seven/vertical-tabs.css /**
* 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/vertical-tabs.css 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/common.inc Returns a list of severity levels, as defined in RFC 3164.
watchdog_skip_semaphore function modules/simpletest/tests/actions_loop_test.module 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/simpletest/tests/xmlrpc.test
XMLRPCBasicTestCase class modules/simpletest/tests/xmlrpc.test Perform basic XML-RPC tests that do not require addition callbacks.
XMLRPCBasicTestCase::getInfo function modules/simpletest/tests/xmlrpc.test
XMLRPCBasicTestCase::testInvalidMessageParsing function modules/simpletest/tests/xmlrpc.test Ensure that XML-RPC correctly handles invalid messages when parsing.
XMLRPCBasicTestCase::testListMethods function modules/simpletest/tests/xmlrpc.test Ensure that a basic XML-RPC call with no parameters works.
XMLRPCBasicTestCase::testMethodSignature function modules/simpletest/tests/xmlrpc.test Ensure that system.methodSignature returns an array of signatures.
XMLRPCMessagesTestCase class modules/simpletest/tests/xmlrpc.test
XMLRPCMessagesTestCase::getInfo function modules/simpletest/tests/xmlrpc.test
XMLRPCMessagesTestCase::setUp function modules/simpletest/tests/xmlrpc.test Sets up a Drupal site for running functional and integration tests.
XMLRPCMessagesTestCase::testAlterListMethods function modules/simpletest/tests/xmlrpc.test Ensure that hook_xmlrpc_alter() can hide even builtin methods.
XMLRPCMessagesTestCase::testMulticallLimit function modules/simpletest/tests/xmlrpc.test Test limits on system.multicall that can prevent brute-force attacks.
XMLRPCMessagesTestCase::testSizedMessages function modules/simpletest/tests/xmlrpc.test Make sure that XML-RPC can transfer large messages.
xmlrpcs.inc file includes/xmlrpcs.inc Provides API for defining and handling XML-RPC requests.
XMLRPCValidator1IncTestCase class modules/simpletest/tests/xmlrpc.test
XMLRPCValidator1IncTestCase::getInfo function modules/simpletest/tests/xmlrpc.test
XMLRPCValidator1IncTestCase::setUp function modules/simpletest/tests/xmlrpc.test Sets up a Drupal site for running functional and integration tests.
XMLRPCValidator1IncTestCase::testValidator1 function modules/simpletest/tests/xmlrpc.test Run validator1 tests.
xmlrpc_base64 function includes/xmlrpc.inc Returns an XML-RPC base 64 object.
xmlrpc_base64_get_xml function includes/xmlrpc.inc Converts an XML-RPC base 64 object into XML.
xmlrpc_error_msg function includes/xmlrpc.inc Returns the last XML-RPC client error message.
xmlrpc_message function includes/xmlrpc.inc Constructs an object representing an XML-RPC message.
xmlrpc_message_cdata function includes/xmlrpc.inc Handles character data for XML parsing in xmlrpc_message_parse().
xmlrpc_message_get function includes/xmlrpc.inc Returns the most recently stored XML-RPC message object.
xmlrpc_message_parse function includes/xmlrpc.inc Parses an XML-RPC message.
xmlrpc_message_set function includes/xmlrpc.inc Stores a copy of the most recent XML-RPC message object temporarily.
xmlrpc_message_tag_close function includes/xmlrpc.inc Handles closing tags for XML parsing in xmlrpc_message_parse().
xmlrpc_message_tag_open function includes/xmlrpc.inc Handles opening tags for XML parsing in xmlrpc_message_parse().
xmlrpc_request function includes/xmlrpc.inc Constructs an object representing an XML-RPC request.
xmlrpc_server function includes/xmlrpcs.inc Invokes XML-RPC methods on this server.
xmlrpc_server_call function includes/xmlrpcs.inc Dispatches an XML-RPC request and any parameters to the appropriate handler.
xmlrpc_server_error function includes/xmlrpcs.inc Throws an XML-RPC error.
xmlrpc_server_get function includes/xmlrpcs.inc Retrieves the latest stored XML-RPC request.
xmlrpc_server_get_capabilities function includes/xmlrpcs.inc Returns a list of the capabilities of this server.
xmlrpc_server_list_methods function includes/xmlrpcs.inc Lists the methods available on this XML-RPC server.
xmlrpc_server_method_help function includes/xmlrpcs.inc Returns the help for an XML-RPC method.
xmlrpc_server_method_signature function includes/xmlrpcs.inc Returns one method signature for a function.
xmlrpc_server_multicall function includes/xmlrpcs.inc Dispatches multiple XML-RPC requests.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.