Home
last modified time | relevance | path

Searched refs:SOURCES (Results 1 – 4 of 4) sorted by relevance

/plugin/dev/
H A DSVGIcon.php14 const SOURCES = [ define in dokuwiki\\plugin\\dev\\SVGIcon
105 if (!isset(self::SOURCES[$prefix])) {
109 $url = sprintf(self::SOURCES[$prefix], $name);
H A Dcli.php56 $prefixes = array_keys(SVGIcon::SOURCES);
/plugin/icon/
H A DSVG.php10 const SOURCES = [ define in dokuwiki\\plugin\\icon\\SVG
28 if (!isset(self::SOURCES[$source])) throw new \RuntimeException('Unknown icon source');
29 $this->url = sprintf(self::SOURCES[$source], $icon);
H A Daction.php70 'source' => '/^('.join('|', array_keys(SVG::SOURCES)).')$/',