You are here

Functions in Syntax Highlighter 6

Primary tabs

Namesort descending Location Description Direct uses Strings
syntaxhighlighter_comment ./syntaxhighlighter.module Validate on comment input text to be sure there is no bad {syntaxhighlighter} tags
syntaxhighlighter_filter ./syntaxhighlighter.module Implements hook_filter()
syntaxhighlighter_filter_tips ./syntaxhighlighter.module 2
syntaxhighlighter_help ./syntaxhighlighter.module
syntaxhighlighter_init ./syntaxhighlighter.module
syntaxhighlighter_install ./syntaxhighlighter.install @file Syntax highlighter module installation file.
syntaxhighlighter_menu ./syntaxhighlighter.module Menu for admin settings page
syntaxhighlighter_nodeapi ./syntaxhighlighter.module Validate on the node input text to be sure there is no bad {syntaxhighlighter} tags
syntaxhighlighter_perm ./syntaxhighlighter.module Implements hook_perm().
syntaxhighlighter_requirements ./syntaxhighlighter.install Make sure the user has installed the 'SyntaxHighlighter' library the side effect of this is to rescan the javascript lib location
syntaxhighlighter_settings_form ./syntaxhighlighter.admin.inc An admin form to specify which language to support for highlighting 1
syntaxhighlighter_uninstall ./syntaxhighlighter.install
syntaxhighlighter_update_6100 ./syntaxhighlighter.install
syntaxhighlighter_update_6101 ./syntaxhighlighter.install
syntaxhighlighter_update_6102 ./syntaxhighlighter.install Delete the cached javascript lib location in case the library has been upgraded to a different location.
syntaxhighlighter_update_6103 ./syntaxhighlighter.install Rename 'syntaxhighlighter_off_pages' variable to 'syntaxhighlighter_pages'
_syntaxhighlighter_do_filter_prepare ./syntaxhighlighter.module Replace any '<' and '>' with &lt; and &gt; inside so that any HTML filter will not mess with the code. 1
_syntaxhighlighter_do_filter_process ./syntaxhighlighter.module Filter {syntaxhighlighter options}program code{/syntaxhighlighter} into <pre class="options">program code</pre> 1
_syntaxhighlighter_get_lib_location ./syntaxhighlighter.module 3
_syntaxhighlighter_page_match ./syntaxhighlighter.module 1
_syntaxhighlighter_replace ./syntaxhighlighter.module Escape " to ' in OPTIONS string
_syntaxhighlighter_scan_lib_location ./syntaxhighlighter.module Do an exhaustive scan of file directories for the location of the syntaxhighlighter js lib, Allow the syntaxhighlighter js library to be installed in any of the following locations and under any sub-directory (except 'src'): 1)… 1
_syntaxhighlighter_setup_autoloader_script ./syntaxhighlighter.module Create the autoload setup script file. Must call this whenever lib location and/or the enable brushes change. Make sure never call this if the js lib is not found 1 1
_syntaxhighlighter_string_begins_with ./syntaxhighlighter.module 1
_syntaxhighlighter_validate_input ./syntaxhighlighter.module Check for error with syntaxhighlighter input 2

Other projects