Home
last modified time | relevance | path

Searched refs:txt (Results 301 – 325 of 388) sorted by path

1...<<111213141516

/plugin/qrcode/syntax/
H A Dqrcode.php206 … $txt = 'Dont have barcode reader ? click here http://www.freewarepocketpc.net/ppc-tag-barcode.html
212 $renderer->doc .= $txt;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem8 ## file (certdata.txt). This file can be found in the mozilla source tree:
9 …g.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
/plugin/quickstats/
H A DHOW-TO14 http://alexandre.alapetite.fr/doc-alex/php-local-browscap/php-local-browscap.php.txt
/plugin/randomquote/
H A DREADME.md4 The plugin is file-based and relies on a list of quotes stored in a `quotes.txt` file.
10 To add new quotes or to change the style, please edit the `quotes.txt` and `style.css` files in you…
/plugin/randomtables/syntax/
H A Dsource.php95 [$min, $max, $txt] = $line;
101 . '<td>' . $renderer->_xmlEntities($txt) .'</td>'
/plugin/redirector/
H A DREADME.md8 You have to copy the file `redirectURLs.txt.orig` to `redirectURLs.txt` and insert your URLs to be …
/plugin/reliwa/
H A Dsyntax.php94 $txt .= 'username='.$uname.'&amp;';
95 $txt .= 'cat='.$param['cat'].'&amp;';
96 $txt .= 'count='.$param['count'].'&amp;';
98 $txt .= 'rows='.$param['rows'].'&amp;';
100 $txt .= 'column='.$param['col'].'&amp;';
102 $txt .= 'order='.$param['order'];
104 $txt .= '&amp;associate_id='.$param['amazonid'];
106 $txt .= '">';
/plugin/removeold/lang/de/
H A Dhelp.txt9 Kopieren Sie einfach den gesamten Inhalt der blauen Box (removeold.txt) und
/plugin/rigrr/
H A Dbundled-software.txt7 Apache License v. 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
13 Apache License v. 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
18 https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt
H A Dscript.js20 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/routeplaner/syntax/
H A Droutenplaner.php256 $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/s5reloaded/ui/effects_support/
H A Dunittest.js123 _toHTML: function(txt) { argument
124 return txt.escapeHTML().replace(/\n/g,"<br/>");
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1694 function strokeString(ctx, txt, col, fh, tx, ty) { argument
1699 for (var i = 0; i < txt.length; i++) {
1700 strokeSymbol(ctx, txt[i], ls, tx+xp, ty, fw, fh);
1701 xp += (txt[i]!="."?fw+cr:(fw/2)+cr);
/plugin/securelogin/
H A DREADME.md149 * added plugin.info.txt
/plugin/selfmeasurement/
H A Ddescription.txt34 …lt. It is sent as a textual mail, including two attached files (an HTML version and the .txt file).
/plugin/semanticdata/syntax/
H A Dentry.php296 function _normalize($txt) { argument
297 return str_replace('#', '\#', trim($txt));
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Ddebugger.css1 /* See license.txt for terms of usage */
H A Dfirebug.css209 /* See license.txt for terms of usage */
340 /* See license.txt for terms of usage */
359 .hideCategory-txt .category-txt,
1170 /* See license.txt for terms of usage */
1837 /* See license.txt for terms of usage */
H A Dhtml.css1 /* See license.txt for terms of usage */
/plugin/sequencediagram/bower_components/raphael/dev/
H A Dbanner.txt7 // │ Licensed under the MIT (https://github.com/DmitryBaranovskiy/raphael/blob/master/license.txt) …
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4103 var txt = glob.doc.createTextNode(value);
4107 this.node.appendChild(txt);
/plugin/siteexport/
H A D.travis.yml17 - "mv req-travis.txt requirements.txt"
/plugin/siteexport/inc/
H A DreadCSS.patch309 $regexp = '/<style.*?>(.*?)<\/style>/si'; // it can be <style> or <style type="txt/css">
/plugin/sketchcanvas/
H A Dmakezip.sh1 zip -u -r sketchcanvas.zip plugin.info.txt action.php CanvasElement.php script.js style.less syntax.php README.md phplib script media images
/plugin/socialmark/
H A Dsyntax.php71 $g=@file(DOKU_PLUGIN.'socialmark/list.txt');

1...<<111213141516