Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DPreformattedTest.php10 use dokuwiki\Parsing\ParserMode\Preformatted; alias
85 $this->P->addMode('preformatted',new Preformatted());
102 $this->P->addMode('preformatted',new Preformatted());
119 $this->P->addMode('preformatted',new Preformatted());
136 $this->P->addMode('preformatted',new Preformatted());
153 $this->P->addMode('preformatted',new Preformatted());
187 $this->P->addMode('preformatted',new Preformatted());
H A DFootnoteTest.php12 use dokuwiki\Parsing\ParserMode\Preformatted; alias
177 $this->P->addMode('preformatted',new Preformatted());
198 $this->P->addMode('preformatted',new Preformatted());
/dokuwiki/inc/Parsing/ParserMode/
H A DPreformatted.php6 use dokuwiki\Parsing\Handler\Preformatted as PreformattedHandler;
9 class Preformatted extends AbstractMode class
/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php5 class Preformatted extends AbstractRewriter class