Class: textile_Rendererplugin
Source Location: /blogs/plugins/renderers/_textile.renderer.php
Class textile_Rendererplugin
Class Overview
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Plugin |
Inherited From RendererPlugin
Inherited From Plugin
|
[ Top ]
Property Summary
| mixed | $a | |
| mixed | $apply_to_html | |
| mixed | $apply_to_xml | |
| mixed | $apply_when | |
| mixed | $c | |
| mixed | $clas | |
| mixed | $code | |
| mixed | $cspn | |
| mixed | $hlgn | |
| mixed | $lnge | |
| mixed | $long_desc | |
| mixed | $name | |
| mixed | $pnct | |
| mixed | $priority | |
| mixed | $rspn | |
| mixed | $s | |
| mixed | $short_desc | |
| mixed | $styl | |
| mixed | $vlgn |
[ Top ]
Method Summary
| textile_Rendererplugin | textile_Rendererplugin() | Constructor |
| void | block() | |
| void | checkRefs() | |
| void | cleanWhiteSpace() | |
| void | cmap() | |
| void | decode_high() | |
| void | dump() | |
| void | encodeEntities() | |
| void | encode_high() | |
| void | fBlock() | |
| void | fCode() | |
| void | fImage() | |
| void | fixEntities() | |
| void | fLink() | |
| void | fList() | |
| void | footnoteRef() | |
| void | fSpan() | |
| void | fTable() | |
| void | getRefs() | |
| void | glyphs() | |
| void | hAlign() | |
| void | iAlign() | |
| void | image() | |
| void | incomingEntities() | |
| void | links() | |
| void | lists() | |
| void | lT() | |
| void | noTextile() | |
| void | pba() | |
| void | refs() | |
| boolean | render() | Perform rendering |
| void | retrieve() | |
| void | shelve() | |
| void | span() | |
| void | superscript() | |
| void | table() | |
| void | Textile() | |
| void | textilecode() | |
| void | textile_popup_help() | |
| void | txtgps() | |
| void | vAlign() |
[ Top ]
Properties
mixed
$apply_to_html
= true [line 213]
Redefinition of:
- RendererPlugin::$apply_to_html
- Should this plugin apply to HTML?
[ Top ]
mixed
$apply_to_xml
= true [line 214]
Redefinition of:
- RendererPlugin::$apply_to_xml
- Should this plugin apply to XML?
[ Top ]
mixed
$apply_when
= 'opt-in' [line 212]
Redefinition of:
- RendererPlugin::$apply_when
- When should this plugin apply?
[ Top ]
mixed
$code
= 'b2DATxtl' [line 209]
Redefinition of:
- Plugin::$code
- Should be overriden by derived class:
[ Top ]
mixed
$long_desc
[line 216]
Redefinition of:
- Plugin::$long_desc
- Should be overriden by derived class:
[ Top ]
mixed
$name
= 'Textile (beta)' [line 210]
Redefinition of:
- Plugin::$name
- Should be overriden by derived class:
[ Top ]
mixed
$priority
= 20 [line 211]
Redefinition of:
- Plugin::$priority
- Should be overriden by derived class:
[ Top ]
mixed
$short_desc
[line 215]
Redefinition of:
- Plugin::$short_desc
- Should be overriden by derived class:
[ Top ]
Methods
Constructor textile_Rendererplugin [line 235]
|
Constructor
[ Top ]
decode_high [line 884]
|
| $text: | ||
| $charset: |
[ Top ]
encode_high [line 878]
|
| $text: | ||
| $charset: |
[ Top ]
render [line 268]
|
Perform rendering
Parameters:| string | &$content: | content to render (by reference) / rendered content |
| string | $format: | Output format, see format_to_output() |
API Tags:
| Return: | true if we can render something for the required output format |
Redefinition of:
- RendererPlugin::render()
- Perform rendering
[ Top ]
textile_popup_help [line 964]
|
| $name: | ||
| $helpvar: | ||
| $windowW: | ||
| $windowH: |
[ Top ]
