Home
last modified time | relevance | path

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

1234567

/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php17 protected $cache; variable in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContextCache
21 $this->cache = new Map();
35 $existing = $this->cache->get($ctx);
41 $this->cache->put($ctx, $ctx);
48 return $this->cache->get($ctx);
53 return $this->cache->count();
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDummy.php20 private $cache = []; variable in Handlebars\\Cache\\Dummy
31 if (array_key_exists($name, $this->cache)) {
32 return $this->cache[$name];
47 $this->cache[$name] = $value;
59 unset($this->cache[$name]);
/template/navigation/
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/sxs/
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/bootstrap3/
Diconify.php85 $cache = new dokuwiki\Cache\Cache($cache_key, '.js'); variable
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);
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php52 private $cache; variable in Twig\\Environment
253 return $original ? $this->originalCache : $this->cache;
259 * @param CacheInterface|string|false $cache A Twig\Cache\CacheInterface implementation,
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();
[all …]
/template/knotux/
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/strap/ComboStrap/
H A DMarkupCacheDependencies.php331 * @param CacheParser $cache
335 function rerouteCacheDestination(CacheParser &$cache) argument
340 $cache->key = $this->getOrCalculateDependencyKey($cache->key);
341 $cache->cache = getCacheName($cache->key, '.' . $cache->mode);
H A DIFetcherAbs.php113 $cache = $tagAttributes->getValueAndRemove(self::CACHE_KEY);
114 if ($cache !== null) {
115 $this->setRequestedCache($cache);
H A DFetcherVignette.php78 $cache = new FetcherCache($this);
84 $cache->addFileDependency($this->page->getPathObject())
94 if ($cache->isCacheUsable()) {
95 return LocalPath::createFromPathObject($cache->getFile());
229 $fileStringPath = $cache->getFile()->toAbsolutePath()->toAbsoluteId();
257 return $cache->getFile();
H A DLang.php62 $numberOfByte = @file_put_contents($languageDataCache->cache, $filePointer);
67 …he language data ($langValue) could no be written to ($languageDataCache->cache)", LogUtility::LVL…
82 … $languageData = json_decode(file_get_contents($languageDataCache->cache), $jsonAsArray);
H A DFetcherPage.php134 $cache = $this->fetcherCache;
141 $isCacheUsable = $cache->isCacheUsable();
144 return FileSystems::getContent($cache->getFile());
163 $cache->storeCache($htmlDocumentString);
H A DFetcherMarkup.php485 $snippetCacheFile = $this->getSnippetCacheStore()->cache;
523 $cachePath = $this->outputCacheDependencies->getDependenciesCacheStore()->cache;
683 io_saveFile($this->contentCache->cache, $this->fetchString);
752 $path = $this->contentCache->cache;
1139 $path = $this->instructionsCache->cache;
1215 $depends['files'][] = $this->instructionsCache->cache;
1394 $cache = $this->getSnippetCacheStore()->cache;
1395 return LocalPath::createFromPathString($cache);
H A DMediaMarkup.php305 $cache = $markupUrl->getQueryPropertyValue(IFetcherAbs::CACHE_KEY);
310 $cache = IFetcherAbs::CACHE_DEFAULT_VALUE;
314 … return $renderer->internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
316 … return $renderer->externalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
507 $cache = $callAttributes[5];
510 $ref = "$src?{$width}x$height&$cache";
H A DCacheResult.php44 return LocalPath::createFromPathString($this->cacheParser->cache);
/template/twigstarter/vendor/twig/twig/src/Loader/
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/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php74 private $cache; variable in Handlebars\\Handlebars
310 * @param Cache $cache handlebars cache
313 public function setCache(Cache $cache) argument
315 $this->cache = $cache;
325 if (!isset($this->cache)) {
326 $this->cache = new Dummy();
328 return $this->cache;
/template/kajukkk/js/
Dhtml5shiv.js4cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a)…
/template/flat/assets/js/
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 = {};
Dhtml5shiv.min.js4cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a)…
/template/twigstarter/
DTemplateController.php43 $cache = $conf['cachedir'] . '/twig';
44 io_mkdir_p($cache);
46 'cache' => $conf['allowdebug'] ? false : $cache,
/template/strap/vendor/salesforce/handlebars-php/
H A D.gitignore8 .phpunit.result.cache
/template/strap/
H A D.gitignore4 .parcel-cache/
/template/strap/action/
H A Dcacheexpiration.php82 if (file_exists($data->cache)) {
83 if (filesize($data->cache) === 0) {
/template/twigstarter/vendor/twig/twig/src/Extension/
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'])) {

1234567