Home
last modified time | relevance | path

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

/dokuwiki/inc/Action/
H A DSitemap.php47 if (!is_readable($sitemap)) {
51 if (is_readable($sitemap)) {
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php30 if (!is_readable($imagepath)) {
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php127 if (file_exists($this->name) && is_readable($this->name)) {
/dokuwiki/bin/
H A Ddwpage.php255 if (!is_readable($localfile)) {
/dokuwiki/lib/plugins/authplain/
H A Dauth.php39 if (!@is_readable($config_cascade['plainauth.users']['default'])) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php793 if (is_readable($infopath)) {
861 if (is_readable($managerpath)) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php695 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {
/dokuwiki/inc/
H A Dauth.php138 if (!is_readable($config_cascade['acl']['default'])) return [];
H A Dtemplate.php38 if (@is_readable(DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file))
H A Dcommon.php2027 if (!is_readable($file)) return false;
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php674 if (!is_readable($file_name)) {
1556 if (is_readable($file_name)) {
3803 if (is_readable($style_filename)) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2711 public function is_readable($path)
2933 function is_readable($path) global() function in phpseclib\\Net\\SFTP