Home
last modified time | relevance | path

Searched refs:is_writable (Results 1 – 25 of 81) sorted by last modified time

1234

/plugin/siteexport/
H A Dcron.php153 return is_writable($this->configFile);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php163 echo '<div style="background-color: '.(is_writable($phpThumb->config_cache_directory) ? 'lime;">wri…
203 echo '<div style="background-color: '.(is_writable($phpThumb->config_temp_directory) ? 'lime;">writ…
/plugin/photogallery/phpThumb/
H A DphpThumb.php681 …if (is_writable(dirname($phpThumb->cache_filename)) || (file_exists($phpThumb->cache_filename) &&
H A Dphpthumb.class.php358 } elseif (!@is_writable($this->config_cache_source_directory)) {
669 if (!@is_writable(dirname($renderfilename))) {
673 if (@is_file($renderfilename) && !@is_writable($renderfilename)) {
805 if (!is_writable($this->config_cache_directory)) {
1143 } elseif (!@is_writable($this->config_cache_directory)) {
1148 …onfig_temp_directory) && !@is_writable($this->config_temp_directory) && @is_dir($this->config_cach…
4250 …table($this->config_cache_directory) = '.$this->phpThumbDebugVarDump(@is_writable($this->config_c…
4252 … '.(@file_exists($this->cache_filename) ? $this->phpThumbDebugVarDump(@is_writable($this->cache_fi…
H A Dphpthumb.functions.php885 if (!@is_dir($test_directory) || !@is_writable($test_directory)) {
/plugin/confmanager/
H A Dhelper.php61 if (!is_writable($file)) {
76 } elseif (!is_writable($file)) {
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLine.php70 if(!is_writable($this->configFile)) msg($this->helper->getLang('warning:not writable'),-1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php40 if (!is_writable($basePath) || !is_dir($basePath)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php913 if (!is_writable($tempfile)) {
/plugin/upgrade/
H A Dhelper.php318 if (is_dir(dirname($to)) && !is_writable(dirname($to))) {
336 (file_exists($to) && !is_writable($to)) ||
337 (!file_exists($to) && is_dir(dirname($to)) && !is_writable(dirname($to)))
/plugin/blogtng/helper/
H A Dentry.php1207 if (($perm >= AUTH_EDIT) && (is_writable(wikiFN($id)))) {
/plugin/ckgedit/
H A Dadmin.php113 if(!is_writable($entry)) continue;
/plugin/ckgedit/action/
H A Dmeta.php561 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php368 if ( is_writable( $sServerDir ) )
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php159 if (is_writable($file)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2749 public function is_writable($path) function in phpseclib3\\Net\\SFTP
2781 return $this->is_writable($path);
/plugin/translate/
H A Daction.php66 $info['writable'] = (is_writable($info['filepath']) &&
/plugin/latex-was/
H A Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))
/plugin/include/
H A Daction.php279 'writable' => (page_exists($data['name']) ? (is_writable($fn) && $perm >= AUTH_EDIT) : $perm >= AUTH_CREATE),
/plugin/move/action/
H A Drewrite.php104 if(is_writable($file))
/plugin/move/helper/
H A Drewrite.php277 if(is_writable($file) || !$changed) {
/plugin/quickstats/scripts/
H A Dget_geocity2.php128 if(is_writable($discard))
/plugin/authremoteuser/
H A Dauth.php43 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/dx/src/
H A DStandardize.php70 if (!is_writable($targetFilePath)) {
91 if (!is_writable(dirname($targetFilePath))) {
/plugin/custombuttons/
H A Dadmin.php44 …if (is_writable($configfile) || (!file_exists($configfile) && is_writable(DOKU_PLUGIN.'custombutto…

1234