Home
last modified time | relevance | path

Searched refs:cache (Results 501 – 525 of 671) sorted by path

1...<<21222324252627

/plugin/revealjs/
H A Dexample_presentation.dokuwiki98 If you disable the cache for the page, then you are able to change the options direct in the URL.
/plugin/rrdgraph/
H A Daction.php97 $cache = &$event->data;
99 if (! (isset ( $cache->page ) && isset ( $cache->mode )))
102 …$dependencies = p_get_metadata ( $cache->page, 'plugin_' . $this->getPluginName () . ' dependencie…
106 $cache->depends ['files'] [] = wikiFN ( $dependency );
H A Dhelper.php20 abstract class cache_rrdgraphbase extends cache {
121 return $this->cache;
269 $cache = new cache_rrdgraph($this->getPluginName(), $pageId, $recipeName);
270 $cache->storeCache(serialize($recipeData));
284 $cache = new cache_rrdgraph($this->getPluginName(), $pageId, $recipeName);
285 if ($cache->useCache()) {
286 … $this->localRecipeCache[$pageId . "/" . $recipeName] = unserialize($cache->retrieveCache());
293 … $this->localRecipeCache[$pageId . "/" . $recipeName] = unserialize($cache->retrieveCache());
374 …$cache = new cache_rrdgraphimage($this->getPluginName(), $pageId, $extension, $recipeName, $rangeN…
376 …return new rrdgraph_image_info($cache->getCacheFileName(), $cache->getValidUntil(), $cache->getLas…
/plugin/s5reloaded/
H A Drenderer.php253 $height=NULL, $cache=NULL, $render = true) { argument
281 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
318 $ret .= html_flashobject(ml($src,array('cache'=>$cache)),$width,$height,
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1774 var cache = Element.cache;
1780 if (!cache[tagName]) cache[tagName] = Element.extend(document.createElement(tagName));
1781 return Element.writeAttribute(cache[tagName].cloneNode(false), attributes);
1787 Element.cache = { };
3049 Element.cache = { };
4282 cache: {} property in Event
/plugin/schedule/
H A DTODO.txt7 * en cas d'insertion vider le cache de table
H A Dscript.js28 cache: true,
68 cache: false,
/plugin/schedule/lib/
H A DscheduleCitiesMap.js212 cache: true,
238 cache: true,
/plugin/schedule/syntax/
H A Dblock.php100 $cache = $this->schedules->readCache ($args);
101 if ($cache) {
102 $renderer->doc .= $cache;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A Dschema.ser
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
H A DHTML.DefinitionRev.txt
/plugin/sectiontoggle/
H A DMobile_Detect.php77 * A cache for resolved matches
80 protected $cache = array(); variable in Mobile_Detect
846 // Invalidate cache due to #375
847 $this->cache = array();
1128 if (false === isset($this->cache[$key])) {
1134 $this->cache[$key] = $this->match($_rules[$key]);
1137 if (false === isset($this->cache[$key])) {
1138 $this->cache[$key] = false;
1142 return $this->cache[$key];
/plugin/seqdia/
H A Dimg.php14 $cache = $plugin->_imgfile($data); variable
15 if(!$cache) _fail();
22 echo io_readFile($cache,false);
H A Dsyntax.php123 $cache = $this->_cachename($data,'png');
126 if(!file_exists($cache)){
128 $ok = $this->_remote($data,$in,$cache);
135 $cache = media_resize_image($cache,'png',$data['width'],$data['height']);
139 if(!file_exists($cache)) return false;
141 return $cache;
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml10 cache:
13 - ~/.yarn-cache
74 PATTERN[3]="|\s*if\s*\(cache\.size\b[\s\S]+?\}|"
H A Dlodash.js1033 function cacheHas(cache, key) { argument
1034 return cache.has(key);
3168 var cache = caches[othIndex];
3169 if (!(cache
3170 ? cacheHas(cache, computed)
6427 cache.clear();
6432 var cache = result.cache;
10547 cache = memoized.cache;
10549 if (cache.has(key)) {
10550 return cache.get(key);
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1033 function cacheHas(cache, key) { argument
1034 return cache.has(key);
3168 var cache = caches[othIndex];
3169 if (!(cache
3170 ? cacheHas(cache, computed)
6427 cache.clear();
6432 var cache = result.cache;
10547 cache = memoized.cache;
10549 if (cache.has(key)) {
10550 return cache.get(key);
[all …]
H A Dlodash.min.js69 …===T?s:o(Go())},f}function cu(n,t){function r(){var e=arguments,u=t?t.apply(this,e):e[0],i=r.cache;
70 …y(this,e),r.cache=i.set(u,e)||i,e)}if(typeof n!="function"||null!=t&&typeof t!="function")throw ne…
85 …function(n){n=cu(n,function(n){return 500===t.size&&t.clear(),n});var t=n.cache;return n}(function…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3976 provided, it determines the cache key for storing the result based on the
3978 provided to the memoized function is used as the map cache key. The `func`
3982 **Note:** The cache is exposed as the `cache` property on the memoized
3993 2. `[resolver]` *(Function)*: The function to resolve the cache key.
4014 // Modify the result cache.
4015 values.cache.set(object, ['a', 'b']);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js584 emptyObject(require.cache);
1084 assert.strictEqual(cache.set(key, value), cache);
1091 return !cache.has(key);
1101 cache.set(key, 1).set(key, 2);
1102 assert.strictEqual(cache.get(key), 2);
11148 emptyObject(require.cache);
14776 var cache = memoized.cache;
14798 var cache = memoized.cache,
14827 var cache = memoized.cache;
14847 cache = memoized.cache;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3511 var cache = instanceCheckMap[className];
3512 if (!cache)
3516 for(var n in cache)
3518 var obj = cache[n];
3725 var cache = domMemberCache[name] = {};
3736 cache[builtins[i]] = i;
/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/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …=function(e){var u=r.cache,i=""+(t?t.apply(this,arguments):e);return m.has(u,i)||(u[i]=n.apply(thi…

1...<<21222324252627