Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 25 of 93) sorted by last modified time

1234

/plugin/siteexport/
H A Dcron.php104 if($conf['fperm']) chmod($this->configFile, $conf['fperm']);
/plugin/spatialhelper/helper/
H A Dsitemap.php101 @chmod(mediaFN($mediaID), $conf['fmode']);
196 @chmod(mediaFN($mediaID), $conf['fmode']);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php180 @chmod($phpThumb->cache_filename, 0644);
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default55 // Note: this directory must be writable (usually chmod 777 is neccesary) for caching to work.
H A DphpThumb.php685 chmod($phpThumb->cache_filename, 0644);
H A Dphpthumb.class.php680 @chmod($renderfilename, $this->getParameter('config_file_create_mask'));
1497 @chmod($IMwhichConvertCacheFilename, $this->getParameter('config_file_create_mask'));
1575 @chmod($IMcommandlineBaseCacheFilename, $this->getParameter('config_file_create_mask'));
1611 @chmod($IMversionCacheFilename, $this->getParameter('config_file_create_mask'));
1676 @chmod($IMtempSourceFilename, $this->getParameter('config_file_create_mask'));
1808 @chmod($IMtempfilename, $this->getParameter('config_file_create_mask'));
3869 @chmod($tempnam, $this->getParameter('config_file_create_mask'));
4479 @chmod($tempnam, $this->getParameter('config_file_create_mask'));
H A Dphpthumb.functions.php884 @chmod($test_directory, $mask);
1004 @chmod($tempfilename, $phpthumb_temp->getParameter('config_file_create_mask'));
/plugin/photogallery/
H A Dsyntax.php255 if (@chmod(PHOTOGALLERY_PGFETCH_FILE, $fperm | PHOTOGALLERY_PGFETCH_EXE_PERM)){
/plugin/api/
H A D.travis.yml13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php53 if (!chmod($basePath, 0777)) {
79 chmod($tempFile, 0664);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php209 @chmod($output, $fileinfo->getMode());
/plugin/pubmed2020/classes/
H A Dcache.php272 @chmod($path,$conf['fmode']);
291 @chmod($tmp,$conf['dmode']);
299 @chmod($tmp,$conf['dmode']);
307 @chmod($tmp,$conf['dmode']);
359 @chmod($path,$conf['fmode']);
/plugin/statdisplay/helper/
H A Dlog.php330 chmod($lock, $conf['dperm']);
/plugin/ckgedit/scripts/
H A Daddanimal.sh27 find ${ANIMAL}/ -type d -exec chmod 777 {} \;
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
H A Dadd_v_animal.sh21 find ${ANIMAL}/ -type d -exec chmod 777 {} \;
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
/plugin/ckgedit/action/
H A Dmeta.php162 chmod($newf, $conf['fmode']);
652 chmod($meta, 0666);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php713 chmod( $sFilePath, $permissions ) ;
/plugin/indexmenu/inc/
H A Dpclzip.lib.php3722 // ----- Look for chmod option
3724 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "chmod option activated '".$p_options[PCLZIP_OPT_SET_CHMOD]."'");
3727 @chmod($p_entry['filename'], $p_options[PCLZIP_OPT_SET_CHMOD]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php140 @chmod($url, $this->filePermission);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1668 public function chmod($mode, $filename, $recursive = false) function in phpseclib3\\Net\\SFTP
2007 $this->chmod($mode, $dir);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php461 return $this->sftp->chmod($path, $var) !== false;
/plugin/newpagetemplate/
H A Dhelper.php82 chmod($page, 0664);
/plugin/preregister/
H A Dadmin.php114 if(chmod($this->metaFn ,0600)) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D58.58.js.map1 …n 'cat',\n 'cc',\n 'cd',\n 'chown',\n 'chmod',\n 'chroot…
H A D39.39.js.map1 … 'getservbyname',\n 'rename',\n 'truncate',\n 'chmod',\n 'getser…

1234