Home
last modified time | relevance | path

Searched refs:input (Results 726 – 750 of 1436) sorted by relevance

1...<<21222324252627282930>>...58

/plugin/nsexport/
H A Dstyle.css23 form.plugin_nsexport__form li div.li input {
/plugin/bahnde/
H A Dstyle.css4 bahnde.input { font-size:10pt; }
/plugin/etherpadlite/
H A Dstyle.css13 .pad-form input, .pad-form select {
/plugin/tagfilter/script/select2/
H A Dselect2.js592 * Default tokenizer. This function uses breaks the input on substring match of any string from the
596 * @param input text user has typed so far or pasted into the search field
600 * @return undefined/null to leave the current input unchanged, or a string to change the input to the returned value
602 function defaultTokenizer(input, selection, selectCallback, opts) { argument
603 var original = input, // store the original so we can compare and know if we need to tell the search to update its text
617 index = input.indexOf(separator);
621 if (index < 0) break; // did not find any token separator in the input string, bail
623 token = input.substring(0, index);
624 input
3336 formatInputTooShort(input, min) global() argument
3337 formatInputTooLong(input, max) global() argument
[all...]
/plugin/wikicalendar/
H A Dstyle.css99 div.dokuwiki table.plugin_wikicalendar input.btn_next_month,
100 div.dokuwiki table.plugin_wikicalendar input.btn_prev_month {
/plugin/vkeyboard/
H A Dchange_log18 Select menu; on submit a new hidden input is created called 'vkb' which
19 is set to the value of the language selected. This new input is then
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php259 while ($input = $this->readInput()) {
261 $returnCode = $this->$command($input);
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md28 the subfolders of the `/tests` folder. The result of the parser is tested with an input and an outp…
29 where the input file contains the Markdown and the output file contains the expected HTML.
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php259 while($input = $this->readInput()) {
261 $returnCode = $this->$command($input);
/plugin/minical/
H A Dstyle.css96 div.dokuwiki table.plugin_minical input.btn_next_month,
97 div.dokuwiki table.plugin_minical input.btn_prev_month {
/plugin/quickstats/
H A Dstyle.css62 div.quick__stats td.padded input { background-color: #ffffaa; }
63 div.quick__stats th.padded input { background-color: #ffffaa; }
H A Dstyle.wide.css63 div.quick__stats td.padded input { background-color: #ffffaa; }
64 div.quick__stats th.padded input { background-color: #ffffaa; }
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php259 while($input = $this->readInput()) {
261 $returnCode = $this->$command($input);
/plugin/tablelayout/
H A Dstyle.less82 input {
104 input {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php259 while($input = $this->readInput()) {
261 $returnCode = $this->$command($input);
/plugin/struct/helper/
H A Dfield.php161 // input value or appropriately initialized empty value
190 * Create the input field
206 $input = $field->getValueEditor($name, $id);
212 $html .= "<span class=\"input\">$input</span>";
/plugin/strata/
H A Dstyle.css63 .strata-container-table tr.filter input {
105 .strata-container-table thead tr input,
170 .strata-container .filter li input,
/plugin/tagging/script/
H A Deditable.js12 this.$input = $('<input type="text">').val(this.options.defaultValue).appendTo(this.$div);
17 if(this.$input.is(':visible')) {
18 this.$input.focus();
20 var pos = this.$input.val().length;
21 this.$input.get(0).setSelectionRange(pos, pos);
29 this.$input.after(this.$clear)
52 var len = this.$input.val().length,
66 this.$input.val('').focus();
79 '<div><div class="editable-input"></di
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php37 /** The index into the input stream where the last error occurred.
171 throw new \RuntimeException('Unexpected null input stream.');
231 * input with an extra token between members would force the parser to
261 throw new \RuntimeException('Unexpected null input stream.');
326 $input = '<unknown input>';
336 $input = '<EOF>';
338 $input = $tokens->getTextByTokens($e->getStartToken(), $e->getOffendingToken());
342 $msg = \sprintf('no viable alternative at input %s', $this->escapeWSAndQuote($input));
[all...]
/plugin/ckgedit/ckeditor/skins/kama/
H A Ddialog_iequirks.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel{ba…
/plugin/encryptedpasswords/
H A Dstyle.less45 input {
/plugin/tagfilter/
H A Dstyle.css67 input.select2-default {
89 .select2-container-multi .select2-choices .select2-search-field input {
120 .select2-search input {
323 .select2-search input {
347 .select2-drop.select2-drop-above .select2-search input {
351 .select2-search input.select2-active {
589 .select2-container-multi .select2-choices .select2-search-field input {
603 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
737 .select2-search input,
746 .select2-search input {
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ConvertDocumentToFragment.txt
/plugin/zip/
H A Dstyle.css21 span.zip_form_box input {
/plugin/crypto/
H A Dstyle.css33 div.dokuwiki div.cryptodialog input.edit {

1...<<21222324252627282930>>...58