Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
valid_url function includes/common.inc Verifies the syntax of the given URL.
vancode2int function modules/comment/comment.module Decode vancode back to an integer.
variable_del function includes/bootstrap.inc Unsets a persistent variable.
variable_get function includes/bootstrap.inc Returns a persistent variable.
variable_initialize function includes/bootstrap.inc Loads the persistent variable table.
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 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…
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:…
watchdog function includes/bootstrap.inc Logs a system message.
WATCHDOG_ALERT constant includes/bootstrap.inc Log message severity -- Alert: action must be taken immediately.
WATCHDOG_CRITICAL constant includes/bootstrap.inc Log message severity -- Critical conditions.
WATCHDOG_DEBUG constant includes/bootstrap.inc Log message severity -- Debug-level messages.
WATCHDOG_EMERGENCY constant includes/bootstrap.inc Log message severity -- Emergency: system is unusable.
WATCHDOG_ERROR constant includes/bootstrap.inc Log message severity -- Error conditions.
watchdog_exception function includes/bootstrap.inc Logs an exception.
WATCHDOG_INFO constant includes/bootstrap.inc Log message severity -- Informational messages.
WATCHDOG_NOTICE constant includes/bootstrap.inc Log message severity -- Normal but significant conditions.
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.
WATCHDOG_WARNING constant includes/bootstrap.inc Log message severity -- Warning conditions.
weight_value function includes/form.inc Sets the value for a weight element, with zero as a default.
xmlrpc function includes/common.inc Performs one or more XML-RPC request(s).
xmlrpc.inc file includes/xmlrpc.inc Drupal XML-RPC library.
xmlrpc.php file ./xmlrpc.php PHP page for handling incoming XML-RPC requests from clients.
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_clear_error function includes/xmlrpc.inc Clears any previously-saved errors.
xmlrpc_date function includes/xmlrpc.inc Converts a PHP or ISO date/time to an XML-RPC object.
xmlrpc_date_get_xml function includes/xmlrpc.inc Converts an XML-RPC date-time object into XML.
xmlrpc_errno function includes/xmlrpc.inc Returns the last XML-RPC client error number.

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