Home
last modified time | relevance | path

Searched +full:depends -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 30) sorted by relevance

12

/dokuwiki/inc/Cache/
H A DCacheRenderer.php27 // meta cache older than file it depends on?
64 // 0 : cache never expires (can be overridden) - no need to set depends['age']
69 $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['file
[all...]
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;
97 * this function processes the following keys in the depends array
115 if (!empty($this->depends['purge'])) {
123 if (!empty($this->depends['age']) && ((time() - $this->_time) > $this->depends['age'])) {
127 if (!empty($this->depends['file
[all...]
H A DCacheParser.php58 $this->depends['files'] = empty($this->depends['files']) ?
60 array_merge($files, $this->depends['files']);
H A DCacheImageMod.php42 * Caching depends on the source and the wiki config
49 $this->depends['files'] = array_merge(
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml40 <target name="pack" depends=""
66 <target name="pack-pear" depends=""
160 <target name="release" depends="check,pack,pack-pear,deploy-sf,gittag"
170 <target name="deploy-sf" depends="check,pack"
H A DLICENSE77 Whether that is true depends on what the Program does.
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php92 * the output. How this is done depends on the renderer used (specified
95 * The contents of the $data array depends on what the handler() function above
H A DAuthPlugin.php120 * The content of this array depends on the modification type
/dokuwiki/
H A Dfeed.php46 // prepare cache depends
47 $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/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/vendor/simplepie/simplepie/src/
H A DCache.php90 * @return Base Type of object depends on scheme of `$location`
/dokuwiki/inc/parser/
H A Dxhtml.php218 * @return void|string writes to doc attribute or returns html depends on $returnonly
826 * @return void|string writes to doc attribute or returns html depends on $returnonly
845 * @return void|string writes to doc attribute or returns html depends on $returnonly
876 * @return void|string writes to doc attribute or returns html depends on $returnonly
965 * @return void|string writes to doc attribute or returns html depends on $returnonly
1030 * @return void|string writes to doc attribute or returns html depends on $returnonly
1087 * @return void|string writes to doc attribute or returns html depends on $returnonly
1128 * @return void|string writes to doc attribute or returns html depends on $returnonly
1182 * @return void|string writes to doc attribute or returns html depends on $return
1267 * @return void|string writes to doc attribute or returns html depends o
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcmake.php92 'COMPARE', 'CONFIGURE', 'DEFINED', 'DEPENDS', 'DIRECTORY',
H A Ddos.php32 * cases it depends on the contex or enviroment status).
H A Dbash.php114 'apt-cache add', 'apt-cache depends', 'apt-cache dotty',
/dokuwiki/lib/exe/
H A Djs.php86 // The generated script depends on some dynamic options
H A Dcss.php113 // The generated script depends on some dynamic options
/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);
H A Dsearch.php469 * How the function behaves, depends on the options passed in the $opts
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE149 writing it). Whether that is true depends on what the Library does
/dokuwiki/inc/Ui/
H A DPageDiff.php334 * state mutually depends on the selected revision of opposite side.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE147 writing it). Whether that is true depends on what the Library does
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php81 * identical with or newer than the "last" revision, that depends on whether the file

12