Home
last modified time | relevance | path

Searched refs:cache (Results 201 – 225 of 671) sorted by relevance

12345678910>>...27

/plugin/struct/renderer/
H A Dcsv.php62 // don't cache
286 $cache = null, argument
298 $cache = null, argument
310 $cache = null argument
321 $cache = null argument
/plugin/siteexport/renderer/
H A Dpdf.php215 $height=NULL, $cache=NULL, $render = true) { argument
222 $out .= parent::_media ($src, $title, $align, $width, $height, $cache, $render);
231 …media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $linking =… argument
239 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
243 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
252 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
/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/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/visio/
H A Dsyntax.php82 …$renderer->doc .= DOKU_URL."lib/exe/fetch.php?id=".$data['file']."&cache=cache&media=".$data['file…
/plugin/xml/
H A Drenderer.php474 * @param string $cache
477 …function internalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… argument
478 …$this->doc .= $this->_media('internalmedia', $src, $title, $align, $width, $height, $cache, $linki…
489 * @param string $cache
492 …function externalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… argument
493 …$this->doc .= $this->_media('externalmedia', $src, $title, $align, $width, $height, $cache, $linki…
561 * @param string $cache
564 …function _media($type, $src, $title=null, $align=null, $width=null, $height=null, $cache=null, $li… argument
578 …c).' align="'.$align.'" width="'.$width.'" height="'.$height.'" cache="'.$cache.'" linking="'.$lin…
/plugin/authgoogle/google/
H A DGoogle_Client.php81 static $cache; variable in Google_Client
104 self::$cache = new $apiConfig['cacheClass']();
420 return Google_Client::$cache;
/plugin/schedule/
H A Dscript.js28 cache: true,
68 cache: false,
/plugin/projects/lib/
H A Dproject.php346 $cache = new cache_renderer($ID, $path, 'metadata');
347 $cache->removeCache();
348 $cache = new cache_renderer($ID, $path, 'xhtml');
349 $cache->removeCache();
350 $cache = new cache_instructions($ID, $path);
351 $cache->removeCache();
/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) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php28 private $cache; variable in Mpdf\\Color\\ColorConverter
36 $this->cache = [];
51 if (!isset($this->cache[$color])) {
67 $this->cache[$color] = $cstr;
70 return $this->cache[$color];
/plugin/aimg/
H A Dsyntax.php113 $img['cache']);
136 $img_src = ml($img_src,array('w'=>$img_width,'h'=>$img_height,'cache'=>$img_cache));
/plugin/flowcharts/
H A Drenderer.php51 $height = null, $cache = null, $linking = null, $return = false) { argument
52 … $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/mermaid/
H A Drenderer.php60 function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) argument
62 $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/linksuggest/
H A Dscript.js98 cache: false
144 cache: false
216 cache: false
/plugin/combo/ComboStrap/
H A DFetcherPage.php113 * Purge the cache
134 $cache = $this->fetcherCache;
137 * Public static cache
138 * (Do we create the page or return the cache)
141 $isCacheUsable = $cache->isCacheUsable();
144 return FileSystems::getContent($cache->getFile());
146 // the cache file should exists
147 LogUtility::internalError("The cache HTML fragment file was not found", self::NAME);
163 $cache->storeCache($htmlDocumentString);
229 * Build the cache
[all...]
H A DFetcherMarkup.php27 * * manage the dependencies (snippets, cache)
31 * (as fetcher cache uses the url as unique identifier)
64 * @var CacheParser cache file (may be not set if this is not a {@link self::isPathExecution() execution}
79 * @var CacheRenderer This cache file stores the last render timestamp (see {@link p_get_metadata()}
113 * @var WikiPath the context path, it's important to resolve relative link and to create cache for each context namespace for instance
128 * Fighting file modified time, even if we cache has been stored,
364 * The cache is stored by requested page scope
369 * in all actions and is needed to log the {@link CacheResult cache
372 * Use cache should be always called because it trigger
373 * the event coupled to the cache (i
[all...]
/plugin/bookcreator/
H A Dscript.js279 cache: {}, property in BookManager
302 * Retrieve missing pages and add to the page cache
306 let notcachedpages = jQuery(Bookcreator.selectedpages.getSelection()).not(Object.keys(this.cache)).get();
307 notcachedpages = notcachedpages.concat(jQuery(BookManager.deletedpages.getSelection()).not(Object.keys(this.cache)).get());
309 //add to list at page and to cache
312 jQuery.extend(BookManager.cache, pages.selection);
380 if(BookManager.cache[page]) {
384 itemsToInsert[i++] = BookManager.cache[page][0];
386 itemsToInsert[i++] = BookManager.cache[page][1];
389 console.log('Not in cache
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst88 Since parsing docblocks can be expensive you should cache this process by using
100 "/path/to/cache",
104 If you set the debug flag to true the cache reader will check for changes in the original files, wh…
105 …uring development. If you don't set it to true you have to delete the directory to clear the cache.
109 You can also use one of the ``Doctrine\Common\Cache\Cache`` cache implementations to cache the anno…
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
132 accessible if a cache is used unless the cache is cleared and the
149 …the cache with indexed or numeric keys, otherwise your code may experience failures due to caching…
/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/diagrams/script/
H A DDiagramsMediaManager.js51 cache: 'no-cache',
113 cache: 'no-cache',
222 cache: 'no-cache',
/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/authgoogle/google/io/
H A DGoogle_IO.php62 Google_Client::$cache->set($request->getCacheKey(), $request);
80 return Google_Client::$cache->get($request->getCacheKey());
/plugin/preservefilenames/
H A Daction_anteater.php113 … list($file, $mime, $dl, $cache) = array($d['file'], $d['mime'], $d['download'], $d['cache']);
121 if ($cache == -1) {
127 } elseif ($cache > 0) {
133 } elseif ($cache == 0) {
/plugin/eclipseupdateurl/
H A Dsyntax.php282 function media_get_from_URL($url,$ext,$cache) { argument
286 if ($cache==0) return false;
294 ($cache != -1 && $mtime < time()-$cache) // 'recache' and cache has expired

12345678910>>...27