Home
last modified time | relevance | path

Searched refs:is_readable (Results 26 – 50 of 109) sorted by last modified time

12345

/plugin/xtern/scripts/
H A Dchk_links.php70 if(is_file($path) && is_readable($path)) {
76 }elseif(is_dir($path) && is_readable($path)) {
/plugin/xcom/
H A Dremote.php132 if(is_dir("$dir/$value") && is_readable("$dir/$value")) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php51 if (!is_readable($database)) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php303 …return $certFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($cert…
308 return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*');
/plugin/preregister/
H A Daction.php307 if(!is_readable($authusers)) return false;
/plugin/mathjax/action/
H A Denable.php45 if ($f == "" or !is_readable($f)) {
/plugin/authremoteuser/
H A Dauth.php40 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/deletehistory/
H A Dhelper.php42 if (!is_readable($dir) || !is_dir($dir)) {
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php137 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/publistf/
H A Dsyntax.php121 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/displayfile/
H A Dsyntax.php175 … else if (!is_readable($real_path)) { return sprintf($this->getLang('error_access'), $title); }
/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.php800 …if (is_readable($filename_source) && is_file($filename_source) && ($fp_src = fopen($filename_sourc…
H A Dgetid3.php38 if ($temp_dir && (!is_dir($temp_dir) || !is_readable($temp_dir))) {
449 …} elseif ((is_readable($filename) || file_exists($filename)) && is_file($filename) && ($this->fp =…
453 if (!is_readable($filename)) {
H A Dwrite.lyrics3.php64 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
H A Dmodule.audio.shorten.php129 if (!is_readable(GETID3_HELPERAPPSDIR.$required_file)) {
H A Dwrite.id3v2.php131 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
154 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
213 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
248 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
H A Dmodule.tag.xmp.php95 if (is_readable($filename) && is_file($filename) && ($filehnd = fopen($filename, 'rb'))) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php41 if (!is_readable($nextinputfilename)) {
H A Ddemo.mimeonly.php37 } elseif (!is_readable($filename)) {
/plugin/filelist/
H A Dsyntax.php
/plugin/prettyphoto/
H A Daction.php41 if (is_readable(dirname(__FILE__).'/prettyphoto.conf.js')) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …owner fileperms filesize filetype file_exists is_writable is_writeable is_readable is_executable i…
/plugin/sentry/
H A DEvent.php309 if (is_readable($infopath)) {
329 if (is_readable($tplpath)) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …is_integer is_link is_long ' +\n 'is_nan is_null is_numeric is_object is_readable is_real is_reso…

12345