Home
last modified time | relevance | path

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

12345

/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/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.lyrics3.php64 …if (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filenam…
H A Dmodule.audio.shorten.php129 if (!is_readable(GETID3_HELPERAPPSDIR.$required_file)) {
H A Dmodule.tag.xmp.php95 if (is_readable($filename) && is_file($filename) && ($filehnd = fopen($filename, 'rb'))) {
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php87 if (!$this->isRemoteFile($this->path) && !is_readable($this->path)) {
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php34 else if (!\is_dir($dirname) || !\is_readable($dirname))
/plugin/ajaxpeon/
H A Dhelper.php126 if(is_readable($metadir."/learn.log"))
164 if(is_readable($logname)==false){
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php162 echo '<div style="background-color: '.(is_readable($phpThumb->config_cache_directory) ? 'lime;">rea…
202 echo '<div style="background-color: '.(is_readable($phpThumb->config_temp_directory) ? 'lime;">read…
280 echo ' <span style="cursor: help;" title="is_readable" >['. (int) (@is_readable($p…
/plugin/deletehistory/
H A Dhelper.php42 if (!is_readable($dir) || !is_dir($dir)) {
/plugin/sentry/
H A DEvent.php309 if (is_readable($infopath)) {
329 if (is_readable($tplpath)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php151 if (!is_readable(CACHE_DIR) ||
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php84 if (is_readable($binary)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php41 if (!is_readable($nextinputfilename)) {
/plugin/photogallery/phpThumb/
H A DphpThumb.php259 if (is_readable($SourceFilename)) {
443 } elseif (!@is_readable($phpThumb->sourceFilename)) {
585 if (@is_readable($phpThumb->cache_filename)) {
684 …if ($phpThumb->RenderToFile($phpThumb->cache_filename) && is_readable($phpThumb->cache_filename)) {
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php96 if (file_exists($storageFile) && is_readable($storageFile)) {
/plugin/publist/
H A Dsyntax.php103 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php173 if (!is_readable($file)) {
/plugin/publistx/
H A Dsyntax.php120 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/docsearch/
H A Dcron.php24 if(!is_readable($dir)) return;
/plugin/xtern/
H A Dadmin.php320 if(is_file($path) && is_readable($path)) {
326 }elseif(is_dir($path) && is_readable($path)) {
/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/publistf/
H A Dsyntax.php121 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php93 if(file_exists($filename) && is_readable($filename)) {
/plugin/zip/pear/MIME/
H A DType.php375 if (!is_readable($file)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php190 if (!@is_readable($filePath)) {

12345