Home
last modified time | relevance | path

Searched refs:cache (Results 226 – 250 of 671) sorted by path

12345678910>>...27

/plugin/edittable/renderer/
H A Dinverse.php504 $height = null, $cache = null, $linking = null) { argument
519 if($cache !== 'cache') {
520 $params[] = $cache;
540 $height = null, $cache = null, $linking = null) { argument
541 $this->internalmedia($src, $title, $align, $width, $height, $cache, $linking);
/plugin/editx/
H A Daction.php104 static $cache = null;
105 if (!$cache[$id]) {
106 $cache[$id] = auth_quickaclcheck($id)>=AUTH_EDIT &&
109 return $cache[$id];
113 static $cache = null;
114 if (!$cache[$id]) {
118 return $cache[$id];
122 static $cache = null;
123 if (!$cache[$id]) {
127 return $cache[$id];
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-repository.sh25 --no-cache \
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md200 - Improved the Travis CI speed using cache feature with composer
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc81 $params['request_cache'] = (boolean) Specify if request cache should be used for this request or not, defaults to true
H A DIndicesNamespace.asciidoc126 $params['request'] = (boolean) Clear request cache
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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc318 * Improved the Travis CI speed using cache feature with composer
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst63 ``getMetadata`` is called rather than returning a value from a cache.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md227 * Used new cache endpoints classes [#1840](https://github.com/ruflin/Elastica/pull/1840)
1182 - add cache control parameters support to Elastica\Filter\Bool [#725](https://github.com/ruflin/Elastica/issues/725/)
1971 - Elastica_Index::clearCache added to clean cache
/plugin/embed/
H A Dsyntax.php85 …$renderer->info['cache'] = false; // prevent caching (to ensure ACL conformity) (TODO sometimes: m…
/plugin/emoji/
H A Dscript.js64 cache: true
/plugin/emoji/script/
H A Djquery.textcomplete.js903 if (this.cache) { this.search = memoize(this.search); }
926 cache: false,
/plugin/epub/
H A Dadmin.php13 private $cache; variable in admin_plugin_epub
20 $this->cache = $this->helper->getCache() ;
41 if(is_array($_REQUEST['book_id'])) $this->cache = $this->helper->getCache() ;
60 $cache = $this->cache;
61 $current_books = $this->cache['current_books'];
62 unset ($cache['current_books']);
67 foreach($cache as $md5=>$id) {
H A Dhelper.php7 private $cache; variable in helper_plugin_epub
11 if(!$this->cache) $this->cache = array();
25 if(isset($this->cache[$md5])) return true;
35 unset($this->cache[$md5]);
36 if(isset($this->cache['current_books'][$md5])) {
37 unset($this->cache['current_books'][$md5]);
55 $this->cache[md5($id)] = $id;
63 return $this->cache;
70 $this->cache[$md5] = $id;
72 if(!isset($this->cache['current_books'])) {
[all …]
/plugin/epub/lang/en/
H A Dadmin_header.txt2 Using this tool, you can delete entries from the epub cache and, if you choose, you can also delete…
3 …ou click the **Cache Only** button, those titles will be removed from the cache. If you click the…
4 titles will be removed from the cache and their associated ebooks will be deleted from the media di…
/plugin/epub/lang/fr/
H A Dadmin_header.txt2 En utilisant cet outil, vous pouvez supprimer des entrée du cache d'epub et, si vous le choisissez,…
3 …ment le cache**, ces titres seront supprimés du cache. Si vous cliquez sur le boutton **Cache et e…
/plugin/epub/lang/nl/
H A Dadmin_header.txt2 Met behulp van dit gereedschap kunnen toevoegingen aan de epub cache worden verwijderd en, indien g…
3 …. Bij de keuze **Cache Only** worden de gekozen titels verwijderd uit de cache. Bij de keuze **C…
4 titels uit de cache en de geassocieerde ebooks uit de media directory verwijderd. Het laatste werk…
/plugin/epub/scripts/
H A Depub_utils.php546 $cache = $plugin->_imgfile($data); // get the image address in data/cache
547 if($cache) {
548 …$name=$renderer->copy_media($cache,true); //copy the image to epub's OEBPS directory and enter it…
560 $cache = $graphviz->_imgfile($data);
561 if($cache) {
562 …$name=$renderer->copy_media($cache,true); //copy the image to epub's OEBPS directory and enter it…
574 $cache = getcachename($matches[1], '.mathpublish.png');
575 $name=$renderer->copy_media($cache,true);
/plugin/eventline/
H A DgetXmlData.php25 $cache = new cache_instructions($dokuPageId, $pagePath);
26 if ($cache->useCache()){
27 $instructions = $cache->retrieveCache();
30 $cache->storeCache($instructions);
H A Dplain.php108 $height=NULL, $cache=NULL, $linking=NULL) { argument
115 $link = $this->getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
125 $height=NULL, $cache=NULL, $linking=NULL) { argument
203 * @param string $cache
208 function getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) argument
219 … $link['name'] = $this->timelineMedia($src, $title, $align, $width, $height, $cache, $render);
231 $height=NULL, $cache=NULL, $render = true) { argument
259 $ret .= 'image="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
290 $ret .= html_flashobject(ml($src,array('cache'=>$cache),true,'&'),$width,$height,
/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/eventum/
H A Dsyntax.php77 function cache($id, $data = null) { function in syntax_plugin_eventum
87 $cache = array();
95 foreach ($cache as $i => $ent) {
97 unset($cache[$i]);
103 return isset($cache[$id]) ? $cache[$id] : null;
107 $cache[$id] = $data;
108 file_put_contents($cachefile, serialize($cache));
139 $cache = $this->cache($id);
140 if ($cache !== null) {
141 return $cache;
[all …]
/plugin/explorertree/
H A Dhelper.php27 function cache(){ function in helper_plugin_explorertree
107 if (!($this->cache() && is_array($data = $this->cache()->get('explorertree_cache_'.$dir)))){
117 if ($this->cache()) {
118 …$this->cache()->set($cache_id = 'explorertree_cache_'.$dir,$data,60); // store the data itself (ca…
/plugin/externalembed/
H A DREADME.md29 * Set **PLAYLIST_CACHE_TIME** parameter - this is the time in hours before the playlist cache expir…
31 * Set **THUMBNAIL_CACHE_TIME** Parameter - this is the time in hours before the thumbnail cache exp…
95 Note that the rendered dokuwiki page is cached, you may want to find a way to auto purge your cache
98 The video ID's are stored and cached in a json cache file - these cache files last for the number o…

12345678910>>...27