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

Index of all elements

[ b ] [ c ] [ f ] [ g ] [ h ] [ i ] [ l ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ]

b

BBCodeParser.php
procedural page BBCodeParser.php
BBCode.php
procedural page BBCode.php
Blockquote.php
procedural page Blockquote.php
Bold.php
procedural page Bold.php
top

c

$conf
in file Url.php, variable Text_Wiki_Parse_Url::$conf
    Configuration keys for this rule
$conf
in file Image.php, variable Text_Wiki_Parse_Image::$conf
    Configuration keys for this rule
Code.php
procedural page Code.php
Colortext.php
procedural page Colortext.php
top

f

filtersToRules
in file BBCodeParser.php, method HTML_BBCodeParser::filtersToRules()
    Sets rules list from Filters (groups of rules)
Font.php
procedural page Font.php
top

g

getParsed
in file BBCodeParser.php, method HTML_BBCodeParser::getParsed()
    Gets the parsed text from the object
getPreparsed
in file BBCodeParser.php, method HTML_BBCodeParser::getPreparsed()
    Gets the preparsed text from the object
getText
in file BBCodeParser.php, method HTML_BBCodeParser::getText()
    Gets the unparsed text from the object
top

h

HTML_BBCodeParser
in file BBCodeParser.php, method HTML_BBCodeParser::HTML_BBCodeParser()
    Constructor, initialises the options and filters
HTML_BBCodeParser
in file BBCodeParser.php, class HTML_BBCodeParser
    Base HTML_BBCodeParser class to transform BBCode in XHTML
top

i

Image.php
procedural page Image.php
Italic.php
procedural page Italic.php
top

l

List.php
procedural page List.php
top

p

parse
in file BBCodeParser.php, method HTML_BBCodeParser::parse()
    Parses the text set in the object
parseIniFile
in file BBCodeParser.php, method HTML_BBCodeParser::parseIniFile()
    Parse configuration file to set an option array
process
in file List.php, method Text_Wiki_Parse_List::process()
    Generates a replacement for the matched text. Returned token options are:
process
in file Italic.php, method Text_Wiki_Parse_Italic::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the
emphasized text. The text itself is left in the source.
process
in file Subscript.php, method Text_Wiki_Parse_Subscript::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the
emphasized text. The text itself is left in the source.
process
in file Underline.php, method Text_Wiki_Parse_Underline::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the
emphasized text. The text itself is left in the source.
process
in file Url.php, method Text_Wiki_Parse_Url::process()
    Generates a replacement for the matched text. Token options are:
process
in file Superscript.php, method Text_Wiki_Parse_Superscript::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the
emphasized text. The text itself is left in the source.
process
in file Image.php, method Text_Wiki_Parse_Image::process()
    Generates a replacement token for the matched text. Token options are: 'src' => the URL / path to the image 'attr' => empty for basic BBCode
process
in file Bold.php, method Text_Wiki_Parse_Bold::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the
emphasized text. The text itself is left in the source.
process
in file Blockquote.php, method Text_Wiki_Parse_Blockquote::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the block-quoted text.
process
in file Code.php, method Text_Wiki_Parse_Code::process()
    Generates a replacement for the matched text. Token options are:
  • 'text' => the contained text
  • 'attr' => type empty
process
in file Font.php, method Text_Wiki_Parse_Font::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the sized text.
process
in file Colortext.php, method Text_Wiki_Parse_Colortext::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the colored text.
processElement
in file List.php, method Text_Wiki_Parse_List::processElement()
    Generates a replacement for the matched list elements. Token options are:
pruneOptions
in file BBCodeParser.php, method HTML_BBCodeParser::pruneOptions()
    Prune (unset) empty arrays in options
parser.php
procedural page parser.php
top

q

qparse
in file BBCodeParser.php, method HTML_BBCodeParser::qparse()
    Quick method to do setText(), parse() and getParsed at once
top

r

$regex
in file List.php, variable Text_Wiki_Parse_List::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Italic.php, variable Text_Wiki_Parse_Italic::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Subscript.php, variable Text_Wiki_Parse_Subscript::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Superscript.php, variable Text_Wiki_Parse_Superscript::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Url.php, variable Text_Wiki_Parse_Url::$regex
    The regular expressions used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Underline.php, variable Text_Wiki_Parse_Underline::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Font.php, variable Text_Wiki_Parse_Font::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Colortext.php, variable Text_Wiki_Parse_Colortext::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Bold.php, variable Text_Wiki_Parse_Bold::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Code.php, variable Text_Wiki_Parse_Code::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regex
in file Blockquote.php, variable Text_Wiki_Parse_Blockquote::$regex
    The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
$regexElement
in file List.php, variable Text_Wiki_Parse_List::$regexElement
    The regular expression used in second stage to find list's elements used by process() to call back processElement()
$rules
in file BBCode.php, variable Text_Wiki_BBCode::$rules
    The default list of rules, in order, to apply to the source text.
top

s

setText
in file BBCodeParser.php, method HTML_BBCodeParser::setText()
    Sets text in the object to be parsed
staticQparse
in file BBCodeParser.php, method HTML_BBCodeParser::staticQparse()
    Quick static method to do setText(), parse() and getParsed at once
Subscript.php
procedural page Subscript.php
Superscript.php
procedural page Superscript.php
top

t

Text_Wiki_BBCode
in file BBCode.php, class Text_Wiki_BBCode
    Base Text_Wiki handler class extension for BBCode
Text_Wiki_BBCode
in file BBCode.php, method Text_Wiki_BBCode::Text_Wiki_BBCode()
    Constructor: just adds the path to BBCode rules
Text_Wiki_Parse_Blockquote
in file Blockquote.php, class Text_Wiki_Parse_Blockquote
    Block-quoted text rule parser class (with nesting) for BBCode.
Text_Wiki_Parse_Bold
in file Bold.php, class Text_Wiki_Parse_Bold
    Bold text rule parser class for BBCode.
Text_Wiki_Parse_Code
in file Code.php, class Text_Wiki_Parse_Code
    Code block rule parser class for BBCode.
Text_Wiki_Parse_Colortext
in file Colortext.php, class Text_Wiki_Parse_Colortext
    Colored text rule parser class (with nesting) for BBCode.
Text_Wiki_Parse_Font
in file Font.php, class Text_Wiki_Parse_Font
    Font rule parser class (with nesting) for BBCode. ([size=...]...[/size])
Text_Wiki_Parse_Image
in file Image.php, method Text_Wiki_Parse_Image::Text_Wiki_Parse_Image()
    Constructor.
Text_Wiki_Parse_Image
in file Image.php, class Text_Wiki_Parse_Image
    Image rule parser class for BBCode.
Text_Wiki_Parse_Italic
in file Italic.php, class Text_Wiki_Parse_Italic
    Italic text rule parser class for BBCode.
Text_Wiki_Parse_List
in file List.php, class Text_Wiki_Parse_List
    List rule parser class for BBCode.
Text_Wiki_Parse_Subscript
in file Subscript.php, class Text_Wiki_Parse_Subscript
    Subscript text rule parser class for BBCode.
Text_Wiki_Parse_Superscript
in file Superscript.php, class Text_Wiki_Parse_Superscript
    Superscript text rule parser class for BBCode.
Text_Wiki_Parse_Underline
in file Underline.php, class Text_Wiki_Parse_Underline
    Underlined text rule parser class for BBCode.
Text_Wiki_Parse_Url
in file Url.php, method Text_Wiki_Parse_Url::Text_Wiki_Parse_Url()
    Constructor.
Text_Wiki_Parse_Url
in file Url.php, class Text_Wiki_Parse_Url
    Url rule parser class for BBCode.
top

u

Underline.php
procedural page Underline.php
Url.php
procedural page Url.php
top

Documentation generated on Mon, 11 Mar 2019 14:50:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.