Searched refs:GfmEmphasis (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/_test/tests/Parsing/ParserMode/ |
| H A D | GfmEmphasisTest.php | 5 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias 20 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 38 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 56 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 74 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 96 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 110 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 124 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 141 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 155 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); [all …]
|
| H A D | GfmLinebreakTest.php | 5 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias 111 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
|
| H A D | GfmEscapeTest.php | 6 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias 97 $this->P->addMode('gfm_emphasis', new GfmEmphasis()); 111 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
|
| H A D | GfmBacktickSingleTest.php | 6 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias 216 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | GfmEmphasis.php | 11 class GfmEmphasis extends AbstractFormatting class
|