_filter_admin_format_get_tips |
core/modules/filter/filter.admin.inc |
Get filter tips for an individual filter within a text format. |
_filter_autop |
core/modules/filter/filter.module |
Implements callback_filter_process(). |
_filter_autop_tips |
core/modules/filter/filter.module |
Implements callback_filter_tips(). |
_filter_cleanup_url |
core/modules/filter/filter.pages.inc |
Clean up the URL for validation. |
_filter_create_valid_external_url |
core/modules/filter/filter.pages.inc |
Forms a valid external URL if possible. |
_filter_delete_file_usage |
core/modules/filter/filter.module |
Deletes file usage of files referenced by processed text fields. |
_filter_disable_format_access |
core/modules/filter/filter.module |
Access callback: Checks access for disabling text formats. |
_filter_example_filter_foo_process |
modules/examples/filter_example/filter_example.module |
Foo filter process callback. |
_filter_example_filter_foo_settings |
modules/examples/filter_example/filter_example.module |
Settings callback for foo filter. |
_filter_example_filter_foo_tips |
modules/examples/filter_example/filter_example.module |
Filter tips callback for foo filter. |
_filter_example_filter_time_prepare |
modules/examples/filter_example/filter_example.module |
Time filter prepare callback. |
_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. |