Home
last modified time | relevance | path

Searched full:input (Results 326 – 350 of 4846) sorted by relevance

1...<<11121314151617181920>>...194

/template/graphy/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
416 input[disabled],
421 input[readonly],
[all …]
/template/spacious/css/
H A Dbasic.css372 input, selector
393 input, selector
400 input[type=radio],
402 input[type=image],
403 input.check {
407 input[type=submit],
409 input[type=reset],
410 input.button,
417 input[disabled],
422 input[readonly],
[all …]
/template/newspaper/css/
H A Dbasic.css377 input, selector
398 input, selector
405 input[type=radio],
407 input[type=image],
408 input.check {
412 input[type=submit],
414 input[type=reset],
415 input.button,
422 input[disabled],
427 input[readonly],
[all …]
/template/ravel/css/
H A Dbasic.css373 input, selector
394 input, selector
401 input[type=radio],
403 input[type=image],
404 input.check {
408 input[type=submit],
410 input[type=reset],
411 input.button,
418 input[disabled],
423 input[readonly],
[all …]
/template/pinboard/css/
H A Dbasic.css370 input, selector
391 input, selector
398 input[type=radio],
400 input[type=image],
401 input.check {
405 input[type=submit],
407 input[type=reset],
408 input.button,
415 input[disabled],
420 input[readonly],
[all …]
/template/chippedsnow/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
416 input[disabled],
421 input[readonly],
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DValueObjectTest.php12 $input = <<<XML
21 $reader->xml($input);
49 $input = <<<XML
59 $reader->xml($input);
87 $input = <<<XML
98 $reader->xml($input);
130 $input = <<<XML
136 $reader->xml($input);
/plugin/inlineedit/
H A Daction.php44 /* @var $INPUT \Input */
45 global $INPUT;
47 $itemPos = $INPUT->int('id'); //input index on the server
48 $input_str = trim($INPUT->str('input')); //input string
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php70 * Input may be specified as a string or readable stream resource.
80 * @param string|resource $input
86 function parse($input, $contextUri = null, &$rootElementName = null) { argument
88 if (is_resource($input)) {
91 $input = stream_get_contents($input);
95 $r->xml($input);
115 * @param string|resource $input
119 function expect($rootElementName, $input, $contextUri = null) { argument
121 if (is_resource($input)) {
124 $input = stream_get_contents($input);
[all …]
/plugin/approve/
H A Dadmin.php22 /* @var Input */
23 global $INPUT;
28 if($INPUT->str('action') && $INPUT->arr('assignment') && checkSecurityToken()) {
29 $assignment = $INPUT->arr('assignment');
31 if ($INPUT->str('action') === 'delete') {
34 } else if ($INPUT->str('action') === 'add' && !blank($assignment['assign'])) {
61 echo '<input type="hidden" name="do" value="admin" />';
62 echo '<input type="hidden" name="page" value="approve" />';
63 echo '<input typ
[all...]
/plugin/zip/
H A Dadmin.php214 <input type="hidden" name="do" value="<?=$_REQUEST['do']?>" />
215 <input type="hidden" name="page" value="<?=$_REQUEST['page']?>" />
216 <input type="hidden" name="id" value="<?$_REQUEST['id']?>" />
217 <input type="hidden" name="zip_action" value="backup"/>
219 <input type="submit" value="<?=$this->getLang('create_form_button')?>" />
232 <input type="hidden" name="MAX_FILE_SIZE" value="3000000" />
233 <input type="hidden" name="do" value="<?=$_REQUEST['do']?>" />
234 <input type="hidden" name="page" value="<?=$_REQUEST['page']?>" />
235 <input type="hidden" name="id" value="<?$_REQUEST['id']?>" />
236 <input type="hidden" name="zip_action" value="restore"/>
[all …]
/plugin/toolbox/
H A DToolboxFindAndReplace.js15 '<input type="text" class="find" />' +
20 '<input type="text" class="replace" />' +
33 '<input type="checkbox" class="regexp" value="1">&nbsp;' + toolbox_lang.regexp +
37 '<input type="checkbox" class="words" value="1">&nbsp;' + toolbox_lang.wordmatch +
45 in_find: $dialog.find('input.find'),
47 chk_casematch: $dialog.find('input.casematch'),
48 chk_regexp: $dialog.find('input.regexp'),
49 chk_words: $dialog.find('input.words'),
50 in_replace: $dialog.find('input.replace'),
86 * except for input fields. this makes sure selections are visible
[all …]
/template/doogiestpl/css/
H A Dbasic.css224 .dokuwiki input,
238 .dokuwiki input::-moz-focus-inner,
244 .dokuwiki input.edit,
246 .dokuwiki input.missing,
247 .dokuwiki input.button,
256 .dokuwiki input.edit,
262 .dokuwiki input.button,
270 .dokuwiki div.secedit input.button {
305 .dokuwiki input.edit[disabled],
306 .dokuwiki input.edit[readonly],
[all …]
/plugin/subconfhelper/
H A Dadmin.php67 $input = isset($_input[$key]) ? $_input[$key] : NULL;
68 if ($_config->setting[$key]->update($input)) {
103 ptln( "<input type='hidden' name='vhost[admin]' value='vhost_new' />" );
106 ptln( '<input id="vhost-new" type="text" class="edit" name="vhost[vhost]" />' );
107 ptln( '<li class="submit"><input type="submit" value="Save"></li>' );
149 ptln( "<input type='hidden' name='vhost[admin]' value='vhost_save' />" );
150 ptln( "<input type='hidden' name='vhost[vhost]' value='$vhost' />" );
154 list($label,$input) = $setting->html($this, $this->_error);
163 ptln( $input );
167 ptln( "<input type='submit' value='".$lang['btn_save']."'>" );
[all …]
/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/bez/scripts/
H A Dthread.js22 $a.parent().find('input[name=type]').click();
30 $cause_type_div.find("input").attr("disabled", "disabled");
39 $cause_type_div.find("input").removeAttr("disabled");
110 jQuery("input[name=plan_date]").datepicker({
113 if (jQuery("input[name=all_day_event]").is(":checked")) {
116 jQuery("input[name=all_day_event]").on('change', function() {
208 this.input = jQuery( "<input>" )
212 .addClass( "custom-inviteUsersCombobox-input ui-widget ui-widget-content ui-state-default ui-corner-left" )
224 this._on( this.input, {
[all...]
/template/readthedokus/css/
H A D_admin.css58 #config__manager td input.edit
82 #config__manager td .input
131 #config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault, #config__manager tr.protected .selection
136 #config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select
146 #config__manager tr input[type="checkbox"]
184 #config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select,
185 #config__manager tr.default .input, #config__manage
[all...]
/plugin/searchform/
H A Dscript.js3 .each(function (i, input) { argument
4 var $input = jQuery(input);
5 var $form = $input.parent().parent();
10 $input.dw_qsearch({
15 let query = $input.val(),
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A Dcontrols.html83 <td colspan="3"><input class="readonlyInput" type="text" name="misword" readonly /></td>
96 <input class="textDefault" type="text" name="txtsugg" />
113 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnore" value="Ignore" onClick="ign…
117 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnoreAll" value="Ignore All" onCli…
125 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplace" value="Replace" onClick="r…
129 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplaceAll" value="Replace All" onC…
137 …<input class="buttonDefault" type="button" name="btnUndo" fckLang="DlgSpellBtnUndo" value="Undo" o…
143 <input class="buttonDefault" type="button" value="Close" onClick="end_spell();">
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A Dcontrols.html83 <td colspan="3"><input class="readonlyInput" type="text" name="misword" readonly /></td>
96 <input class="textDefault" type="text" name="txtsugg" />
113 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnore" value="Ignore" onClick="ign…
117 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnoreAll" value="Ignore All" onCli…
125 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplace" value="Replace" onClick="r…
129 …<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplaceAll" value="Replace All" onC…
137 …<input class="buttonDefault" type="button" name="btnUndo" fckLang="DlgSpellBtnUndo" value="Undo" o…
143 <input class="buttonDefault" type="button" value="Close" onClick="end_spell();">
/plugin/dropfiles/action/
H A Dajax.php57 global $INPUT;
69 global $NS, $MSG, $INPUT;
73 $id = $INPUT->post->str('mediaid', $_FILES['qqfile']['name']);
74 } elseif ($INPUT->get->has('qqfile')) {
75 $id = $INPUT->get->str('qqfile');
80 $NS = $INPUT->str('ns');
96 if ($INPUT->get->has('qqfile')) {
129 global $INPUT;
130 $this->NS = $INPUT->str('ns');
133 $filelist = $INPUT->post->arr('filenames');
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php30 global $INPUT;
32 $keys = $INPUT->arr('keys');
33 $values = $INPUT->arr('values');
55 * Get the custom entries from the input
57 * @param array $input
61 private function getCustomEntries($input, $default) { argument
63 foreach ($input as $key => $value) {
119 global $INPUT;
120 $newKey = $INPUT->arr('newKey');
121 $newValue = $INPUT->arr('newValue');
/plugin/schedule/lib/
H A DscheduleCitiesMap.js233 var input = form.find ('input[name="addr"]');
248 input.autocomplete ({ source: source });
552 var input = jQuery (this);
553 var form = input.closest ('.scheduleCitiesForm');
554 var cityName = input.val ();
557 input.val ("");
558 form.find ('input[name="addr"]').val ("");
572 var input = jQuery (this);
573 var form = input.closest ('.scheduleCitiesForm');
574 var addr = input.val ();
[all …]
/plugin/mailto/conf/
H A Dmetadata.php6 $meta['mailto_acl_admin_only'] = array('onoff'); /// TODO better type of input ?
7 $meta['mailto_acl_grps'] = array('string'); /// TODO better type of input ?
8 $meta['mailto_dformat'] = array('string'); /// TODO better type of input ?
10 $meta['mailto_from'] = array('string'); /// TODO better type of input ? regexp ?
11 $meta['mailto_bcc'] = array('string'); /// TODO better type of input ? regexp ?
/plugin/ditaa/
H A Dsyntax.php79 // prepare input
100 $input = join("\n", $lines);
103 // store input for later use in _imagefile()
144 protected function _prepareData($input) { argument
146 foreach($input as $key => $value) {
207 * @param string $in Path to the ditaa input file (txt)
216 dbglog($in, 'no such ditaa input file');
252 dbglog($in, 'no such ditaa input file');
261 $cmd .= ' ' . escapeshellarg($in); //input
294 dbglog($in, 'no such ditaa input file');
[all …]

1...<<11121314151617181920>>...194