Home
last modified time | relevance | path

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

/plugin/diagrams/syntax/
H A Dmediafile.php145 …Attributes['data-pngcache'] = str_replace([$conf['cachedir'], Diagrams::CACHE_EXT], '', $cachefile…
175 $cachefile = getCacheName($data['svg'], Diagrams::CACHE_EXT);
/plugin/diagrams/
H A DDiagrams.php25 const CACHE_EXT = '.diagrams.png'; define in dokuwiki\\plugin\\diagrams\\Diagrams
/plugin/diagrams/action/
H A Daction.php150 $file = $conf['cachedir'] . $cacheName . \dokuwiki\plugin\diagrams\Diagrams::CACHE_EXT;