Home
last modified time | relevance | path

Searched refs:is_writable (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/googleads/
H A Dcode.php38 if (is_writable($gads_file) || is_writable(dirname(__FILE__))) {
/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php51 if (file_exists($logpath) && is_writable($logpath))
54 if (is_writable($logpath))
/plugin/acronymedit/
H A Dadmin.php102 …if (is_writable( $filename ) || (is_writable(dirname( $filename ).'/.') && !file_exists( $filename…
/plugin/dx/src/
H A DStandardize.php70 if (!is_writable($targetFilePath)) {
91 if (!is_writable(dirname($targetFilePath))) {
/plugin/confmanager/
H A Dhelper.php61 if (!is_writable($file)) {
76 } elseif (!is_writable($file)) {
/plugin/custombuttons/
H A Dadmin.php44 …if (is_writable($configfile) || (!file_exists($configfile) && is_writable(DOKU_PLUGIN.'custombutto…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.real.php65 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
131 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
269 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
298 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
H A Dwrite.metaflac.php66 …if (getID3::is_writable($temppicturefilename) && is_file($temppicturefilename) && ($fpcomments = f…
87 …if (getID3::is_writable($tempcommentsfilename) && is_file($tempcommentsfilename) && ($fpcomments =…
H A Dwrite.id3v1.php61 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename…
128 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename…
H A Dwrite.apetag.php88 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
130 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
H A Dwrite.lyrics3.php64 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
/plugin/vbsso/
H A Dadmin.php170 if (!is_writable(VBSSO_VBSSO_CONFIG_FILE)) {
173 if (!is_writable(VBSSO_PLATFORM_CONFIG_FILE)) {
/plugin/rtmchecklist/
H A Daction.php43 if (is_writable($profileFilename)) {
107 if (is_writable($profileFilename)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsWritable.php28 return is_writable($other);
/plugin/google_adsense2/
H A Dcode.php39 if (is_writable($gads_file) || is_writable(dirname(__FILE__)))
/plugin/geourl/
H A Dcode.php42 if (is_writable($gu_file))
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFileCachingTest.php29 if (!is_writable($this->tmpDir)) {
/plugin/latex/
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/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/xymon/dokuwiki-plugin/xymon/
H A Daction.php66 …$fp = !file_exists($xymon_status_cache_file) || is_writable($xymon_status_cache_file) ? fopen($xym…
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php71 if (is_writable(dirname($filename)))
87 if (is_writable(dirname($filename)))
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php428 if (!is_writable(HTML2PS_DIR.'/cache/')) {
470 if (!is_writable(HTML2PS_DIR.'/out/')) {
512 if (!is_writable(HTML2PS_DIR.'/temp/')) {
/plugin/referrers/
H A Dcode.php34 if (is_writable($curdatefile)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php60 } elseif (!is_writable($dir)) {

1234