Searched refs:is_readable (Results 1 – 25 of 109) sorted by relevance
12345
110 if (is_readable($exampleFileFromConfig)) {117 if (is_readable($this->getExamplePathFromSource($filename))) {119 } elseif (is_readable($this->getExamplePathFromExampleDirectory($filename))) {121 } elseif (is_readable($filename)) {126 return $normalizedPath && is_readable($normalizedPath) ? file($normalizedPath) : null;
27 if (is_readable($path)) {35 if (is_readable($path)) {
31 if (!@is_readable($argv[1])) {46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
79 if (is_readable($this->_texit->zip['file'])) {86 if (is_readable($this->_texit->pdf['file'])) {
132 if (is_readable($destfn)) {135 if (is_readable($basefn)) {151 if (is_readable($basefn)) {295 if (is_readable(PLUGIN_TEXIT_CONF.$header_name)) {322 if (is_readable(PLUGIN_TEXIT_CONF."footer.tex")) {344 if (is_readable(PLUGIN_TEXIT_CONF."commands.tex")) {
70 if(is_file($path) && is_readable($path)) {76 }elseif(is_dir($path) && is_readable($path)) {
422 if (!is_readable(HTML2PS_DIR.'/cache/')) {464 if (!is_readable(HTML2PS_DIR.'/out/')) {506 if (!is_readable(HTML2PS_DIR.'/temp/')) {552 if (!is_readable(HTML2PS_DIR.'/fonts/')) {588 if (!is_readable(TYPE1_FONTS_REPOSITORY)) {
136 if (@is_readable($classPath)) {160 if (@is_readable($configFile)) {
28 return is_readable($other);
33 if (!is_readable($src)) die();
11 if(file_exists($meta_file) && is_readable ($meta_file)){
61 …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…
303 return $certFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($certFile, $logger);308 return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*');
29 else if (!\is_dir($dirname) || !\is_readable($dirname))
30 if (!$includePathFilename || !is_readable($includePathFilename)) {
41 if (is_readable(dirname(__FILE__).'/prettyphoto.conf.js')) {
95 if (!ini_get('open_basedir') && is_readable('/dev/urandom')) {
50 if (!is_readable('/dev/urandom')) {
45 if ($f == "" or !is_readable($f)) {
241 if (!is_readable($dir))256 if (!is_readable($src_file))274 if (!is_readable($src_dir))
37 } elseif (!is_readable($filename)) {
23 return is_readable($cache_filename);
113 if((is_file($file) || is_dir($file)) && file_exists($file) && is_readable($file))250 if(is_readable($path))
61 if(is_readable($banned_f))78 if(is_readable($track_f))