Home
last modified time | relevance | path

Searched refs:text (Results 2951 – 2975 of 3150) sorted by path

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

/plugin/vkeyboard/
H A Dstyle.css17 text-align:left;
66 text-align:right;
91 text-align:left;
160 text-align:left;
165 text-align:center;
236 text-align:center;
H A Dvkeyboard.js1text.length){u.VKI_target.range.moveStart("character",-1)}u.VKI_target.range.text=""}else{u.VKI_ta…
H A Dvkeyboard.js.unc11 * Add a script-driven keyboard interface to text fields, password
1546 for (var z = 0; z < text.length; z++) {
1571 * Insert text at the cursor
1580 this.VKI_insert = function(text) {
1589 strPos = range.text.length;
1595 this.textarea.value=front+text+back;
1596 strPos = strPos + text.length;
1614 else this.VKI_insert = function(text) {
1624 this.VKI_target.setSelectionRange(rng[0] + text.length, rng[0] + text.length);
1629 this.VKI_target.range.text = text;
[all …]
/plugin/vote/
H A Dstyle.css11 text-align: left;
/plugin/vshare/
H A Dall.css7 text-align: center;
34 text-align: center;
H A Dpdf.css6 text-align: center;
14 text-decoration: none;
H A Dscript.js30 const text = prompt(LANG['plugins']['vshare']['prompt']);
31 if (!text) return;
35 const match = text.match(RE);
78 // add info text
/plugin/watchcycle/
H A Daction.php437 $text = sprintf($this->getLang('mail body'), $page);
440 $mailer->setBody($text, null, null, $html);
/plugin/wavedrom/
H A Daction.php29 'type' => 'text/javascript',
/plugin/webcode/
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
111 of the following places: within a NOTICE text file distributed
119 or as an addendum to the NOTICE text from the Work, provided
183 the brackets!) The text should be enclosed in the appropriate
H A Dstyle.css52 text-decoration: none;
H A DwebCodeConsole.css37 text-transform:capitalize;
H A DwebCodeConsole.js5 appendLine: function (text) { argument
8 webConsoleLine.innerHTML = text;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js79 …End',range);_el.selectionStart=stored.text.length-range.text.length;_el.selectionEnd=_el.selection…
80 …tion){var range=document.selection.createRange(),isCollapsed=range.text=='';range.text=String.from…
H A Dfirebug-lite-1.2.js1730 _el.selectionStart = stored.text.length - range.text.length;
1731 _el.selectionEnd = _el.selectionStart + range.text.length;
1747 var range = document.selection.createRange(), isCollapsed = range.text == '';
1748 range.text = String.fromCharCode(9);
H A Dfirebug-lite-1.4.js402 this.cropString=function(text,limit){text=text+""; argument
405 }if(text.length>limit){return this.escapeNewLines(text.substr(0,halfLimit)+"..."+text.substr(text.l…
412 if(text.match){lines=text.match(reSplitLines2)
1138 text=text.replace(/\+/g," ");
1162 text=text.replace(/\+/g," ");
1218 var text=range.text;
1219 if(text){return input.value.indexOf(text)
1778 },toLowerCase:function(text){return text?text.toLowerCase():text argument
3047 }text=String(text);
5205 text=text.replace(reScript,"");
[all …]
H A Dfirebug-lite.css3 …position:static; float:none; width:auto; height:auto; text-align:left; border:0; overflow:visible;…
6 #Firebug center { text-align:center; }
26 …px 4px 4px 4px; border:1px solid transparent !important; border-color:#ccc; text-decoration:none; }
30 #Firebug .ButtonContainer .Logo { text-decoration:none; padding-left:24px; background:url(firebug.g…
49 #Firebug .Nav .Settings .Options { text-decoration:none; padding-left:24px; background:url(firebug.…
69 #Firebug .DOMRow .DOMRowLeft .Object:hover { text-decoration:underline; color:#0000ff; }
111 #Firebug .Left .HTML .Block .Parent { font-weight:bold; color:#111; text-decoration:none; }
153 …0px; padding:0 2px 0 0; background:#eee; color:#666; font-family:Courier; text-align:right; border…
177 #Firebug .Left .XHR .Block strong { display:block; text-align:center; padding:3px; background:rgb(2…
178 #Firebug .Left .XHR .Block span { display:block; text-align:center; overflow:hidden; }
[all …]
/plugin/webcomponent/
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
111 of the following places: within a NOTICE text file distributed
119 or as an addendum to the NOTICE text from the Work, provided
183 the brackets!) The text should be enclosed in the appropriate
/plugin/webcomponent/_test/data/pages/
H A Dblockquote.txt9 * the text at the left side
H A Dnavbar.txt55 [[data:type:text:|Text]]
/plugin/webcomponent/syntax/
H A Dcard.php35 private $text; variable in syntax_plugin_webcomponent_card
222 $this->text .= p_render('xhtml', $instructions, $info);
246 if ($this->header == "" and $this->text == "" and $this->image != ""){
268 if ($this->text != "") {
269 … $renderer->doc .= DOKU_TAB . DOKU_TAB . '<p class="card-text">' . $this->text . '</p>' . DOKU_LF;
279 $this->text = "";
H A Dconsole.php125 $text=$data[1];
131 $renderer->code($text);
/plugin/webdav/core/
H A DUtils.php79 * @param string $text
84 public static function saveWikiText($id, $text, $mode = 'edit') argument
87 if ($mode == 'create' && strlen($text) == 0) {
88 $text = "\n\n";
93 'size' => strlen($text),
108 if (!utf8_check($text)) {
125 saveWikiText($id, $text, $summary, false);
/plugin/webdav/vendor/psr/log/
H A DREADME.md57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1268 * Fixed: Marking both the text/calendar and text/x-vcard as UTF-8 encoded.
1270 "text/x-vcard; charset=utf-8" for a contenttype.
1748 * Fixed: Issue 96: support for 'default' collation in CalDAV text-match filters.
1899 * Added: text/plain is used for .txt files in GuessContentType plugin.
2278 * Fixed: Using application/xml for a mimetype vs. text/xml as per RFC4918 sec

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