Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/lib/plugins/config/core/
H A DWriter.php64 if ($conf['fperm']) chmod($this->savefile, $conf['fperm']);
/dokuwiki/inc/
H A Dio.php283 chmod($file, $conf['fperm']);
448 chmod($lockDir, $conf['dperm']);
553 chmod($target, $conf['dperm']);
691 chmod($file, $conf['fperm']);
713 chmod($to, $conf['fperm']);
H A Dmedia.php95 if ($conf['fperm']) chmod($src, $conf['fperm']);
558 // Always chmod media because they may be saved with different permissions than expected from the php umask.
559 // (Should normally chmod to $conf['fperm'] only if $conf['fperm'] is set.)
560 chmod($fn, $conf['fmode']);
626 // Always chmod media because they may be saved with different permissions than expected from the php umask.
627 // (Should normally chmod to $conf['fperm'] only if $conf['fperm'] is set.)
628 chmod($newf, $conf['fmode']);
1802 if ($conf['fperm']) @chmod($cache->cache, $conf['fperm']);
1941 if (!$fileexists && $conf['fperm']) chmod($file, $conf['fperm']);
H A Dinit.php367 if ($conf['fperm']) chmod($file, $conf['fperm']);
414 * file with chmod. Considers the influence of the system's umask
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php158 chmod($lock, $conf['dperm']);
/dokuwiki/inc/Extension/
H A DPluginController.php274 if ($conf['fperm']) chmod($backup, $conf['fperm']);
/dokuwiki/inc/Search/
H A DIndexer.php966 chmod($lock, $conf['dperm']);
1027 chmod($fn . '.tmp', $conf['fperm']);
1096 chmod($fn . '.tmp', $conf['fperm']);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php954 if (!$fileexists && $conf['fperm']) chmod($file, $conf['fperm']);
1277 if (!$existed && $conf['fperm']) chmod($dst, $conf['fperm']);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php438 return $this->sftp->chmod($path, $var) !== false;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php209 @chmod($output, $fileinfo->getMode());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1676 public function chmod($mode, $filename, $recursive = false)
2009 $this->chmod($mode, $dir);
1831 function chmod($mode, $filename, $recursive = false) global() function in phpseclib\\Net\\SFTP