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