Home
last modified time | relevance | path

Searched refs:renderPlugins (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/info/
H A Dsyntax.php78 'syntaxplugins' => $this->renderPlugins('syntax', $renderer),
79 'adminplugins' => $this->renderPlugins('admin', $renderer),
80 'actionplugins' => $this->renderPlugins('action', $renderer),
81 'rendererplugins' => $this->renderPlugins('renderer', $renderer),
82 'helperplugins' => $this->renderPlugins('helper', $renderer),
83 'authplugins' => $this->renderPlugins('auth', $renderer),
84 'remoteplugins' => $this->renderPlugins('remote', $renderer),
103 protected function renderPlugins($type, Doku_Renderer $renderer) function in syntax_plugin_info