Home
last modified time | relevance | path

Searched full:input (Results 701 – 725 of 4846) sorted by relevance

1...<<21222324252627282930>>...194

/dokuwiki/inc/Action/
H A DRecent.php28 global $INPUT;
29 $show_changes = $INPUT->str('show_changes');
41 global $INPUT;
42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
/plugin/tagfilter/script/select2/
H A Dselect2_locale_es.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "ácter" : "acteres"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); }, argument
H A Dselect2_locale_it.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Inserisci ancora " + n + " caratter" + (n == 1? "e" : "i"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, argument
H A Dselect2_locale_id.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Masukkan " + n + " huruf lagi" + (n == 1 ? "" : "s"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Hapus " + n + " huruf" + (n == 1 ? "" : "s"); }, argument
H A Dselect2_locale_nl.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " meer in"; }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " minder in"; }, argument
H A Dselect2_locale_pt-PT.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, argument
H A Dselect2_locale_ro.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Vă rugăm să introduceți incă " + n + " caracter" + (n == 1 ? "" : "e"); }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, argument
H A Dselect2_locale_fr.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de plus"; }, argument
10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de supprimer " + n + " caractère" + (n == 1? "" : "s"); }, argument
/template/sugna/
H A Dskin.green.css25 div.dokuwiki input.button,
33 div.dokuwiki input.button:hover,
39 html>body div.dokuwiki input.button,
43 * html div.dokuwiki input.button,
/plugin/quickstats/
H A Dadmin.php192 … ptln('&nbsp;&nbsp;DB TEST <input type="checkbox" id="gc2_test">' ); ptln ($INFO['client']);
206 ptln(' <input type="hidden" name="do" value="admin" />');
207 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
208 ptln(' <input type="hidden" name="confirm" value="'.$this->to_confirm .'" />');
217 …ptln(' <input type="submit" name="cmd[delete]" class="button" value="'.$this->getLang('btn_delet…
218 …ptln(' <input type="submit" name="cmd[restore]" class="button" value="'.$this->getLang('btn_rest…
219 …ptln(' <input type="submit" name="cmd[confirm]" class="button" value="'.$this->getLang('btn_conf…
231 ptln('<input type="hidden" name="meta_path" value="'.$this->meta_path.'" />');
232 …ptln('<input type="hidden" id="qs_script_max_time" name="qs_script_max_time" value="'.$this->scrip…
280 ptln('&nbsp;IP <input type="radio" value="ip" name="qs_priority" id="qs_priority_ip">');
[all …]
/plugin/datepicker/
H A Daction.php44 /* @var $INPUT \Input */
45 global $INPUT;
48 $datecount = $INPUT->int('id');
49 $datestr = $INPUT->str('datestr');
50 $mode = $INPUT->str('mode');
/plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/
H A Dreplace.html109 …<td width="100%"><input id="txtFind" onkeyup="btnStat(this.form)" style="WIDTH: 100%" tabIndex="1"…
111 <td><input id="btnReplace" style="WIDTH: 100%" disabled onclick="Replace();" type="button"
119 <td vAlign="top"><input id="txtReplace" style="WIDTH: 100%" tabIndex="2" type="text">
121 <td><input id="btnReplaceAll" disabled onclick="ReplaceAll()" type="button" value="Replace All"
126 …<td vAlign="bottom" colSpan="3">&nbsp;<input id="chkCase" tabIndex="3" type="checkbox"><label for=…
129 …&nbsp;<input id="chkWord" tabIndex="4" type="checkbox"><label for="chkWord" fckLang="DlgMyReplaceW…
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_textfield.html44 …if ( oActiveEl && oActiveEl.tagName == 'INPUT' && ( oActiveEl.type == 'text' || oActiveEl.type == …
77 oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
101 <input id="txtName" type="text" size="20" />
107 <input id="txtValue" type="text" size="25" />
113 <input id="txtSize" type="text" size="5" />
119 <input id="txtMax" type="text" size="5" />
/plugin/multiselect/
H A Daction.php42 /* @var $INPUT \Input */
43 global $INPUT;
46 $selectcount = $INPUT->int('index');
47 $smileycount = $INPUT->int('count');
48 $token = $INPUT->str('token');
/plugin/vshare/_test/
H A DVideoSyntaxTest.php37 * @param string $input
42 public function testParseSize($input, $ewidth, $eheight, $eparams = []) argument
45 parse_str($input, $params);
91 * @param string $input
94 public function testHandle($input, $expect) argument
97 $result = $syntax->handle($input, DOKU_LEXER_MATCHED, 0, new \Doku_Handler());
/plugin/farmer/admin/
H A Ddelete.php37 global $INPUT;
39 if (!$INPUT->has('delete')) return;
41 if ($INPUT->filter('trim')->str('delanimal') === '') {
46 if ($INPUT->str('delanimal') != $INPUT->str('confirm')) {
51 $animaldir = DOKU_FARMDIR . $INPUT->str('delanimal');
/plugin/combo/vendor/symfony/yaml/
H A DYaml.php69 * @param string $input A string containing YAML
76 public static function parse(string $input, int $flags = 0) argument
80 return $yaml->parse($input, $flags);
89 * @param mixed $input The PHP value
94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
98 return $yaml->dump($input, $inline, 0, $flags);
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php37 global $INPUT;
38 $lines = $INPUT->arr('line');
46 * Get the custom entries from the input
48 * @param array $input
52 private function getCustomEntries($input, $default) { argument
54 foreach ($input as $line) {
/template/lilas/
H A Dmediaedit.php31 <input type="hidden" name="edit" value="<?php echo hsc($IMG)?>" />
32 <input type="hidden" name="save" value="1" />
35 <input type="text" name="meta[Iptc.Headline]" id="img__title" class="edit"
47 <input type="text" name="meta[Iptc.Byline]" id="img__artist" class="edit"
54 <input type="text" name="meta[Iptc.CopyrightNotice]" id="img__copy" class="edit"
65 <input type="submit" value="<?php echo $lang['btn_save']?>" title="ALT+S"
/template/cutopillar/css/monopillar/
H A Dfordokuwiki.css56 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
62 #config__manager td .input,
64 input, textarea, selector
65 #config__manager td input.edit,
72 #config__manager td input.edit {
76 #config__manager td .input {
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php141 . ' <input type="hidden" name="do" value="admin" />'
142 . ' <input type="hidden" name="page" value="fedauth" />'
143 . ' <input type="hidden" name="source" value="' . $listtype . '" />'
150 …. ' <input type="submit" class="button" name="fa[toggle]" value="' . $this->lang['btn_toggle'] …
171 . ' <input type="hidden" name="do" value="admin" />'
172 . ' <input type="hidden" name="page" value="fedauth" />'
173 . ' <input type="hidden" name="source" value="restore" />'
177 …. ' <input type="submit" class="button" name="fa[restore]" value="' . $this->lang['btn_restore'…
206 …. ' <input type="checkbox" class="enable" name="toggle[]" id="dw__p_'.$id.'" value="'.$id.'"…
223 …. '<input type="submit" class="button '.$class.'" '.$disabled.' name="fa['.$btn.']['.$provid.']" t…
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css207 input { selector
217 input[type=button] {
224 input[type=checkbox] {
228 input[type=hidden] {
232 input[type=image] {
238 input[type=password] {
242 input[type=radio] {
246 input[type=reset] {
253 input[type=submit] {
260 input[type=text] {
/plugin/chat/
H A Dscript.js716 if (!input) {
720 if (null !== input.timer) {
721 clearTimeout(input.timer);
722 input.timer = null;
725 input.lastKey = null;
732 if (!input) {
736 if (null !== input.timer) {
737 clearTimeout(input.timer);
738 input.timer = null;
742 if (!input.lastKey) {
[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
91 * resolve conflict. Input A B C D could predict alternative 1 in one position
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 tha
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/groupmail/lang/en/
H A Dlang.php38 $lang["error"]["valid_name"] = 'Name has invalid input.';
39 $lang["error"]["valid_email"] = 'Email address has invalid input.';
40 $lang["error"]["valid_subject"] = 'Subject has invalid input.';
41 $lang["error"]["valid_to"] = 'Destination address has invalid input.';
42 $lang["error"]["valid_content"] = 'Comment has invalid input.';

1...<<21222324252627282930>>...194