Home
last modified time | relevance | path

Searched refs:is_readable (Results 51 – 75 of 109) sorted by relevance

12345

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php190 if (!@is_readable($filePath)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php190 if (!@is_readable($filePath)) {
/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 Dmanager.encoding.php230 if (!is_readable($mapping_file)) {
/plugin/txtconf/
H A Dconfig0.class.php416 if (!@is_readable($file)) return '';
463 if (!@is_readable($file)) return '';
/plugin/siteexport/
H A Dpreload.php125 if (!is_readable($PRELOADFILE)) {
/plugin/filelist/
H A Dsyntax.php
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php234 if(is_string($filename) && file_exists($filename) && is_readable($filename)) {
/plugin/latex/
H A Dadmin.php269 if(is_readable($tmpf.'.tex') && is_file($tmpf.'.tex'))
H A Dclass.latexrender.php148 if (is_readable($full_path_filename)) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php231 return is_readable($this->getStreamName());
/plugin/authwordpress/
H A Dclass-phpass.php68 if ( @is_readable('/dev/urandom') &&
/plugin/latex-was/
H A Dadmin.php270 if(is_readable($tmpf.'.tex') && is_file($tmpf.'.tex'))
H A Dclass.latexrender.php148 if (is_readable($full_path_filename)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php244 return is_readable($fileOrDirectory);
/plugin/displayfile/
H A Dsyntax.php175 … else if (!is_readable($real_path)) { return sprintf($this->getLang('error_access'), $title); }
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php325 …if (!is_file($testDirectory . $externalFilename) || !is_readable($testDirectory . $externalFilenam…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php51 if (!is_readable($database)) {
/plugin/authorstats/
H A Daction.php182 if (is_readable($change_file))
/plugin/dokutexit/
H A Dtexitrender.php201 if (!is_readable($filename)) {
/plugin/gtime/gtlib/util/
H A DGTUtil.php186 if (!is_readable($file)) {
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php126 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/fetchmedia/action/
H A Dajax.php125 if (!is_readable($link)) {
/plugin/register/
H A Dsyntax.php187 if (is_readable($file))
/plugin/pubchem/
H A Dsyntax.php115 if(!is_readable($filename)){

12345