b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: plugins ] [ index: plugins ] [ all elements ]

Class: textile_Rendererplugin

Source Location: /blogs/plugins/renderers/_textile.renderer.php

Class textile_Rendererplugin

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Plugin

Plugin::$author
Plugin::$help_url
Plugin::$version

Inherited From RendererPlugin

RendererPlugin::render()
Perform rendering

Inherited From Plugin

Plugin::Plugin()
Constructor, should set name and description
Plugin::code()
Template function: display plugin code
Plugin::long_desc()
Template function: display long description for plug in
Plugin::name()
Template function: display plugin name
Plugin::set_param()
Set param value
Plugin::short_desc()
Template function: display short description for plug in

[ 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   $a [line 225]

[ Top ]
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   $c [line 227]

[ Top ]
mixed   $clas [line 220]

[ Top ]
mixed   $code = 'b2DATxtl' [line 209]

Redefinition of:
Plugin::$code
Should be overriden by derived class:

[ Top ]
mixed   $cspn [line 223]

[ Top ]
mixed   $hlgn [line 218]

[ Top ]
mixed   $lnge [line 221]

[ 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   $pnct [line 228]

[ Top ]
mixed   $priority = 20 [line 211]

Redefinition of:
Plugin::$priority
Should be overriden by derived class:

[ Top ]
mixed   $rspn [line 224]

[ Top ]
mixed   $s [line 226]

[ Top ]
mixed   $short_desc [line 215]

Redefinition of:
Plugin::$short_desc
Should be overriden by derived class:

[ Top ]
mixed   $styl [line 222]

[ Top ]
mixed   $vlgn [line 219]

[ Top ]
Methods
Constructor textile_Rendererplugin  [line 235]

  textile_Rendererplugin textile_Rendererplugin( )

Constructor



[ Top ]
block  [line 478]

  void block( $text  )

Parameters:
   $text: 


[ Top ]
checkRefs  [line 641]

  void checkRefs( $text  )

Parameters:
   $text: 


[ Top ]
cleanWhiteSpace  [line 752]

  void cleanWhiteSpace( $text  )

Parameters:
   $text: 


[ Top ]
cmap  [line 890]

  void cmap( )



[ Top ]
decode_high  [line 884]

  void decode_high( $text, [ $charset = "UTF-8"]  )

Parameters:
   $text: 
   $charset: 


[ Top ]
dump  [line 988]

  void dump( )



[ Top ]
encodeEntities  [line 736]

  void encodeEntities( $text  )

Parameters:
   $text: 


[ Top ]
encode_high  [line 878]

  void encode_high( $text, [ $charset = "UTF-8"]  )

Parameters:
   $text: 
   $charset: 


[ Top ]
fBlock  [line 514]

  void fBlock( $m  )

Parameters:
   $m: 


[ Top ]
fCode  [line 702]

  void fCode( $m  )

Parameters:
   $m: 


[ Top ]
fImage  [line 664]

  void fImage( $m  )

Parameters:
   $m: 


[ Top ]
fixEntities  [line 744]

  void fixEntities( $text  )

Parameters:
   $text: 


[ Top ]
fLink  [line 607]

  void fLink( $m  )

Parameters:
   $m: 


[ Top ]
fList  [line 437]

  void fList( $m  )

Parameters:
   $m: 


[ Top ]
footnoteRef  [line 775]

  void footnoteRef( $text  )

Parameters:
   $text: 


[ Top ]
fSpan  [line 561]

  void fSpan( $m  )

Parameters:
   $m: 


[ Top ]
fTable  [line 403]

  void fTable( $matches  )

Parameters:
   $matches: 


[ Top ]
getRefs  [line 626]

  void getRefs( $text  )

Parameters:
   $text: 


[ Top ]
glyphs  [line 782]

  void glyphs( $text  )

Parameters:
   $text: 


[ Top ]
hAlign  [line 857]

  void hAlign( $in  )

Parameters:
   $in: 


[ Top ]
iAlign  [line 847]

  void iAlign( $in  )

Parameters:
   $in: 


[ Top ]
image  [line 647]

  void image( $text  )

Parameters:
   $text: 


[ Top ]
incomingEntities  [line 730]

  void incomingEntities( $text  )

Parameters:
   $text: 


[ Top ]
links  [line 589]

  void links( $text  )

Parameters:
   $text: 


[ Top ]
lists  [line 431]

  void lists( $text  )

Parameters:
   $text: 


[ Top ]
lT  [line 472]

  void lT( $in  )

Parameters:
   $in: 


[ Top ]
noTextile  [line 762]

  void noTextile( $text  )

Parameters:
   $text: 


[ Top ]
pba  [line 328]

  void pba( $in, [ $element = ""]  )

Parameters:
   $in: 
   $element: 


[ Top ]
refs  [line 633]

  void refs( $m  )

Parameters:
   $m: 


[ Top ]
render  [line 268]

  boolean render( string &$content, string $format  )

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 ]
retrieve  [line 717]

  void retrieve( $text  )

Parameters:
   $text: 


[ Top ]
shelve  [line 710]

  void shelve( $val  )

Parameters:
   $val: 


[ Top ]
span  [line 541]

  void span( $text  )

Parameters:
   $text: 


[ Top ]
superscript  [line 769]

  void superscript( $text  )

Parameters:
   $text: 


[ Top ]
table  [line 395]

  void table( $text  )

Parameters:
   $text: 


[ Top ]
Textile  [line 242]

  void Textile( )



[ Top ]
textilecode  [line 687]

  void textilecode( $text  )

Parameters:
   $text: 


[ Top ]
textile_popup_help  [line 964]

  void textile_popup_help( $name, $helpvar, $windowW, $windowH  )

Parameters:
   $name: 
   $helpvar: 
   $windowW: 
   $windowH: 


[ Top ]
txtgps  [line 972]

  void txtgps( $thing  )

Parameters:
   $thing: 


[ Top ]
vAlign  [line 868]

  void vAlign( $in  )

Parameters:
   $in: 


[ Top ]

Documentation generated on Tue, 20 May 2008 01:55:49 +0200 by phpDocumentor 1.4.2