Home
last modified time | relevance | path

Searched refs:is_readable (Results 26 – 50 of 109) sorted by path

12345

/plugin/combo/vendor/symfony/yaml/
H A DParser.php58 if (!is_readable($filename)) {
/plugin/deletehistory/
H A Dhelper.php42 if (!is_readable($dir) || !is_dir($dir)) {
/plugin/displayfile/
H A Dsyntax.php175 … else if (!is_readable($real_path)) { return sprintf($this->getLang('error_access'), $title); }
/plugin/docsearch/
H A Dcron.php24 if(!is_readable($dir)) return;
/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")) {
H A Drenderer.php79 if (is_readable($this->_texit->zip['file'])) {
86 if (is_readable($this->_texit->pdf['file'])) {
H A Dtexitrender.php201 if (!is_readable($filename)) {
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php34 else if (!\is_dir($dirname) || !\is_readable($dirname))
H A DTrainer.php29 else if (!\is_dir($dirname) || !\is_readable($dirname))
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php190 if (!@is_readable($filePath)) {
/plugin/fetchmedia/action/
H A Dajax.php125 if (!is_readable($link)) {
/plugin/filelist/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php231 return is_readable($this->getStreamName());
/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/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/phpunit/phpunit/src/Util/
H A DFileloader.php30 if (!$includePathFilename || !is_readable($includePathFilename)) {
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php84 if (is_readable($binary)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php244 return is_readable($fileOrDirectory);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php56 if (!is_readable($filename)) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php861 if (!is_readable($value)) {
/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/gtime/gtlib/tsp/
H A DGTDataHash.php173 if (!is_readable($file)) {

12345