Home
last modified time | relevance | path

Searched refs:file_exists (Results 151 – 175 of 976) sorted by last modified time

12345678910>>...40

/plugin/acmenu/
H A Dsyntax.php203 if (file_exists($dir . "/" . $sidebar . ".txt")) {
283 if (file_exists($dir . "/" . $file . "/" . $conf["sidebar"] . ".txt")) {
/plugin/ifauthex/_test/
H A Dgeneral.test.php336 if (!file_exists($conf_file) && !file_exists($meta_file)) {
340 if (file_exists($conf_file)) {
343 if (file_exists($meta_file)) {
/plugin/imgpaste/
H A Daction.php145 if ($this->tempfile && file_exists($this->tempfile)) @unlink($this->tempfile);
/plugin/feedmod/
H A Daction.php103 if(@file_exists(metaFN($id, '.comments'))) {
111 if(@file_exists(DOKU_PLUGIN.'feedmod/_footer.txt')) {
/plugin/barcodes/vendor/composer/
H A DClassLoader.php511 if (file_exists($file = $dir . $pathEnd)) {
521 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
540 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
550 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/structgantt/_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)) {
/plugin/blog/
H A Daction.php98 if (!@file_exists($INFO['filepath'])) {
154 if ((@file_exists(DOKU_PLUGIN.'tag/syntax/tag.php'))
162 if ((@file_exists(DOKU_PLUGIN.'discussion/syntax/comments.php'))
170 if ((@file_exists(DOKU_PLUGIN.'linkback/syntax.php'))
H A Dhelper.php66 if (!@file_exists($file)) continue; // skip deleted
/plugin/pubmed2020/classes/
H A Dcache.php82 if (!file_exists($filename)) {
87 if (!file_exists($filename)) {
136 if (@file_exists($path)){
240 if (@file_exists($filepath)) {
252 if (@file_exists($filepath)){
370 if(@file_exists($path)!==false){
/plugin/simplenavi/_test/
H A DGeneralTest.php
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/captcha/
H A Dhelper.php320 if (!@file_exists($file)) $file = $en . $char . '.wav';
/plugin/tplinc/
H A Dhelper.php24 if (!file_exists($this->file)) return $assignments;
/plugin/tplinc/_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)) {
/plugin/mathpublish/
H A Dsyntax.php144 if(file_exists($valignfile)) {
H A Dimg.php13 if(!file_exists($cache)) _fail();
/plugin/statdisplay/helper/
H A Dlog.php27 if (!file_exists($this->logfile)) $this->logfile = $this->getConf('accesslog');
31 if (file_exists($this->logcache)) {
/plugin/statdisplay/pchart/
H A DpChart.php2715 if (file_exists ( $FileName )) {
2924 if (file_exists ( $FileName )) {
H A DpCache.php54 if (file_exists ( $this->CacheFolder . $Hash ))
77 if (file_exists ( $FileName ))
/plugin/advanced/admin/
H A Dconfig.php168 … 'local_last_modify' => (file_exists($file_local) ? dformat(filemtime($file_local)) : ''),
169 …'protected_last_modify' => (file_exists($file_protected) ? dformat(filemtime($file_protected)) : '…
170 … 'default_last_modify' => (file_exists($file_default) ? dformat(filemtime($file_default)) : ''),
268 echo (file_exists($file_path) ? ' · ' . $lang['lastmod'] . ' ' . $file_lastmod : '');
284 $file_data = (file_exists($file_path) ? io_readFile($file_path) : '');
300 echo (file_exists($file_path) ? ' · ' . $lang['lastmod'] . ' ' . $file_lastmod : '');
H A Dimport.php102 if (!file_exists($archive_file)) {
/plugin/firenews/
H A Dsyntax.php103 if (!file_exists($pagepath)) {
/plugin/random_page/
H A Daction.php61 if (($testACL > 1) and (file_exists(wikiFN($id)))) {
/plugin/archivegenerator/_test/
H A Dgeneral.test.php43 if (file_exists($conf_file)) {
47 if (file_exists($meta_file)) {
/plugin/archivegenerator/
H A Dadmin.php438 if (!file_exists($fullArchiveFN) && !file_exists($updateArchiveFN)) return;
442 if (file_exists($fullArchiveFN)) {
452 if (file_exists($updateArchiveFN)) {

12345678910>>...40