Element index for package Text_Wiki
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
top
top
top
top
top
top
g
- getAttrs
- in file Parse.php, method Text_Wiki_Parse::getAttrs()
Extract 'attribute="value"' portions of wiki markup.
- getConf
- in file Parse.php, method Text_Wiki_Parse::getConf()
Simple method to safely get configuration key values.
- getFormatConf
- in file Wiki.php, method Text_Wiki::getFormatConf()
Get configuration for a specific format and key.
- getParseConf
- in file Wiki.php, method Text_Wiki::getParseConf()
Get parser configuration for a specific rule and key.
- getPath
- in file Wiki.php, method Text_Wiki::getPath()
Get the current path array for a path-type.
- getRenderConf
- in file Wiki.php, method Text_Wiki::getRenderConf()
Get renderer configuration for a specific format, rule, and key.
- 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
top
p
- $parseConf
- in file Wiki.php, variable Text_Wiki::$parseConf
Custom configuration for rules at the parsing stage.
- 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.
- parse
- in file Url.php, method Text_Wiki_Parse_Url::parse()
Find three different kinds of URLs in the source text.
- parse
- in file Prefilter.php, method Text_Wiki_Parse_Prefilter::parse()
Simple parsing method.
- parse
- in file Wikilink.php, method Text_Wiki_Parse_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 Parse.php, method Text_Wiki_Parse::parse()
Abstrct method to parse source text for matches.
- parse
- in file Tighten.php, method Text_Wiki_Parse_Tighten::parse()
Apply tightening directly to the source text.
- post
- in file Latex.php, method Text_Wiki_Render_Latex::post()
- pre
- in file Latex.php, method Text_Wiki_Render_Latex::pre()
- process
- in file Paragraph.php, method Text_Wiki_Parse_Paragraph::process()
Generates a token entry for the matched text. Token options are:
- process
- in file Wikilink.php, method Text_Wiki_Parse_Wikilink::process()
Generate a replacement for standalone links.
- process
- in file Parse.php, method Text_Wiki_Parse::process()
Abstract method to generate replacements for matched text.
- process
- in file Anchor.php, method Text_Wiki_Parse_Anchor::process()
Generates a token entry for the matched text. Token options are:
- process
- in file Phplookup.php, method Text_Wiki_Parse_Phplookup::process()
Generates a replacement for the matched text. Token options are:
- process
- in file Strong.php, method Text_Wiki_Parse_Strong::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:
- process
- in file Table.php, method Text_Wiki_Parse_Table::process()
Generates a replacement for the matched text.
- process
- in file Revise.php, method Text_Wiki_Parse_Revise::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:
- process
- in file Url.php, method Text_Wiki_Parse_Url::process()
Process inline URLs.
- process
- in file Tt.php, method Text_Wiki_Parse_Tt::process()
Generates a replacement for the matched text.
- process
- in file Toc.php, method Text_Wiki_Parse_Toc::process()
Generates a replacement for the matched text.
- process
- in file Newline.php, method Text_Wiki_Parse_Newline::process()
Generates a replacement token for the matched text.
- process
- in file Blockquote.php, method Text_Wiki_Parse_Blockquote::process()
Generates a replacement for the matched text.
- process
- in file Emphasis.php, method Text_Wiki_Parse_emphasis::process()
Generates a replacement for the matched text. Token options are:
- process
- in file Freelink.php, method Text_Wiki_Parse_Freelink::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 Embed.php, method Text_Wiki_Parse_Embed::process()
Generates a token entry for the matched text. Token options are:
- process
- in file Delimiter.php, method Text_Wiki_Parse_Delimiter::process()
Generates a token entry for the matched text. Token options are:
- process
- in file Code.php, method Text_Wiki_Parse_Code::process()
Generates a token entry for the matched text. Token options are:
- process
- in file Colortext.php, method Text_Wiki_Parse_Colortext::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 Bold.php, method Text_Wiki_Parse_Bold::process()
Generates a replacement for the matched text. Token options are:
- process
- in file Heading.php, method Text_Wiki_Parse_Heading::process()
Generates a replacement 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 Break.php, method Text_Wiki_Parse_Break::process()
Generates a replacement token for the matched text.
- process
- in file Italic.php, method Text_Wiki_Parse_Italic::process()
Generates a replacement for the matched text. Token options are:
- process
- in file Center.php, method Text_Wiki_Parse_Center::process()
Generates a token entry for the matched text.
- process
- in file Include.php, method Text_Wiki_Parse_Include::process()
Includes the results of the script directly into the source; the output will subsequently be parsed by the remaining Text_Wiki rules.
- process
- in file Horiz.php, method Text_Wiki_Parse_Horiz::process()
Generates a replacement token for the matched text.
- 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 Html.php, method Text_Wiki_Parse_Html::process()
Generates a replacement for the matched text. Token options are:
- processDescr
- in file Wikilink.php, method Text_Wiki_Parse_Wikilink::processDescr()
Generate a replacement for described links.
- processDescr
- in file Url.php, method Text_Wiki_Parse_Url::processDescr()
Process described-reference (named-reference) URLs.
- processDescr
- in file Interwiki.php, method Text_Wiki_Parse_Interwiki::processDescr()
Generates a replacement for described interwiki links. Token options are:
- processFootnote
- in file Url.php, method Text_Wiki_Parse_Url::processFootnote()
Process numbered (footnote) URLs.
- Paragraph.php
- procedural page Paragraph.php
- Phplookup.php
- procedural page Phplookup.php
- Prefilter.php
- procedural page Prefilter.php
- Parse.php
- procedural page Parse.php
- Paragraph.php
- procedural page Paragraph.php
- Phplookup.php
- procedural page Phplookup.php
- Prefilter.php
- procedural page Prefilter.php
- Paragraph.php
- procedural page Paragraph.php
- Phplookup.php
- procedural page Phplookup.php
- Prefilter.php
- procedural page Prefilter.php
- Plain.php
- procedural page Plain.php
- Paragraph.php
- procedural page Paragraph.php
- Phplookup.php
- procedural page Phplookup.php
- Prefilter.php
- procedural page Prefilter.php
- process
- in file Function.php, method Text_Wiki_Parse_Function::process()
top
r
- $regex
- in file Paragraph.php, variable Text_Wiki_Parse_Paragraph::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file Parse.php, variable Text_Wiki_Parse::$regex
Regular expression to find matching text for 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 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 Interwiki.php, variable Text_Wiki_Parse_Interwiki::$regex
- $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 Anchor.php, variable Text_Wiki_Parse_Anchor::$regex
The regular expression used to find source text matching this rule. Looks like a macro: [[# anchor_name]]
- $regex
- in file Phplookup.php, variable Text_Wiki_Parse_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 Raw.php, variable Text_Wiki_Parse_Raw::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file Strong.php, variable Text_Wiki_Parse_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 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 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 Tt.php, variable Text_Wiki_Parse_Tt::$regex
The regular expression used to parse the source text.
- $regex
- in file Toc.php, variable Text_Wiki_Parse_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 Include.php, variable Text_Wiki_Parse_Include::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file Image.php, variable Text_Wiki_Parse_Image::$regex
The regular expression used to find source text matching this rule.
- $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 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 Center.php, variable Text_Wiki_Parse_Center::$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 Blockquote.php, variable Text_Wiki_Parse_Blockquote::$regex
Regex for parsing the source text.
- $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 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 Embed.php, variable Text_Wiki_Parse_Embed::$regex
The regular expression used to find source text matching this rule.
- $regex
- in file Horiz.php, variable Text_Wiki_Parse_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 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 Revise.php, variable Text_Wiki_Parse_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 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 Html.php, variable Text_Wiki_Parse_Html::$regex
The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
- $renderConf
- in file Wiki.php, variable Text_Wiki::$renderConf
Custom configuration for rules at the rendering stage.
- $rule
- in file Parse.php, variable Text_Wiki_Parse::$rule
The name of this rule for new token array elements.
- $rules
- in file Wiki.php, variable Text_Wiki::$rules
The default list of rules, in order, to apply to the source text.
- render
- in file Wiki.php, method Text_Wiki::render()
Renders tokens back into the source text, based on the requested format.
- Raw.php
- procedural page Raw.php
- Revise.php
- procedural page Revise.php
- Raw.php
- procedural page Raw.php
- Revise.php
- procedural page Revise.php
- Raw.php
- procedural page Raw.php
- Revise.php
- procedural page Revise.php
- Raw.php
- procedural page Raw.php
- Revise.php
- procedural page Revise.php
- Render.php
- procedural page Render.php
- $regex
- in file Function.php, variable Text_Wiki_Parse_Function::$regex
top
top
t
- Text_Wiki
- in file Wiki.php, method Text_Wiki::Text_Wiki()
Constructor.
- Text_Wiki
- in file Wiki.php, class Text_Wiki
Parse structured wiki text and render into arbitrary formats such as XHTML.
- Table.php
- procedural page Table.php
- Tighten.php
- procedural page Tighten.php
- Toc.php
- procedural page Toc.php
- Tt.php
- procedural page Tt.php
- Table.php
- procedural page Table.php
- Tighten.php
- procedural page Tighten.php
- Toc.php
- procedural page Toc.php
- Tt.php
- procedural page Tt.php
- Table.php
- procedural page Table.php
- Tighten.php
- procedural page Tighten.php
- Toc.php
- procedural page Toc.php
- Tt.php
- procedural page Tt.php
- 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_Parse
- in file Parse.php, class Text_Wiki_Parse
Baseline rule class for extension into a "real" parser component.
- Text_Wiki_Parse
- in file Parse.php, method Text_Wiki_Parse::Text_Wiki_Parse()
Constructor for this parser rule.
- Text_Wiki_Parse_Anchor
- in file Anchor.php, class Text_Wiki_Parse_Anchor
This class implements a Text_Wiki_Parse to add an anchor target name in the wiki page.
- Text_Wiki_Parse_Blockquote
- in file Blockquote.php, class Text_Wiki_Parse_Blockquote
Parse for block-quoted text.
- Text_Wiki_Parse_Bold
- in file Bold.php, class Text_Wiki_Parse_Bold
This class implements a Text_Wiki_Rule to find source text marked for
- Text_Wiki_Parse_Break
- in file Break.php, class Text_Wiki_Parse_Break
This class implements a Text_Wiki_Parse to mark forced line breaks in the source text.
- Text_Wiki_Parse_Center
- in file Center.php, class Text_Wiki_Parse_Center
This class implements a Text_Wiki_Parse to find lines marked for centering.
- Text_Wiki_Parse_Code
- in file Code.php, class Text_Wiki_Parse_Code
This class implements a Text_Wiki_Parse to find sections marked as code
- Text_Wiki_Parse_Colortext
- in file Colortext.php, class Text_Wiki_Parse_Colortext
This class implements a Text_Wiki_Parse to find source text marked for coloring.
- Text_Wiki_Parse_Deflist
- in file Deflist.php, class Text_Wiki_Parse_Deflist
This class implements a Text_Wiki_Parse 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_Parse_Delimiter
- in file Delimiter.php, class Text_Wiki_Parse_Delimiter
This class implements a Text_Wiki_Parse 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_Parse_delimiter
- in file Delimiter.php, method Text_Wiki_Parse_Delimiter::Text_Wiki_Parse_delimiter()
Constructor. Overrides the Text_Wiki_Parse constructor so that we can set the $regex property dynamically (we need to include the Text_Wiki $delim character.
- Text_Wiki_Parse_Embed
- in file Embed.php, class Text_Wiki_Parse_Embed
This class implements a Text_Wiki_Parse to embed the contents of a URL inside the page at render-time. Typically used to get script output.
- Text_Wiki_Parse_emphasis
- in file Emphasis.php, class Text_Wiki_Parse_emphasis
This class implements a Text_Wiki_Parse to find source text marked for emphasis (italics) as defined by text surrounded by two single-quotes.
- Text_Wiki_Parse_Freelink
- in file Freelink.php, class Text_Wiki_Parse_Freelink
This class implements a Text_Wiki_Parse to find source text marked as a wiki freelink, and automatically create a link to that page.
- Text_Wiki_Parse_Freelink
- in file Freelink.php, method Text_Wiki_Parse_Freelink::Text_Wiki_Parse_Freelink()
Constructor. We override the Text_Wiki_Parse constructor so we can explicitly comment each part of the $regex property.
- Text_Wiki_Parse_Heading
- in file Heading.php, class Text_Wiki_Parse_Heading
This class implements a Text_Wiki_Parse to find source text marked to
- Text_Wiki_Parse_Horiz
- in file Horiz.php, class Text_Wiki_Parse_Horiz
This class implements a Text_Wiki_Parse to find source text marked to be a horizontal rule, as defined by four dashed on their own line.
- Text_Wiki_Parse_Html
- in file Html.php, class Text_Wiki_Parse_Html
This class implements a Text_Wiki_Parse 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_Parse_Image
- in file Image.php, class Text_Wiki_Parse_Image
This class implements a Text_Wiki_Parse to embed the contents of a URL inside the page. Typically used to get script output.
- Text_Wiki_Parse_Include
- in file Include.php, class Text_Wiki_Parse_Include
This class implements a Text_Wiki_Parse to include the results of a
- Text_Wiki_Parse_Interwiki
- in file Interwiki.php, class Text_Wiki_Parse_Interwiki
This class implements a Text_Wiki_Parse 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_Parse_Italic
- in file Italic.php, class Text_Wiki_Parse_Italic
This class implements a Text_Wiki_Parse to find source text marked for emphasis (italics) as defined by text surrounded by two single-quotes.
- Text_Wiki_Parse_List
- in file List.php, class Text_Wiki_Parse_List
This class implements a Text_Wiki_Parse to find source text marked as
- Text_Wiki_Parse_Newline
- in file Newline.php, class Text_Wiki_Parse_Newline
This class implements a Text_Wiki_Parse 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_Parse_Paragraph
- in file Paragraph.php, class Text_Wiki_Parse_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_Parse_Phplookup
- in file Phplookup.php, class Text_Wiki_Parse_Phplookup
Find source text marked for lookup in the PHP online manual.
- Text_Wiki_Parse_Prefilter
- in file Prefilter.php, class Text_Wiki_Parse_Prefilter
"Pre-filter" the source text.
- Text_Wiki_Parse_Raw
- in file Raw.php, class Text_Wiki_Parse_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_Parse_Revise
- in file Revise.php, class Text_Wiki_Parse_Revise
This class implements a Text_Wiki_Parse to find source text marked for revision.
- Text_Wiki_Parse_Strong
- in file Strong.php, class Text_Wiki_Parse_Strong
This class implements a Text_Wiki_Parse to find source text marked for
- Text_Wiki_Parse_Superscript
- in file Superscript.php, class Text_Wiki_Parse_Superscript
This class implements a Text_Wiki_Parse to find source text marked for
- Text_Wiki_Parse_Table
- in file Table.php, class Text_Wiki_Parse_Table
This class implements a Text_Wiki_Parse to find source text marked as a
- Text_Wiki_Parse_Tighten
- in file Tighten.php, class Text_Wiki_Parse_Tighten
The rule removes all remaining newlines.
- Text_Wiki_Parse_Toc
- in file Toc.php, class Text_Wiki_Parse_Toc
This class implements a Text_Wiki_Parse 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_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, 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
Parse for links to wiki pages.
- Text_Wiki_Render_Latex
- in file Latex.php, class Text_Wiki_Render_Latex
Formats parsed Text_Wiki for LaTeX rendering.
- Text_Wiki_Render_Latex_Anchor
- in file Anchor.php, class Text_Wiki_Render_Latex_Anchor
This class renders an anchor target name in LaTeX.
- Text_Wiki_Render_Latex_Prefilter
- in file Prefilter.php, class Text_Wiki_Render_Latex_Prefilter
This class implements a Text_Wiki_Render_Latex 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_Render_Plain_Anchor
- in file Anchor.php, class Text_Wiki_Render_Plain_Anchor
This class renders an anchor target name in XHTML.
- Text_Wiki_Render_Plain_Prefilter
- in file Prefilter.php, class Text_Wiki_Render_Plain_Prefilter
This class implements a Text_Wiki_Render_Xhtml 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_Render_Xhtml_Anchor
- in file Anchor.php, class Text_Wiki_Render_Xhtml_Anchor
This class renders an anchor target name in XHTML.
- Text_Wiki_Render_Xhtml_Prefilter
- in file Prefilter.php, class Text_Wiki_Render_Xhtml_Prefilter
This class implements a Text_Wiki_Render_Xhtml 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.
- token
- in file Prefilter.php, method Text_Wiki_Render_Plain_Prefilter::token()
- token
- in file Anchor.php, method Text_Wiki_Render_Xhtml_Anchor::token()
- token
- in file Anchor.php, method Text_Wiki_Render_Plain_Anchor::token()
- token
- in file Anchor.php, method Text_Wiki_Render_Latex_Anchor::token()
- token
- in file Prefilter.php, method Text_Wiki_Render_Latex_Prefilter::token()
- token
- in file Prefilter.php, method Text_Wiki_Render_Xhtml_Prefilter::token()
- transform
- in file Wiki.php, method Text_Wiki::transform()
Parses and renders the text passed to it, and returns the results.
- Text_Wiki_Parse_Function
- in file Function.php, class Text_Wiki_Parse_Function
Baseline rule class for extension into a "real" parser component.
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:22:30 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|