/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | CachedReader.php | 72 $cacheKey = $class->getName(); 75 return $this->loadedAnnotations[$cacheKey]; 80 $this->saveToCache($cacheKey, $annots); 109 return $this->loadedAnnotations[$cacheKey]; 114 $this->saveToCache($cacheKey, $annots); 148 $this->saveToCache($cacheKey, $annots); 181 * @param string $cacheKey The cache key. 200 * @param string $cacheKey The cache key. 205 private function saveToCache($cacheKey, $value) argument 207 $this->cache->save($cacheKey, $value); [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | AssetCache.php | 52 if ($this->cache->has($cacheKey)) { 65 if ($this->cache->has($cacheKey)) { 66 return $this->cache->get($cacheKey); 70 $this->cache->set($cacheKey, $content); 154 $cacheKey = $asset->getSourceRoot(); 155 $cacheKey .= $asset->getSourcePath(); 156 $cacheKey .= $asset->getTargetPath(); 157 $cacheKey .= $asset->getLastModified(); 161 $cacheKey .= $filter->hash(); 169 $cacheKey .= serialize($values); [all …]
|
/plugin/webcode/_test/ |
H A D | dokuwiki.test.php | 20 public $cacheKey; variable in dokuwiki_plugin_webcode_test 31 $this->cacheKey = $this->cleanPageId.$this->cleanWebCodeId; 35 $this->assertNotEquals($this->cacheKey, 0, 'The key must be not 0'); 36 $this->assertNotNull($this->cacheKey, 'The key must be not NULL'); 44 $cache = new cache($this->cacheKey, SELF::extension); 55 $cache = new cache($this->cacheKey, SELF::extension);
|
/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | GCECache.php | 72 $cacheKey = self::GCE_CACHE_KEY; 73 $onGce = $this->getCachedValue($cacheKey); 77 $this->setCachedValue($cacheKey, $onGce);
|
H A D | FetchAuthTokenCache.php | 242 $cacheKey = $authUri 246 $cached = $this->getCachedValue($cacheKey); 272 $cacheKey = $authUri 276 $this->setCachedValue($cacheKey, $authToken);
|
H A D | AccessToken.php | 119 $cacheKey = isset($options['cacheKey']) 120 ? $options['cacheKey'] 322 * @param string $cacheKey The key under which to cache the retrieved certs. 327 private function getCerts($location, $cacheKey, array $options = []) argument 329 $cacheItem = $this->cache->getItem($cacheKey);
|
/plugin/combo/ComboStrap/ |
H A D | EditButtonManager.php | 27 $cacheKey = $page->getWikiId(); 28 $editButtonManager = self::$editButtonManagers[$cacheKey] ?? null; 34 self::$editButtonManagers[$cacheKey] = $editButtonManager;
|
H A D | FetcherCache.php | 44 $cacheKey = $fetcher->getFetchUrl()->toAbsoluteUrlString(); 46 $cacheKey .= $key; 48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
|
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/ |
H A D | ScopedAccessTokenMiddleware.php | 153 $cacheKey = $this->getCacheKey(); 154 $cached = $this->getCachedValue($cacheKey); 161 $this->setCachedValue($cacheKey, $token);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
H A D | PHP.php | 1024 $cacheKey = null; 1026 $cacheKey = strtolower($token[1]); 1028 $cacheKey = $token[0]; 1031 … if ($cacheKey !== null && isset(self::$_resolveTokenCache[$cacheKey]) === true) { 1534 $cacheKey = null; 1536 $cacheKey = strtolower($token[1]); 1538 $cacheKey = $token[0]; 1541 if ($cacheKey !== null && isset(self::$_resolveTokenCache[$cacheKey]) === true) { 1542 $newToken = self::$_resolveTokenCache[$cacheKey]; 1553 switch ($cacheKey) { [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
H A D | FilesystemTest.php | 69 public function testPaths($basePath, $cacheKey, $rootPath) argument 94 …$this->assertEquals($cacheKey, str_replace('\\', '/', $loader->getCacheKey('@named/named_absolute.…
|
/plugin/diagramsnet/lib/ |
H A D | workbox-9fe249eb.js | 1 …cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec…
|
H A D | workbox-f163abaa.js | 1 …cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec…
|
H A D | workbox-bed83ea8.js | 1 …cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec…
|
H A D | workbox-bed83ea8.js.map | 1 …cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
|
H A D | workbox-9fe249eb.js.map | 1 …cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
|
H A D | workbox-f163abaa.js.map | 1 …cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
|
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/ |
H A D | GCECredentials.php | 64 const cacheKey = 'GOOGLE_AUTH_PHP_GCE'; define in Google\\Auth\\Credentials\\GCECredentials
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 1323 var cacheKey = 'g', 1330 cacheKey += 'y'; 1336 r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, { 1513 cacheKey = (global ? 'g' : '') + (regex.sticky ? 'y' : '') || 'noGY', 1520 r2 = regex[REGEX_DATA][cacheKey] || (regex[REGEX_DATA][cacheKey] = copyRegex(regex, { 1647 cacheKey = (global ? 'g' : '') + (search.sticky ? 'y' : '') || 'noGY', 1656 s2 = search[REGEX_DATA][cacheKey] || (search[REGEX_DATA][cacheKey] = copyRegex(search, {
|
H A D | syntaxhighlighter.js.map | 1 …cacheKey","r2","lastIndex","global","callback","globalize","install","feature","matchChain","chain…
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Client.php | 199 $this->config['token_callback'] = function ($cacheKey, $newAccessToken) {
|
/plugin/authgooglesheets/vendor/google/apiclient/ |
H A D | README.md | 375 $tokenCallback = function ($cacheKey, $accessToken) use ($logger) { 376 $logger->debug(sprintf('new access token received at cache key %s', $cacheKey));
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 16251 var cacheKey; 16278 if (cacheKey !== undefined) { 16279 imageStream.cacheKey = "inline_".concat(length, "_").concat(cacheKey); 30736 if (cacheKey) { 30785 if (cacheKey) { 30798 cacheKey: cacheKey, 30860 if (cacheKey) { 31397 cacheKey: name, 31438 var cacheKey = args[0].cacheKey; 31440 if (cacheKey) { [all …]
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 29020 var cacheKey, font, id, _ref; 29026 cacheKey = src; 29029 cacheKey = family || src; 29030 if (typeof cacheKey !== 'string') { 29031 cacheKey = null; 29037 if (font = this._fontFamilies[cacheKey]) { 29047 if (cacheKey) { 29048 this._fontFamilies[cacheKey] = this._font;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 15862 var cacheKey = resourceIds.join("_") + "_" + property; 15868 if (!resourceTaskCache[cacheKey]) { 15869 res = resourceTaskCache[cacheKey] = []; 15888 res = resourceTaskCache[cacheKey]; 15895 var cacheKey = resource.id + "_" + resourceProperty + "_" + scale.unit + "_" + scale.step; 15897 if (!resourceTaskCache[cacheKey]) { 15898 …res = resourceTaskCache[cacheKey] = calculateResourceLoad(resource, resourceProperty, scale, timel… 15901 res = resourceTaskCache[cacheKey];
|