Home
last modified time | relevance | path

Searched full:input (Results 751 – 775 of 4846) sorted by relevance

1...<<31323334353637383940>>...194

/plugin/quizlib/
H A DREADME.md50 <input type="text" name="q1">
58 <li><label><input type="radio" name="q2" value="a"> is a hamster</label></li>
59 … <li><label><input type="radio" name="q2" value="b"> smells of elderberries</label></li>
68 <li><label><input type="checkbox" name="q3" value="a"> Global warming</label></li>
69 … <li><label><input type="checkbox" name="q3" value="b"> The release of Linux 4.1.15</label></li>
70 <li><label><input type="checkbox" name="q3" value="c"> Cats</label></li>
71 …<li><label><input type="checkbox" name="q3" value="d"> Advancements in artificial intelligence</la…
/template/taratasy/css/
H A Dcolourblue.css24 input[type=submit], input.button, button {
28 input[type=submit]:hover, input.button:hover, button:hover {
31 input[type=text] {
107 input[type=submit],
108 input.button, button,
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingString.php19 $value = $this->input;
28 $input = '<input id="config___' . $key . '" name="config[' . $key .
30 return [$label, $input];
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDartFilter.php34 $input = FilesystemUtils::createTemporaryFile('dart');
37 file_put_contents($input, $asset->getContent());
42 ->add($input)
47 unlink($input);
/plugin/tagfilter/script/select2/
H A Dselect2_locale_en.js12 formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " more character" + (n == 1 ? "" : "s"); }, argument
13 formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, argument
H A Dselect2_locale_fa.js13 formatInputTooShort: function (input, min) { var n = min - input.length; return "لطفاً " + n + " نویسه بیشتر وارد نمایید"; }, argument
14 formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; }, argument
H A Dselect2_locale_gl.js13 formatInputTooShort: function (input, min) { argument
14 var n = min - input.length;
21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
H A Dselect2_locale_hr.js12 formatInputTooShort: function (input, min) { return "Unesite još" + character(min - input.length); }, argument
13 formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, argument
H A Dselect2_locale_lv.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Lūdzu ievadiet vēl " + n + " simbol" + (n == 11 ? "us" : n%10 == 1 ? "u" : "us"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Lūdzu ievadiet par " + n + " simbol" + (n == 11 ? "iem" : n%10 == 1 ? "u" : "iem") + " mazāk"; }, argument
H A Dselect2_locale_eu.js13 formatInputTooShort: function (input, min) { argument
14 var n = min - input.length;
21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
/plugin/bureaucracy-au/
H A Dsyntax.php462 function replace($input, $strftime = true) { argument
466 $input = preg_replace_callback(
469 $input
472 $input = preg_replace($pattern, $value, $input);
478 $input = preg_replace_callback(
481 $input
486 $input = preg_replace_callback(
489 $input
491 return $input;
518 /* @var Input $INPUT */
[all …]
/plugin/bureaucracyau/
H A Dsyntax.php462 function replace($input, $strftime = true) { argument
466 $input = preg_replace_callback(
469 $input
472 $input = preg_replace($pattern, $value, $input);
478 $input = preg_replace_callback(
481 $input
486 $input = preg_replace_callback(
489 $input
491 return $input;
518 /* @var Input $INPUT */
[all …]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php65 global $INPUT;
71 if ($INPUT->str('ns') == '*') {
74 $this->ns = cleanID($INPUT->str('ns'));
77 if ($INPUT->str('current_ns')) {
78 $this->current_item = ['id' => cleanID($INPUT->str('current_ns')), 'type' => 'd'];
79 } elseif ($INPUT->str('current_id')) {
80 $this->current_item = ['id' => cleanID($INPUT->str('current_id')), 'type' => 'f'];
88 $who = trim($INPUT->str('acl_w'));
89 if ($INPUT->str('acl_t') == '__g__' && $who) {
91 } elseif ($INPUT
[all...]
/plugin/authwordpress/
H A Dclass-phpass.php88 function encode64($input, $count) argument
93 $value = ord($input[$i++]);
96 $value |= ord($input[$i]) << 8;
101 $value |= ord($input[$i]) << 16;
111 function gensalt_private($input) argument
116 $output .= $this->encode64($input, 6);
166 function gensalt_extended($input) argument
179 $output .= $this->encode64($input, 3);
184 function gensalt_blowfish($input) argument
203 $c1 = ord($input[
[all...]
/dokuwiki/lib/scripts/
H A Dfileuploader.js310 onChange: function(input){ argument
311 self._onInputChange(input);
372 _onInputChange: function(input){
374 this._uploadFileList(input.files);
376 if (this._validateFile(input)){
377 this._uploadFile(input);
406 // it is a file input
407 // get input value and remove path to normalize
758 // if set to true adds multiple attribute to file input
760 // name attribute of file input
762 onChange(input) global() argument
[all...]
/plugin/removeold/
H A Dadmin.php97 * Display the form with input control to let the user specify
117 echo '<input type="hidden" name="do" value="admin" />'.NL;
118 echo '<input type="hidden" name="page" value="removeold" />'.NL;
119 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />'.NL;
122 …echo '<input type="checkbox" name="dryrun" checked="checked">&nbsp;'.$this->getLang('i_…
123 …echo '<input type="checkbox" name="summary_only" >&nbsp;'.$this->getLang('summary_optio…
125 … echo '<input type="submit" value="'.$this->getLang('btn_start').'" class="button"/>';
/plugin/structat/action/
H A Dcache.php37 global $INPUT;
50 $INPUT->has(SearchConfigAtParameters::$PARAM_AT)
56 $user_key = ';' . $INPUT->server->str('REMOTE_USER');
87 global $INPUT;
95 if ($INPUT->has($key)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php89 // input and output files
91 $input = tempnam($tempDir, 'assetic_yui_input');
93 file_put_contents($input, $content);
94 $pb->add('-o')->add($output)->add('--type')->add($type)->add($input);
98 unlink($input);
/plugin/encryptedpasswords/script/
H A DGUI.js34 '<input name="repeat" type="password">' :
38 '<input name="pass" type="password">' +
50 const pass = $dialog.find("input[name='pass']").val();
51 if (repeat && pass !== $dialog.find("input[name='repeat']").val()) {
57 resolve($dialog.find("input[name='pass']").val());
65 $dialog.find("input[name='pass']").val('');
66 $dialog.find("input[name='repeat']").val('');
/template/lisps/css/
H A D_edit.css91 .dokuwiki .editBar .editButtons input {
94 /* summary input and minor changes checkbox */
105 .dokuwiki .editBar .summary input {
108 .dokuwiki .editBar .summary input.missing {
133 .dokuwiki .secedit input.button {
/template/dokufreech/css/
H A D_edit.css91 .dokuwiki .editBar .editButtons input {
94 /* summary input and minor changes checkbox */
105 .dokuwiki .editBar .summary input {
108 .dokuwiki .editBar .summary input.missing {
133 .dokuwiki .secedit input.button {
/plugin/database2/
H A Dstyle.css111 table.database2 tr.data-list table tbody td.commands input.icon-cmd
117 table.database2 tr.data-list table tbody td.commands input.hidden
140 table.database2 input.pure-text
155 table.database2 input.pure-text.selected
160 table.database2 input.pure-text:hover
193 table.database2 tr.filter span.commands input
/plugin/icalevents/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/sectionedit/
H A Dscript.js33 data['id'] = $currentButton.find('input[name=id]').val() || JSINFO['id'];
34 data['rev'] = $currentButton.find('input[name=rev]').val();
36 data['target'] = $currentButton.find('input[name=target]').val();
37 data['range'] = $currentButton.find('input[name=range]').val();
48 $form.find('input[name][value], textarea[name]').each(function(){
51 …if ( this.tagName.toLowerCase() == 'input' && $element.is(':checkbox') && !$element.is(':checked')…
/plugin/forceuserchange/
H A Daction.php80 global $USERINFO, $auth, $INPUT;
82 if ($user && $user !== $INPUT->server->str('REMOTE_USER')) {
90 global $INPUT;
94 …return !empty($INPUT->server->str('REMOTE_USER')) && !$has_group; // users not having the group ar…
130 global $auth, $INPUT;
133 $event->data['params'][0] == $INPUT->server->str('REMOTE_USER') &&

1...<<31323334353637383940>>...194