/plugin/bahnde/ |
H A D | syntax.php | 148 $txt .= ' <tr>'; 162 $txt .= ' <tr>'; 175 $txt .= ' <tr>'; 204 $txt .= ' <tr>'; 221 $txt .= ' <tr>'; 228 $txt .= ' </td>'; 232 $txt .= ' <tr>'; 239 $txt .= ' </td>'; 241 $txt .= ' </tr>'; 245 $txt .= ' </div>'; [all …]
|
/plugin/routeplaner/syntax/ |
H A D | routenplaner.php | 256 $txt .='<tr>'; 258 $txt .='</tr>'; 259 $txt .='<tr>'; 261 $txt .='</tr>'; 262 $txt .='<tr>'; 263 $txt .='<td>'; 265 $txt .='<tr>'; 325 $txt .=''; 333 $txt .=''; 336 $txt .=' <tr>'; [all …]
|
/plugin/panorama/ |
H A D | render_helper.php | 28 $txt = ""; 29 $txt .= '<applet code="'.$code.'"'. 36 return $txt; 50 $txt = ""; 57 $txt .= ' id="'.$bname.'"'; 67 $txt .= ' width="'.$width.'" '; 74 $txt .= ' name="'.$bname.'"'; 78 $txt .= '>'; 79 $txt .= '</embed>'; 82 $txt .= '</object>'; [all …]
|
/plugin/zul/syntax/ |
H A D | zirkelundlineal.php | 192 $txt = ""; 194 $txt .= '<applet'. 203 $txt .= '<param name="style" value="'.$style.'"/>'; 218 $txt .= '<param name="grid" value="'.$grid.'"/>'; 221 $txt .= '<param name="font" value="'.$font.'"/>'; 227 $txt .= '<param name="demo" value="'.$demo.'"/>'; 230 $txt .= '<param name="edit" value="'.$edit.'"/>'; 253 $txt .= '<param name="job" value="'.$job.'"/>'; 300 $txt .= '<param name="snap" value="'.$snap.'"/>'; 326 $txt .= '<br />'; [all …]
|
/plugin/upgrade/ |
H A D | deleted.files | 7 lang/cs/safemode.txt 8 lang/cy/safemode.txt 9 lang/da/safemode.txt 10 lang/de-informal/safemode.txt 11 lang/de/safemode.txt 12 lang/en/safemode.txt 13 lang/eo/safemode.txt 14 lang/es/safemode.txt 15 lang/fa/safemode.txt 16 lang/fr/safemode.txt [all...] |
/plugin/hcalendar/syntax/ |
H A D | hcal_renderer_helper.php | 31 $txt = ''; 33 $txt .= '<div>'; 43 $txt .= $this->getLang('ab'); 45 $txt .= $this->getLang('um'); 55 $txt .= '">'; 56 $txt .= ' '.$this->getLang('bis').' '; 60 $txt .= date('D d.F Y',$dt_end).' '; 80 $txt .= '">'; 81 $txt .= ' '.$this->getLang('bis').' '; 82 $txt .= date('D d.F Y',$dt_end).' '; [all …]
|
/plugin/move/ |
H A 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/geogebra/syntax/ |
H A D | geogebrafile.php | 169 $txt = ""; 179 $txt .= '<applet'. 186 $txt .= '<param name="filename" value="'.$file.'"/>'; 188 $txt .= ' <param name="showToolBar" value="'.$showToolBar.'"/>'; 198 $txt .= ' <param name="maxIconSize" value="'.$maxIconSize.'"/>'; 207 $txt .= ' <param name="customToolBar" value="'.$customToolBar.'"/>'; 215 $txt .= ' <param name="bgcolor" value="'.$bgcolor.'"/>'; 219 $txt .= ' <param name="language" value="'.$language.'"/>'; 227 $txt .= '<br />'; 234 $txt .= ' <a href="'.$file.'">Download</a> —'; [all …]
|
/plugin/jalbum/syntax/ |
H A D | jalbum.php | 94 $txt .= '<div class="jalbumnet">'; 103 $txt .= '</div>'; 105 $txt .= $fullview; 107 $renderer->doc .= $txt; 116 $txt .= $param['albumtitle']; 117 $txt .= '</a>'; 118 $renderer->doc .= $txt; 125 $txt = ""; 148 $txt .= '/>';//IMG 150 $txt .= '</a>'; [all …]
|
H A D | jalbumbadge.php | 129 $txt .= '_ja_badge_width = '.$width.";\n"; 131 $txt .= '_ja_badge_simple_footer_lnks = '.$simple_footer_lnks.";\n"; 132 $txt .= '_ja_badge_look = '.$layout.';'."\n"; 133 $txt .= '_ja_badge_header = "'.$title.'";'."\n"; 134 $txt .= ''. 140 $txt .= '</p>'; 143 $renderer->doc .= $txt;
|
/plugin/toursprung/ |
H A D | syntax.php | 83 $txt = ""; 84 $txt .= '<span>'; 85 $txt .= '<iframe'; 86 $txt .= ' width="145"'; 87 $txt .= ' height="385"'; 94 $txt .= ' border="0"'; 95 $txt .= ' frameborder="0"'; 97 $txt .= ' marginwidth="0"'; 99 $txt .= '</iframe>'; 100 $txt .= '</span>'; [all …]
|
/plugin/backlinks/ |
H A D | deleted.files | 32 _test/data/pages/backlinks_syntax.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 40 _test/data/pages/aaa/bbb/cc/link_d.txt 42 _test/data/pages/exclude/link.txt 43 _test/data/pages/include/link.txt [all …]
|
/plugin/message/ |
H A D | admin.php | 68 $ok = $ok & $this->ecritFichier($conf['cachedir'].'/message_error.txt', $_POST['err']); 69 $ok = $ok & $this->ecritFichier($conf['cachedir'].'/message_info.txt', $_POST['info']); 70 $ok = $ok & $this->ecritFichier($conf['cachedir'].'/message_valid.txt', $_POST['valid']); 71 $ok = $ok & $this->ecritFichier($conf['cachedir'].'/message_remind.txt', $_POST['rappel']); 87 $file=$conf['cachedir'].'/message_error.txt'; 94 $file=$conf['cachedir'].'/message_info.txt'; 101 $file=$conf['cachedir'].'/message_valid.txt'; 108 $file=$conf['cachedir'].'/message_remind.txt';
|
H A D | action.php | 45 $file=$conf['cachedir'].'/message_error.txt'; 48 $file=$conf['cachedir'].'/message_info.txt'; 51 $file=$conf['cachedir'].'/message_valid.txt'; 54 $file=$conf['cachedir'].'/message_remind.txt';
|
/plugin/reliwa/ |
H A D | syntax.php | 94 $txt .= 'username='.$uname.'&'; 95 $txt .= 'cat='.$param['cat'].'&'; 96 $txt .= 'count='.$param['count'].'&'; 98 $txt .= 'rows='.$param['rows'].'&'; 100 $txt .= 'column='.$param['col'].'&'; 102 $txt .= 'order='.$param['order']; 104 $txt .= '&associate_id='.$param['amazonid']; 106 $txt .= '">';
|
/plugin/photowidget/ |
H A D | syntax.php | 106 …$txt = '<div><object type="application/x-shockwave-flash" data="'.$w_swfLoc.'" width="'.$p_width.'… 107 $txt .= '<param name="movie" value="'.$w_swfLoc.'" />'; 108 $txt .= '<param name="bgcolor" value="#ffffff" />'; 109 $txt .= '<param name="AllowScriptAccess" value="always" />'; 110 $txt .= '<param name="flashvars" value="feed='.$w_feedurl.'" />'; 111 $txt .= '<p>This widget requires Flash Player 9 or better</p>'; 112 $txt .= '</object></div>'; 113 return $txt;
|
/plugin/diagramsnet/lib/ |
H A D | service-worker.js.map | 1 …txt\",\n \"revision\": \"f894dd4d34567dc73649828c996eb1c9\"\n },\n {\n \"url\": \"resource…
|
/plugin/phpbblinks/ |
H A D | action.php | 170 $txt = $this->_getTopicByPostId($p); 171 if (!$txt) continue; 172 $txt = $this->getConf('linktxt') . $txt; 174 $replace[] = "\\1[[$url?p=$p#$p|$txt]]\\2"; 180 $txt = $this->_getTopicByTopicId($t); 181 if (!$txt) continue; 182 $txt = $this->getConf('linktxt') . $txt; 184 $replace[] = "\\1[[$url?t=$t|$txt]]\\2";
|
/plugin/rigrr/ |
H A D | script.js | 20 txt = "There was an error on this page.\n\n"; 21 txt += "Error description: " + err.message + "\n\n"; 22 txt += "Click OK to continue.\n\n"; 23 alert(txt);
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/ |
H A D | Trainer.php | 27 $dirname = __DIR__ . '/../../resources/*/*.txt'; 36 $dirname .= '/*/*.txt'; 39 /** @var \GlobIterator $txt */ 40 foreach (new \GlobIterator($dirname) as $txt) 42 $content = \mb_strtolower(\file_get_contents($txt->getPathname())); 45 \substr_replace($txt->getPathname(), 'php', -3), 46 \sprintf("<?php\n\nreturn %s;\n", var_export([ $txt->getBasename('.txt') => $this->getNgrams($content) ], true))
|
/plugin/code3/src/ |
H A D | psyhi.js | 101 var colorize = function (txt) { argument 102 var t = PR_lexOne(txt) 132 var printLangStrings = function (txt) { argument 136 txt = txt.replace('{LNG_'+i.toUpperCase()+'}',s[i]); 139 return txt; 141 var printToolbar = function (txt) { argument 149 return txt.replace("{TOOLBAR}", s.join(" ")); 161 ,txt 167 txt = pre[i].value || pre[i].innerHTML; 169 s = colorize(txt); [all …]
|
/plugin/geotag/ |
H A D | deleted.files | 7 _test/data/pages/fullgeotag.txt 8 _test/data/pages/fullgeotagnegativecoords.txt 9 _test/data/pages/minimalgeotag.txt 10 _test/data/pages/nogeotag.txt
|
/plugin/dlcount/ |
H A D | action.php | 74 $txt = array(); 76 …if ($this->getConf('show_filesize')) $txt['filesize'] = $this->size_translate(filesize($conf['medi… 79 …$txt['lastmod'] = '<acronym title="Modified: ' . date('Y-m-d H:i.s', $fmod) . '">' . reset(explode… 83 $txt['dlcount'] = $meta['dlcount'] . ' download' . $s; 84 …meta['lastdl'])) $txt['dlcount'] = '<acronym title="Last download: ' . $this->time_translate(time(… 86 $txt = ' (' . implode(', ', $txt) . ')'; 88 $newhtml .= substr($html, $lastoffset, $afteroffset-$lastoffset) . $txt;
|
/plugin/noiewarning/ |
H A D | ChangeLog | 28 * action.php: now can read a file DOKU_CONF/recommended-browser.txt 30 * recommend/: Files added: midori.txt, firefox.txt, elinks.txt, opera.txt
|
/plugin/freechat/phpfreechat/misc/ |
H A D | sendSource | 3 NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz 4 NAME_ZIP=phpfreechat-`cat ../version.txt`.zip 5 NAME_SETUP=phpfreechat-`cat ../version.txt`-setup.php
|