Home
last modified time | relevance | path

Searched refs:getCacheKey (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DInsecureCredentials.php53 public function getCacheKey() function in Google\\Auth\\Credentials\\InsecureCredentials
H A DServiceAccountJwtAccessCredentials.php162 public function getCacheKey() function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
164 return $this->auth->getCacheKey();
H A DUserRefreshCredentials.php120 public function getCacheKey() function in Google\\Auth\\Credentials\\UserRefreshCredentials
122 return $this->auth->getClientId() . ':' . $this->auth->getCacheKey();
H A DAppIdentityCredentials.php221 public function getCacheKey() function in Google\\Auth\\Credentials\\AppIdentityCredentials
H A DServiceAccountCredentials.php211 public function getCacheKey() function in Google\\Auth\\Credentials\\ServiceAccountCredentials
213 $key = $this->auth->getIssuer() . ':' . $this->auth->getCacheKey();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenInterface.php40 public function getCacheKey(); function
H A DFetchAuthTokenCache.php84 public function getCacheKey() function in Google\\Auth\\FetchAuthTokenCache
86 return $this->getFullCacheKey($this->fetcher->getCacheKey());
244 : $this->fetcher->getCacheKey();
274 : $this->fetcher->getCacheKey();
H A DOAuth2.php558 public function getCacheKey() function in Google\\Auth\\OAuth2
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php132 private function getCacheKey() function in Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware
153 $cacheKey = $this->getCacheKey();
H A DAuthTokenMiddleware.php129 $this->fetcher->getCacheKey(),
H A DProxyAuthTokenMiddleware.php129 $this->fetcher->getCacheKey(),
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1getCacheKey(e,"read"),o=c({},i,{cacheName:n});s=await caches.match(r,o);for(const t of this.iterat…
H A Dworkbox-9fe249eb.js.map1getCacheKey(request, 'read');\n const multiMatchOptions = { ...matchOptions, ...{ cacheName…
H A Dworkbox-f163abaa.js1getCacheKey(e,"read"),o=c({},i,{cacheName:n});s=await caches.match(r,o);for(const t of this.iterat…
H A Dworkbox-bed83ea8.js1getCacheKey(e,"read"),o=Object.assign(Object.assign({},i),{cacheName:n});s=await caches.match(r,o)…
H A Dworkbox-bed83ea8.js.map1getCacheKey(request, 'read');\n const multiMatchOptions = Object.assign(Object.assign({}, m…
H A Dworkbox-f163abaa.js.map1getCacheKey(request, 'read');\n const multiMatchOptions = { ...matchOptions, ...{ cacheName…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php51 $cacheKey = self::getCacheKey($this->asset, $additionalFilter, 'load');
64 $cacheKey = self::getCacheKey($this->asset, $additionalFilter, 'dump');
147 …private static function getCacheKey(AssetInterface $asset, FilterInterface $additionalFilter = nul… function in Assetic\\Asset\\AssetCache
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php352 $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php81 public function getCacheKey($name) function in Twig\\Loader\\ArrayLoader
H A DChainLoader.php127 public function getCacheKey($name) function in Twig\\Loader\\ChainLoader
136 return $loader->getCacheKey($name);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DArrayTest.php51 $this->assertEquals('foo:bar', $loader->getCacheKey('foo'));
61 $this->assertEquals('foo:bar', $loader->getCacheKey('foo'));
62 $this->assertEquals('baz:bar', $loader->getCacheKey('baz'));
72 $this->assertEquals('foo__:bar', $loader->getCacheKey('foo__'));
73 $this->assertEquals('foo:__bar', $loader->getCacheKey('foo'));
83 $loader->getCacheKey('foo');
115 $loader->getCacheKey($name);
H A DChainTest.php85 $this->assertEquals('foo:bar', $loader->getCacheKey('foo'));
86 $this->assertEquals('bar:foo', $loader->getCacheKey('bar'));
96 $loader->getCacheKey('foo');
H A DFilesystemTest.php34 $loader->getCacheKey($template);
94 …$this->assertEquals($cacheKey, str_replace('\\', '/', $loader->getCacheKey('@named/named_absolute.…

12