Home
last modified time | relevance | path

Searched +full:pngcache +(+path:plugin +path:diagrams) -(+path:plugin +path:diagrams +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/diagrams/conf/
H A Dmetadata.php7 $meta['pngcache'] = array('onoff');
H A Ddefault.php7 $conf['pngcache'] = 0;
/plugin/diagrams/action/
H A Daction.php73 if (!$this->getConf('pngcache')) {
127 $cacheName = $INPUT->str('pngcache');
/plugin/diagrams/syntax/
H A Dmediafile.php139 $imageAttributes['data-pngcache'] = str_replace([$conf['cachedir'], Diagrams::CACHE_EXT], '', $cachefile);
164 if (!$this->getConf('pngcache') || $REV) return '';