Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dinit.php436 if ($auto_fmode != $conf['fmode']) $conf['fperm'] = $conf['fmode'];
H A Dmedia.php560 chmod($fn, $conf['fmode']);
628 chmod($newf, $conf['fmode']);
/dokuwiki/conf/
H A Ddokuwiki.php28 $conf['fmode'] = 0644; //set file creation mode
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php97 $meta['fmode'] = ['numeric', '_pattern' => '/0[0-7]{3,4}/']; // only accept octal representation