Home
last modified time | relevance | path

Searched refs:is_readable (Results 76 – 100 of 109) sorted by last modified time

12345

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php761 if (is_readable($file) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1752 if ($contents === null && is_readable($filePath) === true) {
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php96 if (file_exists($storageFile) && is_readable($storageFile)) {
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php712 if (! is_readable($path)) {
/plugin/authyubikey/
H A Dauth.php.org35 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/publist/
H A Dsyntax.php103 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php126 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/authldaplocal/
H A Dauth.php45 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/jukebox/id3/
H A Dgetid3.lib.php528 if (!is_readable(GETID3_HELPERAPPSDIR.$required_file)) {
563 if (!is_readable(GETID3_HELPERAPPSDIR.$required_file)) {
620 if (!is_readable(GETID3_HELPERAPPSDIR.$required_file)) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php530 if (!@is_readable($file)) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php136 if (@is_readable($classPath)) {
160 if (@is_readable($configFile)) {
/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/tokenbucketauth/
H A Daction.php61 if(is_readable($banned_f))
78 if(is_readable($track_f))
/plugin/ajaxpeon/
H A Dhelper.php126 if(is_readable($metadir."/learn.log"))
164 if(is_readable($logname)==false){
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php234 if(is_string($filename) && file_exists($filename) && is_readable($filename)) {
H A DPHPClass.php93 if(file_exists($filename) && is_readable($filename)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php9 if (!is_readable($fontfile)) { return null; };
103 if (!is_readable($file)) { return null; };
H A Dimage.class.php151 if (!is_readable(CACHE_DIR) ||
H A Dmanager.encoding.php230 if (!is_readable($mapping_file)) {
H A Dcss.cache.class.php23 return is_readable($cache_filename);
/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/permissioninfo/
H A Dadmin.php389 if(!is_readable($config_cascade['acl']['default'])) return array();
/plugin/publistx/
H A Dsyntax.php120 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php133 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/dokutexit/
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")) {

12345