GESHI_ACTIVE [line 91]
Links in the source in the :active state
GESHI_CAPS_LOWER [line 83]
Leave keywords found as the case that they are
GESHI_CAPS_NO_CHANGE [line 79]
Lowercase keywords found
GESHI_CAPS_UPPER [line 81]
Uppercase keywords found
GESHI_DIR_SEPARATOR [line 49]
GESHI_DIR_SEPARATOR = ('WIN'!=substr(PHP_OS,0,3))?'/':'\\'
|
|
Set the correct directory separator
GESHI_END_IMPORTANT [line 101]
GESHI_END_IMPORTANT = '<END GeSHi>'
|
|
The ender for important parts of the source
GESHI_FANCY_LINE_NUMBERS [line 67]
GESHI_FANCY_LINE_NUMBERS = 2
|
|
Use fancy line numbers when building the result
GESHI_HEADER_DIV [line 73]
Use a <div> to surround the source
GESHI_HEADER_NONE [line 71]
Use nothing to surround the source
GESHI_HEADER_PRE [line 75]
Use a
GESHI_HOVER [line 89]
Links in the source in the :hover state
GESHI_LANG_ROOT [line 58]
GESHI_LANG_ROOT = GESHI_ROOT.'geshi'.GESHI_DIR_SEPARATOR
|
|
The language file directory for GeSHi
GESHI_LINK [line 87]
Links in the source in the :link state
GESHI_NORMAL_LINE_NUMBERS [line 65]
GESHI_NORMAL_LINE_NUMBERS = 1
|
|
Use normal line numbers when building the result
GESHI_NO_LINE_NUMBERS [line 63]
Use no line numbers when building the result
GESHI_OUTPUT_HTML [line 46]
For the future (though this may never be realised)
GESHI_ROOT [line 54]
GESHI_ROOT = dirname(__FILE__).GESHI_DIR_SEPARATOR
|
|
The root directory for GeSHi
GESHI_START_IMPORTANT [line 99]
GESHI_START_IMPORTANT = '<BEGIN GeSHi>'
|
|
The starter for important parts of the source
GESHI_VERSION [line 43]
GESHI_VERSION = '1.0.7.2'
|
|
The version of this GeSHi file
GESHI_VISITED [line 93]
Links in the source in the :visited state