You are here

Functions in Syntax Highlighter 7

Primary tabs

Namesort descending Location Description Direct uses Strings
syntaxhighlighter_filter_info ./syntaxhighlighter.module Implements hook_filter_info()
syntaxhighlighter_form_comment_form_alter ./syntaxhighlighter.module Install custom comment validate function
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_modules_disabled ./syntaxhighlighter.module
syntaxhighlighter_node_validate ./syntaxhighlighter.module Validate on the node input text to be sure there is no bad {syntaxhighlighter} tags
syntaxhighlighter_permission ./syntaxhighlighter.module Implements hook_permission(). 1
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_7001 ./syntaxhighlighter.install Rename 'syntaxhighlighter_off_pages' variable to 'syntaxhighlighter_pages'.
_syntaxhighlighter_comment_validate ./syntaxhighlighter.module Validate on comment input text to be sure there is no bad {syntaxhighlighter} tags 1
_syntaxhighlighter_do_filter_prepare ./syntaxhighlighter.module Escape the content text in preparation for filtering by replacing all '<' and '>' with &lt; and &gt; inside. 1
_syntaxhighlighter_do_filter_process ./syntaxhighlighter.module Filter {syntaxhighlighter options}program code{/syntaxhighlighter} into <pre class="options">program code</pre> 1
_syntaxhighlighter_file_directory_path ./syntaxhighlighter.module This does the same thing as the old D6 file_directory_path() which is to give the default 'files' directory path relative the the web root 2
_syntaxhighlighter_filter_tips ./syntaxhighlighter.module 1 1
_syntaxhighlighter_format_has_syntaxhighlighter_filter ./syntaxhighlighter.module 2
_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