Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
filter_admin_delete drupal-6.x/modules/filter/filter.admin.inc Menu callback; confirm deletion of a format. 1
filter_admin_delete_submit drupal-6.x/modules/filter/filter.admin.inc Process filter delete form submission.
filter_admin_format_form drupal-6.x/modules/filter/filter.admin.inc Generate a filter format form. 1
filter_admin_format_form_submit drupal-6.x/modules/filter/filter.admin.inc Process filter format form submissions.
filter_admin_format_form_validate drupal-6.x/modules/filter/filter.admin.inc Validate filter format form submissions.
filter_admin_format_page drupal-6.x/modules/filter/filter.admin.inc Menu callback; Display a filter format form. 1
filter_admin_format_title drupal-6.x/modules/filter/filter.module Display a filter format form title. 1
filter_admin_order drupal-6.x/modules/filter/filter.admin.inc Build the form for ordering filters for a format. 2
filter_admin_order_page drupal-6.x/modules/filter/filter.admin.inc Menu callback; display form for ordering filters for a format. 1
filter_admin_order_submit drupal-6.x/modules/filter/filter.admin.inc Process filter order configuration form submission.
filter_admin_overview drupal-6.x/modules/filter/filter.admin.inc Menu callback; Displays a list of all input formats and which one is the default. 2
filter_admin_overview_submit drupal-6.x/modules/filter/filter.admin.inc
filter_cron drupal-6.x/modules/filter/filter.module Implementation of hook_cron().
filter_filter drupal-6.x/modules/filter/filter.module Implementation of hook_filter().
filter_filter_tips drupal-6.x/modules/filter/filter.module Implementation of hook_filter_tips().
filter_form drupal-6.x/modules/filter/filter.module Generates a selector for choosing a format in a form. 4
filter_formats drupal-6.x/modules/filter/filter.module Retrieve a list of input formats. 6 2
filter_format_allowcache drupal-6.x/modules/filter/filter.module Check if text in a certain input format is allowed to be cached. 2
filter_format_load drupal-6.x/modules/filter/filter.module
filter_form_validate drupal-6.x/modules/filter/filter.module Validation callback for filter elements in a form. 1
filter_help drupal-6.x/modules/filter/filter.module Implementation of hook_help().
filter_list_all drupal-6.x/modules/filter/filter.module Build a list of all filters. 1
filter_list_format drupal-6.x/modules/filter/filter.module Retrieve a list of filters for a certain format. 7
filter_menu drupal-6.x/modules/filter/filter.module Implementation of hook_menu().
filter_perm drupal-6.x/modules/filter/filter.module Implementation of hook_perm().
filter_resolve_format drupal-6.x/modules/filter/filter.module Resolve a format id, including the default format. 4
filter_schema drupal-6.x/modules/filter/filter.install Implementation of hook_schema().
filter_theme drupal-6.x/modules/filter/filter.module Implementation of hook_theme()
filter_tips_long drupal-6.x/modules/filter/filter.pages.inc Menu callback; show a page with long filter tips. 1
filter_xss drupal-6.x/modules/filter/filter.module Filters an HTML string to prevent cross-site-scripting (XSS) vulnerabilities. 8 1
filter_xss_admin drupal-6.x/modules/filter/filter.module Very permissive XSS/HTML filter for admin-only use. 18
filter_xss_bad_protocol drupal-6.x/modules/filter/filter.module Processes an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:) 4
fix_gpc_magic drupal-6.x/includes/common.inc Fix double-escaping problems caused by "magic quotes" in some PHP installations. 1
flood_is_allowed drupal-6.x/includes/common.inc Check if the current visitor (hostname/IP) is allowed to proceed with the specified event. 2
flood_register_event drupal-6.x/includes/common.inc Register an event for the current visitor (hostname/IP) to the flood control mechanism. 2
format_date drupal-6.x/includes/common.inc Format a date with the given configured format or a custom format string. 40
format_interval drupal-6.x/includes/common.inc Format a time interval with the requested granularity. 15 5
format_plural drupal-6.x/includes/common.inc Format a string containing a count of items. 28
format_rss_channel drupal-6.x/includes/common.inc Formats an RSS channel. 2
format_rss_item drupal-6.x/includes/common.inc Format a single RSS item. 2
format_size drupal-6.x/includes/common.inc Generate a string representation for the given byte count. 9
format_xml_elements drupal-6.x/includes/common.inc Format XML elements. 2
form_builder drupal-6.x/includes/form.inc Walk through the structured form array, adding any required properties to each element and mapping the incoming $_POST data to the proper elements. 3
form_clean_id drupal-6.x/includes/form.inc Prepare an HTML ID attribute string for a form item. 6
form_error drupal-6.x/includes/form.inc Flag an element as having an error. 6
form_execute_handlers drupal-6.x/includes/form.inc A helper function used to execute custom validation and submission handlers for a given form. Button-specific handlers are checked first. If none exist, the function falls back to form-level handlers. 3
form_expand_ahah drupal-6.x/includes/form.inc Add AHAH information about a form element to the page to communicate with javascript. If #ahah[path] is set on an element, this additional javascript is added to the page header to attach the AHAH behaviors. See ahah.js for more information. 1
form_get_cache drupal-6.x/includes/form.inc Fetch a form from cache. 4
form_get_error drupal-6.x/includes/form.inc Return the error message filed against the form with the specified name. 1
form_get_errors drupal-6.x/includes/form.inc Return an associative array of all errors. 16

Páginas