Searched refs:is_readable (Results 1 – 16 of 16) sorted by relevance
47 if (!is_readable($sitemap)) {51 if (is_readable($sitemap)) {
30 if (!is_readable($imagepath)) {
87 if (file_exists($this->name) && is_readable($this->name)) {
63 if (!is_readable($this->path)) return $data;
796 if (!is_readable($file)) continue;
146 if (!is_readable($path)) {
259 if (!is_readable($localfile)) {
39 if (!@is_readable($config_cascade['plainauth.users']['default'])) {
292 … if (empty($url) || !is_readable($url) || false === $filebody = file_get_contents($url)) {
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))
1940 if (!is_readable($file)) return false;
153 if (!is_readable($fname)) {
2720 public function is_readable($path) function in phpseclib3\\Net\\SFTP