Home
last modified time | relevance | path

Searched refs:file_exists (Results 26 – 50 of 976) sorted by last modified time

12345678910>>...40

/plugin/geophp/vendor/composer/
H A DClassLoader.php506 if (file_exists($file = $dir . $pathEnd)) {
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/spatialhelper/helper/
H A Dindex.php60 if (!@file_exists($this->idx_dir . '/spatial.idx')) {
H A Dsitemap.php42 if (!@file_exists($idx_dir . '/spatial.idx')) {
H A Dsearch.php62 if (!@file_exists($idx_dir . '/spatial.idx')) {
/plugin/spatialhelper/
H A Daction.php113 if (@file_exists($event->data [0] [0])) {
/plugin/spatialhelper/admin/
H A Dpurge.php55 if (file_exists($path) && unlink($path)) {
/plugin/photogallery/
H A DpgFetch.php147 if(!file_exists($file)) {
H A Dsyntax.php811 if(file_exists($config_file)) {
941 if(file_exists($zipfile) && !$overwrite) return false;
958 return file_exists($zipfile);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php31 if (file_exists('../phpThumb.config.php') && include_once '../phpThumb.config.php' ) {
128 if (file_exists('../phpThumb.config.php') && !file_exists('../phpThumb.config.php.default')) {
134 } elseif (file_exists('../phpThumb.config.php') && file_exists('../phpThumb.config.php.default')) {
136 } elseif (!file_exists('../phpThumb.config.php') && file_exists('../phpThumb.config.php.default')) {
277 echo ' <span style="cursor: help;" title="file_exists" >['. (int) (@file_exists($p…
H A DphpThumb.demo.gallery.php41 if (file_exists($captionfile)) {
/plugin/photogallery/phpThumb/
H A Dindex.php2 if (!file_exists('phpThumb.config.php')) {
3 if (file_exists('phpThumb.config.php.default')) {
H A DphpThumb.config.php.default17 …if (!file_exists( __DIR__ .'/phpthumb.functions.php') || !include_once( __DIR__ .'/phpthumb.functi…
38 //$PHPTHUMB_CONFIG['document_root'] = realpath((@$_SERVER['DOCUMENT_ROOT'] && file_exists(@$_SERVER…
H A DphpThumb.php137 if (file_exists( __DIR__ .'/phpThumb.config.php')) {
147 } elseif (file_exists( __DIR__ .'/phpThumb.config.php.default')) {
681 …if (is_writable(dirname($phpThumb->cache_filename)) || (file_exists($phpThumb->cache_filename) && …
H A Dphpthumb.class.php320 if (file_exists($tempFileToDelete)) {
684 if (!@file_exists($renderfilename)) {
812 …if (file_exists($phpThumbCacheStats_filename) && is_readable($phpThumbCacheStats_filename) && (fil…
827 …if (preg_match('#'.preg_quote($this->config_cache_prefix).'#i', $fullfilename) && file_exists($ful…
1003 } elseif (!@file_exists($this->sourceFilename)) {
1472 $file_exists_cache[$filename] = file_exists($filename);
2405 if (!@file_exists($IMtempfilename) || !@filesize($IMtempfilename)) {
2431 if (file_exists($IMtempfilename)) {
2438 if (file_exists($IMtempfilename)) {
2447 if (file_exists($IMtempfilename)) {
[all …]
H A Dphpthumb.functions.php879 if (@file_exists($test_directory)) {
1028 return file_exists($filename);
H A Dphpthumb.gif.php114 …if ((strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') && (file_exists('/usr/local/bin/cjpeg') || shell_e…
120 if (@file_exists($lpszFileName)) {
150 } elseif (@file_exists($gif)) {
/plugin/sqlite/_test/
H A DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
H A DSQLiteDBTest.php26 if (file_exists($conf['metadir'] . '/testdb.sqlite3')) {
/plugin/sqlite/
H A DSQLiteDB.php509 if (!file_exists($this->schemadir . '/latest.version')) {
/plugin/structstatus/
H A DStatus.php77 if(!file_exists($file)) return '';
/plugin/structstatus/_test/
H A Dgeneral.test.php40 if (file_exists($conf_file)){
44 if (file_exists($meta_file)) {
/plugin/latex-was/
H A Dclass.latexrender.php234 if (!file_exists($this->_tmp_filename.".dvi"))
/plugin/qna/
H A Daction.php39 if (!@file_exists($inUse) || @filesize($inUse) != @filesize($fromConf)) {
201 if (!in_array($file, $cache->depends['files']) && file_exists($file)) {
/plugin/templater/
H A Dsyntax.php141 if (!@file_exists($file)) {
/plugin/batchedit/
H A Dengine.php1123 if (!@file_exists($conf['indexdir'] . '/page.idx')) {
1214 return file_exists(BatcheditSessionCache::getFileName($this->session->getId(), 'cancel'));

12345678910>>...40