[ Index ] |
|
Code source de DokuWiki 2006-11-06 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 1653 lignes (53 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Doku_Handler:: (48 méthodes):
Doku_Handler()
_addCall()
_finalize()
fetch()
plugin()
base()
header()
notoc()
nocache()
linebreak()
eol()
hr()
_nestingTag()
strong()
emphasis()
underline()
monospace()
subscript()
superscript()
deleted()
footnote()
listblock()
unformatted()
php()
html()
preformatted()
file()
quote()
code()
acronym()
smiley()
wordblock()
entity()
multiplyentity()
singlequoteopening()
singlequoteclosing()
doublequoteopening()
doublequoteclosing()
camelcaselink()
internallink()
filelink()
windowssharelink()
media()
rss()
externallink()
emaillink()
table()
Doku_Handler_Parse_Media()
Doku_Handler_CallWriter:: (4 méthodes):
Doku_Handler_CallWriter()
writeCall()
writeCalls()
finalise()
Doku_Handler_Nest:: (5 méthodes):
Doku_Handler_Nest()
writeCall()
writeCalls()
finalise()
process()
Doku_Handler_List:: (10 méthodes):
Doku_Handler_List()
writeCall()
writeCalls()
finalise()
process()
listStart()
listEnd()
listOpen()
listContent()
interpretSyntax()
Doku_Handler_Preformatted:: (5 méthodes):
Doku_Handler_Preformatted()
writeCall()
writeCalls()
finalise()
process()
Doku_Handler_Quote:: (6 méthodes):
Doku_Handler_Quote()
writeCall()
writeCalls()
finalise()
process()
getDepth()
Doku_Handler_Table:: (12 méthodes):
Doku_Handler_Table()
writeCall()
writeCalls()
finalise()
process()
tableStart()
tableEnd()
tableRowOpen()
tableRowClose()
tableCell()
tableDefault()
finalizeTable()
Doku_Handler_Section:: (1 méthode):
process()
Doku_Handler_Block:: (5 méthodes):
Doku_Handler_Block()
closeParagraph()
process()
addToStack()
removeFromStack()
Classe: Doku_Handler - X-Ref
Doku_Handler() X-Ref |
Pas de description |
_addCall($handler, $args, $pos) X-Ref |
Pas de description |
_finalize() X-Ref |
Pas de description |
fetch() X-Ref |
Pas de description |
plugin($match, $state, $pos, $pluginname) X-Ref |
Special plugin handler This handler is called for all modes starting with 'plugin_'. An additional parameter with the plugin name is passed author: Andreas Gohr <andi@splitbrain.org> |
base($match, $state, $pos) X-Ref |
Pas de description |
header($match, $state, $pos) X-Ref |
Pas de description |
notoc($match, $state, $pos) X-Ref |
Pas de description |
nocache($match, $state, $pos) X-Ref |
Pas de description |
linebreak($match, $state, $pos) X-Ref |
Pas de description |
eol($match, $state, $pos) X-Ref |
Pas de description |
hr($match, $state, $pos) X-Ref |
Pas de description |
_nestingTag($match, $state, $pos, $name) X-Ref |
Pas de description |
strong($match, $state, $pos) X-Ref |
Pas de description |
emphasis($match, $state, $pos) X-Ref |
Pas de description |
underline($match, $state, $pos) X-Ref |
Pas de description |
monospace($match, $state, $pos) X-Ref |
Pas de description |
subscript($match, $state, $pos) X-Ref |
Pas de description |
superscript($match, $state, $pos) X-Ref |
Pas de description |
deleted($match, $state, $pos) X-Ref |
Pas de description |
footnote($match, $state, $pos) X-Ref |
Pas de description |
listblock($match, $state, $pos) X-Ref |
Pas de description |
unformatted($match, $state, $pos) X-Ref |
Pas de description |
php($match, $state, $pos) X-Ref |
Pas de description |
html($match, $state, $pos) X-Ref |
Pas de description |
preformatted($match, $state, $pos) X-Ref |
Pas de description |
file($match, $state, $pos) X-Ref |
Pas de description |
quote($match, $state, $pos) X-Ref |
Pas de description |
code($match, $state, $pos) X-Ref |
Pas de description |
acronym($match, $state, $pos) X-Ref |
Pas de description |
smiley($match, $state, $pos) X-Ref |
Pas de description |
wordblock($match, $state, $pos) X-Ref |
Pas de description |
entity($match, $state, $pos) X-Ref |
Pas de description |
multiplyentity($match, $state, $pos) X-Ref |
Pas de description |
singlequoteopening($match, $state, $pos) X-Ref |
Pas de description |
singlequoteclosing($match, $state, $pos) X-Ref |
Pas de description |
doublequoteopening($match, $state, $pos) X-Ref |
Pas de description |
doublequoteclosing($match, $state, $pos) X-Ref |
Pas de description |
camelcaselink($match, $state, $pos) X-Ref |
Pas de description |
internallink($match, $state, $pos) X-Ref |
Pas de description |
filelink($match, $state, $pos) X-Ref |
Pas de description |
windowssharelink($match, $state, $pos) X-Ref |
Pas de description |
media($match, $state, $pos) X-Ref |
Pas de description |
rss($match, $state, $pos) X-Ref |
Pas de description |
externallink($match, $state, $pos) X-Ref |
Pas de description |
emaillink($match, $state, $pos) X-Ref |
Pas de description |
table($match, $state, $pos) X-Ref |
Pas de description |
Doku_Handler_Parse_Media($match) X-Ref |
Pas de description |
Classe: Doku_Handler_CallWriter - X-Ref
Classe: Doku_Handler_Nest - X-Ref
Generic call writer class to handle nesting of rendering instructionsDoku_Handler_Nest(& $CallWriter, $close="nest_close") X-Ref |
constructor param: object $CallWriter the renderers current call writer param: string $close closing instruction name, this is required to properly terminate the |
writeCall($call) X-Ref |
Pas de description |
writeCalls($calls) X-Ref |
Pas de description |
finalise() X-Ref |
Pas de description |
process() X-Ref |
Pas de description |
Classe: Doku_Handler_List - X-Ref
Doku_Handler_List(& $CallWriter) X-Ref |
Pas de description |
writeCall($call) X-Ref |
Pas de description |
writeCalls($calls) X-Ref |
Pas de description |
finalise() X-Ref |
Pas de description |
process() X-Ref |
Pas de description |
listStart($call) X-Ref |
Pas de description |
listEnd($call) X-Ref |
Pas de description |
listOpen($call) X-Ref |
Pas de description |
listContent($call) X-Ref |
Pas de description |
interpretSyntax($match, & $type) X-Ref |
Pas de description |
Classe: Doku_Handler_Preformatted - X-Ref
Doku_Handler_Preformatted(& $CallWriter) X-Ref |
Pas de description |
writeCall($call) X-Ref |
Pas de description |
writeCalls($calls) X-Ref |
Pas de description |
finalise() X-Ref |
Pas de description |
process() X-Ref |
Pas de description |
Classe: Doku_Handler_Quote - X-Ref
Classe: Doku_Handler_Table - X-Ref
Doku_Handler_Table(& $CallWriter) X-Ref |
Pas de description |
writeCall($call) X-Ref |
Pas de description |
writeCalls($calls) X-Ref |
Pas de description |
finalise() X-Ref |
Pas de description |
process() X-Ref |
Pas de description |
tableStart($call) X-Ref |
Pas de description |
tableEnd($call) X-Ref |
Pas de description |
tableRowOpen($call) X-Ref |
Pas de description |
tableRowClose($call) X-Ref |
Pas de description |
tableCell($call) X-Ref |
Pas de description |
tableDefault($call) X-Ref |
Pas de description |
finalizeTable() X-Ref |
Pas de description |
Classe: Doku_Handler_Section - X-Ref
Classe: Doku_Handler_Block - X-Ref
Handler for paragraphsDoku_Handler_Block() X-Ref |
Constructor. Adds loaded syntax plugins to the block and stack arrays author: Andreas Gohr <andi@splitbrain.org> |
closeParagraph($pos) X-Ref |
Close a paragraph if needed This function makes sure there are no empty paragraphs on the stack author: Andreas Gohr <andi@splitbrain.org> |
process($calls) X-Ref |
Processes the whole instruction stack to open and close paragraphs author: Harry Fuecks <hfuecks@gmail.com> author: Andreas Gohr <andi@splitbrain.org> |
addToStack($newStart = TRUE) X-Ref |
Pas de description |
removeFromStack() X-Ref |
Pas de description |
Généré le : Tue Apr 3 20:47:31 2007 | par Balluche grâce à PHPXref 0.7 |