Primary tabs

Namesort descending Location Description Direct uses Strings
filter_admin_filters modules/filter.module Menu callback; configure the filters for a format.
filter_admin_filters_save modules/filter.module Save enabled/disabled status for filters in a format. 1
filter_admin_order modules/filter.module Menu callback; display form for ordering filters for a format.
filter_admin_order_save modules/filter.module Save the weights of filters in a format. 1
filter_admin_overview modules/filter.module Menu callback; allows administrators to set up input formats. 1
filter_admin_save modules/filter.module Save input formats on the overview page.
filter_example_filter developer/examples/filter_example.module Implementation of hook_filter().
filter_example_filter_tips developer/examples/filter_example.module Implementation of hook_filter_tips().
filter_example_help developer/examples/filter_example.module Implementation of hook_help().
filter_filter modules/filter.module Implementation of hook_filter(). Contains a basic set of essential filters.
filter_filter_tips modules/filter.module Implementation of hook_filter_tips().
filter_form modules/filter.module Generate a selector for choosing a format in a form. 9
filter_formats modules/filter.module Retrieve a list of input formats. 4
filter_format_allowcache modules/filter.module Check if text in a certain input format is allowed to be cached. 1
filter_help modules/filter.module Implementation of hook_help().
filter_list_all modules/filter.module Build a list of all filters. 1
filter_list_format modules/filter.module Retrieve a list of filters for a certain format. 7
filter_menu modules/filter.module Implementation of hook_menu().
filter_perm modules/filter.module Implementation of hook_perm().
filter_tips_long modules/filter.module Menu callback; show a page with long filter tips. 1
filter_xss modules/filter.module Filters XSS. Based on kses by Ulf Harnhammar, see http://sourceforge.net/projects/kses 3
filter_xss_bad_protocol modules/filter.module Processes an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:) 1
fix_gpc_magic includes/common.inc Correct double-escaping problems caused by "magic quotes" in some PHP installations. 1
flood_is_allowed includes/common.inc Check if the current visitor (hostname/IP) is allowed to proceed with the specified event. The user is allowed to proceed if he did not trigger the specified event more than $threshold times per hour.
flood_register_event includes/common.inc Register an event for the current visitor (hostname/IP) to the flood control mechanism.
form includes/common.inc Generate a form from a set of form elements. 47
format_date includes/common.inc Format a date with the given configured format or a custom format string. 23
format_interval includes/common.inc Format a time interval with the requested granularity. 9 6
format_name includes/common.inc Format a username. 22
format_plural includes/common.inc Format a string containing a count of items. 13
format_rss_channel includes/common.inc Formats an RSS channel. 1
format_rss_item includes/common.inc Format a single RSS item. 1
format_size includes/common.inc Generate a string representation for the given byte count. 2
form_button includes/common.inc Format an action button. 3
form_checkbox includes/common.inc Format a checkbox. 20
form_checkboxes includes/common.inc Format a set of checkboxes. 4
form_file includes/common.inc Format a file upload field. 5
form_get_errors includes/common.inc Return an associative array of all errors.
form_group includes/common.inc Format a group of form items. 19
form_hidden includes/common.inc Store data in a hidden form field. 28
form_item includes/common.inc Format a general form item. 11
form_password includes/common.inc Format a single-line text field that does not display its contents visibly. 2
form_radio includes/common.inc Format a radio button. 5
form_radios includes/common.inc Format a set of radio buttons. 20
form_select includes/common.inc Format a dropdown menu or scrolling selection box. 28
form_set_error includes/common.inc File an error against the form element with the specified name. 19
form_submit includes/common.inc Format a form submit button. 48
form_textarea includes/common.inc Format a multiple-line text field. 21
form_textfield includes/common.inc Format a single-line text field. 42
form_token includes/common.inc Generate a form token based on the session and the private key to defend against cross site request forgeries. 3

Pages

Other projects