Home
last modified time | relevance | path

Searched refs:is_readable (Results 51 – 75 of 109) sorted by last modified time

12345

/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php244 return is_readable($fileOrDirectory);
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php84 if (is_readable($binary)) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php231 return is_readable($this->getStreamName());
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php861 if (!is_readable($value)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php325 …if (!is_file($testDirectory . $externalFilename) || !is_readable($testDirectory . $externalFilenam…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsReadable.php28 return is_readable($other);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php110 if (is_readable($exampleFileFromConfig)) {
117 if (is_readable($this->getExamplePathFromSource($filename))) {
119 } elseif (is_readable($this->getExamplePathFromExampleDirectory($filename))) {
121 } elseif (is_readable($filename)) {
126 return $normalizedPath && is_readable($normalizedPath) ? file($normalizedPath) : null;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFileloader.php30 if (!$includePathFilename || !is_readable($includePathFilename)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php56 if (!is_readable($filename)) {
/plugin/pubchem/
H A Dsyntax.php115 if(!is_readable($filename)){
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php190 if (!@is_readable($filePath)) {
/plugin/ckgdoku/action/
H A Dmeta.php526 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/netlogo/inc/
H A Dservefile.php33 if (!is_readable($src)) die();
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php173 if (!is_readable($file)) {
/plugin/gtime/gtlib/util/
H A DGTUtil.php186 if (!is_readable($file)) {
/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/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php190 if (!@is_readable($filePath)) {
/plugin/docsearch/
H A Dcron.php24 if(!is_readable($dir)) return;
/plugin/htmlokay/
H A Dadmin.php225 if(!is_readable ($base)) {
/plugin/recaptcha2/lib/
H A Dautoload.php27 if (is_readable($path)) {
35 if (is_readable($path)) {
/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/fetchmedia/action/
H A Dajax.php125 if (!is_readable($link)) {
/plugin/authimap2/
H A Dauth.php43 if(!@is_readable($config_cascade['plainauth.users']['default'])) {

12345