Home
last modified time | relevance | path

Searched full:cache (Results 176 – 200 of 2069) sorted by path

12345678910>>...83

/plugin/approve/action/
H A Dcache.php27 /** @var cache_renderer $cache */
28 $cache = $event->data;
30 if(!$cache->page) return;
31 //purge only xhtml cache
32 if($cache->mode != 'xhtml') return;
35 $approve = p_get_metadata($cache->page, 'plugin approve');
39 $cache->_nocache = true;
45 $cache->depends['files'][] = $sqlite->getAdapter()->getDbFile();
/plugin/archivegenerator/
H A Dadmin.php141 $this->addEmptyDirToArchive($archive, 'data/cache');
187 $this->addEmptyDirToArchive($archive, 'data/cache');
/plugin/archivegenerator/lang/de/
H A Dintro.txt2 Das Archiv wird keine altern Seiten- oder Medienversionen, Änderungslogs oder Cache-Daten enthalten.
/plugin/archivegenerator/lang/en/
H A Dintro.txt2 This archive will not include old revisions of pages and media files, changelogs or cache data.
/plugin/archiveupload/
H A Daction.php97 msg('Failed to create tmp dir, check permissions of cache/ directory', -1);
/plugin/attribute/
H A Dhelper.php17 protected $cache = null; variable in helper_plugin_attribute
35 // Create a memory cache for this execution.
36 $this->cache = array();
190 if (array_key_exists($filename, $this->cache)) {
191 return $this->cache[$filename];
217 $this->cache[$filename] = $data;
241 $this->cache[$filename] = $data;
/plugin/authdrupal7/
H A Dauth.php150 * @param bool $useCache true if ok to return cached data & to cache returned data
271 * Check Session Cache validity [implement only where required/possible]
499 * @param string $user username of the user whose data is to be removed from the cache
500 * if null, empty the whole cache
516 * @param string $user username to be looked up in the cache
519 * @return bool existence of required user information in the cache
/plugin/authdrupal8/
H A Dauth.php145 * @param bool $useCache true if ok to return cached data & to cache returned data
266 * Check Session Cache validity [implement only where required/possible]
493 * @param string $user username of the user whose data is to be removed from the cache
494 * if null, empty the whole cache
511 * @param string $user username to be looked up in the cache
514 * @return bool existence of required user information in the cache
/plugin/authgoogle/google/
H A DGoogle_Client.php53 require_once 'cache/Google_Cache.php';
79 * @var Google_Cache $cache
81 static $cache; variable in Google_Client
104 self::$cache = new $apiConfig['cacheClass']();
420 return Google_Client::$cache;
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php19 * A persistent storage class based on the APC cache, which is not
22 * it can be useful, kinda, and cache is a lot cheaper then storage.
H A DGoogle_FileCache.php92 // This should give us a fair amount of 'Cache Stampeding' protection
134 throw new Google_CacheException("Cache file could not be deleted");
H A DGoogle_MemcacheCache.php22 * it can be useful, kinda, and cache is a lot cheaper then storage.
78 // I prefer lazy initialization since the cache isn't used every request
118 throw new Google_CacheException("Couldn't store data in cache");
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php29 * Check if an HTTP request can be cached by a private local cache.
42 // Don't cache authorized requests/responses.
43 // [rfc2616-14.8] When a shared cache receives a request containing an
54 * Check if an HTTP response can be cached by a private local cache.
80 // [rfc2616-14.9.2] If [no-store is] sent in a response, a cache MUST NOT
87 // Pragma: no-cache is an http request directive, but is occasionally
90 if ($pragma == 'no-cache' || strpos($pragma, 'no-cache') !== false) {
94 // [rfc2616-14.44] Vary: * is extremely difficult to cache. "It implies that
95 // a cache cannot determine from the request headers of a subsequent request
162 * Determine if a cache entry should be revalidated with by the origin.
[all …]
H A DGoogle_CurlIO.php140 // Store the request in cache (the function checks to see if the request
H A DGoogle_HttpRequest.php248 * Returns a cache key depending on if this was an OAuth signed request
250 * cache key unique per authenticated user, else use the plain request url
251 * @return string The md5 hash of the request cache key.
269 $rawCacheControl = $this->getResponseHeader('cache-control');
H A DGoogle_HttpStreamIO.php130 // Store the request in cache (the function checks to see if the request
H A DGoogle_IO.php54 * Cache the response to an HTTP request if it is cacheable.
62 Google_Client::$cache->set($request->getCacheKey(), $request);
80 return Google_Client::$cache->get($request->getCacheKey());
127 // we must use that entity tag in any cache-conditional request.
/plugin/authgooglesheets/
H A Dcomposer.lock91 "cache/filesystem-adapter": "^0.3.2|^1.1",
103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
200 "psr/cache": "^1.0|^2.0|^3.0",
830 "name": "psr/cache",
834 "url": "https://github.com/php-fig/cache.git",
839 …"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf…
854 "Psr\\Cache\\": "src/"
869 "cache",
874 "source": "https://github.com/php-fig/cache/tree/master"
H A Dhelper.php70 $userCache = new dokuwiki\Cache\Cache($this->userCacheId, 'authgooglesheets');
320 $cache = new dokuwiki\Cache\Cache('validated', 'authgooglesheets');
322 if ($cache->retrieveCache()) {
332 if ($isValid) $cache->storeCache(time());
358 * Clear users stored in class variable and filesystem cache
365 $userCache = new dokuwiki\Cache\Cache($this->userCacheId, 'authgooglesheets');
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php285 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
H A DInstalledVersions.php146 'psr/cache' =>
H A Dautoload_psr4.php15 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
H A Dautoload_static.php37 'Psr\\Cache\\' => 10,
84 'Psr\\Cache\\' =>
86 0 => __DIR__ . '/..' . '/psr/cache/src',
H A Dinstalled.json89 "cache/filesystem-adapter": "^0.3.2|^1.1",
101 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
204 "psr/cache": "^1.0|^2.0|^3.0",
857 "name": "psr/cache",
862 "url": "https://github.com/php-fig/cache.git",
867 …"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf…
884 "Psr\\Cache\\": "src/"
899 "cache",
904 "source": "https://github.com/php-fig/cache/tree/master"
906 "install-path": "../psr/cache"
H A Dinstalled.php122 'psr/cache' =>

12345678910>>...83