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

Element index for package Text_Wiki

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

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
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

p

parse
in file Url.php, method Text_Wiki_Parse_Url::parse()
    Find three different kinds of URLs in the source 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 Deflist.php, method Text_Wiki_Parse_Deflist::process()
    Generates a replacement for the matched text. Token options are:
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 Raw.php, method Text_Wiki_Parse_Raw::process()
    Generates a token entry for the matched text. Token options are:
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:
process
in file List.php, method Text_Wiki_Parse_List::process()
    Generates a replacement for the matched text. Token options are:
process
in file Url.php, method Text_Wiki_Parse_Url::process()
    Process inline URLs.
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()
top

r

$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 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 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 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 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.
$regex
in file Emphasis.php, variable Text_Wiki_Parse_Emphasis::$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
top

t

Text_Wiki_Mediawiki
in file Mediawiki.php, method Text_Wiki_Mediawiki::Text_Wiki_Mediawiki()
    Constructor: just adds the path to Mediawiki rules
Text_Wiki_Mediawiki
in file Mediawiki.php, class Text_Wiki_Mediawiki
    Base Text_Wiki handler class extension for Mediawiki markup
Table.php
procedural page Table.php
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_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_Table
in file Table.php, class Text_Wiki_Parse_Table
    Table rule parser class for Mediawiki.
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
    Parse for URLS in the source text.
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 14:38:57 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.