Home
last modified time | relevance | path

Searched refs:is_readable (Results 76 – 100 of 109) sorted by relevance

12345

/plugin/permissioninfo/
H A Dadmin.php389 if(!is_readable($config_cascade['acl']['default'])) return array();
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php273 return is_readable($fileOrDirectory);
/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/publistf/bib2tpl/
H A Dbibtex_converter.php137 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php133 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/authremoteuser/
H A Dauth.php40 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/preregister/
H A Daction.php307 if(!is_readable($authusers)) return false;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php38 if ($temp_dir && (!is_dir($temp_dir) || !is_readable($temp_dir))) {
449 …} elseif ((is_readable($filename) || file_exists($filename)) && is_file($filename) && ($this->fp =…
453 if (!is_readable($filename)) {
H A Dwrite.id3v2.php131 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
154 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
213 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
248 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php530 if (!@is_readable($file)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php812 …if (file_exists($phpThumbCacheStats_filename) && is_readable($phpThumbCacheStats_filename) && (fil…
1021 if (@is_readable( __DIR__ .'/phpthumb.ico.php')) {
1024 if (@is_readable( __DIR__ .'/phpthumb.bmp.php')) {
1380 if (@is_readable($filename) && !@is_readable($this->config_document_root.$filename)) {
1392 if (@is_readable($AbsoluteFilename)) {
1424 if (@is_readable($AbsoluteFilename)) {
2946 if (@is_readable($mask_filename) && ($fp_mask = @fopen($mask_filename, 'rb'))) {
3014 if (@is_readable($filename) && ($fp_watermark = @fopen($filename, 'rb'))) {
3092 if (@is_readable($filename)) {
4249 …dable($this->config_cache_directory) = '.$this->phpThumbDebugVarDump(@is_readable($this->config_c…
[all …]
/plugin/authimap2/
H A Dauth.php43 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/xcom/
H A Dremote.php132 if(is_dir("$dir/$value") && is_readable("$dir/$value")) {
/plugin/htmlokay/
H A Dadmin.php225 if(!is_readable ($base)) {
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php712 if (! is_readable($path)) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php695 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {
/plugin/statistics/inc/
H A DBrowscap.php865 if (!is_readable($this->localFile) || !is_file($this->localFile)) {
/plugin/authldaplocal/
H A Dauth.php45 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php861 if (!is_readable($value)) {
/plugin/authyubikey/
H A Dauth.php.org35 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/ckgdoku/action/
H A Dmeta.php526 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/ckgedit/action/
H A Dmeta.php561 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php56 if (!is_readable($filename)) {
/plugin/a2s/
H A DASCIIToSVG.php1714 if (is_readable($cacheFile) && is_readable($dir)) {
1769 if (substr($ent, -5) == '.path' && is_readable($file)) {
/plugin/combo/vendor/symfony/yaml/
H A DParser.php58 if (!is_readable($filename)) {

12345