Searched refs:svgCache (Results 1 – 3 of 3) sorted by relevance
93 private $svgCache; variable in BatcheditInterface 101 $this->svgCache = array();747 if (!array_key_exists($id, $this->svgCache)) {748 $this->svgCache[$id] = file_get_contents(DOKU_PLUGIN . 'batchedit/images/' . $id . '.svg');751 return $this->svgCache[$id];
2 …svgCache={has:function(name,callback){callback(false)},get:function(){},set:function(){}};function… class
3381 var svgCache = { class3708 svgCache.has(url, function (hasUrl) {3710 svgCache.get(url, function (value) {3737 svgCache.set(url, {