Home
last modified time | relevance | path

Searched refs:cache (Results 426 – 450 of 671) sorted by path

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

/plugin/new_page_dialog/action/
H A Dnew.php15 var $cache = true; variable in action_plugin_npd_new
/plugin/nodetailsxhtml/
H A Drenderer.php32 'cache' => true, // may the rendered result cached?
409 * @param string $cache cache|recache|nocache
414 $h = null, $cache = null, $render = true) {
433 $srcset[] = ml($src, array('w' => 2*$w, 'h' => 2*$h, 'cache' => $cache, 'rev'=>$this->_getLastMediaRevisionAt($src))) . ' 2x';
444 $srcset[] = ml($additionalSrc, array('w' => 2*$w, 'h' => 2*$h, 'cache' => $cache, 'rev'=>$this->_getLastMediaRevisionAt($srcSetURL))) . ' 2x';
450 $ret = parent::_media($src, $title, $align, $w, $h, $cache, $render);
459 return parent::_media($src, $title, $align, $w, $h, $cache,
235 internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = NULL) global() argument
455 _media($src, $title = null, $align = null, $w = null, $h = null, $cache = null, $render = true) global() argument
[all...]
/plugin/note/
H A DREADME.md25 It is regularly reported that the cache needs to be cleaned after installing the plugin before the notes do showup. At least a full page-reload (CTRL-F5) is required.
/plugin/noticeboard/noticeboard/
H A Dsyntax.php64 $renderer->info['cache'] = false;
/plugin/noticeboard/
H A Dsyntax.php64 $renderer->info['cache'] = false;
/plugin/notification/action/
H A Dcache.php40 $cache = $event->data;
42 if(!$cache->page) return;
44 if($cache->mode != 'xhtml') return;
47 $notification = p_get_metadata($cache->page, 'plugin notification');
51 $cache->_nocache = true;
63 $cache->depends['files'] = array_merge($cache->depends['files'], $data['dependencies']);
64 $cache->_nocache = $data['_nocache'];
/plugin/npd/action/
H A Dnew.php15 var $cache = true; variable in action_plugin_npd_new
/plugin/nroff/
H A Drenderer.php702 $height=NULL, $cache=NULL, $linking=NULL) { argument
719 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
727 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
729 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
740 $height=NULL, $cache=NULL, $linking=NULL) { argument
752 $link['url'] = ml($src,array('cache'=>$cache));
753 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
961 $height=NULL, $cache=NULL) { argument
968 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php113 $height=null, $cache=null, $render = true) { argument
195 … $height = null, $cache = null, $linking = null, $return = false) { argument
203 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
/plugin/odp/
H A Daction.php25 $cache =& $event->data;
27 if ($cache->mode != "odp") return;
35 $cache->depends['files'][] = $template_path;
H A Drenderer.php1029 $height=NULL, $cache=NULL, $linking=NULL) { argument
1045 $height=NULL, $cache=NULL, $linking=NULL) { argument
/plugin/odt/
H A DChangeLog.txt188 * action.php, syntax.php: Better handling of the cache system
/plugin/odt/action/
H A Dcache.php41 $cache =& $event->data;
43 if($cache->mode != "odt") return;
51 $cache->depends['files'][] = $template_path;
H A Dexport.php190 $cache = $this->prepareCache($title, $depends);
193 if(!$this->getConf('usecache') || !$cache->useCache($depends)) {
194 $this->generateODT($cache->cache, $title);
198 $this->sendODTFile($cache->cache, $title);
370 * @return cache
385 $cache = new cache($cachekey, '.odt');
422 return $cache;
/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
/plugin/offline/
H A Drenderer.php163 $height=NULL, $cache=NULL, $render = true) { argument
/plugin/openlayersmap/lang/fr/
H A Dadmin_intro.txt2 ====== Purger la mise en cache des tuiles et des cartes ======
4 Cette page vous permet de purger les tuiles et les cartes mises en cache qui sont utilisées par le backend des cartes statiques «locales».
/plugin/openlayersmap/lang/nl/
H A Dadmin_intro.txt4 Let op: als de kaarten zijn gewist dienen ook de pagina's waarin de kaarten ingebed zitten te worden vernieuwd door ze uit de cache te verwijderen, zie hiervoor: http://www.dokuwiki.org/caching
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/owncloud/
H A Dhelper.php430 … $link = $this->_getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render);
435 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
451 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
486 $height=NULL, $cache=NULL, $linking=NULL) { argument
491 $link = $this->_getMediaLinkConf(-1,$src, $title, $align, $width, $height, $cache, $render);
494 $link['url'] = ml($src,array('cache'=>$cache));
658 * @param string $cache
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render) argument
676 … $link['name'] = $this->_media($fileid, $src, $title, $align, $width, $height, $cache, $render);
689 $height=NULL, $cache=NULL, $render = true) { argument
[all …]
/plugin/pagequery/
H A Daction.php19 * Check for pages changes and eventually purge cache.
29 /** @var cache_parser $cache */
30 $cache = $event->data;
32 if (!isset($cache->page)) {
35 //purge only xhtml cache
36 if ($cache->mode !== "xhtml") {
59 $cache->key .= "#" . $newkey;
60 $cache->cache = getCacheName($cache
[all...]
/plugin/pagetitle/
H A Daction.php120 $cache =& $event->data;
123 if (!isset($cache->page)) return;
126 if ($cache->mode == 'xhtml') {
127 $metadata = p_get_metadata($cache->page, 'plugin pagetitle');
136 $cache->depends['files'] = array_merge((array)$cache->depends['files'], $depends);
142 $pageTitled = in_array($cache->page, $pages);
148 switch ($cache->mode) {
150 $request = ($title == $cache->page) ? true : false;
153 $request = ($title == $cache->page) ? true : false;
156 $request = ($title == $cache->page) ? true : false;
[all …]
/plugin/panoview/
H A Dscript.js113 this.cache = {};
116 this.cache['blank'] = new Image();
117 this.cache['blank'].src = blankTile;
119 this.cache['loading'] = new Image();
120 this.cache['loading'].src = loadingTile;
123 this.cache['loading'] = this.cache['blank'];
479 src = this.cache['blank'].src;
492 var tileImg = this.cache[tileImgId];
514 … loadingImg = this.cache[loadingImgId] = this.createPrototype(this.cache['loading'].src);
646 for (imgId in this.cache) {
[all …]
/plugin/passpolicy/
H A Dwords.txt539 cache
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js18519 var cache = {};
18520 cache.gl = gl;
18521 cache.canvas = canvas;
18536 smaskCache = cache;
18547 var cache = smaskCache,
18549 gl = cache.gl;
18619 var cache = {};
18620 cache.gl = gl;
18621 cache.canvas = canvas;
18627 figuresCache = cache;
[all …]

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