Home
last modified time | relevance | path

Searched refs:input (Results 251 – 275 of 1436) sorted by relevance

1...<<11121314151617181920>>...58

/plugin/indexmenu2/cms/extensions/demo/
H A Dselectbox.css19 input, select { selector
21 input { selector
27 input.mover {
30 input.button {
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.css19 input, select { selector
21 input { selector
27 input.mover {
30 input.button {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php14 $input = <<<ICS
26 $vcal = Reader::read($input);
69 $input = <<<ICS
81 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php14 $input = <<<ICS
26 $vcal = Reader::read($input);
69 $input = <<<ICS
81 $vcal = Reader::read($input);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php40 public function testToArrayWithScalar($input) argument
45 gettype($input),
46 gettype($input)
48 $result = $this->serializer->toArray($input);
50 self::assertEquals([$input], $result);
/plugin/uncmap/_test/
H A Dmapping.test.php85 $input = array(
89 $response = $request->post($input);
112 $input = array(
116 $response = $request->post($input);
135 $input = array(
139 $response = $request->post($input);
160 $input = array(
164 $response = $request->post($input);
/plugin/quizlib/scripts/
H A Dquizlib.js109 var input;
111 input = answerInputs[k];
112 if (input.type === "checkbox" || input.type === "radio") {
113 if (input.checked) userAnswer.push(input.value);
114 } else if (input.value !== '') {
115 userAnswer.push(input.value);
/plugin/diagrams/script/
H A DDiagramsMediaManager.js159 const input = document.createElement('input');
160 input.type = 'text';
161 input.className = 'edit';
162 input.name = 'diagrams-create-filename';
163 form.appendChild(input);
169 form.addEventListener('submit', this.#createDiagram.bind(this, ns, input));
177 * @param {HTMLInputElement} input The input element containing the filename
180 async #createDiagram(namespace, input, even argument
[all...]
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php228 public function __construct(TokenStream $input) argument
230 parent::__construct($input);
297 $_la = $this->input->LA(1);
302 if ($this->input->LA(1) === Token::EOF) {
333 $_la = $this->input->LA(1);
338 if ($this->input->LA(1) === Token::EOF) {
369 $_la = $this->input->LA(1);
374 if ($this->input->LA(1) === Token::EOF) {
407 $_la = $this->input->LA(1);
417 $_la = $this->input
[all...]
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php317 $process = $this->getProcess(sprintf('echo %s %s echo %s', $input, $operator, $input));
1199 $input = function () {
1221 $input->close();
1252 $input->close();
1262 $input->onEmpty(function ($input) {
1264 $input->close();
1270 $input->write('ping');
1285 $input->close();
1312 $input->write(345);
1348 $input->write(123);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php47 * complete the DFA path for the current input (until it finds a conflict state
61 * When SLL yields a configuration set with conflict, we rewind the input and
65 * definitively say we have a true ambiguity for that input sequence. If we
73 * ATN each time we get that input.
87 * There is no strict ordering between the amount of input used by SLL vs LL,
89 * we have input A B C that leads to an SLL conflict with full context X. That
92 * in the input and A B C E could predict alternative 2 in another position in
93 * input. The conflicting SLL configurations could still be non-unique in the
94 * full context prediction, which would lead us to requiring more input than the
96 * input use
283 protected $input; global() variable in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator
324 adaptivePredict(TokenStream $input, int $decision, ParserRuleContext $outerContext) global() argument
457 execATN(DFA $dfa, DFAState $s0, TokenStream $input, int $startIndex, ParserRuleContext $outerContext) global() argument
756 execATNWithFullContext(DFA $dfa, DFAState $D, ATNConfigSet $s0, TokenStream $input, int $startIndex, ParserRuleContext $outerContext) global() argument
2283 getLookaheadName(TokenStream $input) global() argument
2289 noViableAlt(TokenStream $input, $outerContext, ATNConfigSet $configs, int $startIndex) global() argument
[all...]
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js51input:ab,tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uD… property in k
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl6 … <input type="radio" id="[[content-2]]" name="[[content-3]]" value="[[content-4]]" [[content-5]] />
8 …<input type="radio" id="[[content-8]]" name="[[content-9]]" value="[[content-10]]" [[content-11]] …
14 …<input type="text" id="[[content-16]]" name="[[content-17]]" value="[[content-18]]" size="60" [[co…
17 …<input id="[[content-22]]" type="text" name="[[content-23]]" value="[[content-24]]lib/plugins/[[co…
21 <input type="checkbox" id="[[content-28]]" name="[[content-29]]" value="1" [[content-30]] />
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DParDoInstruction.php41 public function setInput(InstructionInput $input) argument
43 $this->input = $input;
50 return $this->input;
H A DPartialGroupByKeyInstruction.php47 public function setInput(InstructionInput $input) argument
49 $this->input = $input;
56 return $this->input;
/plugin/querychangelog/
H A Dadmin.php194 ptln(' <input type="hidden" name="do" value="admin" />');
195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
196 ptln(' <input type="hidden" name="id" value="'.$ID.'" />');
208 …ptln( ' <td><input type="radio" name="qcsd" value="<def>" '.($_REQUEST['qcsd'] == '<def>' ?…
209 …ptln( ' <td align="left"><input type="text" name="startd" size="25" maxlength="16" value="'…
210 …ptln( ' <tr><td><input type="radio" name="qcsd" value="<beg>" '.($_REQUEST['qcsd'] != '<def>'…
216 …ptln( ' <td><input type="radio" name="qced" value="<def>" '.($_REQUEST['qced'] == '<def>' ?…
217 …ptln( ' <td align="left"><input type="text" name="endd" size="25" maxlength="16" value="'.f…
218 …ptln( ' <tr><td><input type="radio" name="qced" value="<beg>" '.($_REQUEST['qced'] != '<def>'…
270 …ptln( ' <td colspan="5" align="center"><input type="submit" value="'.formtext($this->lang['…
/plugin/tfslink/
H A Dstyle.css17 #addworkitemlink__wiz input {
20 #addworkitemlink__wiz input#workitemid {
23 #addworkitemlink__wiz input#title {
34 #addworkitemlink__wiz input#addworkitemlink__insert {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php17 * mismatched input errors. In each case, the parser knows where it is
18 * in the input, where it is in the ATN, the rule invocation stack,
34 private $input; variable in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException
50 ?IntStream $input, argument
57 $this->input = $input;
87 * Gets the set of input symbols which could potentially follow the
125 * Gets the input stream which is the symbol source for the recognizer where
128 * If the input stream is not available, this method returns `null`.
130 * @return IntStream|null The input strea
[all...]
/plugin/aclauditor/
H A Dadmin.php200 …' '.$this->getLang('who').' : <input type="text" name="aclaudit_who" value="'.($this->test ? $this…
201 …'.$this->getLang('what').' : <input type="text" name="aclaudit_what" value="'.($this->test ? $this…
202 ptln(' <input type="submit" name="aclaudit_testboth" value="'.$this->getLang('testboth').'" />');
280 …ptln(' </select> <input type="submit" name="aclaudit_scenario_load" value="'.$this->getLang('load'…
281 …(' '.$this->getLang('scenario_upload').' : <input type="file" name="aclaudit_scenario_upload_file"…
283 …tLang('scenario_save').' : <input type="text" name="aclaudit_scenario_save_filename" value="'.$thi…
284 …ptln(' '.$this->getLang('scenario_download').' : <input type="submit" name="aclaudit_scenario_down…
285 …ptln(' <input class="runscn" type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('r…
/plugin/swiftmail/Swift/Message/
H A DEncoder.php53 public function addressChunk($input) argument
56 while (preg_match('/^(.*?)(<' . self::CHEAP_ADDRESS_RE . '>)/s', $input, $matches))
60 $input = substr($input, strlen($matches[0]));
62 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over
73 public function quoteChunk($input) argument
76 while (preg_match('/^(.*?)(<[\x20-\x3A\x3C-\x7E]*>)/s', $input, $matches))
80 $input = substr($input, strlen($matches[0]));
82 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over
/plugin/struct/
H A Dstyle.less2 * The input entry form
64 > span.input {
70 // general input fields
71 input:not([type='checkbox']):not([type='color']),
76 // smaller input types
100 // overlay media button on top of input field
106 // input hints
127 span.input {
161 span.input {
168 input, selec
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js56 input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
208 if (typeof input === "undefined" || !input.length) {
223 b = isArray ? input[i] : input.charCodeAt(i);
576 this.file(input.fileName, input.decompressed, {
1577 input = utils.transformTo("string", input);
1700 input = utils.transformTo("uint8array", input);
1976 return input;
2159 if (!input) {
5828 input = strm.input;
6482 input = strm.input;
[all …]
/plugin/revealjs/plugin/search/
H A Dsearch.js31 this.setRegex = function(input) argument
33 input = input.replace(/^[^\w]+|[^\w]+$/g, "").replace(/[^\w'-]+/g, "|");
34 matchRegex = new RegExp("(" + input + ")","i");
100 this.apply = function(input) argument
102 if(input == undefined || !input) return;
104 this.setRegex(input);
/plugin/farm/
H A Dscript.js28 input = this.getAttribute('ref');
35 input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
38 enc1 = keyStr.indexOf(input.charAt(i++));
39 enc2 = keyStr.indexOf(input.charAt(i++));
40 enc3 = keyStr.indexOf(input.charAt(i++));
41 enc4 = keyStr.indexOf(input.charAt(i++));
50 } while (i < input.length);
/plugin/addnewpage/
H A Dsyntax.php280 $input = '';
285 … $input = '<input type="hidden" name="newpagetemplate" value="' . formText($template) . '" />';
288 $input = '<select name="newpagetemplate" tabindex="3">';
295 $input .= "<option $p>".formText($name)."</option>";
297 $input .= '</select>';
299 $input = DOKU_TAB . DOKU_TAB . $input . DOKU_LF;
301 return $input;

1...<<11121314151617181920>>...58