Searched refs:cachetime (Results 1 – 14 of 14) sorted by relevance
/plugin/rssticker/ |
H A D | syntax.php | 33 list($title,$url,$cachetime,$css,$delay,$optionalswitch,$align) = explode(',',$match); 36 if ( empty($cachetime)) {$cachetime = 600;} 41 return array($title,$url,$cachetime,$css,$delay,$optionalswitch,$align);
|
H A D | rssticker.js | 40 function rssticker_ajax(RSS_url, cachetime, divId, divClass, delay, logicswitch){ argument 42 this.cachetime=cachetime //Time to cache feed, in minutes. 0=no cache. 64 var parameters="rss_url="+encodeURIComponent(this.RSS_url)+"&cachetime="+this.cachetime+"&bustcache…
|
/plugin/pureldap/classes/ |
H A D | GroupHierarchyCache.php | 53 $cachetime = @filemtime($cachename); 56 if ($cachetime && (time() - $cachetime) < $conf['auth_security_timeout']) {
|
H A D | Client.php | 208 $cachetime = @filemtime($cachename); 209 if ($cachetime && (time() - $cachetime) < $conf['auth_security_timeout']) {
|
/plugin/svgpureinsert/ |
H A D | helper.php | 18 * @param int $cachetime 21 public function getAdjustedSVG($id, $cachetime = -1) { argument 25 if($cachedate && $cachetime < (time() - $cachedate)) {
|
/plugin/siteexport/inc/ |
H A D | settings.php | 26 public $cachetime = 0; variable in settings_plugin_siteexport_settings 71 $this->cachetime = $this->getConf('cachetime'); 73 $this->cachetime = 0;
|
H A D | filewriter.php | 164 if ($mtime == 0 || $mtime < time()-$this->functions->settings->cachetime)
|
/plugin/webcomponent/_test/ |
H A D | README.md | 31 $conf['cachetime'] = -1;
|
/plugin/netlogo/syntax/ |
H A D | applet.php | 268 …$expires = time()+min(max($conf['cachetime'],60), 3600); // expires in cachetime, but no less than…
|
/plugin/authucenter/lib/uc_client/lib/ |
H A D | db.class.php | 89 function query($sql, $type = '', $cachetime = FALSE) { argument
|
H A D | dbi.class.php | 78 function query($sql, $type = '', $cachetime = FALSE) { argument
|
/plugin/tuxquote/ |
H A D | README | 38 - Point a browser to the Administration - Configuration Settings panel and set 'cachetime' to 0
|
/plugin/snap/ |
H A D | syntax.php.ori | 172 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
|
/plugin/siteexport/action/ |
H A D | ajax.php | 1179 $cache = $this->functions->settings->cachetime;
|