Home
last modified time | relevance | path

Searched full:input (Results 401 – 425 of 4846) sorted by relevance

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

/template/grassstains/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/aran/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/prsnl10/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/ach/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/monobook/static/3rd/dokuwiki/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/mnml-blog/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/doogiestpl/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/plugin/task/
H A Dhelper.php467 // Set input filed for task title
468 $input = $form->addTextInput('title', NULL, $pos++);
469 $input->attr('id', 'task__newtask_title');
470 $input->attr('size', '40');
475 // Old way input field
476 $input = $form->addTextInput('user', NULL, $pos++);
489 $input->val($INFO['userinfo']['name']);
497 $input->attr('value', date('Y-m-d'));
511 $input->attr('size', '1');
512 $input->val($this->getLang('low'));
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingNumericopt.php17 public function update($input)
19 if ($input === '') {
20 if ($input == $this->local) return false;
21 $this->local = $input;
25 return parent::update($input);
16 update($input) global() argument
/plugin/doodle4/
H A Ddoodle_template.php20 <input type="hidden" name="sectok" value="<?php echo getSecurityToken() ?>" />
21 <input type="hidden" name="do" value="show" >
22 <input type="hidden" name="id" value="<?php echo $ID ?>" >
23 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
24 <input type="hidden" name="edit__entry" value="">
25 <input type="hidden" name="delete__entry" value="">
81 /* Input fields, if allowed. */
102 /* Input fields, if allowed. */
184 //User Input if allowed
200 /* Input fields, if allowed. */
/template/apricot/css/
H A Dbasic.css205 input, textarea, button, selector
214 input[type=text], input[type=password], textarea {
217 input[type=radio], input[type=checkbox], input.check {
220 input[type=submit], input.button, button {
223 input[disabled], button[disabled],
224 input[readonly], button[readonly] {
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Ddialog_ie8.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js
/plugin/tag/
H A Dscript.js6 jQuery('form.plugin__tag_search table input').change(function() {
7 if (jQuery(this).attr('checked')) { // was this input checked?
9 // find the other input in the same tr and uncheck it
10 jQuery(this).closest('tr').find('.plus input').attr('checked', false);
12 jQuery(this).closest('tr').find('.minus input').attr('checked', false);
/plugin/translator/
H A Dstyle.css6 #translator fieldset label input, #translator fieldset label select, #translator label.setpage.righ…
18 #translator fieldset label select, #translator fieldset label input.edit {
52 #translator table.translation_table td label input.edit, #translator table.translation_table td tex…
59 #translator table.translation_table td label.translation_value input {
76 #translator label.setpage input {
92 #translator #translation_statistics input {
/plugin/aclauditor/
H A Dsyntax.php51 …if(isset($data['who']) && !empty($data['who'])) $renderer->doc .= '<input type="hidden" name="acla…
52 …if(isset($data['what']) && !empty($data['what'])) $renderer->doc .= '<input type="hidden" name="ac…
53 …$renderer->doc .= '<input type="submit" name="aclaudit_test'.((isset($data['who']) && isset($data[…
58 …$renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load_filename" value="'.$data['sce…
59 $renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load" value="1" />';
60 …$renderer->doc .= '<input type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('run'…
61 }else $renderer->doc .= '<input type="submit" name="" value="'.$this->getLang('run').'" />';
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php35 * @param array|string $inputs Input strings
53 * @param array|string $inputs Input strings
71 * @param string $input An input
77 function assetic_image($input, $filters = array(), array $options = array()) argument
83 $urls = _assetic_urls($input, $filters, $options);
91 * @param array|string $inputs Input strings
/plugin/judge/
H A Dadmin.php64 …<label class="block">' . $this->getLang("question_name") . ': <input name="problem_name" type="tex…
77 …<input type="radio" name="type" value="test-case"> ' . $this->getLang('programming_questions') . '…
78 …<input type="radio" name="type" value="output-only"> ' . $this->getLang('outputonly_questions') . '
82 $html .= '<input type="hidden" name="do" value="admin" />'
83 . '<input type="hidden" name="page" value="' . $this->getPluginName() . '" />';
89 … <input type="submit" name="cmd[get]" value="' . $this->getLang('btn_get_submissions') . '" />
90 …<input type="submit" name="cmd[delete]" value="' . $this->getLang('btn_delete_submissions') . '" …
/template/usable/blueprint/src/
H A Dforms.css20 input.text, input.title,
26 input.text:focus, input.title:focus,
31 input.text,
32 input.title { width: 300px; padding:5px; }
33 input.title { font-size:1.5em; }
/template/quickjump/blueprint/src/
H A Dforms.css20 input.text, input.title,
26 input.text:focus, input.title:focus,
31 input.text,
32 input.title { width: 300px; padding:5px; }
33 input.title { font-size:1.5em; }
/dokuwiki/inc/Action/
H A DSearch.php38 global $QUERY, $ID, $conf, $INPUT;
41 if ($ID !== $conf['start'] && !$INPUT->has('q')) {
42 parse_str($INPUT->server->str('QUERY_STRING'), $urlParts);
68 global $INPUT, $QUERY;
69 $after = $INPUT->str('min');
70 $before = $INPUT->str('max');
72 $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before);
83 global $conf, $INPUT, $QUERY, $ID;
85 if ($INPUT->bool('sf')) {
/dokuwiki/lib/plugins/config/
H A Dstyle.css45 [dir=rtl] #config__manager td.value input.checkbox {
95 #config__manager td input.edit {
98 #config__manager td .input {
111 #config__manager tr .input,
112 #config__manager tr input,
119 #config__manager tr.default .input,
120 #config__manager tr.default input,
128 #config__manager tr.protected .input,
129 #config__manager tr.protected input,
/plugin/const/_test/
H A Dfix_section.test.php19 … $first_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(0)->attr('value');
20 … $second_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(1)->attr('value');
21 … $third_sec = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(2)->attr('value');
34 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(0)->attr('value');
35 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(1)->attr('value');
36 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(2)->attr('value');
37 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(3)->attr('value');
38 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(4)->attr('value');
39 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(5)->attr('value');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php10 * Vacuum all input from a string and then treat it like a buffer.
24 public $input; variable in Antlr\\Antlr4\\Runtime\\InputStream
32 private function __construct(string $input, array $characters) argument
34 $this->input = $input;
39 public static function fromString(string $input) : InputStream argument
41 $chars = \preg_split('//u', $input, -1, \PREG_SPLIT_NO_EMPTY);
43 return new self($input, $chars === false ? [] : $chars);
152 return $this->input;
/plugin/twofactor/action/
H A Dresendpwd.php51 global $INPUT;
52 if ($INPUT->has('pwauth')) return; // we're already in token phase, don't interrupt
53 if (!$INPUT->str('login')) return; // no user given yet, don't interrupt
55 $user = $INPUT->str('login');
62 $code = $INPUT->post->str('2fa_code');
63 $providerID = $INPUT->post->str('2fa_provider');
93 global $INPUT;
95 $providerID = $INPUT->post->str('2fa_provider');
102 $form->setHiddenField('login', $INPUT->str('login'));

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