Home
last modified time | relevance | path

Searched refs:text (Results 2876 – 2900 of 3150) sorted by last modified time

1...<<111112113114115116117118119120>>...126

/plugin/uparrow/
H A Dstyle.css8 text-align:right;
/plugin/aclauditor/
H A Dstyle.css12 text-align: center;
42 text-align: right;
81 text-align: center;
96 text-align: center;
/plugin/pagebox/
H A Dstyle.css29 text-align:left;
/plugin/codebutton_ext/
H A Daction.php.bak45 …, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, tcl, teraterm, text, thinbasic, tsql, t…
/plugin/quickedit/
H A Dscript.js65 text=document.getElementById("quickedit_textbox"+id).value;
67 …pl_si.sack.runAJAX('call=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+…
/plugin/quiz/
H A Dstyle.css27 text-align:center;
35 text-align:left;
/plugin/processing/
H A Dscript.js3077 parseUnitSize: function (text) { argument
3078 var len = text.length - 2;
3079 if (len < 0) { return text; }
3080 if (text.indexOf("pt") === len) {
3093 return parseFloat(text);
5246 p.status = function(text) { argument
5247 window.status = text;
11077 p.text = function text() { function
11093 hud.text(arguments[0], 0, asc);
11859 function addAtom(text, type) { argument
[all …]
/plugin/searchpattern/
H A Dprint.css11 text-align: center;
/plugin/jquery-syntax/
H A Ddw-fixes.css6 text-align: right !important;
/plugin/gil/
H A Dsyntax.php229 $text= '';
235 $text= '( '. implode(' | ', $ctext). ' )';
236 return $text;
H A Dstyle.css28 text-align: center;
H A DChangeLog24 * syntax.php: (add) Basic support for the text renderer.
/plugin/stats/
H A Dstyle.css18 text-align:center;
22 text-align:left;
25 text-align:right;
/plugin/noticeboard/classes/
H A DEditForm.php47 function setEMName($text){ argument
48 $this->EMName = $text;
51 function setEMStartDate($text){ argument
52 $this->EMStartDate = $text;
55 function setEMEndDate($text){ argument
56 $this->EMEndDate = $text;
59 function setEMStartTime($text){ argument
63 function setEMEndTime($text){ argument
64 $this->EMEndTime = $text;
67 function setEMDeadline($text){ argument
[all …]
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php47 function setEMName($text){ argument
48 $this->EMName = $text;
51 function setEMStartDate($text){ argument
52 $this->EMStartDate = $text;
55 function setEMEndDate($text){ argument
56 $this->EMEndDate = $text;
59 function setEMStartTime($text){ argument
63 function setEMEndTime($text){ argument
64 $this->EMEndTime = $text;
67 function setEMDeadline($text){ argument
[all …]
/plugin/noticeboard/noticeboard/
H A Dstyle.css19 text-align:left;
68 text-decoration:none !important;
99 text-decoration:none !important;
128 text-align:left;
148 text-align:right;
155 text-align:right;
192 text-align:center;
198 text-align:right;
202 text-align:left;
215 text-align:center;
/plugin/noticeboard/
H A Dstyle.css19 text-align:left;
68 text-decoration:none !important;
99 text-decoration:none !important;
128 text-align:left;
148 text-align:right;
155 text-align:right;
192 text-align:center;
198 text-align:right;
202 text-align:left;
215 text-align:center;
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt3 …i and eases the creation of structured texts. All data is stored in plain text files -- no databas…
H A Dsyntax.txt5 ===== Basic text formatting =====
22 This is some text with some linebreaks\\ Note that the
26 This is some text with some linebreaks\\ Note that the
165 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space…
216 [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is …
230 Some times you want to mark some text to show it's a reply or comment. You can use the following sy…
290 … your text: Add two spaces on the left to align right, two spaces on the right to align left and t…
319 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**,…
340 …s, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, v…
/plugin/farm/
H A Dstyle.css27 text-align: left;
37 text-align: center;
42 text-align: center;
47 text-align: center;
75 text-align: left;
82 text-align: center;
103 text-align: left;
131 text-align: left;
171 text-align: left;
176 text-align: left;
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak44 import javax.swing.text.html.HTML;
45 import javax.swing.text.html.HTMLDocument;
46 import javax.swing.text.html.HTMLEditorKit;
1228 String text = editorPane.getSelectedText();
1230 if (text == null) {
1231 text = "";
1241 + text + ((bold) ? "</b>" : "</i>"), 0, 0,
/plugin/crypto/
H A Dplugin.info.txt6 desc Encrypt a text with a passphrase
/plugin/crypto/js/
H A Ddecrypt-dialog.js77 var text = selection.getText();
H A Dencrypt-dialog.js94 var text = selection.getText();
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak6 import java.text.NumberFormat;

1...<<111112113114115116117118119120>>...126