Links in the source in the :active state
The key of the regex array defining what bracket group in a
API Tags:
Strict mode always applies
API Tags:
The key of the regex array defining what bracket group in a
API Tags:
GESHI_CAPS_LOWER [line 80]
Leave keywords found as the case that they are
GESHI_CAPS_NO_CHANGE [line 76]
Lowercase keywords found
GESHI_CAPS_UPPER [line 78]
Uppercase keywords found
GESHI_COMMENTS [line 128]
Used in language files to mark comments
API Tags:
GESHI_DIR_SEPARATOR [line 46]
GESHI_DIR_SEPARATOR = ('WIN'!=substr(PHP_OS,0,3))?'/':'\\'
|
|
Set the correct directory separator
GESHI_END_IMPORTANT [line 98]
GESHI_END_IMPORTANT = '<END GeSHi>'
|
|
The ender for important parts of the source
GESHI_ERROR_FILE_NOT_READABLE [line 138]
GESHI_ERROR_FILE_NOT_READABLE = 3
|
|
GeSHi could not open a file for reading (generally a language file)
API Tags:
GESHI_ERROR_INVALID_HEADER_TYPE [line 140]
GESHI_ERROR_INVALID_HEADER_TYPE = 4
|
|
The header type passed to GeSHi::set_header_type() was invalid
API Tags:
GESHI_ERROR_INVALID_LINE_NUMBER_TYPE [line 142]
GESHI_ERROR_INVALID_LINE_NUMBER_TYPE = 5
|
|
The line number type passed to GeSHi::enable_line_numbers() was invalid
API Tags:
GESHI_ERROR_NO_INPUT [line 134]
No sourcecode to highlight was specified
API Tags:
| Deprecated: | |
| Access: | private |
GESHI_ERROR_NO_SUCH_LANG [line 136]
GESHI_ERROR_NO_SUCH_LANG = 2
|
|
The language specified does not exist
API Tags:
GESHI_FANCY_LINE_NUMBERS [line 64]
GESHI_FANCY_LINE_NUMBERS = 2
|
|
Use fancy line numbers when building the result
GESHI_HEADER_DIV [line 70]
Use a "div" to surround the source
GESHI_HEADER_NONE [line 68]
Use nothing to surround the source
GESHI_HEADER_PRE [line 72]
Use a "pre" to surround the source
Links in the source in the :hover state
GESHI_LANG_ROOT [line 55]
GESHI_LANG_ROOT = GESHI_ROOT.'geshi'.GESHI_DIR_SEPARATOR
|
|
The language file directory for GeSHi
Links in the source in the :link state
Strict mode *might* apply, and can be enabled or
API Tags:
GESHI_MODIFIERS [line 119]
The key of the regex array defining any modifiers to the regular expression
API Tags:
Strict mode never applies (this is the most common)
API Tags:
GESHI_NORMAL_LINE_NUMBERS [line 62]
GESHI_NORMAL_LINE_NUMBERS = 1
|
|
Use normal line numbers when building the result
GESHI_NO_LINE_NUMBERS [line 60]
GESHI_NO_LINE_NUMBERS = 0
|
|
Use no line numbers when building the result
The key of the regex array defining what bracket group in a
API Tags:
GESHI_ROOT = dirname(__FILE__).GESHI_DIR_SEPARATOR
|
|
The root directory for GeSHi
The key of the regex array defining what to search for
API Tags:
GESHI_START_IMPORTANT [line 96]
GESHI_START_IMPORTANT = '<BEGIN GeSHi>'
|
|
The starter for important parts of the source
GESHI_VERSION = '1.0.7.8'
|
|
The version of this GeSHi file
Links in the source in the :visited state