Home
last modified time | relevance | path

Searched refs:Nocache (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DNocacheTest.php5 use dokuwiki\Parsing\ParserMode\Nocache; alias
11 $this->P->addMode('nocache', new Nocache());
27 $this->P->addMode('nocache', new Nocache());
/dokuwiki/inc/Parsing/ParserMode/
H A DNocache.php7 class Nocache extends AbstractMode class