Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dindexer.php282 if ($conf['readdircache'] == 0) {
288 && (time() < @filemtime($conf['indexdir'] . '/lengths.idx') + $conf['readdircache'])
304 if ($conf['readdircache'] == 0 || $docache) {
/dokuwiki/conf/
H A Ddokuwiki.php161 $conf['readdircache'] = 0; //time cache in second for the readdir operation, 0 to deactivate.
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php247 $meta['readdircache'] = ['numeric'];