watchdog_severity_enabled |
core/includes/bootstrap.inc |
Check if logging is enabled for a given severity level. |
watchdog_severity_levels |
core/includes/common.inc |
Returns a list of severity levels, as defined in RFC 3164. |
watchdog_skip_semaphore |
core/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. |
weight_value |
core/includes/form.inc |
Sets the value for a weight element, with zero as a default. |
WordLevelDiff::closing |
core/includes/diff.inc |
|
WordLevelDiff::orig |
core/includes/diff.inc |
|
WordLevelDiff::split |
core/includes/diff.inc |
|
WordLevelDiff::__construct |
core/includes/diff.inc |
|
_action_example_page |
modules/examples/action_example/action_example.module |
A simple page to explain to the developer what to do. |
_admin_bar_flush_cache |
core/modules/admin_bar/admin_bar.inc |
Flush all caches or a specific one. |
_ajax_example_get_first_dropdown_options |
modules/examples/ajax_example/ajax_example.module |
Helper function to populate the first dropdown. |
_ajax_example_get_second_dropdown_options |
modules/examples/ajax_example/ajax_example.module |
Helper function to populate the second dropdown. |
_authorize_filetransfer_connection_settings |
core/includes/authorize.inc |
Generates the Form API array for a given connection backend's settings. |
_authorize_filetransfer_connection_settings_set_defaults |
core/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
_backdrop_bootstrap_configuration |
core/includes/bootstrap.inc |
Sets up the script environment and loads settings.php. |
_backdrop_bootstrap_database |
core/includes/bootstrap.inc |
Initializes the database system and registers autoload functions. |
_backdrop_bootstrap_full |
core/includes/common.inc |
|
_backdrop_bootstrap_page_cache |
core/includes/bootstrap.inc |
Attempts to serve a page from the cache. |
_backdrop_bootstrap_page_header |
core/includes/bootstrap.inc |
Invokes hook_boot() and sends HTTP headers. |
_backdrop_bootstrap_sanitize_input |
core/includes/bootstrap.inc |
Sanitizes unsafe keys from request input. |
_backdrop_bootstrap_sanitize_request |
core/includes/bootstrap.inc |
Sanitizes unsafe input from the PHP request super-globals. |
_backdrop_bootstrap_variables |
core/includes/bootstrap.inc |
Loads system variables and all enabled bootstrap modules. |
_backdrop_build_css_path |
core/includes/common.inc |
Prefixes all paths within a CSS file for backdrop_build_css_cache(). |
_backdrop_decode_exception |
core/includes/errors.inc |
Decodes an exception and retrieves the correct caller. |
_backdrop_default_html_head |
core/includes/common.inc |
Returns elements that are always displayed in the HEAD tag of the HTML page. |
_backdrop_depth_first_search |
core/includes/graph.inc |
Performs a depth-first search on a graph. |
_backdrop_error_handler |
core/includes/bootstrap.inc |
Provides custom PHP error handling. |
_backdrop_error_handler_real |
core/includes/errors.inc |
Provides custom PHP error handling. |
_backdrop_exception_handler |
core/includes/bootstrap.inc |
Provides custom PHP exception handling. |
_backdrop_flush_css_js |
core/includes/common.inc |
Changes the dummy query string added to all CSS and JavaScript files. |
_backdrop_get_last_caller |
core/includes/errors.inc |
Gets the last caller from a backtrace. |
_backdrop_html_to_mail_urls |
core/includes/mail.inc |
Keeps track of URLs and replaces them with placeholder tokens. |
_backdrop_html_to_text_clean |
core/includes/mail.inc |
Replaces non-quotation markers from a given piece of indentation with spaces. |
_backdrop_html_to_text_pad |
core/includes/mail.inc |
Pads the last line with the given character. |
_backdrop_http_use_proxy |
core/includes/common.inc |
Helper function for determining hosts excluded from needing a proxy. |
_backdrop_invalid_token_set_form_error |
core/includes/form.inc |
Helper function to call form_set_error() if there is a token error. |
_backdrop_load_stylesheet |
core/includes/common.inc |
Loads stylesheets recursively and returns contents with corrected paths. |
_backdrop_log_error |
core/includes/errors.inc |
Logs a PHP error or exception and displays an error page in fatal cases. |
_backdrop_maintenance_theme |
core/includes/theme.maintenance.inc |
Sets up the theme system for the maintenance page. |
_backdrop_parse_response_status |
core/includes/common.inc |
Split an HTTP response status line into components. |
_backdrop_render_exception_safe |
core/includes/errors.inc |
Renders an exception error message without further exceptions. |
_backdrop_schema_initialize |
core/includes/common.inc |
Fills in required default values for table definitions from hook_schema(). |
_backdrop_session_close |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_delete_cookie |
core/includes/session.inc |
Deletes the session cookie. |
_backdrop_session_destroy |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_garbage_collection |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_open |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_read |
core/includes/session.inc |
Reads an entire session from the database (internal use only). |
_backdrop_session_regenerate_existing |
core/includes/session.inc |
Regenerates an existing session. |
_backdrop_session_write |
core/includes/session.inc |
Writes an entire session to the database (internal use only). |