Searched refs:is_readable (Results 1 – 14 of 14) sorted by relevance
47 if (!is_readable($sitemap)) {51 if (is_readable($sitemap)) {
30 if (!is_readable($imagepath)) {
126 if (file_exists($this->name) && is_readable($this->name)) {
63 if (!is_readable($this->path)) return $data;
796 if (!is_readable($file)) continue;
259 if (!is_readable($localfile)) {
39 if (!@is_readable($config_cascade['plainauth.users']['default'])) {
742 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {
674 if (!is_readable($file_name)) {1556 if (is_readable($file_name)) {3803 if (is_readable($style_filename)) {
144 if (!is_readable($config_cascade['acl']['default'])) return [];
38 if (@is_readable(DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file))
1948 if (!is_readable($file)) return false;
153 if (!is_readable($fname)) {
2713 public function is_readable($path) function in phpseclib3\\Net\\SFTP