Home
last modified time | relevance | path

Searched refs:cacheTime (Results 1 – 6 of 6) sorted by relevance

/plugin/pagestats/
Dhelper.php11 private $cacheTime = 3600; // Cache standardmäßig für 1 Stunde variable in helper_plugin_pagestats
18 $cacheTime = $this->getConf('cacheTime');
19 if (is_numeric($cacheTime)) {
20 $this->cacheTime = (int)$cacheTime;
26 $_POST['config']['plugin']['pagestats']['cacheTime'] != $this->cacheTime) {
148 if ($this->cacheTime <= 0) return; // Caching disabled
165 if ($this->cacheTime <= 0) return null; // Caching disabled
179 if (time() - $data['time'] > $this->cacheTime) {
Dadmin.php97 $cacheTime = $this->getConf('cacheTime');
99 if ($cacheTime > 0) {
100 echo $this->getLang('admin_cache_time') . ' ' . $cacheTime . ' ' .
102 number_format($cacheTime / 3600, 1) . ' ' .
DREADME.md23 - **cacheTime**: Cache lifetime in seconds (0 to disable caching)
/plugin/combo/ComboStrap/
H A DSite.php633 $cacheTime = $conf['cachetime'];
634 if ($cacheTime === null) {
639 return DataType::toInteger($cacheTime);
641 …LogUtility::error("The global `cachetime` configuration has a value ($cacheTime) that is not an in…
/plugin/rater/scripts/
Djquery.tablesorter.js251 var cacheTime = new Date();
288 benchmark("Building cache for " + totalRows + " rows:", cacheTime);
/plugin/a2s/
DASCIIToSVG.php1715 $cacheTime = filemtime($cacheFile);
1771 filemtime($file) <= self::$cacheTime) {