| /plugin/bahnde/ |
| D | syntax.php | 121 …$txt = $this->bahnDeDiv($end_station, $start_date, $start_time, $departure, $allow_toggle_station,… 122 $renderer->doc .= $txt; 129 // $txt = '++'.$start_station.'--'; 130 $txt = ''; 131 …$txt .= '<div style="background-image:url('."'http://www.db.de/site/bahn/layout,property=LOGO__PRO… 132 $txt .= ' <form accept-charset="ISO-8859-1" action="http://reiseauskunft.bahn.de/bin/query.exe/dn"… 134 $txt .= ' <input type="hidden" name="start" value="1" />'; 136 $txt .= '<input type="hidden" name="returnTime" value="'.$start_date.'" />'; 138 $txt .= ' <input type="hidden" name="returnTimesel" value="depart" />'; 139 $txt .= ' <input type="hidden" name="REQ0Tariff_TravellerType.1" value="E" />'; [all …]
|
| /plugin/bible/bible_douayRheims/_notes/ |
| D | dwsync.xml | 3 <file name="1_Corinthians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remo… 4 <file name="1_Esdras.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="3… 5 <file name="1_John.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="424… 6 <file name="1_Kings.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="22… 7 <file name="1_Machabees.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote… 8 <file name="1_Paralipomenon.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" re… 9 <file name="1_Peter.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="22… 10 <file name="1_Thessalonians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" re… 11 <file name="1_Timothy.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="… 12 <file name="2_Corinthians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remo… [all …]
|
| /plugin/asciidocjs/node_modules/jake/test/integration/ |
| D | file.js | 57 fs.writeFileSync('foo/hello.txt', 'hello, it\'s me'); 74 assert.equal('hello.txt', res[0]); 77 fs.unlinkSync('foo/hello.txt'); 83 fs.writeFileSync('foo/hello.txt', 'hello!'); 101 assert.equal('hello.txt', res[0]); 104 fs.unlinkSync('foo/hello.txt'); 110 fs.writeFileSync('foo/bar.txt', 'w00t'); 112 assert.ok(existsSync('bar/bar.txt')); 119 file.cpR('foo.txt', 'foo.txt'); 125 fs.writeFileSync('foo/bar.txt', 'w00t'); [all …]
|
| D | file_task.js | 43 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim(); 44 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task', 46 out = exec(`${JAKE_CMD} -q -B fileTest:foo/from-src1.txt`).toString().trim(); 47 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task', 54 out = exec(`${JAKE_CMD} -q fileTest:foo/concat.txt`).toString().trim(); 55 assert.equal('fileTest:foo/src1.txt task\ndefault task\nfileTest:foo/src2.txt task\n' + 56 'fileTest:foo/concat.txt task', out); 58 let data = fs.readFileSync(process.cwd() + '/foo/concat.txt'); 65 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim(); 66 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task', out); [all …]
|
| D | jakefile.js | 202 …file('foo/concat.txt', ['fileTest:foo', 'fileTest:foo/src1.txt', 'fileTest:foo/src2.txt'], functio… 203 console.log('fileTest:foo/concat.txt task'); 204 let data1 = fs.readFileSync('foo/src1.txt'); 205 let data2 = fs.readFileSync('foo/src2.txt'); 206 fs.writeFileSync('foo/concat.txt', data1 + data2); 210 file('foo/src1.txt', function () { 212 fs.writeFile('foo/src1.txt', 'src1', function (err) { 217 console.log('fileTest:foo/src1.txt task'); 225 file('foo/src2.txt', ['default'], function () { 226 fs.writeFileSync('foo/src2.txt', 'src2'); [all …]
|
| /plugin/move/ |
| D | deleted.files | 17 lang/cs/pagemove.txt 18 lang/de/pagemove.txt 19 lang/en/pagemove.txt 20 lang/es/pagemove.txt 21 lang/fr/pagemove.txt 22 lang/lv/pagemove.txt 23 lang/nl/pagemove.txt 24 lang/pl/pagemove.txt 25 lang/ru/pagemove.txt 26 lang/sl/pagemove.txt [all …]
|
| /plugin/routeplaner/syntax/ |
| D | routenplaner.php | 254 …$txt .='<form id="route" method="get" target="_blank" action="http://iww.web.de/de/themen/auto/rou… 255 …$txt .='<table cellpadding="0" cellspacing="0" style="background: #FFF url(http://iww.web.de/de/th… 256 $txt .='<tr>'; 257 …$txt .='<td style="vertical-align: top;"><img src="http://iww.web.de/de/themen/auto/routenplaner/i… 258 $txt .='</tr>'; 259 $txt .='<tr>'; 260 …$txt .='<td style="vertical-align: top;"><img src="http://iww.web.de/de/themen/auto/routenplaner/i… 261 $txt .='</tr>'; 262 $txt .='<tr>'; 263 $txt .='<td>'; [all …]
|
| /plugin/asciidocjs/node_modules/async/ |
| D | sortBy.js | 43 * // bigfile.txt is a file that is 251100 bytes in size 44 * // mediumfile.txt is a file that is 11000 bytes in size 45 * // smallfile.txt is a file that is 121 bytes in size 58 * async.sortBy(['mediumfile.txt','smallfile.txt','bigfile.txt'], getFileSizeInBytes, 66 * // [ 'smallfile.txt', 'mediumfile.txt', 'bigfile.txt'] 75 * async.sortBy(['mediumfile.txt','smallfile.txt','bigfile.txt'], function(file, callback) { 87 * // [ 'smallfile.txt', 'mediumfile.txt', 'bigfile.txt'] 93 * async.sortBy(['bigfile.txt','mediumfile.txt','smallfile.txt'], function(file, callback) { 107 * // [ 'bigfile.txt', 'mediumfile.txt', 'smallfile.txt'] 113 * async.sortBy(['mediumfile.txt','smallfile.txt','missingfile.txt'], getFileSizeInBytes, [all …]
|
| D | some.js | 44 * // dir1 is a directory that contains file1.txt, file2.txt 45 * // dir2 is a directory that contains file3.txt, file4.txt 46 * // dir3 is a directory that contains file5.txt 57 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists, 65 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists, 74 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists) 83 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists) 95 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], … 107 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt']…
|
| D | any.js | 44 * // dir1 is a directory that contains file1.txt, file2.txt 45 * // dir2 is a directory that contains file3.txt, file4.txt 46 * // dir3 is a directory that contains file5.txt 57 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists, 65 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists, 74 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists) 83 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists) 95 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], … 107 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt']…
|
| D | flatMap.js | 39 * // dir1 is a directory that contains file1.txt, file2.txt 40 * // dir2 is a directory that contains file3.txt, file4.txt 41 * // dir3 is a directory that contains file5.txt 53 * // [ 'file1.txt', 'file2.txt', 'file3.txt', 'file4.txt', file5.txt ] 72 * // [ 'file1.txt', 'file2.txt', 'file3.txt', 'file4.txt', file5.txt ] 92 * // [ 'file1.txt', 'file2.txt', 'file3.txt', 'file4.txt', file5.txt ]
|
| D | concat.js | 39 * // dir1 is a directory that contains file1.txt, file2.txt 40 * // dir2 is a directory that contains file3.txt, file4.txt 41 * // dir3 is a directory that contains file5.txt 53 * // [ 'file1.txt', 'file2.txt', 'file3.txt', 'file4.txt', file5.txt ] 72 * // [ 'file1.txt', 'file2.txt', 'file3.txt', 'file4.txt', file5.txt ] 92 * // [ 'file1.txt', 'file2.txt', 'file3.txt', 'file4.txt', file5.txt ]
|
| D | find.js | 49 * // dir1 is a directory that contains file1.txt, file2.txt 50 * // dir2 is a directory that contains file3.txt, file4.txt 51 * // dir3 is a directory that contains file5.txt 60 * async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists, 63 * // dir1/file1.txt 69 * async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists) 72 * // dir1/file1.txt 81 * let result = await async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists); 83 * // dir1/file1.txt
|
| D | detect.js | 49 * // dir1 is a directory that contains file1.txt, file2.txt 50 * // dir2 is a directory that contains file3.txt, file4.txt 51 * // dir3 is a directory that contains file5.txt 60 * async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists, 63 * // dir1/file1.txt 69 * async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists) 72 * // dir1/file1.txt 81 * let result = await async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists); 83 * // dir1/file1.txt
|
| /plugin/panorama/ |
| D | render_helper.php | 28 $txt = ""; 29 $txt .= '<applet code="'.$code.'"'. 36 return $txt; 50 $txt = ""; 54 $txt .= '<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"'; 55 $txt .= ' width="'.$width.'"'; 56 $txt .= ' height="'.$height.'"'; 57 $txt .= ' id="'.$bname.'"'; 58 … $txt .= ' codebase="http://active.macromedia.com/flash9/cabs/swflash.cab#version=9,0,28,0">'; 59 $txt .= ' <param name="movie" value="'.$archive.'" />'; [all …]
|
| /plugin/upgrade/ |
| D | deleted.files | 8 lang/cs/safemode.txt 9 lang/cy/safemode.txt 10 lang/da/safemode.txt 11 lang/de-informal/safemode.txt 12 lang/de/safemode.txt 13 lang/en/safemode.txt 14 lang/eo/safemode.txt 15 lang/es/safemode.txt 16 lang/fa/safemode.txt 17 lang/fr/safemode.txt [all …]
|
| /plugin/diagramsnet/lib/ |
| D | service-worker.js | 1 …txt",revision:"f894dd4d34567dc73649828c996eb1c9"},{url:"resources/dia_am.txt",revision:"a363008387…
|
| D | service-worker.js.map | 1 …txt\",\n \"revision\": \"f894dd4d34567dc73649828c996eb1c9\"\n },\n {\n \"url\": \"resource…
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | ObjectTreeTest.php | 16 file_put_contents(SABRE_TEMPDIR . '/root/file.txt','contents'); 17 file_put_contents(SABRE_TEMPDIR . '/root/subdir/subfile.txt','subcontents'); 45 $this->tree->copy('file.txt','file2.txt'); 46 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt')); 47 $this->assertEquals('contents',file_get_contents(SABRE_TEMPDIR.'/root/file2.txt')); 58 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt')); 59 … $this->assertEquals('subcontents',file_get_contents(SABRE_TEMPDIR.'/root/subdir2/subfile.txt')); 68 $this->tree->move('file.txt','file2.txt'); 69 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt')); 70 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/file.txt')); [all …]
|
| H A D | ServerCopyMoveTest.php | 26 file_put_contents(SABRE_TEMPDIR . '/test.txt', 'Test contents'); 27 file_put_contents(SABRE_TEMPDIR . '/test2.txt', 'Test contents2'); 29 file_put_contents(SABRE_TEMPDIR . 'col/test.txt', 'Test contents'); 35 …$cleanUp = array('test.txt','testput.txt','testcol','test2.txt','test3.txt','col/test.txt','col','… 55 'REQUEST_URI' => '/test.txt', 57 'HTTP_DESTINATION' => '/test2.txt', 72 $this->assertEquals('Test contents', file_get_contents(SABRE_TEMPDIR. '/test2.txt')); 79 'REQUEST_URI' => '/test.txt', 81 'HTTP_DESTINATION' => '/test.txt', 89 $this->assertEquals('Test contents', file_get_contents(SABRE_TEMPDIR. '/test.txt')); [all …]
|
| /plugin/hcalendar/syntax/ |
| D | hcal_renderer_helper.php | 31 $txt = ''; 33 $txt .= '<div>'; 35 $txt .= '<'.$this->getConf($tag_vevent).' class="vevent">'; 36 …$txt .= '<'.$this->getConf($tag_summary).' class="summary">'.$summary.' </'.$this->getConf($tag_su… 38 …$txt .= '<'.$this->getConf($tag_dtstart).' class="dtstart" title="'.$yy_start.'-'.$mth_start.'-'.$… 43 $txt .= $this->getLang('ab'); 45 $txt .= $this->getLang('um'); 47 $txt .= ' '.$hh_start.':'.$mm_start.' '.$this->getLang('uhr').' '; 48 $txt .= '</'.$this->getConf($tag_dtstart).'>'; 50 … $txt .= ' <'.$this->getConf($tag_dtend).' class="dtend" title="'.$yy_end.'-'.$mth_end.'-'.$dy_end; [all …]
|
| /plugin/zul/syntax/ |
| D | zirkelundlineal.php | 192 $txt = ""; 194 $txt .= '<applet'. 199 $txt .= '<param name="file" value="'.$file.'"/>'; 203 $txt .= '<param name="style" value="'.$style.'"/>'; 206 $txt .= '<param name="editdigits" value="'.$editdigits.'"/>'; 209 $txt .= '<param name="displaydigits" value="'.$displaydigits.'"/>'; 212 $txt .= '<param name="angledigits" value="'.$angledigits.'"/>'; 215 $txt .= '<param name="movefixname" value="'.$movefixname.'"/>'; 218 $txt .= '<param name="grid" value="'.$grid.'"/>'; 221 $txt .= '<param name="font" value="'.$font.'"/>'; [all …]
|
| /plugin/backlinks/ |
| D | deleted.files | 30 _test/data/pages/backlinks_exclude_syntax.txt 31 _test/data/pages/backlinks_include_syntax.txt 32 _test/data/pages/backlinks_syntax.txt 33 _test/data/pages/backlink_test_pages.txt 34 _test/data/pages/bob_ross_says.txt 35 _test/data/pages/link.txt 36 _test/data/pages/aaa/link.txt 37 _test/data/pages/aaa/bbb/cc/link_a.txt 38 _test/data/pages/aaa/bbb/cc/link_b.txt 39 _test/data/pages/aaa/bbb/cc/link_c.txt [all …]
|
| /plugin/geogebra/syntax/ |
| D | geogebrafile.php | 169 $txt = ""; 179 $txt .= '<applet'. 186 $txt .= '<param name="filename" value="'.$file.'"/>'; 188 $txt .= ' <param name="showToolBar" value="'.$showToolBar.'"/>'; 189 $txt .= ' <param name="showToolBarHelp" value="'.$showToolBarHelp.'"/>'; 190 $txt .= ' <param name="showAlgebraInput" value="'.$showAlgebraInput.'"/>'; 191 $txt .= ' <param name="showResetIcon" value="'.$showResetIcon.'"/>'; 192 $txt .= ' <param name="showMenuBar" value="'.$showMenuBar.'"/>'; 193 $txt .= ' <param name="enableShiftDragZoom" value="'.$enableShiftDragZoom.'"/>'; 194 $txt .= ' <param name="enableLabelDrags" value="'.$enableLabelDrags.'"/>'; [all …]
|
| /plugin/templatebyname/ |
| D | findtemplate.php | 31 if($blnFirst == true && @file_exists($path.'/_'.noNS($event->data['id']).'.txt')){ 32 $event->data['tplfile'] = $path.'/_'.noNS($event->data['id'].'.txt'); 35 elseif(@file_exists($path.'/__'.noNS($event->data['id']).'.txt')){ 36 $event->data['tplfile'] = $path.'/__'.noNS($event->data['id'].'.txt'); 39 elseif($blnFirst == true && @file_exists($path.'/_template.txt')){ 40 $event->data['tplfile'] = $path.'/_template.txt'; 43 …nFirst == false && $blnFirstDir == true && @file_exists($path.'/~_'.$dir.'.txt') && noNS($event->d… 44 $event->data['tplfile'] = $path.'/~_'.$dir.'.txt'; 47 … elseif($blnFirst == false && $blnFirstDir == true && @file_exists($path.'/~'.$dir.'.txt')){ 48 $event->data['tplfile'] = $path.'/~'.$dir.'.txt'; [all …]
|