Home
last modified time | relevance | path

Searched refs:Emphasis (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DEmphasis.php5 class Emphasis extends AbstractFormatting class
/dokuwiki/_test/tests/Parsing/ParserMode/
H A DFormattingTest.php6 use dokuwiki\Parsing\ParserMode\Emphasis; alias
38 $this->P->addMode('emphasis', new Emphasis());
147 $this->P->addMode('emphasis', new Emphasis());
H A DI18nTest.php7 use dokuwiki\Parsing\ParserMode\Emphasis; alias
23 'emphasis' => new Emphasis(),