Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmEmphasisUnderscoreTest.php5 use dokuwiki\Parsing\ParserMode\GfmEmphasisUnderscore; alias
20 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
38 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
56 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
75 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
89 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
108 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
122 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
144 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());
162 $mode = new GfmEmphasisUnderscore();
[all …]
/dokuwiki/inc/Parsing/ParserMode/
H A DGfmEmphasisUnderscore.php13 class GfmEmphasisUnderscore extends AbstractFormatting class