Home
last modified time | relevance | path

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

12345

/plugin/siteexport/
H A Dpreload.php125 if (!is_readable($PRELOADFILE)) {
/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/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)) {
H A Dphpthumb.class.php812 …if (file_exists($phpThumbCacheStats_filename) && is_readable($phpThumbCacheStats_filename) && (fil…
1021 if (@is_readable( __DIR__ .'/phpthumb.ico.php')) {
1024 if (@is_readable( __DIR__ .'/phpthumb.bmp.php')) {
1380 if (@is_readable($filename) && !@is_readable($this->config_document_root.$filename)) {
1392 if (@is_readable($AbsoluteFilename)) {
1424 if (@is_readable($AbsoluteFilename)) {
2946 if (@is_readable($mask_filename) && ($fp_mask = @fopen($mask_filename, 'rb'))) {
3014 if (@is_readable($filename) && ($fp_watermark = @fopen($filename, 'rb'))) {
3092 if (@is_readable($filename)) {
4249 …dable($this->config_cache_directory) = '.$this->phpThumbDebugVarDump(@is_readable($this->config_c…
[all …]
H A Dphpthumb.filters.php1149 if (@is_readable($ttffont) && is_file($ttffont)) {
/plugin/latex-was/
H A Dclass.latexrender.php148 if (is_readable($full_path_filename)) {
H A Dadmin.php270 if(is_readable($tmpf.'.tex') && is_file($tmpf.'.tex'))
/plugin/authwordpress/
H A Dclass-phpass.php68 if ( @is_readable('/dev/urandom') &&
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
/plugin/combo/vendor/symfony/yaml/
H A DParser.php58 if (!is_readable($filename)) {
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php273 return is_readable($fileOrDirectory);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php695 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {
/plugin/statistics/inc/
H A DBrowscap.php865 if (!is_readable($this->localFile) || !is_file($this->localFile)) {
/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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Duseheading.php11 if(file_exists($meta_file) && is_readable ($meta_file)){
H A Dutil.php190 if (!@is_readable($filePath)) {
/plugin/ckgedit/action/
H A Dmeta.php561 if(!is_readable($userfiles) && !is_writable($userfiles)){
/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/indexmenu/inc/
H A Dpclzip.lib.php1310 if (!is_readable($this->zipname)) {
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2721 public function is_readable($path) function in phpseclib3\\Net\\SFTP
/plugin/a2s/
H A DASCIIToSVG.php1714 if (is_readable($cacheFile) && is_readable($dir)) {
1769 if (substr($ent, -5) == '.path' && is_readable($file)) {
/plugin/authorstats/
H A Daction.php182 if (is_readable($change_file))
/plugin/xtern/
H A Dadmin.php320 if(is_file($path) && is_readable($path)) {
326 }elseif(is_dir($path) && is_readable($path)) {

12345