Home
last modified time | relevance | path

Searched full:input (Results 901 – 925 of 4846) sorted by relevance

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

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php11 …$input = "BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\…
13 $vcard = VObject\Reader::read($input);
18 $this->assertEquals($input, $vcard->serialize());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php11 …$input = "BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\…
13 $vcard = VObject\Reader::read($input);
18 $this->assertEquals($input, $vcard->serialize());
/plugin/confmanager/tpl/
H A DformStart.php4 <input type="hidden" name="do" value="admin" />
5 <input type="hidden" name="page" value="confmanager" />
6 <input type="hidden" name="configFile" value="<?php echo hsc($id) ?>" />
/dokuwiki/lib/plugins/config/
H A Dadmin.php40 global $ID, $INPUT;
45 if (!$INPUT->bool('save') || !checkSecurityToken()) {
53 $ok = $this->configuration->updateSettings($INPUT->arr('config'));
95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
127 [$label, $input] = $setting->html($this, $this->hasErrors);
145 echo '<td' . $error . '>' . $input . '</td>';
177 [$label, $input] = $setting->html($this);
180 echo '<td>' . $input . '</td>';
190 echo '<input type="hidden" name="do" value="admin" />';
191 echo '<input typ
[all...]
/plugin/new_page_dialog/tpl/
H A Dmain.php211 input = $('npd_page_name');
212 input.value = link.innerHTML;
213 input.className = 'text';
362 <br /><input type="text" id="aep_text" onKeyPress=
364 <br><div><input type="button" id="aep_ok" onclick="ae_clk(1);" value="<?php echo addcslashes($npd->…
365 <input type="button" id="aep_cancel" onclick="ae_clk(0);" value="<?php echo addcslashes($lang['btn_…
383 …<input type="text" class="" style="display: none;" id="npd_ns" value="<?php echo trim($_REQUEST['i…
384 <input type="text" class="text default" id="npd_page_name"
389 …<input type="button" id="npd_save" class="text" value="<?php echo addcslashes($npd->getLang('btn_c…
390 …<input type="button" id="npd_cancel" class="text" value="<?php echo addcslashes($lang['btn_cancel'…
[all …]
/plugin/npd/tpl/
H A Dmain.php210 input = jQuery('#npd_page_name');
211 input.val(link.innerHTML);
212 input.addClass('text');
368 <br /><input type="text" id="aep_text" onKeyPress=
370 <br><div><input type="button" id="aep_ok" onclick="ae_clk(1);" value="<?php echo addcslashes($npd->…
371 <input type="button" id="aep_cancel" onclick="ae_clk(0);" value="<?php echo addcslashes($lang['btn_…
389 …<input type="text" class="" style="display: none;" id="npd_ns" value="<?php echo trim($_REQUEST['i…
390 <input type="text" class="text default" id="npd_page_name"
395 …<input type="button" id="npd_save" class="text" value="<?php echo addcslashes($npd->getLang('btn_c…
396 …<input type="button" id="npd_cancel" class="text" value="<?php echo addcslashes($lang['btn_cancel'…
[all …]
/plugin/bookcreator/syntax/
H A Dbookmanager.php111 global $INPUT;
124 $do = $INPUT->str('do');
263 ->addClass('book_skipforbiddenpages'); //note: class extra at input
/plugin/btable/
H A Dsyntax.php28 'desc' => 'Helps to save/input for example attendance information',
141 $renderer->doc .= ' <input type="hidden" name="do" value="show" />';
142 $renderer->doc .= ' <input type="hidden" name="id" value="'.$ID.'" />';
281 // display input form and export link
287 // close input form
312 $ret .= '<input class="button" '.
366 $ret .= ' <input type="checkbox" '.
376 $ret .= ' <input type="image" '.
470 $ret .= ' <input type="checkbox" '.
489 $ret .= ' <input type="hidden" name="row" value="'.$change_row.'" />';
[all …]
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php20 use Symfony\Component\Console\Input\InputArgument;
21 use Symfony\Component\Console\Input\InputInterface;
22 use Symfony\Component\Console\Input\InputOption;
91 protected function execute(InputInterface $input, OutputInterface $output) argument
93 $io = new SymfonyStyle($input, $output);
94 $filenames = (array) $input->getArgument('filename');
95 $excludes = $input->getOption('exclude');
96 $this->format = $input->getOption('format');
97 $flags = $input->getOption('parse-tags');
283 public function complete(CompletionInput $input, CompletionSuggestion argument
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingNumeric.php18 public function update($input)
21 $valid = parent::update($input);
29 $this->input = $input;
17 update($input) global() argument
/plugin/codebutton2/
H A Dadmin.php63 ptln('<input type="hidden" name="do" value="admin" />');
64 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
65 ptln('<input type="hidden" name="id" value="'.$ID.'" />');
69 ptln('<br><input type=submit value="Save"></form>');
/plugin/ajaxedit/
H A Daction.php39 global $INPUT;
48 if($INPUT->str('target') !== 'section') return;
50 $range = $INPUT->str('range');
51 $rev = $INPUT->str('rev');
/plugin/lms/
H A Dadmin.php29 global $INPUT;
38 if (!$INPUT->str('user')) return;
42 $list = $hlp->getUserLessons($INPUT->str('user'));
44 echo sprintf('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DSynthesizeSpeechRequest.php46 public function setInput(SynthesisInput $input) argument
48 $this->input = $input;
55 return $this->input;
/plugin/tagfilter/script/select2/
H A Dselect2_locale_sk.js16 formatInputTooShort: function (input, min) { argument
17 var n = min - input.length;
26 formatInputTooLong: function (input, max) { argument
27 var n = input.length - max;
H A Dselect2_locale_cs.js17 formatInputTooShort: function (input, min) { argument
18 var n = min - input.length;
27 formatInputTooLong: function (input, max) { argument
28 var n = input.length - max;
/plugin/emoji/emojione/
H A DClient.php45 * @param string $string The input string.
60 * @param string $string The input string.
71 * This will output unicode from shortname input.
75 * @param string $string The input string.
101 * @param string $string The input string.
116 * @param string $string The input ascii.
129 * @param string $string The input string.
151 * This will return the shortname from unicode input.
153 * @param string $string The input string.
162 * This will output image markup (for png or svg) from unicode input.
[all …]
/plugin/refnotes/
H A Dadmin.php102 $html = '<input type="button" class="button"';
256 $html = '<input type="text" class="edit"';
273 $html = '<input type="button" class="button"';
556 $html = '<div class="input">';
557 $html .= '<input type="checkbox" class="checkbox"';
586 $html = '<div class="input">';
617 $html = '<div class="input">';
619 $html .= '<input type="text" class="edit"';
645 $html = '<div class="input">';
647 $html .= '<input typ
[all...]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php12 class Input { class
29 * Intilizes the Input class and it subcomponents
50 * Return a filtered copy of the input object
55 * @return Input
249 * @return Input
273 * Internal class used for $_POST access in Input class
275 class PostInput extends Input {
298 * Internal class used for $_GET access in Input class
300 class GetInput extends Input {
323 * Internal class used for $_SERVER access in Input class
[all …]
/template/sprintdoc/
H A Dsvg.php98 global $INPUT;
100 $svg = cleanID($INPUT->str('svg'));
149 * Generate a new SVG based on the input file and the parameters
196 global $INPUT;
199 'e' => $INPUT->bool('e', false),
200 's' => $this->fixColor($INPUT->str('s')),
201 'f' => $this->fixColor($INPUT->str('f')),
202 'b' => $this->fixColor($INPUT->str('b')),
203 'sh' => $this->fixColor($INPUT->str('sh')),
204 'fh' => $this->fixColor($INPUT
[all...]
/plugin/htmlokay/
H A Dadmin.php295input type='radio' value='strict' $checked_strict name='group[$group]' />" . "<td class='centerali…
371input type="radio" name="user[' . $user . ']" value="strict" ' . $checked_strict . ' /></td>' . '<…
428 ptln('<input type="hidden" name="do" value="admin" />' . "\n"
429 . '<input type="hidden" name="page" value="' . $this->plugin_name . '" />');
445 ptln('<INPUT TYPE="SUBMIT" class="button" VALUE="Save" />');
446 …ptln('<INPUT TYPE="BUTTON" class="button" VALUE="Reset" onclick="reset_htmlOKay(window.document[…
447 …ptln('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="BUTTON" class="button" id = "htmlOK_scrollbutton"…
496 …$button_fields = array('abs_path' => '<INPUT TYPE ="BUTTON" class="button" value = "Select" oncl…
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js60 // defaults for jquery-timepicker; override when using other input widgets
61 parseTime: function(input){ argument
62 return jq(input).timepicker('getTime');
64 updateTime: function(input, dateObj){ argument
65 jq(input).timepicker('setTime', dateObj);
67 setMinTime: function(input, dateObj){ argument
68 jq(input).timepicker('option', 'minTime', dateObj);
71 // defaults for bootstrap datepicker; override when using other input widgets
72 parseDate: function(input){ argument
73 return input
75 updateDate(input, dateObj) global() argument
[all...]
/plugin/inlineeditor/
H A Dsyntax.php76 <input type='hidden' id='old' value='0' />";
91 …<input type='text' id='editsummary".$tuto."' name='summary' value='' class='edit' size='50' tabind…
94 <input type='checkbox' id='minoredit".$tuto."' name='minor' value='1' tabindex='3' />
99 …<input style='position : relative ; bottom : -4px' type='image' src='lib/plugins/inlineeditor/ress…
100 …<input style='position : relative ; bottom : -4px ' type='image' src='lib/plugins/inlineeditor/res…
/plugin/quickedit/
H A Dsyntax.php74 <input type='hidden' id='old' value='0' />";
85 …<input type='text' id='editsummary".$data[1]."' name='summary' value='' class='edit' size='50' tab…
88 <input type='checkbox' id='minoredit".$data[1]."' name='minor' value='1' tabindex='3' />
93 …<input style='position : relative ; bottom : -4px' type='image' src='".DOKU_BASE."/lib/plugins/qui…
94 …<input style='position : relative ; bottom : -4px ' type='image' src='".DOKU_BASE."/lib/plugins/qu…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css99 input, button, select { selector
104 input[type=text], select {
115 .btn, button, input[type=submit] {
203 .actions input[type=text], select {
207 .actions input[type=submit] {

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