Home
last modified time | relevance | path

Searched full:input (Results 1151 – 1175 of 4846) sorted by relevance

1...<<41424344454647484950>>...194

/plugin/tagging/
H A Dscript.js23 var $input = $form.find('textarea');
24 var len = $input.val().length;
25 $input.focus();
27 $input[0].setSelectionRange(len, len);
132 // remove the current input
/plugin/etherpadlite/scripts/
H A Detherpadlite.js72 "sectok" : jQuery('input[name=sectok]').val(),
73 "prefix" : jQuery('#dw__editform').find('input[name=prefix]').val(),
74 "suffix" : jQuery('#dw__editform').find('input[name=suffix]').val(),
75 "date" : jQuery('#dw__editform').find('input[name=date]').val(),
126 …ep.pwdlg.inp = jQuery('<input/>').attr('name','password').attr('type','password').appendTo(ep.pwdl…
128 …jQuery('<input/>').attr('type','reset').val(ep.lang.reset).click(ep.on_password_cancel).appendTo(e…
175 …jQuery('<input/>').attr('type','submit').val(ep.lang.submit).click(ep.on_security_submit).appendTo…
176 …jQuery('<input/>').attr('type','reset').val(ep.lang.reset).click(ep.on_security_cancel).appendTo(e…
198 "sectok" : jQuery('input[name=sectok]').val(),
365 'sectok' : jQuery('input[name=sectok]').val(),
[all …]
/plugin/issuetracker/
H A Daction.php975 // see issue 37: AUTH:AD switch to provide text input instead
1755 '<input type="hidden" name="project" value="'.$project.'" />
1757 <input type="hidden" name="mod_severity" value="1"/>
1798 '<input type="hidden" name="project" value="'.$project.'" />
1800 <input type="hidden" name="mod_status" value="1"/>
1837 <input type="hidden" name="mod_add_data" value="1" />';
1906 <input class ="button"
2042 <input type="hidden" name="mod_contacts" value="1"/>
2199 '<input type="hidden" name="project" value="'.$project.'" />'.NL.
2508 '<input type="hidden" name="project" value="'.$project.'" />'.NL.
[all …]
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_table.html327 &nbsp;<input id="txtRows" type="text" maxlength="3" size="2" value="3"
334 &nbsp;<input id="txtColumns" type="text" maxlength="2" size="2" value="2"
352 … &nbsp;<input style="display:none" id="txtBorder" type="text" maxlength="2" size="2" value="1"
376 &nbsp;<input id="txtWidth" type="text" maxlength="4" size="3" value="200"
388 …&nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" onkeypress="return IsDigit(event);"…
399 &nbsp;<input id="txtCellSpacing" type="text" maxlength="2" size="2" value="1"
408 &nbsp;<input id="txtCellPadding" type="text" maxlength="2" size="2" value="1"
424 <input id="txtCaption" type="text" style="width: 100%" /></td>
432 <input id="txtSummary" type="text" style="width: 100%" /></td>
/plugin/filelisting/
H A Dscript.js178 this.$filter = $('<label>' + this.options.filterLabel + ': <input></label>').appendTo(this.$footer);
179 var $input = this.$filter.find('input');
182 $input.on('keyup', $.proxy(this.applyFilter, this));
185 $input.on('keydown', function (event) {
197 var filter = this.$filter.find('input').val(),
337 this.$content.on('change', 'input[type=checkbox]', $.proxy(this.toggleDeleteButton, this));
343 if (this.$content.find('input[type=checkbox]:checked').length === 0) {
374 //label of filter input
/template/zenlike/css/
H A Dzenlike.css21 body,input selector
246 #search input.text
258 #search input.submit
481 /* search input, copied from #search input.text */
483 div#search input.edit {
494 /* search button, copied from #search input.submit */
496 div#search input.button {
514 input.button {
/plugin/bureaucracy-au/_test/
H A Dfield_hidden.test.php70 <input type="hidden" name="sectok" value="" /><input type="hidden" name="bureaucracy[$$id]" value="…
71 …$expectedFieldHTML = '<input type="hidden" name="bureaucracy[0]" value="default value of the hidde…
/plugin/today/_test/
H A DSyntaxTest.php36 * @param $input
40 public function testParseMatch($input, $expectedOutput, $msg) { argument
46 $actualOutput = $syntax->handle($input, 5, 1, new Doku_Handler());
/plugin/bureaucracyau/_test/
H A Dfield_hidden.test.php70 <input type="hidden" name="sectok" value="" /><input type="hidden" name="bureaucracyau[$$id]" value…
71 …$expectedFieldHTML = '<input type="hidden" name="bureaucracyau[0]" value="default value of the hid…
/plugin/pagehere/
H A Dsyntax.php40 $renderer->doc .= '<input name="id" type="hidden" value="' . hsc($ID) . '" />';
41 $renderer->doc .= '<input name="pagehere" class="edit" type="text" id="page__here" />';
42 $renderer->doc .= '<input type="submit" value="' . $this->getLang('submit') . '" class="btn" />';
/template/notos/
H A Dscript.js16 jQuery('input.notos-toggle').on('click', function () {
17 jQuery('input.notos-toggle').not(this).prop('checked', false);
26 const $toggle = jQuery('input.notos-toggle');
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php35 var $input = array(); variable in base
228 function input($k) { function in base
229 …return isset($this->input[$k]) ? (is_array($this->input[$k]) ? $this->input[$k] : trim($this->inpu…
/plugin/bookcreator/script/
H A Dnspicker.js39 '<div>' + LANG.plugins.bookcreator.select_namespace + ' <input type="text" class="edit" id="bc__nspicker_entry" autocomplete="off" />' +
40 '<input type="button" value="' + LANG.plugins.bookcreator.select + '" id="bc__nspicker_select">' +
41 '<input type="button" value="' + LANG.plugins.bookcreator.cancel + '" id="bc__nspicker_cancel">' +
42 '<br><input type="checkbox" value="Recursive" id="bc__nspicker_recursive">' + LANG.plugins.bookcreator.add_subns_too +
245 // Move the cursor to the end of the input
288 sectok: jQuery('input[name="sectok"]').val()
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php12 $input = <<<BLA
35 $reader->xml($input);
91 $input = <<<BLA
109 $reader->xml($input);
184 $input = <<<BLA
194 $reader->xml($input);
/plugin/statistics/inc/pchart/
H A DColor.php153 * Makes sure the input is a valid color range (0-255)
155 * @param $input
158 private function truncateColorComponentRange($input) { argument
159 if($input > 255) {
161 } elseif($input < 0) {
164 return $input;
/plugin/diffpreview/
H A Daction.php146 global $INFO, $ID, $INPUT, $conf;
163 if (!$INPUT->post->has('wikitext')) return;
171 'prefix' => substr($INPUT->post->str('prefix'), 0, -1),
172 'text' => $INPUT->post->str('wikitext'),
173 'suffix' => $INPUT->post->str('suffix'),
174 'date' => $INPUT->post->int('date'),
/plugin/starred/
H A Dhelper.php45 global $INPUT;
53 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
79 global $INPUT;
87 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
103 global $INPUT;
109 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
/plugin/struct/action/
H A Dedit.php112 global $INPUT;
122 $structdata = $INPUT->arr(self::$VAR);
153 * Create the input field
167 $input = $field->getValueEditor($name, $id);
180 $html .= "<span class=\"input\">$input</span>";
/template/templar/less/
H A Dbuttons.less14 margin-bottom: 0; // For input.btn
22 *border: 0; // Remove the border to prevent IE7's black border on input:focus
120 input[type="submit"],
121 input[type="reset"],
122 input[type="button"] {
174 input[type="submit"].btn {
/template/taratasy/css/
H A Dcustom.css5 .dokuwiki .secedit input.button {
62 input[type=submit], input[type=text], input.button, button, #dokuwiki__header form.search #qsearch_…
72 input[type=submit] {
75 input[type=text] {
/plugin/charter/
H A Dhelper.php313 // parse input data
642 function _parseRGB($input) { argument
643 if ($input[0] == '#')
644 $input = substr($input, 1);
646 if (strlen($input) == 6) {
648 $r = hexdec(substr($input, 0, 2));
649 $g = hexdec(substr($input, 2, 2));
651 } else if (strlen($input) == 3) {
653 $r = hexdec($input[0]);
654 $g = hexdec($input[1]);
[all …]
/template/minima/
H A Ddesign.css72 div.dokuwiki label.block input.edit {
105 div.dokuwiki input.edit,
118 html>body div.dokuwiki input.edit,
127 div.dokuwiki input.missing {
141 div.dokuwiki input.edit[disabled],
142 div.dokuwiki input.edit[readonly],
180 div.dokuwiki input.button,
193 div.dokuwiki input.button:hover,
205 * html div.dokuwiki input.button,
675 div.dokuwiki input#qsearch__in {
[all …]
/template/r7throot1/
H A Ddesign.css83 div.dokuwiki label.block input.edit {
111 div.dokuwiki input.edit,
124 html>body div.dokuwiki input.edit,
133 div.dokuwiki input.missing {
147 div.dokuwiki input.edit[disabled],
148 div.dokuwiki input.edit[readonly],
186 div.dokuwiki input.button,
199 div.dokuwiki input.button:hover,
211 * html div.dokuwiki input.button,
667 div.dokuwiki input#qsearch__in {
[all …]
/template/spacedok/
H A Ddesign.css78 div.dokuwiki label.block input.edit {
106 div.dokuwiki input.edit,
119 html>body div.dokuwiki input.edit,
128 div.dokuwiki input.missing {
142 div.dokuwiki input.edit[disabled],
143 div.dokuwiki input.edit[readonly],
181 div.dokuwiki input.button,
194 div.dokuwiki input.button:hover,
206 * html div.dokuwiki input.button,
656 div.dokuwiki input#qsearch__in {
[all …]
/template/breeze/css/
H A Dgumby.css1450 input.xnarrow, .input.xnarrow { width: 13.33333%; margin: 0; }
1454 input.narrow, .input.narrow { width: 30.66667%; margin: 0; }
1458 input.normal, .input.normal { width: 48%; margin: 0; }
1462 input.wide, .input.wide { width: 65.33333%; margin: 0; }
1463 input.wide:last-child, .input.wide:last-child { margin-left: -4px; }
1466 input.xwide, .input.xwide { width: 82.66667%; margin: 0; }
1470 input.xxwide, .input.xxwide { width: 100%; margin: 0; }
1481 .prepend input, .prepend .input, .append input, .append .input { display: inline-block; max-width: …
1505 .prepend input:first-child, .append input:first-child, .prepend .input:first-child, .append .input:…
1507 .double input, .double .input { width: 50% !important; }
[all …]

1...<<41424344454647484950>>...194