Searched refs:GfmHr (Results 1 – 3 of 3) sorted by relevance
6 use dokuwiki\Parsing\ParserMode\GfmHr; alias27 $this->P->addMode('gfm_hr', new GfmHr());76 $this->P->addMode('gfm_hr', new GfmHr());168 $this->P->addMode('gfm_hr', new GfmHr());182 $mode = new GfmHr();
10 use dokuwiki\Parsing\ParserMode\GfmHr; alias135 $this->P->addMode('gfm_hr',new GfmHr());
25 class GfmHr extends AbstractMode class