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 |
Implementation of hook_cron(). |
|
|
htmlpurifier_filter |
./htmlpurifier.module |
Implementation of hook_filter(). |
|
|
htmlpurifier_filter_tips |
./htmlpurifier.module |
Implementation of hook_filter_tips(). |
|
|
htmlpurifier_flush_caches |
./htmlpurifier.module |
Implementation of hook_flush_caches(). |
|
|
htmlpurifier_help |
./htmlpurifier.module |
Implementation of hook_help(). |
|
|
htmlpurifier_install |
./htmlpurifier.install |
Implementation of hook_install(). |
|
|
htmlpurifier_nodeapi |
./htmlpurifier.module |
Implementation of hook_nodeapi(). |
|
|
htmlpurifier_requirements |
./htmlpurifier.install |
Implementation of hook_requirements(). |
|
|
htmlpurifier_schema |
./htmlpurifier.install |
Implementation of hook_schema(). |
|
|
htmlpurifier_uninstall |
./htmlpurifier.install |
Implementation of hook_uninstall(). |
|
|
htmlpurifier_update_6200 |
./htmlpurifier.install |
|
|
|
htmlpurifier_update_6201 |
./htmlpurifier.install |
|
|
|
_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_get_config |
./htmlpurifier.module |
Returns the HTMLPurifier_Config object corresponding to an input format. |
2 |
|
_htmlpurifier_load |
./htmlpurifier.module |
Loads the HTML Purifier library, and performs global initialization. |
3 |
|
_htmlpurifier_load_csstidY |
./htmlpurifier.module |
|
|
|
_htmlpurifier_process |
./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 |
|