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 D | CacheRenderer.php | 27 // 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 D | Cache.php | 18 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 D | CacheParser.php | 58 $this->depends['files'] = empty($this->depends['files']) ? 60 array_merge($files, $this->depends['files']);
|
H A D | CacheImageMod.php | 42 * Caching depends on the source and the wiki config 49 $this->depends['files'] = array_merge(
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | build.xml | 40 <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 D | LICENSE | 77 Whether that is true depends on what the Program does.
|
/dokuwiki/inc/Extension/ |
H A D | SyntaxPlugin.php | 92 * 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 D | AuthPlugin.php | 120 * The content of this array depends on the modification type
|
/dokuwiki/ |
H A D | feed.php | 46 // 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 D | COPYING | 77 Whether that is true depends on what the Program does.
|
/dokuwiki/conf/ |
H A D | mysql.conf.php.example | 63 * %{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 D | Cache.php | 89 * @return Base Type of object depends on scheme of `$location`
|
/dokuwiki/inc/parser/ |
H A D | xhtml.php | 219 * @return void|string writes to doc attribute or returns html depends on $returnonly 827 * @return void|string writes to doc attribute or returns html depends on $returnonly 846 * @return void|string writes to doc attribute or returns html depends on $returnonly 877 * @return void|string writes to doc attribute or returns html depends on $returnonly 966 * @return void|string writes to doc attribute or returns html depends on $returnonly 1031 * @return void|string writes to doc attribute or returns html depends on $returnonly 1088 * @return void|string writes to doc attribute or returns html depends on $returnonly 1129 * @return void|string writes to doc attribute or returns html depends on $returnonly 1183 * @return void|string writes to doc attribute or returns html depends on $return 1268 * @return void|string writes to doc attribute or returns html depends o [all...] |
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | cmake.php | 92 'COMPARE', 'CONFIGURE', 'DEFINED', 'DEPENDS', 'DIRECTORY',
|
H A D | dos.php | 32 * cases it depends on the contex or enviroment status).
|
H A D | bash.php | 114 'apt-cache add', 'apt-cache depends', 'apt-cache dotty',
|
/dokuwiki/lib/exe/ |
H A D | js.php | 86 // The generated script depends on some dynamic options
|
H A D | css.php | 113 // The generated script depends on some dynamic options
|
/dokuwiki/inc/ |
H A D | template.php | 244 $depends = getConfigFiles('main'); 245 $depends[] = DOKU_CONF . "tpl/" . $conf['template'] . "/style.ini"; 246 foreach ($depends as $f) $tseed .= @filemtime($f);
|
H A D | search.php | 469 * How the function behaves, depends on the options passed in the $opts
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | LICENSE | 149 writing it). Whether that is true depends on what the Library does
|
/dokuwiki/inc/Ui/ |
H A D | PageDiff.php | 334 * state mutually depends on the selected revision of opposite side.
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | LICENCE | 147 writing it). Whether that is true depends on what the Library does
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Base.php |
|
/dokuwiki/inc/ChangeLog/ |
H A D | ChangeLog.php | 81 * identical with or newer than the "last" revision, that depends on whether the file
|
12