Home
last modified time | relevance | path

Searched refs:cache (Results 176 – 200 of 671) sorted by last modified time

12345678910>>...27

/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php43 * @param CacheItemPoolInterface $cache
48 CacheItemPoolInterface $cache argument
51 $this->cache = $cache;
H A DGCECache.php46 * @param CacheItemPoolInterface $cache
50 CacheItemPoolInterface $cache = null argument
52 $this->cache = $cache;
68 if (is_null($this->cache)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md661 * Various fixes to cache revalidation (#437 and 29797e5)
738 * CachePlugin now uses the Vary header to determine if a resource is a cache hit
793 * Always setting X-cache headers on cached responses
794 * Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
795 * `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(Reque…
801 $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache,
854 * Deprecating ZF1 cache and log adapters. These will be removed in the next major version.
905 * Bug fix: Revalidating a cache entry prefers the Last-Modified over the Date header
1099 * Fixed ZF2 cache adapters
1228 * Updating ZF cache and log adapters and now using ZF's composer repository
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php55 static $cache = [
78 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
79 $key = count($cache[self::VARIABLE]);
80 $cache[self::VARIABLE][] = $m;
93 $cache[self::DATA][] = [
98 extract($cache[self::DATA][$key]);
150 static $cache = [
166 if (($key = array_search($n, $cache[self::VARIABLE])) === false) {
167 $key = count($cache[self::VARIABLE]);
168 $cache[self::VARIABLE][] = $n;
[all …]
/plugin/c3chart/assets/
H A Dc3.min.js2cache={},e.axes={}}function n(t){this.internal=new l(this),this.internal.loadConfig(t),this.intern…
/plugin/tablelayout/
H A Dyarn.lock416 lru-cache "^4.0.1"
624 file-entry-cache "^2.0.0"
781 file-entry-cache@^2.0.0:
785 flat-cache "^1.2.1"
824 flat-cache@^1.2.1:
826 …resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c70…
1545 lru-cache@^4.0.1:
1547 …resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.2.tgz#45234b2e6e2f2b33da125624c46…
1603 regex-cache "^0.4.2"
2037 regex-cache@^0.4.2:
[all …]
/plugin/gemini/
H A Drenderer.php401 $cache = null, argument
420 $cache = null, argument
432 …internalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) argument
434 $this->internalmedia($src, $title, $align, $width, $height, $cache);
438 …externalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) argument
440 parent::externalmedia($src, $title, $align, $width, $height, $cache);
/plugin/authorstats/
H A Daction.php136 $cache = &$event->data;
138 if (!isset($cache->page)) return;
139 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
141 $enabled = p_get_metadata($cache->page, "authorstats-enabled");
143 if (@filemtime($cache->cache) < @filemtime($this->helpers->summaryfile)) {
/plugin/bpmnioeditor/
H A Dscript.js136 cache: false,
181 cache: false,
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3238 cache = newf.cache = newf.cache || {},
3241 if (hasProperty(cache, args)) {
3243 return cache[args];
3248 cache[args] = f.apply(0, arg);
3250 return cache[args];
8207 var cache = this.typeCache;
8211 var type = cache[name];
33092 var cache = {};
33113 cache: cache,
33537 var cache = context.cache,
[all …]
H A Dbpmn-modeler.production.min.js7 …n e(){var t=Array.prototype.slice.call(arguments,0),n=t.join("␀"),i=e.cache=e.cache||{},r=e.count=…
34cache:i,descriptor:a}),Kc(a)?(a.source=i[e.source],a.target=i[e.target],o=i[e.id]=t.createConnecti…
/plugin/include/
H A Daction.php5 * Action plugin component, for cache validity determination
208 * prepare the cache object for default _useCache action
213 /* @var cache_renderer $cache */
214 $cache =& $event->data;
216 if(!isset($cache->page)) return;
217 if(!isset($cache->mode) || $cache->mode == 'i') return;
219 $depends = p_get_metadata($cache->page, 'plugin_include');
235 $cache->depends['purge'] = true; // included pages changed or old metadata - request purge.
248 $cache
[all...]
/plugin/move/action/
H A Drewrite.php79 * Handle the cache events, it looks if a page needs to be rewritten so it can expire the cache of the page
86 /** @var $cache cache_parser */
87 $cache = $event->data;
88 $id = $cache->page;
91 $path = $cache->file;
105 $cache->depends['purge'] = true;
/plugin/move/_test/
H A Dcache_handling.test.php33 p_wiki_xhtml($testid); // populate cache
35 $cache = new cache_renderer($testid, wikiFN($testid), 'xhtml');
36 $this->assertTrue($cache->useCache());
42 $cache = new cache_renderer($testid, wikiFN($testid), 'xhtml');
43 $this->assertFalse($cache->useCache());
/plugin/passpolicy/
H A Dwords.txt539 cache
/plugin/quickstats/
H A Dadmin.php20 private $cache; variable in admin_plugin_quickstats
36 $this->cache = $this->helper->getCache();
170 $this->cache=$this->helper->pruneCache($_REQUEST['confirm'],$_REQUEST['del']);
212 foreach($this->cache as $key=>$id) {
346 foreach($this->cache as $id) {
H A Dhelper.php13 private $cache; variable in helper_plugin_quickstats
50 $this->cache = unserialize(io_readFile($this->script_file,false));
51 if(!$this->cache) $this->cache = array();
68 if(isset($this->cache[$md5])) return true;
80 unset($this->cache[$del]);
81 io_saveFile($this->script_file,serialize($this->cache));
83 return $this->cache;
89 $this->cache[md5($id)] = $id;
90 io_saveFile($this->script_file,serialize($this->cache));
124 return $this->cache;
/plugin/quickstats/db/
H A Dphp-local-browscap.php65 function get_browser_local($user_agent=null,$return_array=false,$db='./browscap.ini',$cache=false) argument
71 if ((!isset($browscapIni))||(!$cache)||($browscapPath!==$db))
95 if (!$cache) $browscapIni=null;
/plugin/quickstats/lang/nl/
H A Dgeneral_intro.txt6 Voor het onderhoudscherm, kies de **Werk Quickstats cache bij** knop. Voor het zoekscherm , kies d…
H A Dintro.txt1 …oodzakelijk de tabel sorteer scrips downloaden. Hiervoor bewaart het een cache bestand van pagina…
3 …n het geheugen te plaatsen; klik op 'Bevestig verwijderen' om deze uit de cache te verwijderen. H…
4 een pagina uit de cache te verwijderen. Indien het de ''quickstats'' syntax bevat, zal het weer in…
/plugin/quickstats/lang/fr/
H A Dgeneral_intro.txt6 Pour obtenir le panneau de maintenance, cliquer sur le bouton **Mettre à jour le cache Quickstats**…
H A Dintro.txt1 …cript de tri de tableau à la demande. Dans ce but, il conserve un fichier cache qui utilise la syn…
2 …ent du cache. Il n'y a aucun mal à supprimer une page du cache. Si elle contient de la syntaxe ''q…
/plugin/quickstats/lang/en/
H A Dintro.txt1 …ad its table sorting scripts only if needed. For this purpose it keeps a cache file of pages which
3 …etions to memory; clicking on 'Confirm Deletion' will remove them from the cache. There is no harm
4 in removing a page from the cache file. If it contains ''quickstats'' syntax, it will be added to …
/plugin/csv/syntax/
H A Dvalue.php62 $cache = md5(serialize($opt));
63 if (!isset($this->rowcache[$cache])) {
69 $this->rowcache[$cache] = helper_plugin_csv::prepareData($content, $opt);
72 if (isset($this->rowcache[$cache][$r][$c])) {
73 return $this->rowcache[$cache][$r][$c];
/plugin/strata/types/
H A Dwiki.php93 list($src, $title, $align, $width, $height, $cache, $linking) = $instruction;

12345678910>>...27