Home
last modified time | relevance | path

Searched refs:is_writable (Results 26 – 50 of 81) sorted by last modified time

1234

/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/jplayer/vendor/james-heinrich/getid3/getid3/
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 Dgetid3.lib.php1505 … if (is_writable($tempfilename) && is_file($tempfilename) && ($tmp = fopen($tempfilename, 'wb'))) {
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 Dwrite.lyrics3.php64 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
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.vorbiscomment.php60 …if (getID3::is_writable($tempcommentsfilename) && is_file($tempcommentsfilename) && ($fpcomments =…
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.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 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 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)) {
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/referrers/
H A Dcode.php34 if (is_writable($curdatefile)) {
/plugin/googleads/
H A Dcode.php38 if (is_writable($gads_file) || is_writable(dirname(__FILE__))) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … fileinode filemtime fileowner fileperms filesize filetype file_exists is_writable is_writeable is…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …scalar is_soap_fault ' +\n 'is_string is_subclass_of is_uploaded_file is_writable is_writeable mk…
/plugin/acronymedit/
H A Dadmin.php102 …if (is_writable( $filename ) || (is_writable(dirname( $filename ).'/.') && !file_exists( $filename…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php207 if (!is_writable($this->dir)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php932 if (!is_writable($localFilename)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php60 } elseif (!is_writable($dir)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFileCachingTest.php29 if (!is_writable($this->tmpDir)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar154 if (!$temp || !is_writable($temp)) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php73 if (!is_writable($directory)) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php241 if (!is_writable($dir)) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php241 return is_writable($this->getStreamName());

1234