Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
xmlrpc_server_list_methods drupal/core/modules/xmlrpc/xmlrpc.server.inc Lists the methods available on this XML-RPC server. 1
xmlrpc_server_get_capabilities drupal/core/modules/xmlrpc/xmlrpc.server.inc Returns a list of the capabilities of this server. 1
xmlrpc_server_get drupal/core/modules/xmlrpc/xmlrpc.server.inc Retrieves the latest stored XML-RPC request. 4
xmlrpc_server_error drupal/core/modules/xmlrpc/xmlrpc.server.inc Throws an XML-RPC error. 1
xmlrpc_server_call drupal/core/modules/xmlrpc/xmlrpc.server.inc Dispatches an XML-RPC request and any parameters to the appropriate handler. 2
xmlrpc_server drupal/core/modules/xmlrpc/xmlrpc.server.inc Invokes XML-RPC methods on this server. 1
xmlrpc_request drupal/core/modules/xmlrpc/xmlrpc.inc Constructs an object representing an XML-RPC request. 1
xmlrpc_message_tag_open drupal/core/modules/xmlrpc/xmlrpc.inc Handles opening tags for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_tag_close drupal/core/modules/xmlrpc/xmlrpc.inc Handles closing tags for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_set drupal/core/modules/xmlrpc/xmlrpc.inc Stores a copy of the most recent XML-RPC message object temporarily. 5
xmlrpc_message_parse drupal/core/modules/xmlrpc/xmlrpc.inc Parses an XML-RPC message. 3
xmlrpc_message_get drupal/core/modules/xmlrpc/xmlrpc.inc Returns the most recently stored XML-RPC message object. 4
xmlrpc_message_cdata drupal/core/modules/xmlrpc/xmlrpc.inc Handles character data for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message drupal/core/modules/xmlrpc/xmlrpc.inc Constructs an object representing an XML-RPC message. 3
xmlrpc_menu drupal/core/modules/xmlrpc/xmlrpc.module Implements hook_menu().
xmlrpc_help drupal/core/modules/xmlrpc/xmlrpc.module Implements hook_help().
xmlrpc_error_msg drupal/core/modules/xmlrpc/xmlrpc.inc Returns the last XML-RPC client error message.
xmlrpc_error_get_xml drupal/core/modules/xmlrpc/xmlrpc.inc Converts an XML-RPC error object into XML. 1
xmlrpc_error drupal/core/modules/xmlrpc/xmlrpc.inc Generates, temporarily saves, and returns an XML-RPC error object. 8
xmlrpc_errno drupal/core/modules/xmlrpc/xmlrpc.inc Returns the last XML-RPC client error number.
xmlrpc_date_get_xml drupal/core/modules/xmlrpc/xmlrpc.inc Converts an XML-RPC date-time object into XML. 1
xmlrpc_date drupal/core/modules/xmlrpc/xmlrpc.inc Converts a PHP or ISO date/time to an XML-RPC object. 3
xmlrpc_clear_error drupal/core/modules/xmlrpc/xmlrpc.inc Clears any previously-saved errors. 1
xmlrpc_base64_get_xml drupal/core/modules/xmlrpc/xmlrpc.inc Converts an XML-RPC base 64 object into XML. 1
xmlrpc_base64 drupal/core/modules/xmlrpc/xmlrpc.inc Returns an XML-RPC base 64 object. 1
xmlrpc drupal/core/modules/xmlrpc/xmlrpc.module Performs one or more XML-RPC request(s). 5 1
weight_value drupal/core/includes/form.inc Sets the value for a weight element, with zero as a default.
watchdog_skip_semaphore drupal/core/modules/action/tests/action_loop_test/action_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
watchdog_severity_levels drupal/core/includes/common.inc Returns a list of severity levels, as defined in RFC 3164. 2
watchdog_exception drupal/core/includes/bootstrap.inc Logs an exception. 9
watchdog drupal/core/includes/bootstrap.inc Logs a system message. 124 4
views_view_is_enabled drupal/core/modules/views/views.module Returns whether the view is enabled. 2 1
views_view_is_disabled drupal/core/modules/views/views.module Returns whether the view is disabled. 2 1
views_view_has_form_elements drupal/core/modules/views/views.module Returns TRUE if the passed-in view contains handlers with views form implementations, FALSE otherwise. 1
views_views_query_substitutions drupal/core/modules/views/views.module Substitute current time; this works with cached queries.
views_views_data drupal/core/modules/views/views.views.inc Implements hook_views_data().
views_ui_view_preview_section_rows_links drupal/core/modules/views/views_ui/views_ui.module Returns all contextual links for the main content part of the view. 1
views_ui_view_preview_section_handler_links drupal/core/modules/views/views_ui/views_ui.module Returns contextual links for each handler of a certain section. 2
views_ui_view_preview_section_display_category_links drupal/core/modules/views/views_ui/views_ui.module Returns a link to editing a certain display setting. 1
views_ui_views_plugins_display_alter drupal/core/modules/views/views_ui/views_ui.module Implements hook_views_plugins_display_alter().
views_ui_views_analyze drupal/core/modules/views/views_ui/views_ui.module Implements hook_views_analyze().
views_ui_truncate drupal/core/modules/views/views_ui/views_ui.module Truncate strings to a set length and provide a ... if they truncated. 6
views_ui_tools_clear_cache drupal/core/modules/views/views_ui/admin.inc Submit hook to clear the views cache. 1
views_ui_theme drupal/core/modules/views/views_ui/views_ui.module Implements hook_theme().
views_ui_taxonomy_autocomplete_validate drupal/core/modules/views/views_ui/admin.inc Form element validation handler for a taxonomy autocomplete field. 1
views_ui_standard_display_dropdown drupal/core/modules/views/views_ui/admin.inc Add a <select> dropdown for a given section, allowing the user to change whether this info is stored on the default display or on the current display. 5
views_ui_rearrange_form_submit drupal/core/modules/views/views_ui/admin.inc Submit handler for rearranging form.
views_ui_rearrange_form drupal/core/modules/views/views_ui/admin.inc Form to rearrange items in the views UI. 1
views_ui_rearrange_filter_form_submit drupal/core/modules/views/views_ui/admin.inc Submit handler for rearranging form
views_ui_rearrange_filter_form drupal/core/modules/views/views_ui/admin.inc Form to rearrange items in the views UI. 1

Pages

Other projects