Home
last modified time | relevance | path

Searched refs:is_readable (Results 101 – 109 of 109) sorted by path

12345

/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…
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php1410 if (!is_readable($this->zipname)) {
/plugin/tokenbucketauth/
H A Daction.php61 if(is_readable($banned_f))
78 if(is_readable($track_f))
/plugin/txtconf/
H A Dconfig0.class.php416 if (!@is_readable($file)) return '';
463 if (!@is_readable($file)) return '';
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php695 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {
/plugin/xcom/
H A Dremote.php132 if(is_dir("$dir/$value") && is_readable("$dir/$value")) {
/plugin/xtern/
H A Dadmin.php320 if(is_file($path) && is_readable($path)) {
326 }elseif(is_dir($path) && is_readable($path)) {
/plugin/xtern/scripts/
H A Dchk_links.php70 if(is_file($path) && is_readable($path)) {
76 }elseif(is_dir($path) && is_readable($path)) {
/plugin/zip/pear/MIME/
H A DType.php375 if (!is_readable($file)) {

12345