Home
last modified time | relevance | path

Searched refs:is_readable (Results 1 – 25 of 109) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php110 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;
/plugin/recaptcha2/lib/
H A Dautoload.php27 if (is_readable($path)) {
35 if (is_readable($path)) {
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
/plugin/dokutexit/
H A Drenderer.php79 if (is_readable($this->_texit->zip['file'])) {
86 if (is_readable($this->_texit->pdf['file'])) {
H A Dconfig.php132 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")) {
/plugin/xtern/scripts/
H A Dchk_links.php70 if(is_file($path) && is_readable($path)) {
76 }elseif(is_dir($path) && is_readable($path)) {
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php422 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)) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php136 if (@is_readable($classPath)) {
160 if (@is_readable($configFile)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsReadable.php28 return is_readable($other);
/plugin/netlogo/inc/
H A Dservefile.php33 if (!is_readable($src)) die();
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Duseheading.php11 if(file_exists($meta_file) && is_readable ($meta_file)){
/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…
/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/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DTrainer.php29 else if (!\is_dir($dirname) || !\is_readable($dirname))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFileloader.php30 if (!$includePathFilename || !is_readable($includePathFilename)) {
/plugin/prettyphoto/
H A Daction.php41 if (is_readable(dirname(__FILE__).'/prettyphoto.conf.js')) {
/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorFactory.php95 if (!ini_get('open_basedir') && is_readable('/dev/urandom')) {
H A DUrandomPseudoRandomStringGenerator.php50 if (!is_readable('/dev/urandom')) {
/plugin/mathjax/action/
H A Denable.php45 if ($f == "" or !is_readable($f)) {
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php241 if (!is_readable($dir))
256 if (!is_readable($src_file))
274 if (!is_readable($src_dir))
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mimeonly.php37 } elseif (!is_readable($filename)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.cache.class.php23 return is_readable($cache_filename);
/plugin/prolog/
H A Dattribute_include.php113 if((is_file($file) || is_dir($file)) && file_exists($file) && is_readable($file))
250 if(is_readable($path))
/plugin/tokenbucketauth/
H A Daction.php61 if(is_readable($banned_f))
78 if(is_readable($track_f))

12345