Home
last modified time | relevance | path

Searched full:input (Results 451 – 475 of 4846) sorted by relevance

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

/plugin/combo/admin/
H A Dpagerules.php187 ptln('<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />');
194 ptln('<p><input type="text" style="width: 100%;" id="' . PageRules::MATCHER_NAME . '" required="required" name="' . PageRules::MATCHER_NAME . '" ' . $matcherDefault . ' class="edit" placeholder="pattern"/> </p>');
201 ptln('<p><input type="text" style="width: 100%;" required="required" id="' . PageRules::TARGET_NAME . '" name="' . PageRules::TARGET_NAME . '" ' . $targetDefault . ' class="edit" placeholder="target" /></p>');
203 ptln('<p><input type="text" id="' . PageRules::PRIORITY_NAME . '." style="width: 100%;" required="required" placeholder="priority" name="' . PageRules::PRIORITY_NAME . '" value="' . $priority . '" class="edit" /></p>');
204 ptln('<input type="hidden" name="do" value="admin" />');
206 ptln('<input type="hidden" name="' . PageRules::ID_NAME . '" value="' . $id . '" />');
208 ptln('<input type="hidden" name="page" value="' . $this->getPluginName() . '_' . $this->getPluginComponent() . '" />');
211 ptln('<input class="btn btn-primary" type="submit" name="save" class="button" value="' . 'Save' . '" />');
225 ptln('<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />');
226 ptln(' <input typ
[all...]
/template/klean/css/
H A Dklean-style.css192 input, selector
353 input, selector
362 input[type="button"],
363 input[type="reset"],
401 input[type="radio"] {
414 input[type="text"],
415 input[type="email"],
416 input[type="url"],
434 input[type="text"],
435 input[type="email"],
[all …]
/plugin/noticeboard/classes/
H A DEditForm.php125 $data .= "<input type='hidden' name='noticeboard_parrentId' value='".$this->parentId."' />";
130 …<input type='radio' onclick='noticeboard_checkCategory()' id='noticeboard_category1' name='noticeb…
133 …<input type='radio' onclick='noticeboard_checkCategory()' id='noticeboard_category2' name='noticeb…
136 …<input type='radio' onclick='noticeboard_checkCategory()' id='noticeboard_category3' name='noticeb…
141 …$data .= "<input type='text' name='noticeboard_name' id='noticeboard_name' value='".$this->Name."'…
148 …$data .= "<input type='text' id='noticeboard_place' name='noticeboard_place' value='".$this->Place…
151 …$data .= "<input type='text' id='noticeboard_start_date' name='noticeboard_start_date' value='".$t…
160 …<input type='text' id='noticeboard_StartTime' name='noticeboard_start_time' value='".$this->startT…
169 …$data .= "<input type='text' id='noticeboard_end_date' name='noticeboard_end_date' value='".$this-…
178 …<input type='text' id='noticeboard_EndTime' name='noticeboard_end_time' value='".$this->endTime."'…
[all …]
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php125 $data .= "<input type='hidden' name='noticeboard_parrentId' value='".$this->parentId."' />";
130 …<input type='radio' onclick='noticeboard_checkCategory()' id='noticeboard_category1' name='noticeb…
133 …<input type='radio' onclick='noticeboard_checkCategory()' id='noticeboard_category2' name='noticeb…
136 …<input type='radio' onclick='noticeboard_checkCategory()' id='noticeboard_category3' name='noticeb…
141 …$data .= "<input type='text' name='noticeboard_name' id='noticeboard_name' value='".$this->Name."'…
148 …$data .= "<input type='text' id='noticeboard_place' name='noticeboard_place' value='".$this->Place…
151 …$data .= "<input type='text' id='noticeboard_start_date' name='noticeboard_start_date' value='".$t…
160 …<input type='text' id='noticeboard_StartTime' name='noticeboard_start_time' value='".$this->startT…
169 …$data .= "<input type='text' id='noticeboard_end_date' name='noticeboard_end_date' value='".$this-…
178 …<input type='text' id='noticeboard_EndTime' name='noticeboard_end_time' value='".$this->endTime."'…
[all …]
/template/ach/css/
H A Dbasic.css264 input, textarea, button, selector
271 input, textarea, button, select, .qq-upload-button { selector
276 input[type=text], input[type=password], textarea, .qq-upload-button {
279 input[type=radio], input[type=checkbox], input.check {
282 input[type=submit], input.button, button, .qq-upload-button {
285 input[disabled], button[disabled], select[disabled], textarea[disabled],
286 input[readonly], button[readonly], select[readonly], textarea[readonly] {
/plugin/struct/
H A Dstyle.less2 * The input entry form
64 > span.input {
70 // general input fields
71 input:not([type='checkbox']):not([type='color']),
76 // smaller input types
100 // overlay media button on top of input field
106 // input hints
127 span.input {
161 span.input {
168 input, selec
[all...]
/template/hexa/css/
H A Dhexa.css149 input, selector
398 input, selector
411 input[type="reset"],
473 input[type="text"],
474 input[type="email"],
475 input[type="url"],
493 input[type="text"],
495 input[type="url"],
605 input, selector
808 input[type="text"],
[all …]
H A Dhexa-responsive.css20 #config__manager td .input,
22 #config__manager td input.edit {
83 input[type="button"],
84 input[type="reset"],
85 input[type="submit"] {
93 input[type="text"],
94 input[type="email"],
95 input[type="url"],
96 input[type="password"],
97 input[type="search"] {
[all …]
/dokuwiki/inc/Ui/
H A DLogin.php40 global $INPUT;
53 $input = $form->addTextInput('u', $lang['user'])->id('focus__this')->addClass('edit')
54 ->val(($INPUT->bool('http_credentials')) ? '' : $INPUT->str('u'));
55 $input->getLabel()->attr('class', 'block');
58 $input = $form->addPasswordInput('p', $lang['pass'])->addClass('block edit');
59 $input->getLabel()->attr('class', 'block');
/plugin/loadskin/
H A Dadmin.php36 global $INPUT;
39 if($INPUT->str('pattern')) {
41 $id = cleanID($INPUT->str('pattern'));
43 if($INPUT->str('act') == 'add') {
46 $data[$id] = $INPUT->str('tpl');
49 $data[$id] = $INPUT->str('tpl');
54 if($INPUT->str('act') == 'del') {
/template/taratasy/css/
H A Dblue.local.less48 input[type=submit], input.button, button {
53 input[type=submit]:hover, input.button:hover, button:hover {
57 input[type=text] {
136 input[type=submit],
137 input.button, button,
/plugin/inlineedit/
H A Dscript.js16 var input = prompt(LANG.plugins.inlineedit.promt_title, $self.html());
17 if(input == null) return;
18 if(input == $self.html()) return;
35 input:input,
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php12 $input = array(
158 $parser = new Json(json_encode($input));
194 $input,
202 $input = array(
311 $parser = new Json(json_encode($input));
351 $input,
359 $input = array(
369 fwrite($stream, json_encode($input));
383 $input = array(
392 $json->parse(json_encode($input), 0);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php12 $input = [
159 $parser = new Json(json_encode($input));
194 $input,
202 $input = [
311 $parser = new Json(json_encode($input));
351 $input,
359 $input = [
369 fwrite($stream, json_encode($input));
383 $input = [
392 $json->parse(json_encode($input), 0);
/template/writers/css/
H A Dbasic.css239 input, textarea, button, selector
248 input[type=text], input[type=password], textarea {
251 input[type=radio], input[type=checkbox], input.check {
254 input[type=submit], input.button, button {
257 input[disabled], button[disabled],
258 input[readonly], button[readonly] {
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php44 * @param mixed $input The PHP value
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
55 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
56 $dumpObjectAsInlineMap = empty((array) $input);
59 if ($inline <= 0 || (!\is_array($input) && !$input instanceof TaggedValue && $dumpObjectAsInlineMap) || empty($input)) {
60 $output .= $prefix.Inline::dump($input, $flags);
61 } elseif ($input instanceo
[all...]
/dokuwiki/inc/Cache/
H A DCacheParser.php11 public $mode = ''; // input mode (represents the processing the input file will undergo)
18 * @param string $mode input mode
22 global $INPUT;
31 parent::__construct($file . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT'), '.' . $mode);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php70 * This method takes an input string, checks if it's not valid UTF-8 and
76 * @param string $input
79 static function ensureUTF8($input) { argument
81 $encoding = mb_detect_encoding($input, ['UTF-8', 'ISO-8859-1'], true);
84 return utf8_encode($input);
86 return $input;
/plugin/autologoff/
H A Dadmin.php59 echo '<input type="hidden" name="do" value="admin" />';
60 echo '<input type="hidden" name="page" value="autologoff" />';
61 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />';
87 echo '<td><input type="text" name="usergroup" class="edit" /></td>';
88 echo '<td><input type="text" name="time" class="edit" /></td>';
89 echo '<td><input type="submit" class="button" value="'.$this->getLang('save').'" /></td>';
/plugin/siteexport/
H A Dscript.js28input:not([readonly]):not([disabled]):not([type=submit]):not(button):not(.dummy), form#siteexport_…
102 …port_site_aggregator :input[name=baseID], form#siteexport_site_aggregator :input[type=submit], for…
355 _.toggleDisableAllPlugins = function(input) { argument
356 …$('#siteexport :input[name=disableplugin\\[\\]]:not([disabled=disabled])').prop('checked', input.c…
443 _.updateValue($('#siteexport :input[name='+node+']'), value);
476 $('#siteexport :input').each(function(){
489 …$('form#siteexport_site_aggregator :input[type=submit][name~=do\\[siteexport\\]], form#siteexport_…
495 $('form#siteexport #depthType:input').change(function(event){
505 $('form#siteexport #pdfExport:input').change(function(event){
517 $('form#siteexport #disableall:input').change(function(event){
[all …]
/template/mikio/assets/
H A Dmikio.css36 --input-border-color: #ced4da;
143 --input-border-color: #222;
244 .mikio-controls input,
261 border-color: var(--input-border-color);
265 .mikio-controls input[type=color],
272 .mikio-controls input[type=button],
273 .mikio-controls input[type=image] {
286 .mikio-controls input[type=button]:hover:not(:disabled),
287 .mikio-controls input[type=image]:hover:not(:disabled) {
295 .mikio-controls input[typ
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php68 public function testFilterBodyNodes($input, $expected) argument
72 $this->assertEquals($expected, $parser->filterBodyNodes($input));
83 $input = new Node([new SetNode(false, new Node(), new Node(), 1)]),
84 $input,
87 …$input = new Node([new SetNode(true, new Node(), new Node([new Node([new TextNode('foo', 1)])]), 1…
88 $input,
97 public function testFilterBodyNodesThrowsException($input) argument
101 $parser->filterBodyNodes($input);
/template/incognitek/
H A Dlayout.css52 div#content label.block input.edit {
56 input.button, textarea, button {
67 input.button:hover, button.toolbutton:hover {
72 input.edit {
80 input.edit:hover {
206 div#footer input.edit {
247 div.page div.comment_buttons input.button
252 div.page div.comment_buttons input.button:hover {
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl6 … <input type="radio" id="[[content-2]]" name="[[content-3]]" value="[[content-4]]" [[content-5]] />
8 …<input type="radio" id="[[content-8]]" name="[[content-9]]" value="[[content-10]]" [[content-11]] …
14 …<input type="text" id="[[content-16]]" name="[[content-17]]" value="[[content-18]]" size="60" [[co…
17 …<input id="[[content-22]]" type="text" name="[[content-23]]" value="[[content-24]]lib/plugins/[[co…
21 <input type="checkbox" id="[[content-28]]" name="[[content-29]]" value="1" [[content-30]] />
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php22 * Currently only 3.0 and 4.0 as input and output versions.
27 * If input and output version are identical, a clone is returned.
29 * @param Component\VCard $input
32 public function convert(Component\VCard $input, $targetVersion) argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
55 foreach ($input->children() as $property) {
65 * @param Component\VCard $input
195 $label = $input->{$property->group.'.X-ABLABEL'};
249 * @param Property\Uri $property the input property
[all …]

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