Home
last modified time | relevance | path

Searched refs:cacheKey (Results 1 – 25 of 33) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/combo/ComboStrap/
H A DFetcherCache.php44 $cacheKey = $fetcher->getFetchUrl()->toAbsoluteUrlString();
46 $cacheKey .= $key;
48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
H A DEditButtonManager.php27 $cacheKey = $page->getWikiId();
28 $editButtonManager = self::$editButtonManagers[$cacheKey] ?? null;
34 self::$editButtonManagers[$cacheKey] = $editButtonManager;
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2cacheKey=e,this.usedTimes=1,this.program=S,this.vertexShader=R,this.fragmentShader=C,this}function…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md763 - `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cac…
H A DCHANGELOG.md800 * `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cac…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php199 $this->config['token_callback'] = function ($cacheKey, $newAccessToken) {
/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/authgooglesheets/vendor/google/auth/src/
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);
H A DFetchAuthTokenCache.php242 $cacheKey = $authUri
246 $cached = $this->getCachedValue($cacheKey);
272 $cacheKey = $authUri
276 $this->setCachedValue($cacheKey, $authToken);
H A DGCECache.php72 $cacheKey = self::GCE_CACHE_KEY;
73 $onGce = $this->getCachedValue($cacheKey);
77 $this->setCachedValue($cacheKey, $onGce);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php64 const cacheKey = 'GOOGLE_AUTH_PHP_GCE'; define in Google\\Auth\\Credentials\\GCECredentials
/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/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-9fe249eb.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
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-f163abaa.js.map1cacheKey: urlObject.href,\n url: urlObject.href,\n };\n }\n const { revisi…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1cacheKey = char + font;\n if (this._cache[cacheKey]) {\n return this._cache[cach…
/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/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/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 …]
H A Dpdf.worker.js.map1cacheKey","computeAdler32","_findStreamLength","SCAN_BLOCK_LENGTH","signatureLength","signature","…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1cacheKey","r2","lastIndex","global","callback","globalize","install","feature","matchChain","chain…

12