Searched refs:file_exists (Results 1 – 25 of 1069) sorted by relevance
12345678910>>...43
| /plugin/conflictmerger/tests/ |
| D | merge.test.php | 40 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine')); 41 $this->assertFalse(file_exists($this->getBasename() . '-merge-old')); 42 $this->assertFalse(file_exists($this->getBasename() . '-merge-your')); 54 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine')); 55 $this->assertFalse(file_exists($this->getBasename() . '-merge-old')); 56 $this->assertFalse(file_exists($this->getBasename() . '-merge-your')); 68 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine')); 69 $this->assertFalse(file_exists($this->getBasename() . '-merge-old')); 70 $this->assertFalse(file_exists($this->getBasename() . '-merge-your')); 86 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine')); [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | ObjectTreeTest.php | 46 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt')); 57 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2')); 58 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt')); 69 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt')); 70 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/file.txt')); 81 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir/file2.txt')); 82 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/file.txt')); 93 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2')); 94 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt')); 95 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/subdir'));
|
| /plugin/svg/ |
| D | install.php | 8 if( !file_exists( SYNTAX_PLUGIN_SVG_MEDIADIR ) ) 18 !@file_exists( SYNTAX_PLUGIN_SVG_MEDIADIR . '.' ) ) 24 if( !file_exists( SYNTAX_PLUGIN_SVG_MEDIADIR . 'tmp' ) ) 34 !@file_exists( SYNTAX_PLUGIN_SVG_MEDIADIR . 'tmp/.' ) ) 40 if( !file_exists( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media' ) ) 50 !@file_exists( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media/.' ) )
|
| /plugin/templatebyname/ |
| D | findtemplate.php | 31 if($blnFirst == true && @file_exists($path.'/_'.noNS($event->data['id']).'.txt')){ 35 elseif(@file_exists($path.'/__'.noNS($event->data['id']).'.txt')){ 39 elseif($blnFirst == true && @file_exists($path.'/_template.txt')){ 43 …elseif($blnFirst == false && $blnFirstDir == true && @file_exists($path.'/~_'.$dir.'.txt') && noNS… 47 … elseif($blnFirst == false && $blnFirstDir == true && @file_exists($path.'/~'.$dir.'.txt')){ 51 …elseif($blnFirst == false && @file_exists($path.'/~~_'.$dir.'.txt') && noNS($event->data['id']) ==… 55 elseif($blnFirst == false && @file_exists($path.'/~~'.$dir.'.txt')){ 59 elseif(@file_exists($path.'/__template.txt')){
|
| /plugin/html2pdf/snorriheim/ |
| D | tpl_functions.php | 14 if(@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/lang.php')) { 31 case(@file_exists(DOKU_TPLINC.'images/logo.jpg')): 34 case(@file_exists(DOKU_TPLINC.'images/logo.jpeg')): 37 case(@file_exists(DOKU_TPLINC.'images/logo.png')): 127 $found = @file_exists(wikiFN($user_navpn)); 160 if(@file_exists(wikiFN($sb)) && auth_quickaclcheck($sb) >= AUTH_READ) { 178 $found = @file_exists(wikiFN($la_navpn)); 186 $found = @file_exists(wikiFN($navpn)); 192 if(@file_exists(wikiFN($sb)) && auth_quickaclcheck($sb) >= AUTH_READ) { 240 $found = @file_exists(wikiFN($ft)); [all …]
|
| /plugin/projects/lib/ |
| D | project_file.php | 28 if (file_exists($path)) { 52 $time = (file_exists($path)) ? filemtime($path) : NULL; 58 if (file_exists($path)) 80 $data[4] = file_exists(mediaFN($id)); 89 if (file_exists($media_path)) { 149 if (file_exists($path)) unlink($path); 158 if (file_exists($path)) unlink($path); 160 if (file_exists($log)) unlink($log); 237 if (!file_exists($path)) return NULL; 251 if (!file_exists($link)) { [all …]
|
| /plugin/bootswrapper/exe/ |
| D | help.php | 20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) { 26 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) { 32 if (!file_exists(DOKU_INC)) { 54 if (file_exists($help_file)) {
|
| /plugin/pageimage/ |
| D | helper.php | 98 if( !$src || ($src && !@file_exists(mediaFN($src))) ){ 100 if(!@file_exists(mediaFN($src))) { 102 if(!@file_exists(mediaFN($src))) { 104 if(!@file_exists(mediaFN($src))) { 106 if(!$flags['firstimage'] || !@file_exists(mediaFN($src))) {
|
| /plugin/fckg/action/ |
| D | meta.php | 17 if(file_exists($default_lang_file)) { 252 if(@file_exists($userfiles)) { 255 if(file_exists($path) && is_file($path) ){ 258 if(file_exists($path) && is_dir($path) ){ 312 if(file_exists($cname)) { 313 if(file_exists($fckl_draft)) { 493 if(!file_exists($safescript) ){ 528 elseif(file_exists($conf['datadir'].'_safefn.recoded') || 529 file_exists($conf['metadir'].'_safefn.recoded') || 530 file_exists($conf['mediadir'].'_safefn.recoded') ) [all …]
|
| /plugin/dokutranslate/ |
| D | action.php | 128 if (!@file_exists(metaFN($ID, '.translate'))) { 181 if (@file_exists(metaFN($ID, '.translate')) && in_array($act, array('draft', 'recover'))) { 189 if (!@file_exists(metaFN($ID, '.translate')) && empty($_REQUEST['translate'])) { 198 if (!@file_exists(metaFN($ID, '.translate')) && !empty($_REQUEST['translate'])) { 217 if (!@file_exists(wikiFN($ID))) { 270 if (!@file_exists(metaFN($ID, '.translate'))) { 294 if (!@file_exists(metaFN($ID, '.translate')) || isset($TEXT)) { 360 …if (($act == 'save' || $act == 'draftdel') && @file_exists(metaFN($event->data['id'], '.translate'… 370 if (!@file_exists(metaFN($ID, '.translate'))) { 388 …if (empty($cache->page) || empty($cache->mode) || $cache->mode != 'xhtml' || !@file_exists(metaFN(… [all …]
|
| /plugin/ckgedit/action/entities/ |
| D | ents_seri.php | 13 if ($f && file_exists($f)) $file = $f; 15 elseif(file_exists('add.ent')) { 21 if($file && file_exists($file)) { 36 if(!file_exists($entities_file)) return;
|
| /plugin/fckg/action/entities/ |
| D | ents_seri.php | 13 if ($f && file_exists($f)) $file = $f; 15 elseif(file_exists('add.ent')) { 21 if($file && file_exists($file)) { 36 if(!file_exists($entities_file)) return;
|
| /plugin/ckgdoku/action/entities/ |
| D | ents_seri.php | 13 if ($f && file_exists($f)) $file = $f; 15 elseif(file_exists('add.ent')) { 21 if($file && file_exists($file)) { 36 if(!file_exists($entities_file)) return;
|
| /plugin/drawio/ |
| D | action.php | 93 if(!file_exists(mediaFN($media_id, $old)) && file_exists($fl)) { 97 $filesize_old = file_exists($fl) ? filesize($fl) : 0; 124 if (!file_exists($fl)) return; 133 if (!file_exists($fl)) return; 162 if (file_exists($fl)){
|
| /plugin/cosmocode/helper/ |
| D | support.php | 53 if (file_exists('/etc/os-release')) { 56 } elseif (file_exists('/etc/synoinfo.conf') && file_exists('/etc/VERSION')) { 92 } elseif (file_exists('/.dockerenv')) {
|
| /plugin/xymon/dokuwiki-plugin/xymon/ |
| D | action.php | 32 if(!file_exists($update_message_cache_filename)) { 39 if(file_exists($xymon_status_cache_file)) { 63 if (!file_exists($conf['datadir'].'/xymon/')) { 66 …$fp = !file_exists($xymon_status_cache_file) || is_writable($xymon_status_cache_file) ? fopen($xym…
|
| /plugin/tos/_test/ |
| D | GeneralTest.php | 50 if (!file_exists($conf_file) && !file_exists($meta_file)) { 54 if (file_exists($conf_file)) { 57 if (file_exists($meta_file)) {
|
| /plugin/structacl/_test/ |
| D | GeneralTest.php | 50 if (!file_exists($conf_file) && !file_exists($meta_file)) { 54 if (file_exists($conf_file)) { 57 if (file_exists($meta_file)) {
|
| /plugin/reqlang/_test/ |
| D | GeneralTest.php | 50 if (!file_exists($conf_file) && !file_exists($meta_file)) { 54 if (file_exists($conf_file)) { 57 if (file_exists($meta_file)) {
|
| /plugin/lms/_test/ |
| D | GeneralTest.php | 50 if (!file_exists($conf_file) && !file_exists($meta_file)) { 54 if (file_exists($conf_file)) { 57 if (file_exists($meta_file)) {
|
| /plugin/imapmarkers/_test/ |
| D | GeneralTest.php | 50 if (!file_exists($conf_file) && !file_exists($meta_file)) { 54 if (file_exists($conf_file)) { 57 if (file_exists($meta_file)) {
|
| /plugin/structgantt/_test/ |
| D | GeneralTest.php | 50 if (!file_exists($conf_file) && !file_exists($meta_file)) { 54 if (file_exists($conf_file)) { 57 if (file_exists($meta_file)) {
|
| /plugin/move/_test/ |
| D | GeneralTest.php | 49 if (!file_exists($conf_file) && !file_exists($meta_file)) { 53 if (file_exists($conf_file)) { 56 if (file_exists($meta_file)) {
|
| /plugin/simplemap/_test/ |
| D | GeneralSimplemapTest.php | 52 if (!file_exists($conf_file) && !file_exists($meta_file)) { 56 if (file_exists($conf_file)) { 59 if (file_exists($meta_file)) {
|
| /plugin/tplinc/_test/ |
| D | GeneralTest.php | 50 if (!file_exists($conf_file) && !file_exists($meta_file)) { 54 if (file_exists($conf_file)) { 57 if (file_exists($meta_file)) {
|
12345678910>>...43