Home
last modified time | relevance | path

Searched refs:getFormat (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/parser/
H A Dcode.php76 public function getFormat()
68 public function getFormat() { global() function in Doku_Renderer_code
H A Dxhtml.php121 public function getFormat()
115 public function getFormat() { global() function in Doku_Renderer_xhtml
H A Dmetadata.php55 public function getFormat()
50 public function getFormat() global() function in Doku_Renderer_metadata
H A Drenderer.php91 abstract public function getFormat();
126 $plugin->render($this->getFormat(), $this, $data);
87 abstract public function getFormat(); global() function in Doku_Renderer
/dokuwiki/inc/
H A Dparserutils.php729 if ($Renderer && is_a($Renderer, 'Doku_Renderer') && ($mode != 'xhtml' || $mode == $Renderer->getFormat())) {