Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmEmphasisStrongUnderscoreTest.php5 use dokuwiki\Parsing\ParserMode\GfmEmphasisStrongUnderscore; alias
23 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
43 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
51 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
58 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
65 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
72 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
79 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
86 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
93 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());
[all …]
/dokuwiki/inc/Parsing/ParserMode/
H A DGfmEmphasisStrongUnderscore.php17 class GfmEmphasisStrongUnderscore extends GfmEmphasisStrong class