|
filter_modules_enabled |
drupal-7.x/modules/filter/filter.module |
Implements hook_modules_enabled(). |
|
|
|
filter_permission |
drupal-7.x/modules/filter/filter.module |
Implements hook_permission(). |
|
|
|
filter_permission_name |
drupal-7.x/modules/filter/filter.module |
Returns the machine-readable permission name for a provided text format. |
15 |
|
|
filter_process_format |
drupal-7.x/modules/filter/filter.module |
Expands an element into a base element with text format selector attached. |
|
1 |
|
filter_schema |
drupal-7.x/modules/filter/filter.install |
Implements hook_schema(). |
|
|
|
filter_test_filter_format_disable |
drupal-7.x/modules/simpletest/tests/filter_test.module |
Implements hook_filter_format_disable(). |
|
|
|
filter_test_filter_format_insert |
drupal-7.x/modules/simpletest/tests/filter_test.module |
Implements hook_filter_format_insert(). |
|
|
|
filter_test_filter_format_update |
drupal-7.x/modules/simpletest/tests/filter_test.module |
Implements hook_filter_format_update(). |
|
|
|
filter_test_filter_info |
drupal-7.x/modules/simpletest/tests/filter_test.module |
Implements hook_filter_info(). |
|
|
|
filter_test_replace |
drupal-7.x/modules/simpletest/tests/filter_test.module |
Implements callback_filter_process(). |
|
1 |
|
filter_theme |
drupal-7.x/modules/filter/filter.module |
Implements hook_theme(). |
|
|
|
filter_tips_long |
drupal-7.x/modules/filter/filter.pages.inc |
Page callback: Displays a page with long filter tips. |
|
3 |
|
filter_update_7000 |
drupal-7.x/modules/filter/filter.install |
Upgrade the {filter_formats} table and rename it to {filter_format}. |
|
|
|
filter_update_7001 |
drupal-7.x/modules/filter/filter.install |
Break out "escape HTML filter" option to its own filter. |
|
|
|
filter_update_7003 |
drupal-7.x/modules/filter/filter.install |
Upgrade the {filter} table for core filters. |
|
|
|
filter_update_7005 |
drupal-7.x/modules/filter/filter.install |
Integrate text formats with the user permissions system. |
|
|
|
filter_update_7008 |
drupal-7.x/modules/filter/filter.install |
Grant usage of all text formats to user roles having the 'administer filters' permission. |
|
|
|
filter_update_7009 |
drupal-7.x/modules/filter/filter.install |
Converts fields that store serialized variables from text to blob. |
|
|
|
filter_update_7010 |
drupal-7.x/modules/filter/filter.install |
Change {filter_format}.format and {filter}.format into varchar. |
|
|
|
filter_update_dependencies |
drupal-7.x/modules/filter/filter.install |
Implements hook_update_dependencies(). |
|
|
|
filter_xss |
drupal-7.x/includes/common.inc |
Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities. |
24 |
2 |
|
filter_xss_admin |
drupal-7.x/includes/common.inc |
Applies a very permissive XSS/HTML filter for admin-only use. |
22 |
1 |
|
filter_xss_bad_protocol |
drupal-7.x/includes/common.inc |
Processes an HTML attribute value and strips dangerous protocols from URLs. |
1 |
|
|
fix_gpc_magic |
drupal-7.x/includes/common.inc |
Fixes double-escaping caused by "magic quotes" in some PHP installations. |
1 |
|
|
flood_clear_event |
drupal-7.x/includes/common.inc |
Makes the flood control mechanism forget an event for the current visitor. |
1 |
|
|
flood_is_allowed |
drupal-7.x/includes/common.inc |
Checks whether a user is allowed to proceed with the specified event. |
4 |
|
|
flood_register_event |
drupal-7.x/includes/common.inc |
Registers an event for the current visitor to the flood control mechanism. |
4 |
|
|
format_date |
drupal-7.x/includes/common.inc |
Formats a date, using a date type or a custom date format string. |
55 |
|
|
format_interval |
drupal-7.x/includes/common.inc |
Formats a time interval with the requested granularity. |
30 |
8 |
|
format_plural |
drupal-7.x/includes/common.inc |
Formats a string containing a count of items. |
51 |
|
|
format_rss_channel |
drupal-7.x/includes/common.inc |
Formats an RSS channel. |
2 |
|
|
format_rss_item |
drupal-7.x/includes/common.inc |
Formats a single RSS item. |
2 |
|
|
format_size |
drupal-7.x/includes/common.inc |
Generates a string representation for the given byte count. |
18 |
|
|
format_string |
drupal-7.x/includes/bootstrap.inc |
Formats a string for HTML display by replacing variable placeholders. |
234 |
1 |
|
format_username |
drupal-7.x/includes/common.inc |
Format a username. |
30 |
1 |
|
format_xml_elements |
drupal-7.x/includes/common.inc |
Formats XML elements. |
4 |
|
|
form_builder |
drupal-7.x/includes/form.inc |
Builds and processes all elements in the structured form array. |
2 |
|
|
form_clear_error |
drupal-7.x/includes/form.inc |
Clears all errors against all form elements made by form_set_error(). |
3 |
|
|
form_error |
drupal-7.x/includes/form.inc |
Flags an element as having an error. |
28 |
|
|
form_execute_handlers |
drupal-7.x/includes/form.inc |
Executes custom validation and submission handlers for a given form. |
3 |
|
|
form_get_cache |
drupal-7.x/includes/form.inc |
Fetches a form from cache. |
2 |
|
|
form_get_error |
drupal-7.x/includes/form.inc |
Returns the error message filed against the given form element. |
1 |
|
|
form_get_errors |
drupal-7.x/includes/form.inc |
Returns an associative array of all errors. |
12 |
|
|
form_get_options |
drupal-7.x/includes/form.inc |
Returns the indexes of a select element's options matching a given key. |
|
|
|
form_label_test_form |
drupal-7.x/modules/simpletest/tests/form_test.module |
A form for testing form labels and required marks. |
|
1 |
|
form_load_include |
drupal-7.x/includes/form.inc |
Ensures an include file is loaded whenever the form is processed. |
1 |
|
|
form_options_flatten |
drupal-7.x/includes/form.inc |
Allows PHP array processing of multiple select options with the same value. |
3 |
|
|
form_pre_render_conditional_form_element |
drupal-7.x/includes/form.inc |
Adds form element theming to an element if its title or description is set. |
|
1 |
|
form_pre_render_fieldset |
drupal-7.x/includes/form.inc |
Adds members of this group as actual elements for rendering. |
|
1 |
|
form_process_actions |
drupal-7.x/includes/form.inc |
Processes a form actions container element. |
|
1 |