Searched refs:SOURCES (Results 1 – 4 of 4) sorted by relevance
14 const SOURCES = [ define in dokuwiki\\plugin\\dev\\SVGIcon 105 if (!isset(self::SOURCES[$prefix])) {109 $url = sprintf(self::SOURCES[$prefix], $name);
56 $prefixes = array_keys(SVGIcon::SOURCES);
10 const SOURCES = [ define in dokuwiki\\plugin\\icon\\SVG28 if (!isset(self::SOURCES[$source])) throw new \RuntimeException('Unknown icon source');29 $this->url = sprintf(self::SOURCES[$source], $icon);
70 'source' => '/^('.join('|', array_keys(SVG::SOURCES)).')$/',