Home
last modified time | relevance | path

Searched refs:is_readable (Results 76 – 100 of 109) sorted by path

12345

/plugin/latex/
H A Dclass.latexrender.php148 if (is_readable($full_path_filename)) {
/plugin/mathjax/action/
H A Denable.php45 if ($f == "" or !is_readable($f)) {
/plugin/netlogo/inc/
H A Dservefile.php33 if (!is_readable($src)) die();
/plugin/permissioninfo/
H A Dadmin.php389 if(!is_readable($config_cascade['acl']['default'])) return array();
/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/preregister/
H A Daction.php307 if(!is_readable($authusers)) return false;
/plugin/prettyphoto/
H A Daction.php41 if (is_readable(dirname(__FILE__).'/prettyphoto.conf.js')) {
/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/pubchem/
H A Dsyntax.php115 if(!is_readable($filename)){
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php126 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/publist/
H A Dsyntax.php103 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php137 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/publistf/
H A Dsyntax.php121 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php133 if ( is_readable(dirname(__FILE__).'/lang/'.$this->options['lang'].'.php') ) {
/plugin/publistx/
H A Dsyntax.php120 if ( is_readable(dirname(__FILE__).'/sanitiser.php')) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php303 …return $certFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($cert…
308 return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*');
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php51 if (!is_readable($database)) {
/plugin/recaptcha2/lib/
H A Dautoload.php27 if (is_readable($path)) {
35 if (is_readable($path)) {
/plugin/register/
H A Dsyntax.php187 if (is_readable($file))
/plugin/sentry/
H A DEvent.php309 if (is_readable($infopath)) {
329 if (is_readable($tplpath)) {
/plugin/siteexport/
H A Dpreload.php125 if (!is_readable($PRELOADFILE)) {
/plugin/statistics/inc/
H A DBrowscap.php865 if (!is_readable($this->localFile) || !is_file($this->localFile)) {

12345