Searched defs:render (Results 1 – 8 of 8) sorted by relevance
/dokuwiki/lib/plugins/extension/ |
D | GuiAdmin.php | 9 public function render() function in dokuwiki\\plugin\\extension\\GuiAdmin
|
D | GuiExtension.php | 20 public function render() function in dokuwiki\\plugin\\extension\\GuiExtension
|
/dokuwiki/inc/ |
D | parserutils.php | 252 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE) 340 function p_set_metadata($id, $data, $render = false, $persistent = true) 770 function p_get_first_heading($id, $render = METADATA_RENDER_USING_SIMPLE_CACHE)
|
/dokuwiki/inc/Extension/ |
D | SyntaxPlugin.php | 103 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
|
/dokuwiki/_test/tests/inc/ |
D | parserutils_set_metadata_during_rendering.test.php | 90 public function render($format, &$renderer, $data) function in parserutils_set_metadata_during_rendering_test
|
/dokuwiki/lib/plugins/info/ |
D | syntax.php | 70 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
|
/dokuwiki/inc/TreeBuilder/ |
D | AbstractBuilder.php | 208 public function render(Doku_Renderer $R, $top = null, $level = 1): void function in dokuwiki\\TreeBuilder\\AbstractBuilder
|
/dokuwiki/inc/parser/ |
D | xhtml.php | 1678 $render = true 1878 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
|