Searched refs:getFormat (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/_test/mock/ | ||
| H A D | Doku_Renderer.php | 8 public function getFormat() { function in dokuwiki\\test\\mock\\Doku_Renderer |
| /dokuwiki/inc/parser/ | ||
| H A D | code.php | 76 public function getFormat() function in Doku_Renderer_code |
| H A D | renderer.php | 91 abstract public function getFormat(); function in Doku_Renderer |
| H A D | metadata.php | 55 public function getFormat() function in Doku_Renderer_metadata |
| H A D | xhtml.php | 122 public function getFormat() function in Doku_Renderer_xhtml |
| /dokuwiki/inc/ | ||
| H A D | parserutils.php | 729 …rer && is_a($Renderer, 'Doku_Renderer') && ($mode != 'xhtml' || $mode == $Renderer->getFormat())) { |