Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmMediaTest.php6 use dokuwiki\Parsing\ParserMode\GfmMedia; alias
22 $this->P->addMode('gfm_media', new GfmMedia());
38 $this->P->addMode('gfm_media', new GfmMedia());
72 $this->P->addMode('gfm_media', new GfmMedia());
91 $this->P->addMode('gfm_media', new GfmMedia());
107 $this->P->addMode('gfm_media', new GfmMedia());
123 $this->P->addMode('gfm_media', new GfmMedia());
141 $this->P->addMode('gfm_media', new GfmMedia());
151 $this->P->addMode('gfm_media', new GfmMedia());
160 $this->P->addMode('gfm_media', new GfmMedia());
[all …]
/dokuwiki/inc/Parsing/ParserMode/
H A DGfmMedia.php36 class GfmMedia extends AbstractMode class