Home
last modified time | relevance | path

Searched refs:depends (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/inc/Cache/
H A DCacheRenderer.php69 $this->depends['age'] = isset($this->depends['age']) ?
70 min($this->depends['age'], $conf['cachetime']) : $conf['cachetime'];
81 $this->depends['age'] = isset($this->depends['age']) ?
82 min($this->depends['age'], $valid['age']) : $valid['age'];
86 $this->depends['files'] = empty($this->depends['files']) ?
88 array_merge($files, $this->depends['files']);
H A DCache.php18 public $depends = []; // array containing cache dependency information, variable in dokuwiki\\Cache\\Cache
69 * @param array $depends array of cache dependencies, support dependecies:
76 public function useCache($depends = []) argument
78 $this->depends = $depends;
115 if (!empty($this->depends['purge'])) {
123 if (!empty($this->depends['age']) && ((time() - $this->_time) > $this->depends['age'])) {
127 if (!empty($this->depends['files'])) {
128 foreach ($this->depends['files'] as $file) {
149 $this->depends['purge'] = true;
H A DCacheParser.php58 $this->depends['files'] = empty($this->depends['files']) ?
60 array_merge($files, $this->depends['files']);
H A DCacheImageMod.php49 $this->depends['files'] = array_merge(
/dokuwiki/
H A Dfeed.php47 $depends['files'] = getConfigFiles('main');
48 $depends['age'] = $conf['rss_update'];
49 $depends['purge'] = $INPUT->bool('purge');
57 if ($cache->useCache($depends)) {
H A DCOPYING77 Whether that is true depends on what the Program does.
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dintro.txt4 here (it depends on your [[doku>config:dontlog|log settings]]). However if something goes wrong, ch…
/dokuwiki/_test/tests/inc/
H A Dcache_use.test.php47 $this->assertNotEmpty($this->cache->depends['purge']);
/dokuwiki/conf/
H A Dmysql.conf.php.example63 * %{pass} encrypted or clear text password (depends on 'encryptPass')
140 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
216 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
/dokuwiki/lib/plugins/extension/
H A DExtension.php357 return $this->getTag('depends', []);
/dokuwiki/inc/
H A Dtemplate.php244 $depends = getConfigFiles('main');
245 $depends[] = DOKU_CONF . "tpl/" . $conf['template'] . "/style.ini";
246 foreach ($depends as $f) $tseed .= @filemtime($f);
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE77 Whether that is true depends on what the Program does.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE147 writing it). Whether that is true depends on what the Library does
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE147 writing it). Whether that is true depends on what the Library does