Home
last modified time | relevance | path

Searched refs:cache (Results 101 – 125 of 671) sorted by relevance

12345678910>>...27

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php32 protected $cache = []; variable in Sabre\\DAV\\Tree
56 if (isset($this->cache[$path])) return $this->cache[$path];
80 $this->cache[$path] = $node;
199 $this->cache[$basePath . $child->getName()] = $child;
229 foreach ($this->cache as $nodePath => $node) {
231 unset($this->cache[$nodePath]);
273 $this->cache[$fullPath] = $childNode;
/plugin/eventline/
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/dokutranslate/
H A Daction.php386 $cache =& $event->data;
388 …if (empty($cache->page) || empty($cache->mode) || $cache->mode != 'xhtml' || !@file_exists(metaFN(…
393 $cache->depends['files'][] = dirname(__FILE__) . '/plugin.info.txt';
399 $cache->cache .= '_export';
402 if (isModerator($cache->page)) {
403 $cache->cache .= '.' . urlencode($_SERVER['REMOTE_USER']);
407 $cache->depends['files'][] = metaFN($cache->page, '.translate');
/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/visrep/
H A Dimg.php13 $cache = $plugin->_imgfile($_REQUEST); variable
15 if($cache) {
21 echo io_readFile($cache, false);
/plugin/graphgear/
H A Dload.php14 $cache = getcachename($xmlid,'graphgear'); variable
15 $time = @filemtime($cache);
27 echo io_readFile($cache);
/plugin/plantuml/
H A Dimg.php13 $cache = $plugin->_imgfile($data); variable
15 if ($cache) {
21 echo io_readFile($cache, false);
/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/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php71 $cache = [];
75 function (array $matches) use ($request, $response, $error, &$cache) {
76 if (isset($cache[$matches[1]])) {
77 return $cache[$matches[1]];
164 $cache[$matches[1]] = $result;
/plugin/seqdia/
H A Dimg.php14 $cache = $plugin->_imgfile($data); variable
15 if(!$cache) _fail();
22 echo io_readFile($cache,false);
/plugin/graphviz/
H A Dimg.php14 $cache = $plugin->_imgfile($data); variable
15 if(!$cache) _fail();
22 echo io_readFile($cache,false);
/plugin/dataplot/
H A Dimg.php16 $cache = $plugin->_imgfile($data); variable
17 if(!$cache) _fail();
24 echo io_readFile($cache, false);
/plugin/prettyphoto/
H A Drenderer.php22 $cache=NULL, $linking=NULL, $return=false) { argument
29 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
36 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), ($linking === 'direct'));
44 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);
/plugin/include/
H A Daction.php5 * Action plugin component, for cache validity determination
208 * prepare the cache object for default _useCache action
213 /* @var cache_renderer $cache */
214 $cache =& $event->data;
216 if(!isset($cache->page)) return;
217 if(!isset($cache->mode) || $cache->mode == 'i') return;
219 $depends = p_get_metadata($cache->page, 'plugin_include');
235 $cache->depends['purge'] = true; // included pages changed or old metadata - request purge.
248 $cache
[all...]
/plugin/settingstree/
H A Dhelper.php50 function cache(){ function in helper_plugin_settingstree
57 settingshierarchy::$cache = $this->memcahce;
78 $this->cache();
178 …if ($this->cache() && $cache_ver = $this->cache()->get("plugin_settringstree_settingsversion_{$plu…
192 if ($c = $this->cache()){
202 $c = $this->cache();
224 $c = $this->cache();
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php28 protected $cache = []; variable in Twig\\Loader\\FilesystemLoader
102 $this->cache = $this->errorCache = [];
123 $this->cache = $this->errorCache = [];
168 if (isset($this->cache[$name])) {
191 if (isset($this->cache[$name])) {
192 return $this->cache[$name];
232 return $this->cache[$name] = $realpath;
235 return $this->cache[$name] = $path.'/'.$shortname;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php74 private $cache; variable in Handlebars\\Handlebars
104 * cache => Cache object
125 if (isset($options['cache'])) {
126 $this->setCache($options['cache']);
308 * Set cache for current engine
310 * @param Cache $cache handlebars cache
313 public function setCache(Cache $cache) argument
315 $this->cache = $cache;
[all...]
/plugin/odp/
H A Daction.php25 $cache =& $event->data;
27 if ($cache->mode != "odp") return;
35 $cache->depends['files'][] = $template_path;
/plugin/sqlite/
H A DFunctions.php118 static $cache = [];
119 if (!isset($cache[$pageid])) {
120 $cache[$pageid] = page_exists($pageid);
122 return (int)$cache[$pageid];
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php56 $cache = 'sqlite3'; variable
180 * @param string $cache caching extention, select one of sqlite3, mysql, dbm
183 …function scan_files($dir, $match, $cache='sqlite3', $opt=array('table'=>'getid3_cache', 'hide'=>tr… argument
185 switch ($cache) { // load the caching module
256 dirscan::scan_files($dir, $media, $cache, $database);
/plugin/batchedit/
H A Dengine.php564 private $cache; variable in BatcheditSession
581 $this->cache = new BatcheditSessionCache($expirationTime);
606 if (!$this->cache->isValid($this->id)) {
643 $this->cache->expire($this->id);
698 if (!$this->cache->isValid($this->id)) {
770 $this->cache->save($this->id, $name, $array);
777 return $this->cache->load($this->id, $name);
800 protected $cache; variable in BatcheditMarkPolicyVerifyBoth
805 public function __construct($pages, $cache) { argument
808 $this->cache
834 compareMatches($match, $cache) global() argument
845 compareMatches($match, $cache) global() argument
[all...]
/plugin/odt/action/
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/qna/
H A Daction.php183 $cache = $event->data;
185 if (isset($cache->page) && ($cache->page == $ID)) {
186 if (isset($cache->mode) && ($cache->mode == 'xhtml')) {
190 $this->addDependencies($cache, array_keys($depends['rendering']));
199 private function addDependencies($cache, $depends) { argument
201 if (!in_array($file, $cache->depends['files']) && file_exists($file)) {
202 $cache->depends['files'][] = $file;
/plugin/freechat/
H A Dsyntax.php59 $renderer->info['cache'] = FALSE;
110 $params['data_public_path'] = DOKU_INC.'data/cache/public';
111 $params['data_public_url'] = DOKU_URL.'data/cache/public';
119 $params['data_private_path'] = DOKU_INC.'data/cache/freechat/private';

12345678910>>...27