/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
H A D | ArrayTest.php | 51 $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 D | ChainTest.php | 85 $this->assertEquals('foo:bar', $loader->getCacheKey('foo')); 86 $this->assertEquals('bar:foo', $loader->getCacheKey('bar')); 96 $loader->getCacheKey('foo');
|
H A D | FilesystemTest.php | 34 $loader->getCacheKey($template); 94 …$this->assertEquals($cacheKey, str_replace('\\', '/', $loader->getCacheKey('@named/named_absolute.…
|
/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | FetchAuthTokenCache.php | 84 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 D | FetchAuthTokenInterface.php | 40 public function getCacheKey(); function
|
H A D | OAuth2.php | 558 public function getCacheKey() function in Google\\Auth\\OAuth2
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | AssetCache.php | 51 $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/authgooglesheets/vendor/google/auth/src/Credentials/ |
H A D | UserRefreshCredentials.php | 120 public function getCacheKey() function in Google\\Auth\\Credentials\\UserRefreshCredentials 122 return $this->auth->getClientId() . ':' . $this->auth->getCacheKey();
|
H A D | ServiceAccountJwtAccessCredentials.php | 162 public function getCacheKey() function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials 164 return $this->auth->getCacheKey();
|
H A D | InsecureCredentials.php | 53 public function getCacheKey() function in Google\\Auth\\Credentials\\InsecureCredentials
|
H A D | ServiceAccountCredentials.php | 211 public function getCacheKey() function in Google\\Auth\\Credentials\\ServiceAccountCredentials 213 $key = $this->auth->getIssuer() . ':' . $this->auth->getCacheKey();
|
H A D | AppIdentityCredentials.php | 221 public function getCacheKey() function in Google\\Auth\\Credentials\\AppIdentityCredentials
|
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/ |
H A D | ScopedAccessTokenMiddleware.php | 132 private function getCacheKey() function in Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware 153 $cacheKey = $this->getCacheKey();
|
H A D | AuthTokenMiddleware.php | 129 $this->fetcher->getCacheKey(),
|
H A D | ProxyAuthTokenMiddleware.php | 129 $this->fetcher->getCacheKey(),
|
/plugin/authgoogle/google/io/ |
H A D | Google_IO.php | 62 Google_Client::$cache->set($request->getCacheKey(), $request); 80 return Google_Client::$cache->get($request->getCacheKey());
|
H A D | Google_HttpRequest.php | 253 public function getCacheKey() { function in Google_HttpRequest
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
H A D | ChainLoader.php | 127 public function getCacheKey($name) function in Twig\\Loader\\ChainLoader 136 return $loader->getCacheKey($name);
|
H A D | LoaderInterface.php | 45 public function getCacheKey($name); function
|
H A D | ArrayLoader.php | 81 public function getCacheKey($name) function in Twig\\Loader\\ArrayLoader
|
H A D | FilesystemLoader.php | 153 public function getCacheKey($name) function in Twig\\Loader\\FilesystemLoader
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/ |
H A D | String.php | 54 public function getCacheKey($name) function in Twig_Loader_String
|
/plugin/diagramsnet/lib/ |
H A D | workbox-9fe249eb.js | 1 …getCacheKey(e,"read"),o=c({},i,{cacheName:n});s=await caches.match(r,o);for(const t of this.iterat…
|
H A D | workbox-f163abaa.js | 1 …getCacheKey(e,"read"),o=c({},i,{cacheName:n});s=await caches.match(r,o);for(const t of this.iterat…
|
H A D | workbox-bed83ea8.js | 1 …getCacheKey(e,"read"),o=Object.assign(Object.assign({},i),{cacheName:n});s=await caches.match(r,o)…
|