Home
last modified time | relevance | path

Searched refs:is_writable (Results 51 – 75 of 81) sorted by relevance

1234

/plugin/include/
H A Daction.php279 'writable' => (page_exists($data['name']) ? (is_writable($fn) && $perm >= AUTH_EDIT) : $perm >= AUTH_CREATE),
/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/authremoteuser/
H A Dauth.php43 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/translate/
H A Daction.php66 $info['writable'] = (is_writable($info['filepath']) &&
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1909 public static function is_writable ($filename) { function in getID3
1910 $ret = is_writable($filename);
2243 if (!is_dir($dir) || !getID3::is_writable($dir)) { // check supplied directory
H A Dmodule.tag.id3v2.php1459 if (!is_dir($dir) || !getID3::is_writable($dir)) {
1469 if (!file_exists($destination_filename) || getID3::is_writable($destination_filename)) {
/plugin/fckg/action/
H A Dmeta.php200 if(!is_writable($userfiles)){
/plugin/authimap2/
H A Dauth.php46 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/file2dw/
H A Daction.php570 if (!is_dir($dir) || !is_writable($dir))
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php241 if (!is_writable($dir)) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php369 if ( is_writable( $sServerDir ) )
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar154 if (!$temp || !is_writable($temp)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php367 if ( is_writable( $sServerDir ) )
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php368 if ( is_writable( $sServerDir ) )
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php932 if (!is_writable($localFilename)) {
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php966 if (is_writable(dirname($filename)))
/plugin/authldaplocal/
H A Dauth.php48 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php871 if (!is_writable($value)) {
/plugin/authyubikey/
H A Dauth.php.org38 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/ckgdoku/action/
H A Dmeta.php526 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/ckgedit/action/
H A Dmeta.php561 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/blogtng/helper/
H A Dentry.php1207 if (($perm >= AUTH_EDIT) && (is_writable(wikiFN($id)))) {
/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);

1234