hook_htmlpurifier_html_definition_alter |
./htmlpurifier.api.php |
Allows modules to alter the HTML Definition used by HTML Purifier. |
|
|
htmlpurifier_admin_settings |
./htmlpurifier.admin.inc |
Generate a form for configuring overall HTML Purifier settings. |
|
1 |
htmlpurifier_admin_settings_submit |
./htmlpurifier.admin.inc |
Submit handler for the HTML Purifier settings form. |
|
1 |
htmlpurifier_check_version |
./htmlpurifier.module |
Checks for updates to the HTML Purifier library. |
2 |
|
htmlpurifier_config_N |
config/sample.php |
Accepts an HTMLPurifier_Config configuration object and configures it. |
|
|
htmlpurifier_cron |
./htmlpurifier.module |
Implements hook_cron(). |
|
|
htmlpurifier_filter_info |
./htmlpurifier.module |
Implements hook_filter_info(). |
|
|
htmlpurifier_flush_caches |
./htmlpurifier.module |
Implements hook_flush_caches(). |
|
|
htmlpurifier_help |
./htmlpurifier.module |
Implements hook_help(). |
|
|
htmlpurifier_menu |
./htmlpurifier.module |
|
|
|
htmlpurifier_nodeapi |
./htmlpurifier.module |
Implements of hook_nodeapi(). |
|
|
htmlpurifier_requirements |
./htmlpurifier.install |
Implements hook_requirements(). |
|
|
htmlpurifier_schema |
./htmlpurifier.install |
Implements hook_schema(). |
|
|
htmlpurifier_uninstall |
./htmlpurifier.install |
Implements hook_uninstall(). |
|
|
htmlpurifier_update_6200 |
./htmlpurifier.install |
|
|
|
htmlpurifier_update_6201 |
./htmlpurifier.install |
|
|
|
htmlpurifier_update_7000 |
./htmlpurifier.install |
Migrate filter settings into D7 format from D6 |
|
|
htmlpurifier_update_7001 |
./htmlpurifier.install |
Clean up the D6 cache_htmlpurifier schema since it was a clone of the system cache schema |
|
|
htmlpurifier_update_7002 |
./htmlpurifier.install |
Load and resave all text formats to update cache settings. |
|
|
_htmlpurifier_add_css |
./htmlpurifier.module |
Helper function for hook_nodeapi
Finds extracted style blocks based on a cache link left by hook_filter
Aggregates the extracted style blocks and adds them to the document head
Also removes the cache link left in hook_filter to the CSS cache |
1 |
|
_htmlpurifier_clear_cache |
./htmlpurifier.module |
Clears the HTML Purifier internal Drupal cache. |
|
1 |
_htmlpurifier_config_hack |
./htmlpurifier.module |
Fills out the form state with extra post data originating from the
HTML Purifier configuration form. This is an #after_build hook function. |
|
1 |
_htmlpurifier_config_load |
./htmlpurifier.module |
Returns the name of the configuration function for $format, or FALSE if none
exists. Function name will be htmlpurifier_config_N. |
2 |
|
_htmlpurifier_filter_tips |
./htmlpurifier.module |
Filter tips callback, used by htmlpurifier_filter_info(). |
|
1 |
_htmlpurifier_get_config |
./htmlpurifier.module |
Returns the HTMLPurifier_Config object corresponding to a text format. |
2 |
|
_htmlpurifier_load |
./htmlpurifier.module |
Loads the HTML Purifier library, and performs global initialization. |
4 |
|
_htmlpurifier_load_csstidY |
./htmlpurifier.module |
|
|
|
_htmlpurifier_process |
./htmlpurifier.module |
Process callback, used by htmlpurifier_filter_info(). |
|
1 |
_htmlpurifier_process_text |
./htmlpurifier.module |
Processes HTML according to a format and returns purified HTML. Makes a
cache pass if possible. |
2 |
|
_htmlpurifier_settings |
./htmlpurifier.module |
Generates a settings form for configuring HTML Purifier. |
|
1 |