Home
last modified time | relevance | path

Searched refs:is_writable (Results 26 – 50 of 81) sorted by relevance

1234

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.vorbiscomment.php60 …if (getID3::is_writable($tempcommentsfilename) && is_file($tempcommentsfilename) && ($fpcomments =…
H A Dwrite.id3v2.php108 …mpty($this->filename) && (getID3::is_writable($this->filename) || (!file_exists($this->filename) &…
126 …if (file_exists($this->filename) && getID3::is_writable($this->filename) && isset($OldThisFileInfo…
131 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
141 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
155 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
209 if (getID3::is_writable(dirname($this->filename))) {
227 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_temp = fopen($this->f…
244 } elseif (getID3::is_writable($this->filename)) {
267 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
H A Dmodule.tag.apetag.php305 if (!is_dir($this->inline_attachments) || !getID3::is_writable($this->inline_attachments)) {
315 if (!file_exists($destination_filename) || getID3::is_writable($destination_filename)) {
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php43 if (!is_writable($this->dir)) {
/plugin/elwikiupgrade/
H A Dadmin.php459 if(is_dir(dirname($to)) && !is_writable(dirname($to))) {
476 if((file_exists($to) && !is_writable($to)) ||
477 … (!file_exists($to) && is_dir(dirname($to)) && !is_writable(dirname($to)))
/plugin/adminperm/
H A Dadmin.php67 if (file_exists($this->config) && !is_writable($this->config)) {
/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/move/action/
H A Drewrite.php104 if(is_writable($file))
/plugin/news/scripts/
H A Dnewsfeed.php40 if(isset($_REQUEST['test']) && !is_writable(DOKU_INC) ) {
/plugin/menupopup/
H A Dsyntax.php226 …if (($perm >= AUTH_EDIT) && (is_writable($file))) $ret = '<div class="secedit">'.html_btn('edit', …
/plugin/ckgedit/
H A Dadmin.php113 if(!is_writable($entry)) continue;
/plugin/math2/
H A Dsyntax.php181 return @is_writable($dirimg);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php127 if ( is_writable( $sServerDir ) )
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php159 if (is_writable($file)) {
/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/botbouncer/lib/
H A Dbotbouncer.php182 if (!empty($GLOBALS['logRoot']) && is_writable($GLOBALS['logRoot'])) {
249 if (!empty($dir) && is_writable($dir)) {
308 if (!is_writable($this->logRoot)) {
/plugin/txtconf/
H A Dconfig0.class.php183 if (!is_writable(dirname($local))) return true;
184 if (file_exists($local) && !is_writable($local)) return true;
/plugin/quickstats/scripts/
H A Dget_geocity2.php128 if(is_writable($discard))
/plugin/siteexport/
H A Dcron.php153 return is_writable($this->configFile);
/plugin/move/helper/
H A Drewrite.php277 if(is_writable($file) || !$changed) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php73 if (!is_writable($directory)) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php241 return is_writable($this->getStreamName());
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php207 if (!is_writable($this->dir)) {
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php96 if(@is_writable(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE))) {
935 if (! is_writable($logFile)) {

1234