Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/parser/
H A Dparser_preformatted.test.php10 use dokuwiki\Parsing\ParserMode\Preformatted; alias
86 $this->P->addMode('preformatted',new Preformatted());
103 $this->P->addMode('preformatted',new Preformatted());
120 $this->P->addMode('preformatted',new Preformatted());
137 $this->P->addMode('preformatted',new Preformatted());
154 $this->P->addMode('preformatted',new Preformatted());
188 $this->P->addMode('preformatted',new Preformatted());
H A Dparser_footnote.test.php10 use dokuwiki\Parsing\ParserMode\Preformatted; alias
176 $this->P->addMode('preformatted',new Preformatted());
197 $this->P->addMode('preformatted',new Preformatted());
/dokuwiki/inc/Parsing/ParserMode/
H A DPreformatted.php5 class Preformatted extends AbstractMode class
/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php5 class Preformatted extends AbstractRewriter class
/dokuwiki/inc/parser/
H A Dhandler.php10 use dokuwiki\Parsing\Handler\Preformatted; alias
586 $this->callWriter = new Preformatted($this->callWriter);
591 /** @var Preformatted $reWriter */