Searched defs:render (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/inc/ | ||
H A D | parserutils.php | 252 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE) argument |
/dokuwiki/inc/Extension/ | ||
H A D | SyntaxPlugin.php | 104 abstract public function render($format, Doku_Renderer $renderer, $data); global() function in dokuwiki\\Extension\\SyntaxPlugin |
/dokuwiki/lib/plugins/info/ | ||
H A D | syntax.php | 68 public function render($format, Doku_Renderer $renderer, $data) global() function in syntax_plugin_info |
/dokuwiki/lib/plugins/extension/helper/ | ||
H A D | list.php |
|
/dokuwiki/inc/parser/ | ||
H A D | xhtml.php | 1570 _media($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $render = true) global() argument |