constant SYNTAXHIGHLIGHTER_INJECT_PHP in Syntax Highlighter 7
Same name and namespace in other branches
- 8 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
- 6.2 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
- 6 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
- 7.2 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
Inject syntaxhighlighter if the associated PHP code returns TRUE.
3 uses of SYNTAXHIGHLIGHTER_INJECT_PHP
- syntaxhighlighter_modules_disabled in ./
syntaxhighlighter.module - syntaxhighlighter_settings_form in ./
syntaxhighlighter.admin.inc - An admin form to specify which language to support for highlighting
- _syntaxhighlighter_page_match in ./
syntaxhighlighter.module
File
- ./
syntaxhighlighter.module, line 25 - Syntax highlight code using the Syntaxhighlighter javascript library. See http://alexgorbatchev.com/wiki/SyntaxHighlighter
Code
define('SYNTAXHIGHLIGHTER_INJECT_PHP', 2);