[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ c ] [ d ] [ f ] [ g ] [ h ] [ j ] [ l ] [ m ] [ ] [ s ] [ t ] [ x ]

c

CSS.php
procedural page CSS.php
top

d

declareErrorMessages
in file Generator.php, method Text_Highlighter_Generator::declareErrorMessages()
    Set up error message templates for PEAR_ErrorStack.
DIFF.php
procedural page DIFF.php
DTD.php
procedural page DTD.php
top

f

$folding
in file Generator.php, variable Text_Highlighter_Generator::$folding
    Whether to do case folding.
factory
in file Highlighter.php, method Text_Highlighter::factory()
    Create a new Highlighter object for specified language
top

g

generate
in file Generator.php, method Text_Highlighter_Generator::generate()
    Generates class code
getCode
in file Generator.php, method Text_Highlighter_Generator::getCode()
    Returns generated code as a string.
Generator.php
procedural page Generator.php
top

h

highlight
in file Highlighter.php, method Text_Highlighter::highlight()
    Highlights code
HL_BIG_NUM
in file Highlighter.php, constant HL_BIG_NUM
    just a big number, bigger than any string's length
HL_NUMBERS_LI
in file Highlighter.php, constant HL_NUMBERS_LI
    use numbered list
HL_NUMBERS_TABLE
in file Highlighter.php, constant HL_NUMBERS_TABLE
    Use 2-column table with line numbers in left column and code in right column.
HL_TAG_CODE
in file Highlighter.php, constant HL_TAG_CODE
    use CODE as top-level tag
HL_TAG_PRE
in file Highlighter.php, constant HL_TAG_PRE
    use PRE as top-level tag
Highlighter.php
procedural page Highlighter.php
top

j

JAVASCRIPT.php
procedural page JAVASCRIPT.php
top

l

$language
in file Generator.php, variable Text_Highlighter_Generator::$language
    Name of language
top

m

MYSQL.php
procedural page MYSQL.php
top

p

PHP.php
procedural page PHP.php
PYTHON.php
procedural page PYTHON.php
top

s

saveCode
in file Generator.php, method Text_Highlighter_Generator::saveCode()
    Saves generated class to file. Note that Text_Highlighter::factory() assumes that filename is uppercase (SQL.php, DTD.php, etc), and file is located in Text/Highlighter
setInputFile
in file Generator.php, method Text_Highlighter_Generator::setInputFile()
    Sets the input xml file to be parsed
SQL.php
procedural page SQL.php
top

t

Text_Highlighter
in file Highlighter.php, class Text_Highlighter
    Text highlighter base class
TEXT_HIGHLIGHTER_BLOCK_REGION
in file Generator.php, constant TEXT_HIGHLIGHTER_BLOCK_REGION
Text_Highlighter_CSS
in file CSS.php, class Text_Highlighter_CSS
    Auto-generated class. CSS syntax highlighting
Text_Highlighter_CSS
in file CSS.php, method Text_Highlighter_CSS::Text_Highlighter_CSS()
    PHP4 Compatible Constructor
Text_Highlighter_DIFF
in file DIFF.php, class Text_Highlighter_DIFF
    Auto-generated class. DIFF syntax highlighting
Text_Highlighter_DIFF
in file DIFF.php, method Text_Highlighter_DIFF::Text_Highlighter_DIFF()
    PHP4 Compatible Constructor
Text_Highlighter_DTD
in file DTD.php, class Text_Highlighter_DTD
    Auto-generated class. DTD syntax highlighting
Text_Highlighter_DTD
in file DTD.php, method Text_Highlighter_DTD::Text_Highlighter_DTD()
    PHP4 Compatible Constructor
TEXT_HIGHLIGHTER_EMPTY
in file Generator.php, constant TEXT_HIGHLIGHTER_EMPTY
TEXT_HIGHLIGHTER_EMPTY_OR_MISSING
in file Generator.php, constant TEXT_HIGHLIGHTER_EMPTY_OR_MISSING
TEXT_HIGHLIGHTER_EMPTY_RE
in file Generator.php, constant TEXT_HIGHLIGHTER_EMPTY_RE
TEXT_HIGHLIGHTER_FILE_READ
in file Generator.php, constant TEXT_HIGHLIGHTER_FILE_READ
TEXT_HIGHLIGHTER_FILE_WRITE
in file Generator.php, constant TEXT_HIGHLIGHTER_FILE_WRITE
Text_Highlighter_Generator
in file Generator.php, method Text_Highlighter_Generator::Text_Highlighter_Generator()
    PHP4 compatable constructor
Text_Highlighter_Generator
in file Generator.php, class Text_Highlighter_Generator
    Syntax highliter class generator class
TEXT_HIGHLIGHTER_INVALID_RE
in file Generator.php, constant TEXT_HIGHLIGHTER_INVALID_RE
Text_Highlighter_JAVASCRIPT
in file JAVASCRIPT.php, method Text_Highlighter_JAVASCRIPT::Text_Highlighter_JAVASCRIPT()
    PHP4 Compatible Constructor
Text_Highlighter_JAVASCRIPT
in file JAVASCRIPT.php, class Text_Highlighter_JAVASCRIPT
    Auto-generated class. JAVASCRIPT syntax highlighting
TEXT_HIGHLIGHTER_KEYWORD_BLOCK
in file Generator.php, constant TEXT_HIGHLIGHTER_KEYWORD_BLOCK
TEXT_HIGHLIGHTER_KEYWORD_INHERITS
in file Generator.php, constant TEXT_HIGHLIGHTER_KEYWORD_INHERITS
Text_Highlighter_MYSQL
in file MYSQL.php, class Text_Highlighter_MYSQL
    Auto-generated class. MYSQL syntax highlighting
Text_Highlighter_MYSQL
in file MYSQL.php, method Text_Highlighter_MYSQL::Text_Highlighter_MYSQL()
    PHP4 Compatible Constructor
TEXT_HIGHLIGHTER_PARSE
in file Generator.php, constant TEXT_HIGHLIGHTER_PARSE
Text_Highlighter_PHP
in file PHP.php, method Text_Highlighter_PHP::Text_Highlighter_PHP()
    PHP4 Compatible Constructor
Text_Highlighter_PHP
in file PHP.php, class Text_Highlighter_PHP
    Auto-generated class. PHP syntax highlighting
Text_Highlighter_PYTHON
in file PYTHON.php, class Text_Highlighter_PYTHON
    Auto-generated class. PYTHON syntax highlighting
Text_Highlighter_PYTHON
in file PYTHON.php, method Text_Highlighter_PYTHON::Text_Highlighter_PYTHON()
    PHP4 Compatible Constructor
TEXT_HIGHLIGHTER_REGION_BLOCK
in file Generator.php, constant TEXT_HIGHLIGHTER_REGION_BLOCK
TEXT_HIGHLIGHTER_REGION_REGION
in file Generator.php, constant TEXT_HIGHLIGHTER_REGION_REGION
Text_Highlighter_SQL
in file SQL.php, method Text_Highlighter_SQL::Text_Highlighter_SQL()
    PHP4 Compatible Constructor
Text_Highlighter_SQL
in file SQL.php, class Text_Highlighter_SQL
    Auto-generated class. SQL syntax highlighting
Text_Highlighter_XML
in file XML.php, method Text_Highlighter_XML::Text_Highlighter_XML()
    PHP4 Compatible Constructor
Text_Highlighter_XML
in file XML.php, class Text_Highlighter_XML
    Auto-generated class. XML syntax highlighting
top

x

XML.php
procedural page XML.php
top

_

$_syntax
in file Highlighter.php, variable Text_Highlighter::$_syntax
    Syntax highlighting rules.
_formatError
in file Generator.php, method Text_Highlighter_Generator::_formatError()
    Set up error message templates for PEAR_ErrorStack.
_init
in file Highlighter.php, method Text_Highlighter::_init()
    Initilizes highlighting options
__construct
in file PHP.php, method Text_Highlighter_PHP::__construct()
    Constructor
__construct
in file PYTHON.php, method Text_Highlighter_PYTHON::__construct()
    Constructor
__construct
in file SQL.php, method Text_Highlighter_SQL::__construct()
    Constructor
__construct
in file XML.php, method Text_Highlighter_XML::__construct()
    Constructor
__construct
in file MYSQL.php, method Text_Highlighter_MYSQL::__construct()
    Constructor
__construct
in file JAVASCRIPT.php, method Text_Highlighter_JAVASCRIPT::__construct()
    Constructor
__construct
in file DTD.php, method Text_Highlighter_DTD::__construct()
    Constructor
__construct
in file DIFF.php, method Text_Highlighter_DIFF::__construct()
    Constructor
__construct
in file CSS.php, method Text_Highlighter_CSS::__construct()
    Constructor
__construct
in file Generator.php, method Text_Highlighter_Generator::__construct()
    Constructor
top

Documentation generated on Mon, 11 Mar 2019 13:51:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.