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

Element index for package Text_Wiki

[ b ] [ c ] [ d ] [ e ] [ f ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ]

b

Break.php
procedural page Break.php
top

c

$conf
in file Wikilink.php, variable Text_Wiki_Parse_Wikilink::$conf
    Configuration for this rule (Wikilink)
$conf
in file Url.php, variable Text_Wiki_Parse_Url::$conf
    URL schemes recognized by this rule.
$conf
in file Heading.php, variable Text_Wiki_Parse_Heading::$conf
Code.php
procedural page Code.php
Comment.php
procedural page Comment.php
top

d

Deflist.php
procedural page Deflist.php
top

e

Emphasis.php
procedural page Emphasis.php
top

f

$footnoteCount
in file Url.php, variable Text_Wiki_Parse_Url::$footnoteCount
    Keeps a running count of numbered-reference URLs.
top

h

Heading.php
procedural page Heading.php
top

i

$imageConf
in file Wikilink.php, variable Text_Wiki_Parse_Wikilink::$imageConf
    Configuration for the Image rule
$interwikiConf
in file Wikilink.php, variable Text_Wiki_Parse_Wikilink::$interwikiConf
    Configuration for the Interwiki rule
image
in file Wikilink.php, method Text_Wiki_Parse_Wikilink::image()
    Generates an image token. Token options are:
interwiki
in file Wikilink.php, method Text_Wiki_Parse_Wikilink::interwiki()
    Generates an interwiki token. Token options are:
top

l

List.php
procedural page List.php
top

m

Mediawiki.php
procedural page Mediawiki.php
top

n

Newline.php
procedural page Newline.php
top

p

parse
in file Url.php, method Text_Wiki_Parse_Url::parse()
    Find three different kinds of URLs in the source text.
parse
in file Emphasis.php, method Text_Wiki_Parse_Emphasis::parse()
    Split $this->wiki->source by line break and call $this->process() for each line of the source text
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 Break.php, method Text_Wiki_Parse_Break::process()
    Generates a replacement token for the matched text.
process
in file Redirect.php, method Text_Wiki_Parse_Redirect::process()
    Generates a replacement token for the matched text.
process
in file Table.php, method Text_Wiki_Parse_Table::process()
    Generates a replacement for the matched text. Returned token options are:
process
in file Tt.php, method Text_Wiki_Parse_Tt::process()
    Generates a replacement for the matched text.
process
in file Wikilink.php, method Text_Wiki_Parse_Wikilink::process()
    Generates a replacement for the matched text. Token options are:
process
in file Raw.php, method Text_Wiki_Parse_Raw::process()
    Generates a token entry for the matched text. Token options are: 'text' => The full matched text.
process
in file Url.php, method Text_Wiki_Parse_Url::process()
    Process inline URLs.
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 Deflist.php, method Text_Wiki_Parse_Deflist::process()
    Generates a replacement for the matched text. Token options are:
process
in file Comment.php, method Text_Wiki_Parse_Comment::process()
    Generates a replacement token for the matched text.
process
in file Code.php, method Text_Wiki_Parse_Code::process()
    Generates a token entry for the matched text. Token options are: 'text' => The full matched text, not including the tags.
process
in file Preformatted.php, method Text_Wiki_Parse_Preformatted::process()
    Generates a token entry for the matched text. Token options are: 'text' => The full matched text.
process
in file Emphasis.php, method Text_Wiki_Parse_Emphasis::process()
    Generates a replacement for the matched text. Token options are:
  • 'type' => ['start'|'end'] The starting or ending point of the emphasized text.
process
in file Heading.php, method Text_Wiki_Parse_Heading::process()
    Generates a replacement for the matched text. Token options are: 'type' => ['start'|'end'] The starting or ending point of the heading text. The text itself is left in the source.
process
in file Newline.php, method Text_Wiki_Parse_Newline::process()
    Generates a replacement for the matched text.
process
in file List.php, method Text_Wiki_Parse_List::process()
    Generates a replacement for the matched text. Token options are:
processCells
in file Table.php, method Text_Wiki_Parse_Table::processCells()
    Generates a replacement for the matched cells. Token options are:
processDescr
in file Url.php, method Text_Wiki_Parse_Url::processDescr()
    Process described-reference (named-reference) URLs.
processFootnote
in file Url.php, method Text_Wiki_Parse_Url::processFootnote()
    Process numbered (footnote) URLs.
processInlineEmail
in file Url.php, method Text_Wiki_Parse_Url::processInlineEmail()
processOrdinary
in file Url.php, method Text_Wiki_Parse_Url::processOrdinary()
processRows
in file Table.php, method Text_Wiki_Parse_Table::processRows()
    Generates a replacement for the matched rows. Token options are:
processWithoutProtocol
in file Url.php, method Text_Wiki_Parse_Url::processWithoutProtocol()
Preformatted.php
procedural page Preformatted.php
top

r

$regex
in file Wikilink.php, variable Text_Wiki_Parse_Wikilink::$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 Raw.php, variable Text_Wiki_Parse_Raw::$regex
    The regular expression used to find source text matching this rule.
$regex
in file Break.php, variable Text_Wiki_Parse_Break::$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 Redirect.php, variable Text_Wiki_Parse_Redirect::$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 Table.php, variable Text_Wiki_Parse_Table::$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 Tt.php, variable Text_Wiki_Parse_Tt::$regex
    The regular expression used to parse the source text.
$regex
in file Preformatted.php, variable Text_Wiki_Parse_Preformatted::$regex
    The regular expression used to find source text matching this rule.
$regex
in file Deflist.php, variable Text_Wiki_Parse_Deflist::$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 Comment.php, variable Text_Wiki_Parse_Comment::$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 find source text matching this rule.
$regex
in file Newline.php, variable Text_Wiki_Parse_Newline::$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 Heading.php, variable Text_Wiki_Parse_Heading::$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 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.
$regexCells
in file Table.php, variable Text_Wiki_Parse_Table::$regexCells
    The regular expression used in third stage to find rows's cells used by processRows() to call back processCells()
$regexRows
in file Table.php, variable Text_Wiki_Parse_Table::$regexRows
    The regular expression used in second stage to find table's rows used by process() to call back processRows()
$rules
in file Mediawiki.php, variable Text_Wiki_Mediawiki::$rules
Raw.php
procedural page Raw.php
Redirect.php
procedural page Redirect.php
top

s

Subscript.php
procedural page Subscript.php
Superscript.php
procedural page Superscript.php
top

t

Text_Wiki_Mediawiki
in file Mediawiki.php, class Text_Wiki_Mediawiki
    Base Text_Wiki handler class extension for Mediawiki markup
Text_Wiki_Mediawiki
in file Mediawiki.php, method Text_Wiki_Mediawiki::Text_Wiki_Mediawiki()
    Constructor: just adds the path to Mediawiki rules
Table.php
procedural page Table.php
Tt.php
procedural page Tt.php
Text_Wiki_Parse_Break
in file Break.php, class Text_Wiki_Parse_Break
    Parses for explicit line breaks.
Text_Wiki_Parse_Code
in file Code.php, class Text_Wiki_Parse_Code
    Parses for text marked as a code example block.
Text_Wiki_Parse_Comment
in file Comment.php, class Text_Wiki_Parse_Comment
    Parses for Comments in the Source text.
Text_Wiki_Parse_Deflist
in file Deflist.php, class Text_Wiki_Parse_Deflist
    Parses for definition lists.
Text_Wiki_Parse_Emphasis
in file Emphasis.php, class Text_Wiki_Parse_Emphasis
    Emphazised text rule parser class for Mediawiki. Makes Emphasis, Strong or both This class implements a Text_Wiki_Parse to find source text marked for emphasis, stronger and very as defined by text surrounded by 2,3 or 5 single-quotes.
Text_Wiki_Parse_Heading
in file Heading.php, class Text_Wiki_Parse_Heading
    Parses for heading text.
Text_Wiki_Parse_List
in file List.php, class Text_Wiki_Parse_List
    Parses for bulleted and numbered lists.
Text_Wiki_Parse_Newline
in file Newline.php, class Text_Wiki_Parse_Newline
    Parses for implied line breaks indicated by newlines.
Text_Wiki_Parse_Preformatted
in file Preformatted.php, class Text_Wiki_Parse_Preformatted
    Parses for text marked as "preformatted" (i.e., to be rendered as-is).
Text_Wiki_Parse_Raw
in file Raw.php, class Text_Wiki_Parse_Raw
    Parses for text marked as "raw" (i.e., to be rendered as-is).
Text_Wiki_Parse_Redirect
in file Redirect.php, class Text_Wiki_Parse_Redirect
    Parses for wiki redirects.
Text_Wiki_Parse_Subscript
in file Subscript.php, class Text_Wiki_Parse_Subscript
    Parses for subscripted text.
Text_Wiki_Parse_Superscript
in file Superscript.php, class Text_Wiki_Parse_Superscript
    Parses for superscripted text.
Text_Wiki_Parse_Table
in file Table.php, class Text_Wiki_Parse_Table
    Table rule parser class for Mediawiki.
Text_Wiki_Parse_Tt
in file Tt.php, class Text_Wiki_Parse_Tt
    Find source text marked for teletype (monospace).
Text_Wiki_Parse_Url
in file Url.php, class Text_Wiki_Parse_Url
    Parse for URLS in the source text.
Text_Wiki_Parse_Url
in file Url.php, method Text_Wiki_Parse_Url::Text_Wiki_Parse_Url()
    Constructor.
Text_Wiki_Parse_Wikilink
in file Wikilink.php, method Text_Wiki_Parse_Wikilink::Text_Wiki_Parse_Wikilink()
    Constructor.
Text_Wiki_Parse_Wikilink
in file Wikilink.php, class Text_Wiki_Parse_Wikilink
    Wikilink, Interwiki and Image rules parser class for Mediawiki.
top

u

Url.php
procedural page Url.php
top

w

Wikilink.php
procedural page Wikilink.php
top

Documentation generated on Mon, 11 Mar 2019 15:32:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.