Home
last modified time | relevance | path

Searched refs:is_readable (Results 1 – 25 of 109) sorted by path

12345

/plugin/a2s/
H A DASCIIToSVG.php1714 if (is_readable($cacheFile) && is_readable($dir)) {
1769 if (substr($ent, -5) == '.path' && is_readable($file)) {
/plugin/ajaxpeon/
H A Dhelper.php126 if(is_readable($metadir."/learn.log"))
164 if(is_readable($logname)==false){
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php87 if (!$this->isRemoteFile($this->path) && !is_readable($this->path)) {
/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorFactory.php95 if (!ini_get('open_basedir') && is_readable('/dev/urandom')) {
H A DUrandomPseudoRandomStringGenerator.php50 if (!is_readable('/dev/urandom')) {
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php96 if (file_exists($storageFile) && is_readable($storageFile)) {
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2721 public function is_readable($path) function in phpseclib3\\Net\\SFTP
/plugin/authimap2/
H A Dauth.php43 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/authldaplocal/
H A Dauth.php45 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/authorstats/
H A Daction.php182 if (is_readable($change_file))
/plugin/authplaincas/
H A Dauth.php79 if (!@is_readable($this->casuserfile)) {
84 elseif(!@is_readable($this->casuserfile)){
156 if($this->_options['localusers'] && !@is_readable($this->localuserfile)) {
200 if (@is_readable($this->_getOption('settings_file'))) {
/plugin/authremoteuser/
H A Dauth.php40 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php712 if (! is_readable($path)) {
/plugin/authwordpress/
H A Dclass-phpass.php68 if ( @is_readable('/dev/urandom') &&
/plugin/authyubikey/
H A Dauth.php.org35 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
/plugin/changes/
H A Dsyntax.php234 if (file_exists($conf['changelog']) && is_readable($conf['changelog'])) {
240 if (file_exists($conf['media_changelog']) && is_readable($conf['media_changelog'])) {
/plugin/ckgdoku/action/
H A Dmeta.php526 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php190 if (!@is_readable($filePath)) {
/plugin/ckgedit/action/
H A Dmeta.php561 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Duseheading.php11 if(file_exists($meta_file) && is_readable ($meta_file)){
H A Dutil.php190 if (!@is_readable($filePath)) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …owner fileperms filesize filetype file_exists is_writable is_writeable is_readable is_executable i…
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php273 return is_readable($fileOrDirectory);

12345