| [ Index ] |
|
Code source de DokuWiki 2006-11-06 |
[Code source] [Imprimer] [Statistiques]
Info Plugin: Displays information about various DokuWiki internals
| Author: | Andreas Gohr <andi@splitbrain.org> |
| License: | GPL 2 (http://www.gnu.org/licenses/gpl.html) |
| Poids: | 166 lignes (5 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 0 fois |
| Nécessite: | 1 fichier lib/plugins/info/syntax.php |
syntax_plugin_info:: (10 méthodes):
getInfo()
getType()
getPType()
getSort()
connectTo()
handle()
render()
_syntaxplugins_xhtml()
_syntaxtypes_xhtml()
_syntaxmodes_xhtml()
Classe: syntax_plugin_info - X-Ref
All DokuWiki plugins to extend the parser/rendering mechanism| getInfo() X-Ref |
| return some info |
| getType() X-Ref |
| What kind of syntax are we? |
| getPType() X-Ref |
| What about paragraphs? |
| getSort() X-Ref |
| Where to sort in? |
| connectTo($mode) X-Ref |
| Connect pattern to lexer |
| handle($match, $state, $pos, &$handler) X-Ref |
| Handle the match |
| render($format, &$renderer, $data) X-Ref |
| Create output |
| _syntaxplugins_xhtml(& $renderer) X-Ref |
| list all installed syntax plugins uses some of the original renderer methods |
| _syntaxtypes_xhtml() X-Ref |
| lists all known syntax types and their registered modes |
| _syntaxmodes_xhtml() X-Ref |
| lists all known syntax modes and their sorting value |
| Généré le : Tue Apr 3 20:47:31 2007 | par Balluche grâce à PHPXref 0.7 |