You are here

Functions in Syntax Highlighter 7.2

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_libraries_info ./syntaxhighlighter.module Implements hook_libraries_info().
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_update_7002 ./syntaxhighlighter.install Change search path for syntaxhighlighter library.
_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: 1
_syntaxhighlighter_do_filter_process ./syntaxhighlighter.module Revert back to <pre> tag 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 1
_syntaxhighlighter_filter_tips ./syntaxhighlighter.module 1 1
_syntaxhighlighter_format_has_syntaxhighlighter_filter ./syntaxhighlighter.module 2
_syntaxhighlighter_get_enabled_language_brushes ./syntaxhighlighter.module 1
_syntaxhighlighter_get_lib_location ./syntaxhighlighter.module 4
_syntaxhighlighter_page_match ./syntaxhighlighter.module 1
_syntaxhighlighter_scan_lib_location ./syntaxhighlighter.module Locate the syntaxhighlighter js library. The library must be placed in a directory named "syntaxhighlighter" in one of the following locations: 1) standard library paths provided by the "libraries" module (if installed) 2) the… 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_validate_input ./syntaxhighlighter.module Check for error with syntaxhighlighter input 2

Other projects