Home
last modified time | relevance | path

Searched full:input (Results 76 – 100 of 4501) sorted by relevance

12345678910>>...181

/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DParser.php41 * Optionally, it's possible to parse the input stream here.
43 * @param mixed $input
48 function __construct($input = null, $options = 0) { argument
50 if (!is_null($input)) {
51 $this->setInput($input);
62 * If either input or options are not supplied, the defaults will be used.
64 * @param mixed $input
69 abstract function parse($input = null, $options = 0); argument
72 * Sets the input data.
74 * @param mixed $input
[all …]
/plugin/tagfilter/_test/
H A Dajax.test.php25 global $INPUT;
28 $INPUT->set('id', 0);
29 $INPUT->set('form', json_encode(array()));
30 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags'));
31 $INPUT->set('flags', json_encode(array()));
32 $INPUT->set('pagesearch', json_encode(array()));
52 global $INPUT;
54 $INPUT->set('id', 0);
55 $INPUT->set('form', '[["cat1:blorg","cat2:a","cat3:1","cat2:b","cat3:2"]]');
56 $INPUT
[all...]
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js16 var input=element.apply(form,[settings,self]);var input_content;if(settings.loadurl){var t=setTimeo…
17 …alse,success:function(result){window.clearTimeout(t);input_content=result;input.disabled=false;}})…
18input.attr('name',settings.name);buttons.apply(form,[settings,self]);$(self).append(form);plugin.a…
19 input.keydown(function(e){if(e.keyCode==27){e.preventDefault();reset.apply(form,[settings,self]);}}…
21input.val(),settings]);$(self).html(str);self.editing=false;callback.apply(self,[self.innerHTML,se…
26 …ginal){var input=$('<input type="hidden"></input>');$(this).append(input);return(input);},content:…
30 …}}},text:{element:function(settings,original){var input=$('<input />');if(settings.width!='none'){
31 if(settings.height!='none'){input.height(settings.height);}
32 input.attr('autocomplete','off');$(this).append(input);return(input);}},textarea:{element:function(…
38 …('selected','selected');}});}}},addInputType:function(name,input){$.editable.types[name]=input;}};… argument
/plugin/visio/conf/
H A Dmetadata.php7 …* '' - default class ('setting'), textarea, minimal input validation, setting output…
8 * 'string' - single line text input, minimal input validation, setting output in quotes
9 …* 'numeric' - text input, accepts numbers and arithmetic operators, setting output without …
11 * 'onoff' - checkbox input, setting output 0|1
12 …* 'multichoice' - select input (single choice), setting output with quotes, required _choices p…
13 …* 'email' - text input, input must conform to email address format, setting output in quo…
14 * 'password' - password input, minimal input validation, setting output plain text in quotes
17 …* 'multicheckbox'- a checkbox for each choice plus an "other" string input, config file setting …
/dokuwiki/lib/exe/
H A Dmediamanager.php13 global $INPUT;
17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1);
18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1);
22 if ($INPUT->str('delete')) {
23 $DEL = cleanID($INPUT->str('delete'));
26 } elseif ($INPUT->str('edit')) {
27 $IMG = cleanID($INPUT->str('edit'));
29 } elseif ($INPUT
[all...]
/plugin/swiftmail/
H A Dadmin.php24 global $INPUT;
26 if(!$INPUT->bool('send')) return;
33 if($INPUT->str('to')) $mail->to($INPUT->str('to'));
34 if($INPUT->str('cc')) $mail->to($INPUT->str('cc'));
35 if($INPUT->str('bcc')) $mail->to($INPUT->str('bcc'));
52 global $INPUT;
63 $form->addElement(form_makeField('text', 'to', $INPUT->str('to'), 'To:', '', 'block'));
64 $form->addElement(form_makeField('text', 'cc', $INPUT->str('cc'), 'Cc:', '', 'block'));
65 $form->addElement(form_makeField('text', 'bcc', $INPUT->str('bcc'), 'Bcc:', '', 'block'));
/plugin/authucenter/lib/uc_client/control/
H A Dfriend.php25 $uid = intval($this->input('uid'));
26 $friendids = $this->input('friendids');
32 $uid = intval($this->input('uid'));
33 $friendid = $this->input('friendid');
34 $comment = $this->input('comment');
40 $uid = intval($this->input('uid'));
41 $direction = intval($this->input('direction'));
47 $uid = intval($this->input('uid'));
48 $page = intval($this->input('page'));
49 $pagesize = intval($this->input('pagesize'));
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DParser.php41 * Optionally, it's possible to parse the input stream here.
43 * @param mixed $input
47 public function __construct($input = null, $options = 0) { argument
49 if (!is_null($input)) {
50 $this->setInput($input);
61 * If either input or options are not supplied, the defaults will be used.
63 * @param mixed $input
67 abstract public function parse($input = null, $options = null); argument
70 * Sets the input data
72 * @param mixed $input
[all …]
/plugin/bureaucracy/script/
H A Dfieldsets.js4 * Fieldsets may be defined as dependent on the value of a certain input. In
8 * specify the target input (fname) and the target value for which the fieldset
22 function updateFieldset(input) { argument
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
25input.parentNode.parentNode.style.display !== 'none' && // input/checkbox is d…
26 …((input.checked === dp.tval) || // ( checkbox is chec…
27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28input.value === dp.tval); // OR input === dp.tva…
32 dp.fset.find('input,select')
59 … //get controller field and add info and change event to the input that controls depending fieldset
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css123 .dms-input,
131 color: var(--input-color);
135 .dms-input {
144 .dms-input-select .dms-input {
148 .dms-input:focus,
154 .dms-input.invalid,
161 .dms-input.invalid:focus {
166 .dms-validated-input.dms-block .dms-input,
172 .dms-script-input {
178 .dms-input-select {
[all …]
/plugin/labeled/
H A Dadmin_tpl.php5 <input type="hidden" name="do" value="admin" />
6 <input type="hidden" name="page" value="labeled" />
7 <input type="hidden" name="id" value="<?php echo hsc($ID)?>" />
8 <input type="hidden" name="sectok" value="<?php echo hsc(getSecurityToken())?>" />
19 <td><input type="text" name="newlabel[name]" class="edit" /></td>
20 <td><input type="" name="newlabel[color]" class="edit" /></td>
21 <td><input type="" name="newlabel[order]" class="edit" /></td>
28 …<input class="edit" type="text" value="<?php echo $label ?>" name="labels[<?php echo $label ?>][na…
31 <input class="edit" style="color: <?php echo $opts['color'] ?>" type="text"
38 <input type="submit" name="action[delete][<?php echo $label ?>]" class="button"
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingArray.php37 * update setting with user provided value $input
40 * @param string $input
43 public function update($input)
45 if (is_null($input)) return false;
48 $input = $this->fromString($input);
51 if ($value == $input) return false;
53 foreach ($input as $item) {
56 $this->input = $input;
41 update($input) global() argument
[all...]
/plugin/codehighlight/cp/languages/
H A Dcsharp.js7 { input : /\"(.*?)(\"|<br>|<\/P>)/g, output : '<s>"$1$2</s>' }, // strings double quote
8 { input : /\'(.?)(\'|<br>|<\/P>)/g, output : '<s>\'$1$2</s>' }, // strings single quote
9 …{ input : /\b(abstract|as|base|break|case|catch|checked|continue|default|delegate|do|else|event|ex…
10 …{ input : /\b(bool|byte|char|class|double|float|int|interface|long|string|struct|void)\b/g, output…
11 { input : /([^:]|^)\/\/(.*?)(<br|<\/P)/g, output : '$1<i>//$2</i>$3' }, // comments //
12 { input : /\/\*(.*?)\*\//g, output : '<i>/*$1*/</i>' } // comments /* */
18 {input : '\'',output : '\'$0\'' },
19 {input : '"', output : '"$0"' },
20 {input : '(', output : '\($0\)' },
21 {input : '[', output : '\[$0\]' },
[all …]
/template/templar/less/
H A Dresponsive-767px-max.less81 .input-large,
82 .input-xlarge,
83 .input-xxlarge,
84 input[class*="span"],
87 .uneditable-input {
88 .input-block-level();
91 .input-prepend input,
92 .input-append input,
93 .input-prepend input[class*="span"],
94 .input-append input[class*="span"] {
[all …]
/template/bulma/
H A Dscript.js32 //$acl__user.find('select').addClass('input select is-inline is-small').removeClass('edit');
33 //$acl__user.find('input').addClass('input is-inline is-small').removeClass('edit');
37 //$config__manager.find('input, select, textarea').removeClass('edit input');
38 //$config__manager.find('input')
40 // .addClass('input is-small');
41 //$config__manager.find('tr.default input, tr.default select, tr.default textarea, .selectiondefault')
43 //$config__manager.find('textarea').addClass('input');
45 //$config__manager.find('select').closest('.input')
[all...]
/template/byu_2017_theme/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]
/template/simplewiki/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]
/template/docnavwiki/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]
/template/kkh/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]
/template/notes/css/
H A Dbasic.less345 input,
377 input,
385 input:active,
386 input:focus,
395 input[type=radio],
397 input[type=image] {
404 input[type=submit],
406 input[type=reset],
407 input.button,
452 input[disabled],
[all …]
/template/flat/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]
/template/dokuwikibee/dokuwikibee/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]
/template/white/css/
H A Dbasic.less321 input,
355 input,
363 input:active,
364 input:focus,
373 input[type=radio],
375 input[type=image] {
382 input[type=submit],
384 input[type=reset],
385 input.button,
430 input[disabled],
[all …]
/template/adoradark/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]
/template/dokuwikitplacc/dokuwikiBee/css/
H A Dbasic.less341 input,
373 input,
381 input:active,
382 input:focus,
391 input[type=radio],
393 input[type=image] {
400 input[type=submit],
402 input[type=reset],
403 input.button,
448 input[disabled],
[all …]

12345678910>>...181