Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
a
- addToken
- in file Rule.php, method Text_Wiki_Rule::addToken()
Add a token to the Text_Wiki tokens array, and return a delimited token number.
top
top
top
top
top
f
- $footnoteCount
- in file url.php, variable Text_Wiki_Rule_url::$footnoteCount
When doing numbered references (footnote-style references), we need to keep a running count of how many references there are.
- freelink.php
- procedural page freelink.php
top
g
- getMacroArgs
- in file Rule.php, method Text_Wiki_Rule::getMacroArgs()
Simple method to extract 'option="value"' portions of wiki markup, typically used only in macros.
- getRuleConf
- in file Wiki.php, method Text_Wiki::getRuleConf()
Sets the value of a rule's configuration keys.
- getSource
- in file Wiki.php, method Text_Wiki::getSource()
Returns the parsed source text with delimited token placeholders.
- getTokens
- in file Wiki.php, method Text_Wiki::getTokens()
Returns tokens that have been parsed out of the source text.
top
top
top
top
top
p
- parse
- in file tighten.php, method Text_Wiki_Rule_tighten::parse()
Simple parsing method to apply tightening directly to the tokens array.
- parse
- in file Rule.php, method Text_Wiki_Rule::parse()
Simple parsing method to apply the rule's regular expression to the source text, pass every match to the process() method, and replace the matched text with the results of the processing.
- parse
- in file interwiki.php, method Text_Wiki_Rule_interwiki::parse()
Parser. We override the standard parser so we can find both described interwiki links and standalone links.
- parse
- in file prefilter.php, method Text_Wiki_Rule_prefilter::parse()
Simple parsing method to apply the rule directly to the source text.
- parse
- in file toc.php, method Text_Wiki_Rule_toc::parse()
Custom parsing (have to process heading entries first).
- parse
- in file entities.php, method Text_Wiki_Rule_entities::parse()
Simple parsing method to apply the rule.
- parse
- in file wikilink.php, method Text_Wiki_Rule_wikilink::parse()
First parses for described links, then for standalone links.
- parse
- in file Wiki.php, method Text_Wiki::parse()
Sets the $_source text property, then parses it in place and retains tokens in the $_tokens array property.
- parse
- in file url.php, method Text_Wiki_Rule_url::parse()
A somewhat complex parsing method to find three different kinds of URLs in the source text.
- process
- in file revise.php, method Text_Wiki_Rule_revise::process()
Generates a replacement for the matched text. Token options are:
- process
- in file raw.php, method Text_Wiki_Rule_raw::process()
Generates a token entry for the matched text. Token options are:
- process
- in file phplookup.php, method Text_Wiki_Rule_phplookup::process()
Generates a replacement for the matched text. Token options are:
- process
- in file phpcode.php, method Text_Wiki_Rule_phpcode::process()
Generates a token entry for the matched text. Token options are:
- process
- in file wikilink.php, method Text_Wiki_Rule_wikilink::process()
Generates a replacement for standalone links. Token options are:
- process
- in file strong.php, method Text_Wiki_Rule_strong::process()
Generates a replacement for the matched text. Token options are:
- process
- in file url.php, method Text_Wiki_Rule_url::process()
Process inline URLs and return replacement text with a delimited token.
- process
- in file toc.php, method Text_Wiki_Rule_toc::process()
Generates a replacement for the matched text. Token options are:
- process
- in file blockquote.php, method Text_Wiki_Rule_blockquote::process()
Generates a replacement for the matched text. Token options are:
- process
- in file table.php, method Text_Wiki_Rule_table::process()
Generates a replacement for the matched text. Token options are:
- process
- in file tt.php, method Text_Wiki_Rule_tt::process()
Generates a replacement for the matched text. Token options are:
- process
- in file superscript.php, method Text_Wiki_Rule_superscript::process()
Generates a replacement for the matched text. Token options are:
- process
- in file Rule.php, method Text_Wiki_Rule::process()
Simple processing mathod to take matched text and generate replacement text. This is one of the methods you will definitely want to override in your rule class extensions.
- process
- in file paragraph.php, method Text_Wiki_Rule_paragraph::process()
Generates a token entry for the matched text. Token options are:
- process
- in file delimiter.php, method Text_Wiki_Rule_delimiter::process()
Generates a token entry for the matched text. Token options are:
- process
- in file embed.php, method Text_Wiki_Rule_embed::process()
Generates a token entry for the matched text. Token options are:
- process
- in file emphasis.php, method Text_Wiki_Rule_emphasis::process()
Generates a replacement for the matched text. Token options are:
- process
- in file freelink.php, method Text_Wiki_Rule_freelink::process()
Generates a replacement for the matched text. Token options are:
- process
- in file deflist.php, method Text_Wiki_Rule_deflist::process()
Generates a replacement for the matched text. Token options are:
- process
- in file colortext.php, method Text_Wiki_Rule_colortext::process()
Generates a replacement for the matched text. Token options are:
- process
- in file bold.php, method Text_Wiki_Rule_bold::process()
Generates a replacement for the matched text. Token options are:
- process
- in file break.php, method Text_Wiki_Rule_break::process()
Generates a replacement token for the matched text.
- process
- in file center.php, method Text_Wiki_Rule_center::process()
Generates a token entry for the matched text.
- process
- in file code.php, method Text_Wiki_Rule_code::process()
Generates a token entry for the matched text. Token options are:
- process
- in file horiz.php, method Text_Wiki_Rule_horiz::process()
Generates a replacement token for the matched text.
- process
- in file heading.php, method Text_Wiki_Rule_heading::process()
Generates a replacement for the matched text. Token options are:
- process
- in file html.php, method Text_Wiki_Rule_html::process()
Generates a replacement for the matched text. Token options are:
- process
- in file list.php, method Text_Wiki_Rule_list::process()
Generates a replacement for the matched text. Token options are:
- process
- in file newline.php, method Text_Wiki_Rule_newline::process()
Generates a replacement token for the matched text.
- process
- in file interwiki.php, method Text_Wiki_Rule_interwiki::process()
Generates a replacement for the matched standalone interwiki text.
- process
- in file italic.php, method Text_Wiki_Rule_italic::process()
Generates a replacement for the matched text. Token options are:
- process
- in file image.php, method Text_Wiki_Rule_image::process()
Generates a token entry for the matched text. Token options are:
- process
- in file include.php, method Text_Wiki_Rule_include::process()
Includes the results of the script directly into the source; the output will subsequently be parsed by the remaining Text_Wiki rules.
- processDescr
- in file wikilink.php, method Text_Wiki_Rule_wikilink::processDescr()
Generates a replacement for described links. Token options are:
- processDescr
- in file interwiki.php, method Text_Wiki_Rule_interwiki::processDescr()
Generates a replacement for described interwiki links. Token options are:
- processDescr
- in file url.php, method Text_Wiki_Rule_url::processDescr()
Process described-reference (named-reference) URLs and return replacement text with a delimited token.
- processFootnote
- in file url.php, method Text_Wiki_Rule_url::processFootnote()
Process numbered (footnote) URLs and return replacement text with a delimited token.
- paragraph.php
- procedural page paragraph.php
- phpcode.php
- procedural page phpcode.php
- phplookup.php
- procedural page phplookup.php
- prefilter.php
- procedural page prefilter.php
top
r
- $regex
- in file italic.php, variable Text_Wiki_Rule_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 blockquote.php, variable Text_Wiki_Rule_blockquote::$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 newline.php, variable Text_Wiki_Rule_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 paragraph.php, variable Text_Wiki_Rule_paragraph::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file interwiki.php, variable Text_Wiki_Rule_interwiki::$regex
- $regex
- in file include.php, variable Text_Wiki_Rule_include::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file horiz.php, variable Text_Wiki_Rule_horiz::$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 html.php, variable Text_Wiki_Rule_html::$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_Rule_image::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file phpcode.php, variable Text_Wiki_Rule_phpcode::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file phplookup.php, variable Text_Wiki_Rule_phplookup::$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_Rule_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 toc.php, variable Text_Wiki_Rule_toc::$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_Rule_tt::$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_Rule_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 strong.php, variable Text_Wiki_Rule_strong::$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_Rule_raw::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file revise.php, variable Text_Wiki_Rule_revise::$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 Rule.php, variable Text_Wiki_Rule::$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_Rule_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_Rule_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 deflist.php, variable Text_Wiki_Rule_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 embed.php, variable Text_Wiki_Rule_embed::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file center.php, variable Text_Wiki_Rule_center::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file colortext.php, variable Text_Wiki_Rule_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 code.php, variable Text_Wiki_Rule_code::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file bold.php, variable Text_Wiki_Rule_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 break.php, variable Text_Wiki_Rule_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 emphasis.php, variable Text_Wiki_Rule_emphasis::$regex
The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
- $rules
- in file Wiki.php, variable Text_Wiki::$rules
The array of rules to apply to the source text, in order.
- render
- in file Wiki.php, method Text_Wiki::render()
Renders tokens back into the source text, based on the requested format.
- renderXhtml
- in file tt.php, method Text_Wiki_Rule_tt::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file revise.php, method Text_Wiki_Rule_revise::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file center.php, method Text_Wiki_Rule_center::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file wikilink.php, method Text_Wiki_Rule_wikilink::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file blockquote.php, method Text_Wiki_Rule_blockquote::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file url.php, method Text_Wiki_Rule_url::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file Rule.php, method Text_Wiki_Rule::renderXhtml()
Simple rendering method to take a set of token options and generate replacement text for it. This is another method you will definitely want to override in your rule subclass extensions.
- renderXhtml
- in file superscript.php, method Text_Wiki_Rule_superscript::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file bold.php, method Text_Wiki_Rule_bold::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file raw.php, method Text_Wiki_Rule_raw::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file strong.php, method Text_Wiki_Rule_strong::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file toc.php, method Text_Wiki_Rule_toc::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file break.php, method Text_Wiki_Rule_break::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file table.php, method Text_Wiki_Rule_table::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file phplookup.php, method Text_Wiki_Rule_phplookup::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file image.php, method Text_Wiki_Rule_image::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file embed.php, method Text_Wiki_Rule_embed::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file interwiki.php, method Text_Wiki_Rule_interwiki::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file html.php, method Text_Wiki_Rule_html::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file emphasis.php, method Text_Wiki_Rule_emphasis::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file freelink.php, method Text_Wiki_Rule_freelink::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file horiz.php, method Text_Wiki_Rule_horiz::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file delimiter.php, method Text_Wiki_Rule_delimiter::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file italic.php, method Text_Wiki_Rule_italic::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file paragraph.php, method Text_Wiki_Rule_paragraph::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file phpcode.php, method Text_Wiki_Rule_phpcode::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file code.php, method Text_Wiki_Rule_code::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file heading.php, method Text_Wiki_Rule_heading::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file colortext.php, method Text_Wiki_Rule_colortext::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file deflist.php, method Text_Wiki_Rule_deflist::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file list.php, method Text_Wiki_Rule_list::renderXhtml()
Renders a token into text matching the requested format.
- renderXhtml
- in file newline.php, method Text_Wiki_Rule_newline::renderXhtml()
Renders a token into text matching the requested format.
- raw.php
- procedural page raw.php
- revise.php
- procedural page revise.php
- Rule.php
- procedural page Rule.php
top
top
t
- Text_Wiki
- in file Wiki.php, class Text_Wiki
This is the "master" class for handling the management and convenience functions to transform Wiki-formatted text.
- Text_Wiki
- in file Wiki.php, method Text_Wiki::Text_Wiki()
Constructor. Loads the rule objects.
- table.php
- procedural page table.php
- tighten.php
- procedural page tighten.php
- toc.php
- procedural page toc.php
- tt.php
- procedural page tt.php
- Text_Wiki_Rule
- in file Rule.php, class Text_Wiki_Rule
Baseline rule class for extension into a "real" wiki rule.
- Text_Wiki_Rule
- in file Rule.php, method Text_Wiki_Rule::Text_Wiki_Rule()
Constructor for the rule.
- Text_Wiki_Rule_blockquote
- in file blockquote.php, class Text_Wiki_Rule_blockquote
This class implements a Text_Wiki_Rule to find source text marked as a blockquote, identified by any number of greater-than signs '>' at the start of the line, followed by a space, and then the quote text; each '>' indicates an additional level of quoting.
- Text_Wiki_Rule_bold
- in file bold.php, class Text_Wiki_Rule_bold
This class implements a Text_Wiki_Rule to find source text marked for
- Text_Wiki_Rule_break
- in file break.php, class Text_Wiki_Rule_break
This class implements a Text_Wiki_Rule to mark forced line breaks in the source text.
- Text_Wiki_Rule_center
- in file center.php, class Text_Wiki_Rule_center
This class implements a Text_Wiki_Rule to find lines marked for centering.
- Text_Wiki_Rule_code
- in file code.php, class Text_Wiki_Rule_code
This class implements a Text_Wiki_Rule to find sections marked as code
- Text_Wiki_Rule_colortext
- in file colortext.php, class Text_Wiki_Rule_colortext
This class implements a Text_Wiki_Rule to find source text marked for coloring.
- Text_Wiki_Rule_deflist
- in file deflist.php, class Text_Wiki_Rule_deflist
This class implements a Text_Wiki_Rule to find source text marked as a definition list. In short, if a line starts with ':' then it is a definition list item; another ':' on the same lines indicates the end of the definition term and the beginning of the definition narrative.
- Text_Wiki_Rule_delimiter
- in file delimiter.php, method Text_Wiki_Rule_delimiter::Text_Wiki_Rule_delimiter()
Constructor. Overrides the Text_Wiki_Rule constructor so that we can set the $regex property dynamically (we need to include the Text_Wiki $delim character.
- Text_Wiki_Rule_delimiter
- in file delimiter.php, class Text_Wiki_Rule_delimiter
This class implements a Text_Wiki_Rule to find instances of the delimiter character already embedded in the source text; it extracts them and replaces them with a delimited token, then renders them as the delimiter itself when the target format is XHTML.
- Text_Wiki_Rule_embed
- in file embed.php, class Text_Wiki_Rule_embed
This class implements a Text_Wiki_Rule to embed the contents of a URL inside the page at render-time. Typically used to get script output.
- Text_Wiki_Rule_emphasis
- in file emphasis.php, class Text_Wiki_Rule_emphasis
This class implements a Text_Wiki_Rule to find source text marked for emphasis (italics) as defined by text surrounded by two single-quotes.
- Text_Wiki_Rule_entities
- in file entities.php, class Text_Wiki_Rule_entities
This class implements a Text_Wiki_Rule to convert HTML entities in the source text.
- Text_Wiki_Rule_freelink
- in file freelink.php, class Text_Wiki_Rule_freelink
This class implements a Text_Wiki_Rule to find source text marked as a wiki freelink, and automatically create a link to that page.
- Text_Wiki_Rule_freelink
- in file freelink.php, method Text_Wiki_Rule_freelink::Text_Wiki_Rule_freelink()
Constructor. We override the Text_Wiki_Rule constructor so we can explicitly comment each part of the $regex property.
- Text_Wiki_Rule_heading
- in file heading.php, class Text_Wiki_Rule_heading
This class implements a Text_Wiki_Rule to find source text marked to
- Text_Wiki_Rule_horiz
- in file horiz.php, class Text_Wiki_Rule_horiz
This class implements a Text_Wiki_Rule to find source text marked to be a horizontal rule, as defined by four dashed on their own line.
- Text_Wiki_Rule_html
- in file html.php, class Text_Wiki_Rule_html
This class implements a Text_Wiki_Rule to find source text marked as HTML to be redndred as-is. The block start is marked by <html> on its own line, and the block end is marked by </html> on its own line.
- Text_Wiki_Rule_image
- in file image.php, class Text_Wiki_Rule_image
This class implements a Text_Wiki_Rule to embed the contents of a URL inside the page. Typically used to get script output.
- Text_Wiki_Rule_include
- in file include.php, class Text_Wiki_Rule_include
This class implements a Text_Wiki_Rule to include the results of a
- Text_Wiki_Rule_interwiki
- in file interwiki.php, class Text_Wiki_Rule_interwiki
This class implements a Text_Wiki_Rule to find source text marked as an Interwiki link. See the regex for a detailed explanation of the text matching procedure; e.g., "InterWikiName:PageName".
- Text_Wiki_Rule_italic
- in file italic.php, class Text_Wiki_Rule_italic
This class implements a Text_Wiki_Rule to find source text marked for emphasis (italics) as defined by text surrounded by two single-quotes.
- Text_Wiki_Rule_list
- in file list.php, class Text_Wiki_Rule_list
This class implements a Text_Wiki_Rule to find source text marked as
- Text_Wiki_Rule_newline
- in file newline.php, class Text_Wiki_Rule_newline
This class implements a Text_Wiki_Rule to mark implied line breaks in the source text, usually a single carriage return in the middle of a paragraph or block-quoted text.
- Text_Wiki_Rule_paragraph
- in file paragraph.php, class Text_Wiki_Rule_paragraph
This class implements a Text_Wiki rule to find sections of the source text that are paragraphs. A para is any line not starting with a token delimiter, followed by two newlines.
- Text_Wiki_Rule_phpcode
- in file phpcode.php, class Text_Wiki_Rule_phpcode
This class implements a Text_Wiki_Rule to find sections marked as code
- Text_Wiki_Rule_phplookup
- in file phplookup.php, class Text_Wiki_Rule_phplookup
This class implements a Text_Wiki_Rule to find source text marked for lookup in the PHP online manual.
- Text_Wiki_Rule_prefilter
- in file prefilter.php, class Text_Wiki_Rule_prefilter
This class implements a Text_Wiki_Rule to "pre-filter" source text so that line endings are consistently \n, lines ending in a backslash \ are concatenated with the next line, and tabs are converted to spaces.
- Text_Wiki_Rule_raw
- in file raw.php, class Text_Wiki_Rule_raw
This class implements a Text_Wiki rule to find sections of the source text that are not to be processed by Text_Wiki. These blocks of "raw" text will be rendered as they were found.
- Text_Wiki_Rule_revise
- in file revise.php, class Text_Wiki_Rule_revise
This class implements a Text_Wiki_Rule to find source text marked for revision.
- Text_Wiki_Rule_strong
- in file strong.php, class Text_Wiki_Rule_strong
This class implements a Text_Wiki_Rule to find source text marked for
- Text_Wiki_Rule_superscript
- in file superscript.php, class Text_Wiki_Rule_superscript
This class implements a Text_Wiki_Rule to find source text marked for
- Text_Wiki_Rule_table
- in file table.php, class Text_Wiki_Rule_table
This class implements a Text_Wiki_Rule to find source text marked as a
- Text_Wiki_Rule_tighten
- in file tighten.php, class Text_Wiki_Rule_tighten
This rule removes 3+ consecutive newlines from the source text, replacing them with 2 newlines instead.
- Text_Wiki_Rule_toc
- in file toc.php, class Text_Wiki_Rule_toc
This class implements a Text_Wiki_Rule to find all heading tokens and build a table of contents. The [[toc]] tag gets replaced with a list of all the level-2 through level-6 headings.
- Text_Wiki_Rule_tt
- in file tt.php, class Text_Wiki_Rule_tt
This class implements a Text_Wiki_Rule to find source text marked for teletype (monospace) as defined by text surrounded by two curly braces. On parsing, the text itself is left in place, but the starting and ending instances of curly braces are replaced with tokens.
- Text_Wiki_Rule_url
- in file url.php, class Text_Wiki_Rule_url
This class implements a Text_Wiki_Rule to find source text marked as a
- Text_Wiki_Rule_url
- in file url.php, method Text_Wiki_Rule_url::Text_Wiki_Rule_url()
- Text_Wiki_Rule_wikilink
- in file wikilink.php, class Text_Wiki_Rule_wikilink
This class implements a Text_Wiki_Rule to find source text marked as a wiki page name and automatically create a link to that page.
- Text_Wiki_Rule_wikilink
- in file wikilink.php, method Text_Wiki_Rule_wikilink::Text_Wiki_Rule_wikilink()
Constructor. We override the Text_Wiki_Rule constructor so we can explicitly comment each part of the $regex property.
- transform
- in file Wiki.php, method Text_Wiki::transform()
Parses and renders the text passed to it, and returns the results.
top
top
top
_
- $_wiki
- in file Rule.php, variable Text_Wiki_Rule::$_wiki
A reference to the calling Text_Wiki object. This is needed so that each rule has access to the same source text, token set, URLs, interwiki maps, page names, etc.
- _loadRuleObject
- in file Wiki.php, method Text_Wiki::_loadRuleObject()
Loads a rule class file and creates an instance of it.
top
Documentation generated on Mon, 11 Mar 2019 10:14:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|