Home
last modified time | relevance | path

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

12345

/plugin/dokutexit/
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/tindexmenu/inc/
H A Dpclzip.lib.php1410 if (!is_readable($this->zipname)) {
/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/prolog/
H A Dattribute_include.php113 if((is_file($file) || is_dir($file)) && file_exists($file) && is_readable($file))
250 if(is_readable($path))
/plugin/register/
H A Dsyntax.php187 if (is_readable($file))
/plugin/txtconf/
H A Dconfig0.class.php416 if (!@is_readable($file)) return '';
463 if (!@is_readable($file)) return '';
/plugin/zip/pear/MIME/
H A DType.php375 if (!is_readable($file)) {

12345