Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 122) sorted by relevance

12345

/template/bootstrap3/
H A Diconify.php85 $cache = new dokuwiki\Cache\Cache($cache_key, '.js');
86 $cache->setEvent('ICONIFY_CACHE');
87 $cache_ok = $cache->useCache(array('files' => $cache_files));
97 http_cached($cache->cache, $cache_ok);
197 http_cached_finish($cache->cache, $content);
81 $cache = new cache($cache_key, '.js'); global() variable
/template/navigation/
H A Dsidebar.php32 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml');
35 $cachetime = @filemtime($cache); // 0 if not exists
49 $parsed = io_readfile($cache);
50 $parsed .= "\n<!-- cachefile $cache used -->\n";
55 io_saveFile($cache,$parsed); //save cachefile
58 @unlink($cache); //try to delete cachefile
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php52 private $cache; variable in Twig\\Environment
263 public function setCache($cache) argument
265 if (\is_string($cache)) {
266 $this->originalCache = $cache;
267 $this->cache = new FilesystemCache($cache);
268 } elseif (false === $cache) {
269 $this->originalCache = $cache;
270 $this->cache = new NullCache();
272 $this->originalCache = $this->cache = $cache;
402 $this->cache->load($key);
[all …]
/template/sxs/
H A Dsidebar.php38 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml');
41 $cachetime = @filemtime($cache); // 0 if not exists
55 $parsed = io_readfile($cache);
56 $parsed .= "\n<!-- cachefile $cache used -->\n";
61 io_saveFile($cache,$parsed); //save cachefile
64 @unlink($cache); //try to delete cachefile
/template/knotux/
H A Dsidebar.php32 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml');
35 $cachetime = @filemtime($cache); // 0 if not exists
49 $parsed = io_readfile($cache);
54 io_saveFile($cache,$parsed); //save cachefile
57 @unlink($cache); //try to delete cachefile
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php28 protected $cache = []; variable in Twig\\Loader\\FilesystemLoader
102 $this->cache = $this->errorCache = [];
123 $this->cache = $this->errorCache = [];
165 if (isset($this->cache[$name])) {
196 if (isset($this->cache[$name])) {
197 return $this->cache[$name];
237 return $this->cache[$name] = $realpath;
240 return $this->cache[$name] = $path.'/'.$shortname;
/template/kajukkk/js/
H A Dhtml5shiv.js4cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a)…
/template/sprintdoc/js/legacy/
H A Dhtml5shiv.js4 (function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
/template/flat/assets/js/
H A Dhtml5shiv.js139 if (data.cache[nodeName]) {
140 node = data.cache[nodeName].cloneNode();
142 node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode();
188 if (!data.cache) {
189 data.cache = {};
H A Dhtml5shiv.min.js4cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a)…
/template/twigstarter/
H A DTemplateController.php43 $cache = $conf['cachedir'] . '/twig';
44 io_mkdir_p($cache);
46 'cache' => $conf['allowdebug'] ? false : $cache,
/template/sprintdoc/js/base/
H A Dspc.js232 $.cache[id] = $.cache[id] || {};
233 $.cache[id].node = node;
234 return $.cache[id];
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1490 static $cache = [];
1496 if (!isset($cache[$class])) {
1532 $cache[$class] = $classCache;
1536 if (isset($cache[$class][$item])) {
1537 $method = $cache[$class][$item];
1538 …} elseif (isset($cache[$class][$lcItem = strtr($item, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklm…
1539 $method = $cache[$class][$lcItem];
1540 } elseif (isset($cache[$class]['__call'])) {
/template/breeze/bower_components/gumby/js/libs/
H A Dmodernizr-2.6.2.min.js4cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createE…
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js1385 cache: {},
1422 cache = isNode ? jQuery.cache : elem,
1445 cache[ id ] = {};
1461 cache[ id ] = jQuery.extend(cache[ id ], name);
1500 cache = isNode ? jQuery.cache : elem,
1512 var thisCache = pvt ? cache[ id ][ internalKey ] : cache[ id ];
1542 delete cache[ id ];
1544 cache[ id ] = null;
1551 cache[ id ] = {};
6154 data = cache[ id ] && cache[ id ][ internalKey ];
[all …]
/template/starterbootstrap/
H A Dtpl_functions.php530 function bootstrap_tpl_get_sidebar($pageid, $cache) { argument
537 if ($cache && !$rev) {
/template/dokucms/
H A DREADME.md74 Clean the cache (DOKUWIKI_ROOT/data/cache) after installation or update of this template.
/template/mnml-blog/
H A DREADME74 Note: Do not forget to empty your browser's cache if you cannot see any
81 browser's cache afterwards. By the way: you might find the online
97 Note: Do not forget to empty your browser's cache if you cannot see any
/template/bootie/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/template/argon/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/template/ravel/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/template/plaintext/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/template/hexa/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/template/byu_2017_theme/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/template/codowik/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files

12345