Home
last modified time | relevance | path

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

/dokuwiki/_test/mock/
DDoku_Renderer.php8 public function getFormat() { function in dokuwiki\\test\\mock\\Doku_Renderer
/dokuwiki/inc/parser/
Dcode.php76 public function getFormat() function in Doku_Renderer_code
Drenderer.php91 abstract public function getFormat(); function in Doku_Renderer
126 $plugin->render($this->getFormat(), $this, $data);
Dmetadata.php55 public function getFormat() function in Doku_Renderer_metadata
Dxhtml.php122 public function getFormat() function in Doku_Renderer_xhtml
/dokuwiki/inc/
Dparserutils.php729 …rer && is_a($Renderer, 'Doku_Renderer') && ($mode != 'xhtml' || $mode == $Renderer->getFormat())) {