Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmEmphasisStrongTest.php5 use dokuwiki\Parsing\ParserMode\GfmEmphasisStrong; alias
24 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());
44 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());
55 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());
62 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());
69 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());
80 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());
90 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());
97 $this->assertSame(65, (new GfmEmphasisStrong())->getSort());
/dokuwiki/inc/Parsing/ParserMode/
H A DGfmEmphasisStrongUnderscore.php17 class GfmEmphasisStrongUnderscore extends GfmEmphasisStrong
H A DGfmEmphasisStrong.php18 class GfmEmphasisStrong extends AbstractFormatting class