| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | CachedReader.php | 72 $cacheKey = $class->getName(); 74 if (isset($this->loadedAnnotations[$cacheKey])) { 75 return $this->loadedAnnotations[$cacheKey]; 78 if (false === ($annots = $this->fetchFromCache($cacheKey, $class))) { 80 $this->saveToCache($cacheKey, $annots); 83 return $this->loadedAnnotations[$cacheKey] = $annots; 106 $cacheKey = $class->getName().'$'.$property->getName(); 108 if (isset($this->loadedAnnotations[$cacheKey])) { 109 return $this->loadedAnnotations[$cacheKey]; 112 if (false === ($annots = $this->fetchFromCache($cacheKey, $class))) { [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
| D | AssetCache.php | 51 $cacheKey = self::getCacheKey($this->asset, $additionalFilter, 'load'); 52 if ($this->cache->has($cacheKey)) { 53 $this->asset->setContent($this->cache->get($cacheKey)); 59 $this->cache->set($cacheKey, $this->asset->getContent()); 64 $cacheKey = self::getCacheKey($this->asset, $additionalFilter, 'dump'); 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(); [all …]
|
| /plugin/webcode/_test/ |
| 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/ |
| D | GCECache.php | 72 $cacheKey = self::GCE_CACHE_KEY; 73 $onGce = $this->getCachedValue($cacheKey); 77 $this->setCachedValue($cacheKey, $onGce);
|
| D | FetchAuthTokenCache.php | 242 $cacheKey = $authUri 246 $cached = $this->getCachedValue($cacheKey); 272 $cacheKey = $authUri 276 $this->setCachedValue($cacheKey, $authToken);
|
| 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/ |
| 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/ |
| D | PHP.php | 1024 $cacheKey = null; 1026 $cacheKey = strtolower($token[1]); 1028 $cacheKey = $token[0]; 1031 … if ($cacheKey !== null && isset(self::$_resolveTokenCache[$cacheKey]) === true) { 1032 $newToken = self::$_resolveTokenCache[$cacheKey]; 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]; [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
| 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/ |
| 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… property
|
| 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… property
|
| 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… property
|
| D | workbox-bed83ea8.js.map | 1 …cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
|
| D | workbox-9fe249eb.js.map | 1 …cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
|
| D | workbox-f163abaa.js.map | 1 …cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
|
| /plugin/dokullm/ |
| H A D | LlmClient.php | 364 $cacheKey = md5($toolName . serialize($arguments)); 367 if (isset($this->toolCallCache[$cacheKey])) { 369 $toolResponse = $this->toolCallCache[$cacheKey]; 413 $this->toolCallCache[$cacheKey] = $cacheEntry;
|
| /plugin/authgooglesheets/vendor/google/auth/src/Credentials/ |
| D | GCECredentials.php | 64 const cacheKey = 'GOOGLE_AUTH_PHP_GCE'; define in Google\\Auth\\Credentials\\GCECredentials
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js | 1323 var cacheKey = 'g', 1330 cacheKey += 'y'; field 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, {
|
| D | syntaxhighlighter.js.map | 1 …cacheKey","r2","lastIndex","global","callback","globalize","install","feature","matchChain","chain…
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/ |
| D | Client.php | 199 $this->config['token_callback'] = function ($cacheKey, $newAccessToken) {
|
| /plugin/authgooglesheets/vendor/google/apiclient/ |
| 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/ |
| D | pdf.worker.js | 16251 var cacheKey; 16260 cacheKey = computeAdler32(imageBytes) + '_' + computeAdler32(dictBytes); 16261 var cacheEntry = this.imageCache[cacheKey]; 16278 if (cacheKey !== undefined) { 16279 imageStream.cacheKey = "inline_".concat(length, "_").concat(cacheKey); 16280 this.imageCache[cacheKey] = imageStream; 30682 …var resources, image, _ref3$isInline, isInline, operatorList, cacheKey, imageCache, _ref3$forceDis… 30688 … 0 ? false : _ref3$isInline, operatorList = _ref3.operatorList, cacheKey = _ref3.cacheKey, imageCa… 30732 imgData.cached = !!cacheKey; 30736 if (cacheKey) { [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| 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;
|