Home
last modified time | relevance | path

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

/plugin/diagrams/
H A DDiagrams.php10 const MODE_MEDIA = 1; define in dokuwiki\\plugin\\diagrams\\Diagrams
/plugin/diagrams/action/
H A Dmediafile.php23 if (!($this->getConf('mode') & Diagrams::MODE_MEDIA)) return;
/plugin/diagrams/syntax/
H A Dmediafile.php33 if (!($this->getConf('mode') & Diagrams::MODE_MEDIA)) return;