htmltidy_default_settings |
./htmltidy.module |
Return an array of the expected HTML tidy options. |
2 |
|
htmltidy_empty |
./htmltidy.module |
Helper function for defaults in settings |
1 |
|
htmltidy_filter_htmltidy_process |
./htmltidy.filter.inc |
Implementation of hook_filter_FILTER_process(). |
|
1 |
htmltidy_filter_htmltidy_settings |
./htmltidy.filter.inc |
Implementation of hook_filter_FILTER_settings(). |
|
1 |
htmltidy_filter_htmltidy_tips |
./htmltidy.filter.inc |
Implementation of hook_filter_FILTER_tips(). |
|
1 |
htmltidy_filter_info |
./htmltidy.filter.inc |
Implementation of hook_filter_info(). |
|
|
htmltidy_fix_linenums |
./htmltidy.module |
Adjust the line numbers in an array of htmltidy errors or warnings. |
1 |
|
htmltidy_fragment |
./htmltidy.module |
Tidies an incomplete fragment of HTML by passing it through htmltidy full,
then stripping back down to the 'body'. |
3 |
|
htmltidy_get_formats |
./htmltidy.module |
Get all of the formats that have the HTML Tidy filter enabled. |
2 |
|
htmltidy_help |
./htmltidy.module |
Impelementation of hook_help(). |
|
|
htmltidy_hook_info |
./htmltidy.module |
Implementation of hook_hook_info(). |
|
|
htmltidy_node_prepare |
./htmltidy.node.inc |
Implementation of hook_node_prepare(). |
|
|
htmltidy_node_validate |
./htmltidy.node.inc |
Implementation of hook_node_validate(). |
|
|
htmltidy_permission |
./htmltidy.module |
Implementation of hook_permission(). |
|
|
htmltidy_run |
./htmltidy.module |
Process the input through tidy engine |
1 |
|
htmltidy_string |
./htmltidy.module |
Process whatever we are given and return the htmltidy response
The output and warnings will be returned as arrays by reference. |
1 |
|
htmltidy_test |
./htmltidy.module |
Sets the htmltidy_apppath Drupal variable to a valid value. |
1 |
|