_filter_example_filter_time_process |
modules/examples/filter_example/filter_example.module |
Time filter process callback. |
_filter_example_filter_time_tips |
modules/examples/filter_example/filter_example.module |
Filter tips callback for time filter. |
_filter_example_information |
modules/examples/filter_example/filter_example.module |
Simply returns a little bit of information about the example. |
_filter_format_editor_link_url_validate |
core/modules/filter/filter.pages.inc |
Element validation function. |
_filter_format_is_cacheable |
core/modules/filter/filter.module |
Helper function to determine whether the output of a given text format can be cached. |
_filter_formtest_href_element_validate |
core/modules/filter/tests/filter_formtest.module |
Helper function to output potentially altered form values as message. |
_filter_get_file_id |
core/modules/filter/filter.pages.inc |
Find a managed file ID from a url. |
_filter_get_file_ids_by_field |
core/modules/filter/filter.module |
Finds all files referenced (data-file-id) by processed text fields. |
_filter_get_processed_text_fields |
core/modules/filter/filter.module |
Determines the text fields on an entity that have text processing enabled. |
_filter_html |
core/modules/filter/filter.module |
Implements callback_filter_process(). |
_filter_htmlcorrector |
core/modules/filter/filter.module |
Implements callback_filter_process(). |
_filter_html_allowed_html |
core/modules/filter/filter.module |
Implements callback_filter_allowed_html(). |
_filter_html_escape |
core/modules/filter/filter.module |
Implements callback_filter_process(). |
_filter_html_escape_tips |
core/modules/filter/filter.module |
Implements callback_filter_tips(). |
_filter_html_settings |
core/modules/filter/filter.module |
Implements callback_filter_settings(). |
_filter_html_tips |
core/modules/filter/filter.module |
Implements callback_filter_tips(). |
_filter_image_align |
core/modules/filter/filter.module |
Implements callback_filter_process(). |
_filter_image_caption |
core/modules/filter/filter.module |
Implements callback_filter_process(). |
_filter_image_library_ajax |
core/modules/filter/filter.pages.inc |
Render the image library. |
_filter_record_file_usage |
core/modules/filter/filter.module |
Records file usage of files referenced by processed text fields. |
_filter_tips |
core/modules/filter/filter.module |
Retrieves the filter tips. |
_filter_url |
core/modules/filter/filter.module |
Implements callback_filter_process(). |
_filter_url_escape_comments |
core/modules/filter/filter.module |
Escapes the contents of HTML comments. |
_filter_url_has_protocol |
core/modules/filter/filter.pages.inc |
Checks if a URL has a protocol. |
_filter_url_js_settings |
core/modules/filter/filter.module |
Implements callback_filter_js_settings(). |
_filter_url_parse_email_links |
core/modules/filter/filter.module |
Makes links out of email addresses. |
_filter_url_parse_full_links |
core/modules/filter/filter.module |
Makes links out of absolute URLs. |
_filter_url_parse_partial_links |
core/modules/filter/filter.module |
Makes links out of domain names starting with "www." |
_filter_url_settings |
core/modules/filter/filter.module |
Implements callback_filter_settings(). |
_filter_url_tips |
core/modules/filter/filter.module |
Implements callback_filter_tips(). |
_filter_url_trim |
core/modules/filter/filter.module |
Shortens long URLs to http://www.example.com/long/url... |
_filter_xss_allowed_tags |
core/includes/common.inc |
List of the default tags allowed by filter_xss(). |
_filter_xss_attributes |
core/includes/common.inc |
Processes a string of HTML attributes. |
_filter_xss_display_allowed_tags |
core/includes/common.inc |
Human-readable list of the default tags allowed by filter_xss(), for display
in help texts. |
_filter_xss_split |
core/includes/common.inc |
Processes an HTML tag. |
_fix_gpc_magic |
core/includes/common.inc |
Strips slashes from a string or array of strings. |
_fix_gpc_magic_files |
core/includes/common.inc |
Strips slashes from $_FILES items. |
_format_date_callback |
core/includes/common.inc |
Translates a formatted date string. |
_form_builder_handle_input_element |
core/includes/form.inc |
Adds the #name and #value properties of an input element before rendering. |
_form_button_was_clicked |
core/includes/form.inc |
Determines if a given button triggered the form submission. |
_form_element_triggered_scripted_submission |
core/includes/form.inc |
Detects if an element triggered the form submission via Ajax. |
_form_example_element_info |
modules/examples/form_example/form_example_elements.inc |
Utility function providing data for form_example_element_info(). |
_form_example_element_theme |
modules/examples/form_example/form_example_elements.inc |
Called by form_example_theme() to provide hook_theme(). |
_form_example_steps |
modules/examples/form_example/form_example_wizard.inc |
Returns the list of steps and their associated forms. |
_form_options_expand |
core/modules/field/modules/options/options.element.inc |
Logic function for form_options_expand(). Do not call directly. |
_form_options_flatten |
core/includes/form.inc |
Iterates over an array and returns a flat array with duplicate keys removed. |
_form_options_from_text |
core/modules/field/modules/options/options.element.inc |
Logic function for form_options_from_text(). Do not call directly. |
_form_options_search |
core/modules/field/modules/options/options.element.inc |
Recursive function for finding default value keys. Matches on keys or values. |
_form_options_to_text |
core/modules/field/modules/options/options.element.inc |
Logic function for form_options_to_text(). Do not call directly. |
_form_options_validate |
core/modules/field/modules/options/options.element.inc |
Logic function for form_options_validate(). Do not call directly. |