Home
last modified time | relevance | path

Searched refs:cacheKey (Results 1 – 25 of 37) sorted by relevance

12

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DCachedReader.php72 $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/
DAssetCache.php51 $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/
Ddokuwiki.test.php20 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/
DGCECache.php72 $cacheKey = self::GCE_CACHE_KEY;
73 $onGce = $this->getCachedValue($cacheKey);
77 $this->setCachedValue($cacheKey, $onGce);
DFetchAuthTokenCache.php242 $cacheKey = $authUri
246 $cached = $this->getCachedValue($cacheKey);
272 $cacheKey = $authUri
276 $this->setCachedValue($cacheKey, $authToken);
DAccessToken.php119 $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 DEditButtonManager.php27 $cacheKey = $page->getWikiId();
28 $editButtonManager = self::$editButtonManagers[$cacheKey] ?? null;
34 self::$editButtonManagers[$cacheKey] = $editButtonManager;
H A DFetcherCache.php44 $cacheKey = $fetcher->getFetchUrl()->toAbsoluteUrlString();
46 $cacheKey .= $key;
48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
DScopedAccessTokenMiddleware.php153 $cacheKey = $this->getCacheKey();
154 $cached = $this->getCachedValue($cacheKey);
161 $this->setCachedValue($cacheKey, $token);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
DPHP.php1024 $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/
DFilesystemTest.php69 public function testPaths($basePath, $cacheKey, $rootPath) argument
94 …$this->assertEquals($cacheKey, str_replace('\\', '/', $loader->getCacheKey('@named/named_absolute.…
/plugin/diagramsnet/lib/
Dworkbox-f163abaa.js1cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec… property
Dworkbox-9fe249eb.js1cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec… property
Dworkbox-bed83ea8.js1cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec… property
Dworkbox-bed83ea8.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
Dworkbox-9fe249eb.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
Dworkbox-f163abaa.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
/plugin/dokullm/
H A DLlmClient.php364 $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/
DGCECredentials.php64 const cacheKey = 'GOOGLE_AUTH_PHP_GCE'; define in Google\\Auth\\Credentials\\GCECredentials
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js1323 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, {
Dsyntaxhighlighter.js.map1cacheKey","r2","lastIndex","global","callback","globalize","install","feature","matchChain","chain…
/plugin/authgooglesheets/vendor/google/apiclient/src/
DClient.php199 $this->config['token_callback'] = function ($cacheKey, $newAccessToken) {
/plugin/authgooglesheets/vendor/google/apiclient/
DREADME.md375 $tokenCallback = function ($cacheKey, $accessToken) use ($logger) {
376 $logger->debug(sprintf('new access token received at cache key %s', $cacheKey));
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js16251 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/
Dpdfmake.js29020 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;

12