Element index for package Text_Wiki
[ c ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ m ]
[ p ]
[ r ]
[ t ]
[ u ]
top
top
top
top
top
top
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 Interwiki.php, method Text_Wiki_Parse_Interwiki::parse()
Parser. We override the standard parser so we can find both described interwiki links and standalone links.
- 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 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 Raw.php, method Text_Wiki_Parse_Raw::process()
Generates a token entry for the matched text. Token options are:
- process
- in file Interwiki.php, method Text_Wiki_Parse_Interwiki::process()
Generates a replacement for the matched standalone interwiki 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 Image.php, method Text_Wiki_Parse_Image::process()
Generates a token entry 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 Interwiki.php, method Text_Wiki_Parse_Interwiki::processDescr()
Generates a replacement for described interwiki links. 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 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.
- $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 Interwiki.php, variable Text_Wiki_Parse_Interwiki::$regex
- $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 Image.php, variable Text_Wiki_Parse_Image::$regex
The regular expression used to find source text matching this rule. It already containt the german localization.
- $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_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_Image
- in file Image.php, class Text_Wiki_Parse_Image
Parses for image placement.
- Text_Wiki_Parse_Image
- in file Image.php, method Text_Wiki_Parse_Image::Text_Wiki_Parse_Image()
Constructor.
- Text_Wiki_Parse_Interwiki
- in file Interwiki.php, class Text_Wiki_Parse_Interwiki
Parses for interwiki links.
- 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.
top
top
Documentation generated on Mon, 11 Mar 2019 14:32:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|