You are here

Functions in HTML Tidy 6

Primary tabs

Namesort descending Location Description Direct uses Strings
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.module Implementation of hook_filter().
htmltidy_filter_tips ./htmltidy.module
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'. 2
htmltidy_help ./htmltidy.module Drupal hook that returns help text for the specified section.
htmltidy_nodeapi ./htmltidy.module
htmltidy_perm ./htmltidy.module Drupal hook that returns an array of valid permissions for the htmltidy module.
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
_htmltidy_settings ./htmltidy.module Drupal hook that allows an administrator to view or modify module settings. 1

Other projects