Home
last modified time | relevance | path

Searched refs:cache (Results 476 – 500 of 671) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/livepreview/
H A Dscript.js221 req.cache = false;
/plugin/noticeboard/noticeboard/
H A Dsyntax.php64 $renderer->info['cache'] = false;
/plugin/imagemapping/
H A DREADME56 folder. After installing, you must refresh the style cache. Go to the
/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 …]
H A DUPGRADING.md245 has been implemented yet, but hoping to utilize a PSR cache interface).
431 - `GuzzleHttp\Message\Response::calculateAge()` and other cache specific
607 https://github.com/guzzle/cache-subscriber
756 - Always setting X-cache headers on cached responses
757 - Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
758 - `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(Reque…
763 …idation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin
764 $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache,
804 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
/plugin/offline/
H A Drenderer.php163 $height=NULL, $cache=NULL, $render = true) { argument
/plugin/importfacebookevents/
H A Dsyntax.php158 //$renderer->info['cache'] = false;
/plugin/register/
H A Dsyntax.php68 $url = DOKU_BASE . "lib/exe/fetch.php?cache=$cache&amp;media=" . urlencode("register:$hash.png");
/plugin/schedule/lib/
H A DscheduleCitiesMap.js212 cache: true,
238 cache: true,
/plugin/statistics/inc/
H A DBrowscap.php127 * The cache has to be rebuilt in order to apply this option.
148 public $cacheFilename = 'cache.php';
158 * Path to the cache directory
165 * Flag to be set to true after loading the cache
172 * Where to store the value of the included PHP cache file
205 * Constructor class, checks for the existence of (and loads) the cache and
218 'You have to provide a path to read/store the browscap cache file'
227 sprintf('The cache path %s is invalid. Are you sure that it exists and that you have permission to access it?', $old_cache_dir)
231 // Is the cache dir really the directory or is it directly the file?
260 // Load the cache a
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js150 assert.deepEqual(upper.cache, {foo: 'FOO', bar: 'BAR'});
151 upper.cache = {foo: 'BAR', bar: 'FOO'}; class in upper
163 assert.deepEqual(hashed.cache, {YEP: 'yep'}, 'takes a hasher');
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js174 },cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;
177 }if(name&&!jQuery.cache[id]){jQuery.cache[id]={};
178 }if(data!==undefined){jQuery.cache[id][name]=data;
179 }return name?jQuery.cache[id][name]:id;
182 if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];
184 for(name in jQuery.cache[id]){break;
188 }}delete jQuery.cache[id];
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js174 },cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;
177 }if(name&&!jQuery.cache[id]){jQuery.cache[id]={};
178 }if(data!==undefined){jQuery.cache[id][name]=data;
179 }return name?jQuery.cache[id][name]:id;
182 if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];
184 for(name in jQuery.cache[id]){break;
188 }}delete jQuery.cache[id];
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm312 <cfheader name="Pragma" value="no-cache">
313 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc86 $params['ids'] = (list) A comma-separated list of IDs of API keys to clear from the cache
113 $params['usernames'] = (list) Comma-separated list of usernames to clear from the cache
/plugin/issuetracker/
H A Dtablekit.js416 var cache = colcache[table.id] ? colcache[table.id] : (colcache[table.id] = {});
418 if(!cache[index]) {
437 cache[index] = t;
439 return cache[index];
/plugin/autotranslation/
H A Daction.php175 $event->data->cache(
/plugin/watchcycle/
H A Daction.php270 // check cache
271 $cachedGroups = new cache('retrievedGroups', '.txt');
352 * clean the cache every 24 hours
/plugin/tagfilter/syntax/
H A Dfilter.php175 if ($flags['cache']) {
176 $depends['age'] = $flags['cache'];
177 } else if ($flags['cache'] === false) {
178 //build cache dependencies TODO check if this bruteforce method (adds just all pages of namespace as dependency) is proportional
191 //cache to store tagfilter options, matched pages and prepared data
204 // cache to store html per user
209 //purge cache if pages does not exist anymore
219 if (!$htmlPerUserCache->useCache(['files' => [$filterDataCache->cache]])) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst63 ``getMetadata`` is called rather than returning a value from a cache.
/plugin/templateconfhelper/
H A DREADME80 change cache rules to see changes on cascade path.
/plugin/combo/renderer/
H A Danalytics.php665 false // Persistence is needed because there is a cache
825 public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) argument
830 public function externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) argument
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
/plugin/odt/renderer/
H A Dpage.php1175 * @param string $cache cache|recache|nocache
1180 $height=NULL, $cache=NULL, $linking=NULL, $returnonly = false) { argument
1231 * @param string $cache cache|recache|nocache
1236 $height=NULL, $cache=NULL, $linking=NULL, $returnonly = false) { argument

1...<<11121314151617181920>>...27