|
user_validate_mail |
drupal-7.x/modules/user/user.module |
Validates a user's email address. |
4 |
|
|
user_validate_name |
drupal-7.x/modules/user/user.module |
Verify the syntax of the given name. |
3 |
|
|
user_validate_picture |
drupal-7.x/modules/user/user.module |
Validates an image uploaded by a user. |
|
1 |
|
user_view |
drupal-7.x/modules/user/user.module |
Generate an array for rendering the given user. |
1 |
7 |
|
user_view_access |
drupal-7.x/modules/user/user.module |
User view access callback. |
2 |
3 |
|
user_view_page |
drupal-7.x/modules/user/user.module |
Page callback wrapper for user_view(). |
|
1 |
|
valid_email_address |
drupal-7.x/includes/common.inc |
Verifies the syntax of the given e-mail address. |
8 |
|
|
valid_url |
drupal-7.x/includes/common.inc |
Verifies the syntax of the given URL. |
11 |
|
|
vancode2int |
drupal-7.x/modules/comment/comment.module |
Decode vancode back to an integer. |
1 |
|
|
variable_del |
drupal-7.x/includes/bootstrap.inc |
Unsets a persistent variable. |
75 |
|
|
variable_get |
drupal-7.x/includes/bootstrap.inc |
Returns a persistent variable. |
616 |
1 |
|
variable_initialize |
drupal-7.x/includes/bootstrap.inc |
Loads the persistent variable table. |
2 |
|
|
variable_set |
drupal-7.x/includes/bootstrap.inc |
Sets a persistent variable. |
356 |
|
|
watchdog |
drupal-7.x/includes/bootstrap.inc |
Logs a system message. |
123 |
18 |
|
watchdog_exception |
drupal-7.x/includes/bootstrap.inc |
Logs an exception. |
14 |
|
|
watchdog_severity_levels |
drupal-7.x/includes/common.inc |
Returns a list of severity levels, as defined in RFC 3164. |
2 |
|
|
watchdog_skip_semaphore |
drupal-7.x/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. |
2 |
|
|
weight_value |
drupal-7.x/includes/form.inc |
Sets the value for a weight element, with zero as a default. |
|
|
|
xmlrpc |
drupal-7.x/includes/common.inc |
Performs one or more XML-RPC request(s). |
5 |
3 |
|
xmlrpc_base64 |
drupal-7.x/includes/xmlrpc.inc |
Returns an XML-RPC base 64 object. |
1 |
|
|
xmlrpc_base64_get_xml |
drupal-7.x/includes/xmlrpc.inc |
Converts an XML-RPC base 64 object into XML. |
1 |
|
|
xmlrpc_clear_error |
drupal-7.x/includes/xmlrpc.inc |
Clears any previously-saved errors. |
1 |
|
|
xmlrpc_date |
drupal-7.x/includes/xmlrpc.inc |
Converts a PHP or ISO date/time to an XML-RPC object. |
3 |
|
|
xmlrpc_date_get_xml |
drupal-7.x/includes/xmlrpc.inc |
Converts an XML-RPC date-time object into XML. |
1 |
|
|
xmlrpc_errno |
drupal-7.x/includes/xmlrpc.inc |
Returns the last XML-RPC client error number. |
|
|
|
xmlrpc_error |
drupal-7.x/includes/xmlrpc.inc |
Generates, temporarily saves, and returns an XML-RPC error object. |
8 |
|
|
xmlrpc_error_get_xml |
drupal-7.x/includes/xmlrpc.inc |
Converts an XML-RPC error object into XML. |
1 |
|
|
xmlrpc_error_msg |
drupal-7.x/includes/xmlrpc.inc |
Returns the last XML-RPC client error message. |
|
|
|
xmlrpc_message |
drupal-7.x/includes/xmlrpc.inc |
Constructs an object representing an XML-RPC message. |
3 |
|
|
xmlrpc_message_cdata |
drupal-7.x/includes/xmlrpc.inc |
Handles character data for XML parsing in xmlrpc_message_parse(). |
|
1 |
|
xmlrpc_message_get |
drupal-7.x/includes/xmlrpc.inc |
Returns the most recently stored XML-RPC message object. |
4 |
|
|
xmlrpc_message_parse |
drupal-7.x/includes/xmlrpc.inc |
Parses an XML-RPC message. |
3 |
|
|
xmlrpc_message_set |
drupal-7.x/includes/xmlrpc.inc |
Stores a copy of the most recent XML-RPC message object temporarily. |
5 |
|
|
xmlrpc_message_tag_close |
drupal-7.x/includes/xmlrpc.inc |
Handles closing tags for XML parsing in xmlrpc_message_parse(). |
|
1 |
|
xmlrpc_message_tag_open |
drupal-7.x/includes/xmlrpc.inc |
Handles opening tags for XML parsing in xmlrpc_message_parse(). |
|
1 |
|
xmlrpc_request |
drupal-7.x/includes/xmlrpc.inc |
Constructs an object representing an XML-RPC request. |
1 |
|
|
xmlrpc_server |
drupal-7.x/includes/xmlrpcs.inc |
Invokes XML-RPC methods on this server. |
1 |
|
|
xmlrpc_server_call |
drupal-7.x/includes/xmlrpcs.inc |
Dispatches an XML-RPC request and any parameters to the appropriate handler. |
2 |
|
|
xmlrpc_server_error |
drupal-7.x/includes/xmlrpcs.inc |
Throws an XML-RPC error. |
1 |
|
|
xmlrpc_server_get |
drupal-7.x/includes/xmlrpcs.inc |
Retrieves the latest stored XML-RPC request. |
4 |
|
|
xmlrpc_server_get_capabilities |
drupal-7.x/includes/xmlrpcs.inc |
Returns a list of the capabilities of this server. |
|
1 |
|
xmlrpc_server_list_methods |
drupal-7.x/includes/xmlrpcs.inc |
Lists the methods available on this XML-RPC server. |
|
1 |
|
xmlrpc_server_method_help |
drupal-7.x/includes/xmlrpcs.inc |
Returns the help for an XML-RPC method. |
|
1 |
|
xmlrpc_server_method_signature |
drupal-7.x/includes/xmlrpcs.inc |
Returns one method signature for a function. |
|
1 |
|
xmlrpc_server_multicall |
drupal-7.x/includes/xmlrpcs.inc |
Dispatches multiple XML-RPC requests. |
|
1 |
|
xmlrpc_server_output |
drupal-7.x/includes/xmlrpcs.inc |
Sends XML-RPC output to the browser. |
2 |
|
|
xmlrpc_server_set |
drupal-7.x/includes/xmlrpcs.inc |
Stores a copy of an XML-RPC request temporarily. |
2 |
|
|
xmlrpc_test_arrayOfStructsTest |
drupal-7.x/modules/simpletest/tests/xmlrpc_test.module |
|
1 |
1 |
|
xmlrpc_test_countTheEntities |
drupal-7.x/modules/simpletest/tests/xmlrpc_test.module |
|
1 |
1 |
|
xmlrpc_test_easyStructTest |
drupal-7.x/modules/simpletest/tests/xmlrpc_test.module |
|
1 |
1 |