Searched refs:chmod (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/_test/tests/inc/ |
D | init_creationmodes.test.php | 42 chmod($this->dir, 0777); 45 chmod($this->file, 0777);
|
/dokuwiki/lib/plugins/config/core/ |
D | Writer.php | 64 if ($conf['fperm']) chmod($this->savefile, $conf['fperm']);
|
/dokuwiki/inc/ |
D | io.php | 284 chmod($file, $conf['fperm']); 449 chmod($lockDir, $conf['dperm']); 554 chmod($target, $conf['dperm']); 692 chmod($file, $conf['fperm']); 714 chmod($to, $conf['fperm']);
|
D | media.php | 95 if ($conf['fperm']) chmod($src, $conf['fperm']); 560 chmod($fn, $conf['fmode']); 628 chmod($newf, $conf['fmode']); 1810 if ($conf['fperm']) @chmod($cache->cache, $conf['fperm']); 1949 if (!$fileexists && $conf['fperm']) chmod($file, $conf['fperm']);
|
D | init.php | 370 if ($conf['fperm']) chmod($file, $conf['fperm']);
|
/dokuwiki/inc/Subscriptions/ |
D | BulkSubscriptionSender.php | 158 chmod($lock, $conf['dperm']);
|
/dokuwiki/inc/Extension/ |
D | PluginController.php | 274 if ($conf['fperm']) chmod($backup, $conf['fperm']);
|
/dokuwiki/inc/Search/ |
D | Indexer.php | 966 chmod($lock, $conf['dperm']); 1027 chmod($fn . '.tmp', $conf['fperm']); 1096 chmod($fn . '.tmp', $conf['fperm']);
|
/dokuwiki/lib/plugins/extension/ |
D | Installer.php | 552 if (!$existed && $conf['fperm']) chmod($dst, $conf['fperm']);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
D | Stream.php | 438 return $this->sftp->chmod($path, $var) !== false;
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
D | Tar.php | 239 @chmod($output, $fileinfo->getMode());
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
D | SFTP.php | 1678 public function chmod($mode, $filename, $recursive = false) function in phpseclib3\\Net\\SFTP 2011 $this->chmod($mode, $dir);
|