[geshi] element index

All elements
a c d e f g h i j l m n p q r s t u v _
_
top
Variable $_aliasName
GeSHiContext::$_aliasName in class.geshicontext.php
The name of the context if not aliased
Variable $_characterLen
GeSHiSingleCharContext::$_characterLen in class.geshisinglecharcontext.php
The parsed data when getContextStartData() is successful.
Variable $_charsToEscape
GeSHiSingleCharContext::$_charsToEscape in class.geshisinglecharcontext.php
...and the valid escape sequences that can follow.
Variable $_childContexts
GeSHiContext::$_childContexts in class.geshicontext.php
The child contexts
Variable $_complexFlag
GeSHiContext::$_complexFlag in class.geshicontext.php
Whether this context should be broken up by whitespace
Variable $_contextDelimiters
GeSHiContext::$_contextDelimiters in class.geshicontext.php
The context delimiters
Variable $_contextName
GeSHiContext::$_contextName in class.geshicontext.php
The context name.
Variable $_contextStyleType
GeSHiContext::$_contextStyleType in class.geshicontext.php
The style type of this context, used for backward compatibility with GeSHi 1.0.X
Variable $_delimiterParseData
GeSHiContext::$_delimiterParseData in class.geshicontext.php
Delimiter parse data. Controls which context - the parent or child - should parse the delimiters for a context
Variable $_disallowEmpty
GeSHiSingleCharContext::$_disallowEmpty in class.geshisinglecharcontext.php
Variable $_endDelimiterLen
GeSHiSingleCharContext::$_endDelimiterLen in class.geshisinglecharcontext.php
Variable $_endName
GeSHiContext::$_endName in class.geshicontext.php
The name for stuff detected in the end of a context
Variable $_escapeCharacters
GeSHiSingleCharContext::$_escapeCharacters in class.geshisinglecharcontext.php
Characters that start an escape sequence...
Variable $_escapeGroups
GeSHiStringContext::$_escapeGroups in class.geshistringcontext.php
Escape character groups.
Variable $_isAlias
GeSHiContext::$_isAlias in class.geshicontext.php
Whether this context is an alias context
Variable $_isChildLanguage
GeSHiContext::$_isChildLanguage in class.geshicontext.php
Whether this context is a child context
Variable $_isEscapeSeq
GeSHiSingleCharContext::$_isEscapeSeq in class.geshisinglecharcontext.php
Variable $_languageName
GeSHiContext::$_languageName in class.geshicontext.php
The language that this context is in
Variable $_startName
GeSHiContext::$_startName in class.geshicontext.php
The name for stuff detected in the start of a context
Variable $_startRegexTable
GeSHiContext::$_startRegexTable in class.geshicontext.php
The matching regex table for regex starters
Variable $_styler
GeSHiContext::$_styler in class.geshicontext.php
The styler helper object
Method _addParseData
GeSHiStringContext::_addParseData() in class.geshistringcontext.php
Overrides addParseData to add escape characters also.
Method _addParseData
GeSHiSingleCharContext::_addParseData() in class.geshisinglecharcontext.php
Overrides _addParseData to add escape characters also
Method _addParseData
GeSHiCodeContext::_addParseData() in class.geshicodecontext.php
Overrides GeSHiContext::_addParseData() to highlight a code context, including keywords, symbols and regular expression matches
Method _addParseData
GeSHiContext::_addParseData() in class.geshicontext.php
Adds parse data to the overall result
Method _addParseDataEnd
GeSHiContext::_addParseDataEnd() in class.geshicontext.php
Adds parse data for the end of a context to the overallresult
Method _addParseDataStart
GeSHiContext::_addParseDataStart() in class.geshicontext.php
Adds parse data for the start of a context to the overallresult
Method _addToParsedCode
GeSHiStyler::_addToParsedCode() in class.geshistyler.php
Adds data from the renderer to the parsed code
Method _charEscapesChar
GeSHiStringContext::_charEscapesChar() in class.geshistringcontext.php
Returns true if $escape_char escapes $char_to_escape.
Method _checkForSymbol
GeSHiCodeContext::_checkForSymbol() in class.geshicodecontext.php
Checks the specified character to see if it is a symbol, and adds it to the result array according to its findings.
Method _codeContextHighlight
GeSHiCodeContext::_codeContextHighlight() in class.geshicodecontext.php
Given code, returns an array of context data about it
Method _createContextKeywordLookup
Method _getContextEndData
GeSHiSingleCharContext::_getContextEndData() in class.geshisinglecharcontext.php
In this case we don't need to worry about much because we have made sure in _getContextStartData that we are starting in the right place.
Method _getContextEndData
GeSHiContext::_getContextEndData() in class.geshicontext.php
GetContextEndData
Method _getContextEndData
GeSHiStringContext::_getContextEndData() in class.geshistringcontext.php
Finds the end of a string context, taking the escape characters into account.
Method _getEarliestContextData
GeSHiContext::_getEarliestContextData() in class.geshicontext.php
Works out the closest child context
Method _getExtraParseData
GeSHiContext::_getExtraParseData() in class.geshicontext.php
Method _getURL
GeSHiCodeContext::_getURL() in class.geshicodecontext.php
Turns keywords into <a href="url">>keyword/a> if needed
Method _initPostProcess
GeSHiCodeContext::_initPostProcess() in class.geshicodecontext.php
Method _initPostProcess
GeSHiContext::_initPostProcess() in class.geshicontext.php
Called after the init function has had its fun to
Method _isEscapeChar
GeSHiStringContext::_isEscapeChar() in class.geshistringcontext.php
Returns true if $escape_char is an escape character in any group.
Method _makeContextName
GeSHiContext::_makeContextName() in class.geshicontext.php
Method _shouldBeEscaped
GeSHiStringContext::_shouldBeEscaped() in class.geshistringcontext.php
Checks whether the character(s) at the start of the parameter string are characters that should be escaped.
Method _substitutePlaceholders
GeSHiContext::_substitutePlaceholders() in class.geshicontext.php
Substitutes placeholders for values matched in opening regular expressions
Variable $_parentName
GeSHiPHPDoubleStringContext::$_parentName in class.geshiphpdoublestringcontext.php
Variable $_prevContextName
GeSHiSQLCodeParser::$_prevContextName in class.geshisqlcodeparser.php
Variable $_prevData
GeSHiSQLCodeParser::$_prevData in class.geshisqlcodeparser.php
Variable $_prevToken
GeSHiSQLCodeParser::$_prevToken in class.geshisqlcodeparser.php
Method _addParseData
GeSHiPHPDoubleStringContext::_addParseData() in class.geshiphpdoublestringcontext.php
Adds code detected as being in this context to the parse data
a
top
Method addChild
GeSHiContext::addChild() in class.geshicontext.php
Adds a child context to this context.
Method addChildLanguage
GeSHiContext::addChildLanguage() in class.geshicontext.php
Adds a child to this context that is actually a language
Method addDelimiters
GeSHiContext::addDelimiters() in class.geshicontext.php
Sets the delimiters for this context
Method addEmbeddedChild
GeSHiContext::addEmbeddedChild() in class.geshicontext.php
Method addEscapeGroup
GeSHiStringContext::addEscapeGroup() in class.geshistringcontext.php
Adds an escape group to this string context.
Method addKeywordGroup
GeSHiCodeContext::addKeywordGroup() in class.geshicodecontext.php
Method addObjectSplitter
GeSHiCodeContext::addObjectSplitter() in class.geshicodecontext.php
Method addParseData
GeSHiStyler::addParseData() in class.geshistyler.php
Recieves parse data from the context tree. Sends the
Method addParseDataEnd
GeSHiStyler::addParseDataEnd() in class.geshistyler.php
Method addParseDataStart
GeSHiStyler::addParseDataStart() in class.geshistyler.php
Method addRegexGroup
GeSHiCodeContext::addRegexGroup() in class.geshicodecontext.php
Method addSymbolGroup
GeSHiCodeContext::addSymbolGroup() in class.geshicodecontext.php
Method alias
GeSHiContext::alias() in class.geshicontext.php
Method abstractStaticCheck
GeSHiJavaCodeParser::abstractStaticCheck() in class.geshijavacodeparser.php
Checks for defintitions of abstract and static methods/classes and highlights them in the source
Method annotationCheck
GeSHiJavaCodeParser::annotationCheck() in class.geshijavacodeparser.php
Checks for Annotations to highlight in the source
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
Page asm.php
asm.php in asm.php
c
top
Variable $charset
GeSHiStyler::$charset in class.geshistyler.php
Page class.geshi.php
class.geshi.php in class.geshi.php
Method contextCanStart
GeSHiContext::contextCanStart() in class.geshicontext.php
Return true if it is possible for this context to parse this code at all
Page class.geshicodecontext.php
class.geshicodecontext.php in class.geshicodecontext.php
Page class.geshicodeparser.php
class.geshicodeparser.php in class.geshicodeparser.php
Page class.geshicontext.php
class.geshicontext.php in class.geshicontext.php
Page class.geshidefaultcodeparser.php
class.geshidefaultcodeparser.php in class.geshidefaultcodeparser.php
Page class.geshisinglecharcontext.php
class.geshisinglecharcontext.php in class.geshisinglecharcontext.php
Page class.geshistringcontext.php
class.geshistringcontext.php in class.geshistringcontext.php
Page class.geshistyler.php
class.geshistyler.php in class.geshistyler.php
Method classCheck
GeSHiJavaCodeParser::classCheck() in class.geshijavacodeparser.php
Checks for Classes to highlight in the source
Page c.php
c.php in c.php
Page class.geshiccodeparser.php
class.geshiccodeparser.php in class.geshiccodeparser.php
Page common.php
common.php in common.php
Page codeworker.php
codeworker.php in codeworker.php
Page common.php
common.php in common.php
Page css.php
css.php in css.php
Page class.geshidelphicodeparser.php
class.geshidelphicodeparser.php in class.geshidelphicodeparser.php
Page common.php
common.php in common.php
Page class.geshijavacodeparser.php
class.geshijavacodeparser.php in class.geshijavacodeparser.php
Page class.geshiphpcodeparser.php
class.geshiphpcodeparser.php in class.geshiphpcodeparser.php
Page class.geshiphpdoublestringcontext.php
class.geshiphpdoublestringcontext.php in class.geshiphpdoublestringcontext.php
Page common.php
common.php in common.php
Page class.geshisqlcodeparser.php
class.geshisqlcodeparser.php in class.geshisqlcodeparser.php
Page class.geshirenderer.php
class.geshirenderer.php in class.geshirenderer.php
Page class.geshirendererhtml.php
class.geshirendererhtml.php in class.geshirendererhtml.php
Page c.php
c.php in c.php
Page codeworker.php
codeworker.php in codeworker.php
Page css.php
css.php in css.php
d
top
Page delphi.php
delphi.php in delphi.php
Page doxygen.php
doxygen.php in doxygen.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page delphi.php
delphi.php in delphi.php
Page doxygen.php
doxygen.php in doxygen.php
e
top
Method embedInside
GeSHiContext::embedInside() in class.geshicontext.php
Embeds this context inside the named context.
Method error
GeSHi::error() in class.geshi.php
From 1.2.0, this method always returns false. This method is deprecated and will disappear in the next major version of GeSHi.
Method enumCheck
GeSHiJavaCodeParser::enumCheck() in class.geshijavacodeparser.php
Checks for Enums to highlight in the source
Method exceptionCheck
GeSHiJavaCodeParser::exceptionCheck() in class.geshijavacodeparser.php
Checks for Exceptions to highlight in the source
f
top
Method flush
GeSHiCodeParser::flush() in class.geshicodeparser.php
If the code parser uses a stack, this method should empty and return it.
Page functions.geshi.php
functions.geshi.php in functions.geshi.php
g
top
Method GeSHi
GeSHi::GeSHi() in class.geshi.php
Sets the source and language name of the source to parse
Class GeSHi
GeSHi in class.geshi.php
The GeSHi class
Class GeSHiCodeContext
GeSHiCodeContext in class.geshicodecontext.php
This class represents a "Code" context - one where keywords, regular expressions and other things can be used to highlight part of the context.
Class GeSHiCodeParser
GeSHiCodeParser in class.geshicodeparser.php
The GeSHiCodeParser class. An abstract implementation of a class that can receive tokens, modify them and send them back.
Method GeSHiCodeParser
GeSHiCodeParser::GeSHiCodeParser() in class.geshicodeparser.php
Constructor. Assigns the GeSHiStyler object to use
Method GeSHiContext
GeSHiContext::GeSHiContext() in class.geshicontext.php
Creates a new GeSHiContext.
Class GeSHiContext
GeSHiContext in class.geshicontext.php
The GeSHiContext class
Class GeSHiDefaultCodeParser
GeSHiDefaultCodeParser in class.geshidefaultcodeparser.php
The GeSHiDefaultCodeParser class. Implements GeSHiCodeParser to provide for the default method of code parsing - do nothing
Class GeSHiSingleCharContext
GeSHiSingleCharContext in class.geshisinglecharcontext.php
The GeSHiSingleCharContext class. This class extends GeSHiContext to handle "single character" strings - strings that are only one character long, like in java.
Class GeSHiStringContext
GeSHiStringContext in class.geshistringcontext.php
The GeSHiStringContext class. This class extends GeSHiContext to handle the concept of escape characters that strings often use.
Class GeSHiStyler
GeSHiStyler in class.geshistyler.php
The GeSHiStyler class
Constant GESHI_ALLOW_SYMLINK_PATHS
GESHI_ALLOW_SYMLINK_PATHS in class.geshi.php
Whether to allow paths to contain symlinks
Function geshi_anchor_re
geshi_anchor_re() in functions.geshi.php
Safely inserts an anchor into the regex $regex so that it only matches at the start of the searched string.
Constant GESHI_DIR_SEP
GESHI_DIR_SEP in class.geshi.php
Set the correct directory separator
Constant GESHI_ERROR_NONE
GESHI_ERROR_NONE in class.geshi.php
No error has occured
Constant GESHI_ROOT
GESHI_ROOT in class.geshi.php
The root directory for GeSHi (where class.geshi.php is located)
Constant GESHI_STYLE_COMMENTS
GESHI_STYLE_COMMENTS in class.geshi.php
Used to mark a context as being like a comment in 1.0.X
Constant GESHI_STYLE_METHODS
GESHI_STYLE_METHODS in class.geshi.php
Used to mark a context as being like a method in 1.0.X
Constant GESHI_STYLE_NONE
GESHI_STYLE_NONE in class.geshi.php
Used to mark a context as having no equivalence in 1.0.X
Constant GESHI_STYLE_NUMBERS
GESHI_STYLE_NUMBERS in class.geshi.php
Used to mark a context as being like a number in 1.0.X
Constant GESHI_STYLE_STRINGS
GESHI_STYLE_STRINGS in class.geshi.php
Used to mark a context as being like a string in 1.0.X
Constant GESHI_STYLE_SYMBOLS
GESHI_STYLE_SYMBOLS in class.geshi.php
Used to mark a context as being like a symbol in 1.0.X
Constant GESHI_VERSION
GESHI_VERSION in class.geshi.php
GeSHi Version
Constant GESHI_WHICHSS_CASEINSENSITIVE
GESHI_WHICHSS_CASEINSENSITIVE in functions.geshi.php
Constant GESHI_WHICHSS_MAXIMAL
GESHI_WHICHSS_MAXIMAL in functions.geshi.php
Which, if any, of the strings in the array $substrs occurs at offset $offset in the string $str? If $flags contains GESHI_WHICHSS_MAXIMAL, then the largest of multiple matches will be returned, otherwise and by default: the first encountered.
Constant GESHI_WHICHSS_SKIPANCHORINSERT
GESHI_WHICHSS_SKIPANCHORINSERT in functions.geshi.php
Constant GESHI_WHICHSS_TRYREGEX
GESHI_WHICHSS_TRYREGEX in functions.geshi.php
Function geshi_whichsubstr
geshi_whichsubstr() in functions.geshi.php
Method getContextStartData
GeSHiSingleCharContext::getContextStartData() in class.geshisinglecharcontext.php
GetContextStartData
Method getContextStartData
GeSHiContext::getContextStartData() in class.geshicontext.php
Checks the context delimiters for this context against the passed
Method getEndName
GeSHiContext::getEndName() in class.geshicontext.php
Returns the name given to the part of this context that is matched by the ending context delimiter. Typically this is used by aliased contexts to lie about what they really end with.
Method getHumanLanguageName
Given a language name, return a human version of it
Method getHumanThemeName
GeSHi::getHumanThemeName() in class.geshi.php
Given a theme name, return a human version of it
Method getParsedCode
GeSHiStyler::getParsedCode() in class.geshistyler.php
Method getStartName
GeSHiContext::getStartName() in class.geshicontext.php
Returns the name given to the part of this context that is matched by the starting context delimiter. Typically this is used by aliased contexts to lie about what they really start with.
Method getStyle
GeSHiStyler::getStyle() in class.geshistyler.php
Method getSupportedLanguages
Method getSupportedThemes
GeSHi::getSupportedThemes() in class.geshi.php
Returns every theme supported by this installation of GeSHi
Method getTime
GeSHi::getTime() in class.geshi.php
Returns various timings related to this object.
Method getVersion
GeSHi::getVersion() in class.geshi.php
Returns the version of this GeSHi
Method genericCheck
GeSHiJavaCodeParser::genericCheck() in class.geshijavacodeparser.php
Checks for generic types to highlight in the source
Class GeSHiCCodeParser
GeSHiCCodeParser in class.geshiccodeparser.php
The GeSHiCCodeParser class
Class GeSHiDelphiCodeParser
GeSHiDelphiCodeParser in class.geshidelphicodeparser.php
The GeSHiDelphiCodeParser class
Class GeSHiJavaCodeParser
GeSHiJavaCodeParser in class.geshijavacodeparser.php
The Java code parser.
Class GeSHiPHPCodeParser
GeSHiPHPCodeParser in class.geshiphpcodeparser.php
The GeSHiPHPCodeParser class.
Method GeSHiPHPDoubleStringContext
GeSHiPHPDoubleStringContext::GeSHiPHPDoubleStringContext() in class.geshiphpdoublestringcontext.php
Class GeSHiPHPDoubleStringContext
GeSHiPHPDoubleStringContext in class.geshiphpdoublestringcontext.php
The GeSHiPHPDoubleStringContext class represents a PHP double string
Class GeSHiSQLCodeParser
GeSHiSQLCodeParser in class.geshisqlcodeparser.php
GeSHi - Generic Syntax Highlighter
Constant GESHI_C_NORMAL
GESHI_C_NORMAL in class.geshiccodeparser.php
Parsing states; should be powers of two due to the implications of the comment below.
Constant GESHI_C_PP
GESHI_C_PP in class.geshiccodeparser.php
Defines for 2, 4, 512, 1024 and 2048 are skipped intentionally so that
Constant GESHI_C_PPERROR
GESHI_C_PPERROR in class.geshiccodeparser.php
Constant GESHI_C_PPHDRPROV
GESHI_C_PPHDRPROV in class.geshiccodeparser.php
Constant GESHI_C_PPHDRSTART
GESHI_C_PPHDRSTART in class.geshiccodeparser.php
Constant GESHI_C_PPIMPLHDRSTART
GESHI_C_PPIMPLHDRSTART in class.geshiccodeparser.php
Constant GESHI_C_PPINCLUDE
GESHI_C_PPINCLUDE in class.geshiccodeparser.php
Constant GESHI_C_PPINCLUDEMACRO
GESHI_C_PPINCLUDEMACRO in class.geshiccodeparser.php
Constant GESHI_C_PPINCLUDEMACROSTART
GESHI_C_PPINCLUDEMACROSTART in class.geshiccodeparser.php
Constant GESHI_C_PPLINE
GESHI_C_PPLINE in class.geshiccodeparser.php
Constant GESHI_C_PPNONSTD
GESHI_C_PPNONSTD in class.geshiccodeparser.php
Constant GESHI_C_PPPRAGMA
GESHI_C_PPPRAGMA in class.geshiccodeparser.php
Constant GESHI_C_PPSTART
GESHI_C_PPSTART in class.geshiccodeparser.php
Function geshi_sql_sql
geshi_sql_sql() in sql.php
Function geshi_sql_sql_bitstring
Function geshi_sql_sql_hexstring
Function geshi_sql_sql_multi_comment
Function geshi_sql_sql_quoted_identifier
Function geshi_sql_sql_single_comment
Function geshi_sql_sql_string
Class GeSHiRenderer
GeSHiRenderer in class.geshirenderer.php
The GeSHiRenderer class
Method GeSHiRenderer
GeSHiRenderer::GeSHiRenderer() in class.geshirenderer.php
Constructor.
Class GeSHiRendererHTML
GeSHiRendererHTML in class.geshirendererhtml.php
The GeSHiRendererHTML class
Method getFooter
GeSHiRendererHTML::getFooter() in class.geshirendererhtml.php
Returns the footer for the code. Currently just a boring preset.
Method getFooter
GeSHiRenderer::getFooter() in class.geshirenderer.php
Should return any footer data for the renderer
Method getHeader
GeSHiRendererHTML::getHeader() in class.geshirendererhtml.php
Returns the header for the code. Currently just a boring preset.
Method getHeader
GeSHiRenderer::getHeader() in class.geshirenderer.php
Should return any header data for the renderer
h
top
Page html.php
html.php in html.php
Page html.php
html.php in html.php
i
top
Method isAlias
GeSHiContext::isAlias() in class.geshicontext.php
Returns whether this context is an aliased context
j
top
Page java.php
java.php in java.php
Page javascript.php
javascript.php in javascript.php
Page java.php
java.php in java.php
Page java.php
java.php in java.php
Page javascript.php
javascript.php in javascript.php
l
top
Variable $language
GeSHiStyler::$language in class.geshistyler.php
Method languagesSupportedBy
Returns the languages supported by the given theme
Method loadStyles
GeSHiStyler::loadStyles() in class.geshistyler.php
m
top
Method methodCheck
GeSHiJavaCodeParser::methodCheck() in class.geshijavacodeparser.php
Checks for methods to highlight in the source
n
top
Method name
GeSHiContext::name() in class.geshicontext.php
Returns the name of this context
p
top
Method parseCode
GeSHiContext::parseCode() in class.geshicontext.php
Parses the given code
Method parseCode
GeSHi::parseCode() in class.geshi.php
Syntax-highlights the source code
Method parseDelimiters
GeSHiContext::parseDelimiters() in class.geshicontext.php
Method parseToken
GeSHiCodeParser::parseToken() in class.geshicodeparser.php
Recieves tokens and returns them, possibly modified
Method parseToken
GeSHiDefaultCodeParser::parseToken() in class.geshidefaultcodeparser.php
Method push
GeSHiCodeParser::push() in class.geshicodeparser.php
This method handles storing of stuff into a stack of elements.
Page php.php
php.php in php.php
Page php4.php
php4.php in php4.php
Page php5.php
php5.php in php5.php
Method packageImportCheck
GeSHiJavaCodeParser::packageImportCheck() in class.geshijavacodeparser.php
Checks for package names and import statements in the source
Method parseToken
GeSHiSQLCodeParser::parseToken() in class.geshisqlcodeparser.php
Method parseToken
GeSHiPHPCodeParser::parseToken() in class.geshiphpcodeparser.php
Method parseToken
GeSHiDelphiCodeParser::parseToken() in class.geshidelphicodeparser.php
This method can either return an array like
Method parseToken
GeSHiJavaCodeParser::parseToken() in class.geshijavacodeparser.php
Method parseToken
GeSHiCCodeParser::parseToken() in class.geshiccodeparser.php
Method parseToken
GeSHiRendererHTML::parseToken() in class.geshirendererhtml.php
Implements parseToken to put HTML tags around the tokens
Method parseToken
GeSHiRenderer::parseToken() in class.geshirenderer.php
Abstract. Renderers should implement this method to get access to parse tokens
Page php.php
php.php in php.php
Page php4.php
php4.php in php4.php
Page php5.php
php5.php in php5.php
Page php.php
php.php in php.php
Page php4.php
php4.php in php4.php
Page php5.php
php5.php in php5.php
Page php.php
php.php in php.php
Page php4.php
php4.php in php4.php
Page php5.php
php5.php in php5.php
q
top
Page qbasic.php
qbasic.php in qbasic.php
Page qbasic.php
qbasic.php in qbasic.php
r
top
Variable $reloadThemeData
GeSHiStyler::$reloadThemeData in class.geshistyler.php
Method removeStyleData
GeSHiStyler::removeStyleData() in class.geshistyler.php
Removes any style data for the related context, including
Method resetParseData
GeSHiStyler::resetParseData() in class.geshistyler.php
Sets up GeSHiStyler for assisting with parsing.
Page roughtext.php
roughtext.php in roughtext.php
s
top
Method setCharactersDisallowedAfterKeywords
Method setCharactersDisallowedBeforeKeywords
Method setCharactersToEscape
GeSHiSingleCharContext::setCharactersToEscape() in class.geshisinglecharcontext.php
Specifies all escape sequences that are valid following any of the escape characters. Each escape sequence may be greater than one character in length and may be specified by a REGEX-string - look-behind assertions on such regexes are not supported.
Method setCodeParser
GeSHiStyler::setCodeParser() in class.geshistyler.php
Sets the code parser that will be used. This is used by language files in the geshi/languages directory to set their code parser
Method setComplexFlag
GeSHiContext::setComplexFlag() in class.geshicontext.php
Method setDisallowEmptyChars
GeSHiSingleCharContext::setDisallowEmptyChars() in class.geshisinglecharcontext.php
Call this to specify whether to disallow empty characters - e.g. in C, '' is invalid. By default empty characters are allowed. The default parameter value of this function is true so e.g. in C's case this can be called simply as $context->setDisallowEmptyChars().
Method setEscapeCharacters
GeSHiSingleCharContext::setEscapeCharacters() in class.geshisinglecharcontext.php
Specifies each "character" that should be interpreted as the start of an
Method setLanguage
GeSHi::setLanguage() in class.geshi.php
Sets the language to use for highlighting
Method setRawStyle
GeSHiStyler::setRawStyle() in class.geshistyler.php
Sets styles with explicit control over style name
Method setSource
GeSHi::setSource() in class.geshi.php
Sets the source code to highlight
Method setStyle
GeSHiStyler::setStyle() in class.geshistyler.php
Sets the style of a specific context. Language name is prefixed,
Method setStyles
GeSHi::setStyles() in class.geshi.php
Sets styles of contexts in the source code
Method setTheme
GeSHi::setTheme() in class.geshi.php
Sets the theme to use
Method set_language
GeSHi::set_language() in class.geshi.php
Sets the language to use for highlighting. This method is deprecated, and will be removed in the next major version of GeSHi.
Method set_source
GeSHi::set_source() in class.geshi.php
Sets the source code to highlight. This method is deprecated, and will be removed in 1.4/2.0.
Method shouldParseEnder
GeSHiContext::shouldParseEnder() in class.geshicontext.php
Method shouldParseStarter
GeSHiContext::shouldParseStarter() in class.geshicontext.php
Method sourcePreProcess
GeSHiCodeParser::sourcePreProcess() in class.geshicodeparser.php
Is given the entire source code before parsing begins so that various information about the source can be stored.
Page sql.php
sql.php in sql.php
Method sourcePreProcess
GeSHiCCodeParser::sourcePreProcess() in class.geshiccodeparser.php
Finds locations of "\\\n" and removes them from the source.
Method staticClassCheck
GeSHiJavaCodeParser::staticClassCheck() in class.geshijavacodeparser.php
Checks for the use of static classes such as Foo in: Foo.x, Foo.y()
Page sql.php
sql.php in sql.php
t
top
Variable $themes
GeSHiStyler::$themes in class.geshistyler.php
Array of themes to attempt to use for highlighting, in preference order
Method themesSupportedBy
GeSHi::themesSupportedBy() in class.geshi.php
Returns the themes supported by the given language
Method themeSupportsLanguage
Given a theme and language, returns whether the them supports that language
Method trimUselessChildren
GeSHiContext::trimUselessChildren() in class.geshicontext.php
Checks each child to see if it's useful. If not, then remove it
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
Page themeinfo.php
themeinfo.php in themeinfo.php
u
top
Method useStandardDoubles
GeSHiCodeContext::useStandardDoubles() in class.geshicodecontext.php
Method useStandardIntegers
GeSHiCodeContext::useStandardIntegers() in class.geshicodecontext.php
Method useThemes
GeSHiStyler::useThemes() in class.geshistyler.php
Sets the themes to use
v
top
Page vhdl.php
vhdl.php in vhdl.php
Page vrml97.php
vrml97.php in vrml97.php
Method variableCheck
GeSHiJavaCodeParser::variableCheck() in class.geshijavacodeparser.php
Checks for variables to highlight in the source
Page vhdl.php
vhdl.php in vhdl.php
Page vrml97.php
vrml97.php in vrml97.php
a c d e f g h i j l m n p q r s t u v _