Searched +full:dmode -(+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/_test/tests/inc/ |
| H A D | init_creationmodes.test.php | 63 foreach ($dmodes as $dmode) { 65 yield [$umask, $dmode, $fmode]; 74 public function testFilemodes($umask, $dmode, $fmode) argument 79 $conf['dmode'] = $dmode; 94 $this->assertSame($dmode, $dperm, 97 $dperm, $dmode, $umask, $conf['dperm']
|
| /dokuwiki/inc/ |
| H A D | init.php | 449 if ($auto_dmode != $conf['dmode']) $conf['dperm'] = $conf['dmode'];
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 27 $conf['dmode'] = 0755; //set directory creation mode
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 96 $meta['dmode'] = ['numeric', '_pattern' => '/0[0-7]{3,4}/']; // only accept octal representation
|