Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/plugin/conflictmerger/tests/
Dmerge.test.php40 $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 DObjectTreeTest.php46 $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/
Dinstall.php8 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/
Dfindtemplate.php31 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/
Dtpl_functions.php14 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/
Dproject_file.php28 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/
Dhelp.php20 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/
Dhelper.php98 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/
Dmeta.php17 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/
Daction.php128 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/
Dents_seri.php13 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/
Dents_seri.php13 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/
Dents_seri.php13 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/
Daction.php93 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/
Dsupport.php53 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/
Daction.php32 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/
DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/structacl/_test/
DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/reqlang/_test/
DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/lms/_test/
DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/imapmarkers/_test/
DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/structgantt/_test/
DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/move/_test/
DGeneralTest.php49 if (!file_exists($conf_file) && !file_exists($meta_file)) {
53 if (file_exists($conf_file)) {
56 if (file_exists($meta_file)) {
/plugin/simplemap/_test/
DGeneralSimplemapTest.php52 if (!file_exists($conf_file) && !file_exists($meta_file)) {
56 if (file_exists($conf_file)) {
59 if (file_exists($meta_file)) {
/plugin/tplinc/_test/
DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {

12345678910>>...43