Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php72 $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 DAssetCache.php52 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 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/
H A DGCECache.php72 $cacheKey = self::GCE_CACHE_KEY;
73 $onGce = $this->getCachedValue($cacheKey);
77 $this->setCachedValue($cacheKey, $onGce);
H A DFetchAuthTokenCache.php242 $cacheKey = $authUri
246 $cached = $this->getCachedValue($cacheKey);
272 $cacheKey = $authUri
276 $this->setCachedValue($cacheKey, $authToken);
H A 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/
H A DScopedAccessTokenMiddleware.php153 $cacheKey = $this->getCacheKey();
154 $cached = $this->getCachedValue($cacheKey);
161 $this->setCachedValue($cacheKey, $token);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1024 $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 DFilesystemTest.php69 public function testPaths($basePath, $cacheKey, $rootPath) argument
94 …$this->assertEquals($cacheKey, str_replace('\\', '/', $loader->getCacheKey('@named/named_absolute.…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec…
H A Dworkbox-f163abaa.js1cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec…
H A Dworkbox-bed83ea8.js1cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpec…
H A Dworkbox-bed83ea8.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
H A Dworkbox-9fe249eb.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
H A Dworkbox-f163abaa.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php64 const cacheKey = 'GOOGLE_AUTH_PHP_GCE'; define in Google\\Auth\\Credentials\\GCECredentials
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js1323 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 Dsyntaxhighlighter.js.map1cacheKey","r2","lastIndex","global","callback","globalize","install","feature","matchChain","chain…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php199 $this->config['token_callback'] = function ($cacheKey, $newAccessToken) {
/plugin/authgooglesheets/vendor/google/apiclient/
H A 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/
H A Dpdf.worker.js16251 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 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;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15862 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];

12