Home
last modified time | relevance | path

Searched full:input (Results 226 – 250 of 4846) sorted by relevance

12345678910>>...194

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingOnoff.php43 $input = '<div class="input"><input id="config___' . $key . '" name="config[' . $key .
45 return [$label, $input];
49 public function update($input)
53 $input = ($input) ? 1 : 0;
55 if ($value == $input) return false;
57 $this->local = $input;
47 update($input) global() argument
/plugin/langdelete/
H A Dscript.js20 jQuery("#langshortlist input").each((i, elt) => {
22 let checkboxes = jQuery( "#langshortlist input" ).toArray();
26 jQuery( "input[name='langdelete_w']" )
43 jQuery( "input[name='langdelete_w']" ).on("animationend", event => {
51 jQuery( "input[name='langdelete_w']" ).on('input', event => {
53 let langs = jQuery( "#langshortlist input[type='checkbox']" )
59 let $e = jQuery( `input#shortlang-${lang}` );
69 jQuery( "#langshortlist input[type='checkbox']" ).on("animationend", event => {
/plugin/refnotes/
H A Dadmin.css46 div#refnotes-config div#config__manager td.value div.input {
54 div#refnotes-config div#config__manager td.value input.edit {
58 div#refnotes-config div#config__manager td.value input.button {
63 div#refnotes-config div#config__manager input.button[disabled],
64 div#refnotes-config div#config__manager td.value input.button[disabled] {
80 div#refnotes-config div#config__manager div.list-controls input.edit {
84 div#refnotes-config div#config__manager td .input {
88 div#refnotes-config div#config__manager td.default input,
95 div#refnotes-config div#config__manager td.inherited input,
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php42 * @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 \std…
56 $dumpObjectAsInlineMap = empty((array) $input);
59 if ($inline <= 0 || (!\is_array($input) && $dumpObjectAsInlineMap) || empty($input)) {
60 $output .= $prefix.Inline::dump($input, $flags);
62 $dumpAsMap = Inline::isHash($input);
64 foreach ($input as $key => $value) {
/template/starterbootstrap/css/
H A Dconfig.css45 [dir=rtl] #config__manager td.value input.checkbox {
98 #config__manager td input.edit {
101 #config__manager td .input {
110 #config__manager tr .input,
111 #config__manager tr input,
118 #config__manager tr.default .input,
119 #config__manager tr.default input,
127 #config__manager tr.protected .input,
128 #config__manager tr.protected input,
161 #config__manager .selection input.checkbox {
/plugin/metadisplay/
H A Dadmin.php145 ptln(' <input type="hidden" name="do" value="admin" />');
146 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
150 …ptln('&nbsp; Page: <input type="text" name="cmd[page]" placeholder="page without extension" value …
151 … ptln('&nbsp; ' .$this->getLang('exact').':&nbsp <input type = "checkbox" name="cmd[exact]" />');
156 …ptln('<input type="text" size = "6" name="cmd[year]" placeholder="Year" value = "'. $this->year …
157 …ptln('<input type="text" size = "12" name="cmd[month]" placeholder="Month (1-12)" value = "' . $t…
158 …ptln('<input type="text" size = "12" name="cmd[day]" placeholder="Day (1-31)" value = "'.$this->da…
172 ptln( '<input type="checkbox" ' . $dtype_c . ' id = "pcreated" name="cmd[pcreated]">');
173 …ptln($this->getLang('andor') . ' <input type="checkbox" '.$dtype_m .' id="pmodified" name="cmd[pmo…
190 …ptln('<div><input type="checkbox" id = "testcl" name="cmd[testcl]"> Test Command line: '. $this->C…
[all …]
/template/breeze/
H A Dindex.html284 … <input class="xwide text input" type="text" placeholder="Text input">
287 … <input class="xwide email input" type="email" placeholder="Email input">
292 … <input class="wide text input" type="text" placeholder="Text input">
297 … <input class="wide text input" type="text" placeholder="Text input">
300 … <input class="wide email input" type="email" placeholder="Email input">
305 … <input class="normal text input" type="text" placeholder="Text input">
309 <input class="text input" type="text" placeholder="Text input">
321 … <input class="xwide email input" type="email" placeholder="xwide input">
325 … <input class="wide text input" type="password" placeholder="wide input">
334 … <input class="wide text input" type="text" placeholder="wide input">
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css1364 .input {
2561 - input
2598 .topcoat-search-input:focus::-webkit-input-placeholder,
2611 .topcoat-search-input:disabled:-ms-input-placeholder {
2628 - input
3149 .input,
3192 - input
3225 .topcoat-text-input:disabled:-ms-input-placeholder {
3253 - input
3415 - input
[all …]
/plugin/shibbolethauth/
H A Dstyle.css35 #shibboleth__manager td input.edit {
44 #shibboleth__manager tr .input,
45 #shibboleth__manager tr input,
52 #shibboleth__manager tr.default .input,
53 #shibboleth__manager tr.default input,
61 #shibboleth__manager tr.protected .input,
62 #shibboleth__manager tr.protected input,
89 #shibboleth__manager .selection input.checkbox {
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php81 global $INPUT;
101 if(file_exists(mediaFN($INPUT->str('name')))){
107 if(strlen($INPUT->str('name')) > 0){
108 if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $checkFor){
114 …if(strlen($INPUT->str('name')) > 0 && strlen($INPUT->str('type')) > 0 && array_key_exists($INPUT->…
115 …if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $authLookup[$INPUT->str('typ…
124 global $INPUT;
127 $ID = cleanID($INPUT->str('name'));
132 file_put_contents($conf['tmpdir'].'/'.$tmpFilename, $INPUT->str('newXML'));
135 'name' => $INPUT->str('name'),
/plugin/ipban/
H A Dadmin.php26 global $INPUT;
28 $ip = trim($INPUT->str('ip'));
35 $newban = $ip . "\t" . time() . "\t" . $INPUT->server->str('REMOTE_USER');
36 $cause = trim(preg_replace('/[\n\r\t]+/', '', $INPUT->str('cause')));
43 $delip = $INPUT->extract('delip')->str('delip');
80 …echo '<td><input type="submit" name="delip[' . $fields[0] . ']" value="' . $this->getLang('del') .…
88 echo '<input type="text" name="ip" id="plg__ipban_ip" class="edit" /> ';
90 echo '<input type="text" name="cause" id="plg__ipban_cause" class="edit" /> ';
91 echo '<input type="submit" class="button" value="' . $this->getLang('ban') . '" />';
/plugin/blogtng/action/
H A Dajax.php25 * (which will be shown below the comment input field)
32 global $auth, $INPUT;
39 $comment->setText($INPUT->post->str('text'));
40 $comment->setName($INPUT->post->str('name'));
41 $comment->setMail($INPUT->post->str('mail'));
42 $comment->setWeb($INPUT->post->str('web'));
47 if(!$comment->getName() && $INPUT->server->str('REMOTE_USER')){
48 if($auth AND $info = $auth->getUserData($INPUT->server->str('REMOTE_USER'))) {
54 $comment->output($INPUT->post->str('tplname'));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DNoViableAltException.php15 * to take based upon the remaining input. It tracks the starting token
16 * of the offending input and also knows where the parser was
22 * The token object at the start index; the input stream might
32 * Which configurations did we try at $input->index() that couldn't
33 * match $input->LT(1)?
41 ?TokenStream $input = null, argument
59 if ($input === null) {
60 $input = $recognizer->getInputStream();
63 parent::__construct($recognizer, $input, $ctx);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php11 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
12 $mimeDir = new VObject\Parser\MimeDir($input);
14 $result = $mimeDir->parse($input);
21 $input,
29 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
30 $mimeDir = new VObject\Parser\MimeDir($input);
32 $result = $mimeDir->parse($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php11 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
12 $mimeDir = new VObject\Parser\MimeDir($input);
14 $result = $mimeDir->parse($input);
21 $input,
29 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
30 $mimeDir = new VObject\Parser\MimeDir($input);
32 $result = $mimeDir->parse($input);
/template/notes/css/
H A Drss.css22 button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;} selector
25 button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;curso…
26 button[disabled],html input[disabled]{cursor:default;}
27 input{line-height:normal;} selector
28 input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}
29 input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:…
30 input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:cont…
31 input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-web…
78 button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0;}
/plugin/accscounter/
H A Dadmin.php120 echo '<input type="hidden" name="do" value="admin">';
121 echo '<input type="hidden" name="page" value="accscounter">';
122 echo '<input type="hidden" name="action" value="mng">';
123 echo '<input type="hidden" name="mode" value="search">';
124 echo '<input type="text" name="keyword" size="40"> ';
184 echo '<input type="hidden" name="do" value="admin">';
185 echo '<input type="hidden" name="page" value="accscounter">';
186 echo '<input type="hidden" name="action" value="mng">';
187 echo '<input type="hidden" name="mode" value="search">';
188 echo '<input type="text" name="keyword" size="40"> ';
[all …]
/plugin/authg2fa/
H A Dadmin.php57 global $INPUT;
63 $fn = $INPUT->param('fn');
74 $this->_start = $INPUT->int('start', 0);
144 …ptln("<input type=\"submit\" name=\"fn[csecret][".hsc($user)."]\" class=\"button\" value=\"Create …
145 …ptln("<input type=\"submit\" name=\"fn[dsecret][".hsc($user)."]\" class=\"button\" value=\"Delete …
153 …ptln("<input type=\"submit\" name=\"fn[nsecret]\" class=\"button\" value=\"Create Secrets for all\…
154 ptln(" <input type=\"hidden\" name=\"do\" value=\"admin\" />");
155 ptln(" <input type=\"hidden\" name=\"page\" value=\"authg2fa\" />");
159 …ptln(" <input type=\"submit\" name=\"fn[prev]\" ".$page_buttons['prev']." class=\"button\…
189 global $INPUT;
[all …]
/template/parallax/css/
H A Dcyberchimps-responsive.css257 .input-large,
258 .input-xlarge,
259 .input-xxlarge,
260 input[class*="span"],
263 .uneditable-input {
272 .input-prepend input,
273 .input-append input,
274 .input-prepend input[class*="span"],
275 .input-append input[class*="span"] {
312 input[type="checkbox"],
[all …]
/template/parallax/lib/bootstrap/css/
H A Dcyberchimps-responsive.css257 .input-large,
258 .input-xlarge,
259 .input-xxlarge,
260 input[class*="span"],
263 .uneditable-input {
272 .input-prepend input,
273 .input-append input,
274 .input-prepend input[class*="span"],
275 .input-append input[class*="span"] {
312 input[type="checkbox"],
[all …]
H A Dcyberchimps-responsive.min.css218 [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
239 ….input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea…
248 ….input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append inpu…
285 input[type="checkbox"], input[type="radio"] {
/template/zenlike/css/
H A Dbasic.css369 input, selector
390 input, selector
397 input[type=radio],
399 input[type=image],
400 input.check {
404 input[type=submit],
406 input[type=reset],
407 input.button,
420 input[disabled],
422 input[readonly],
[all …]
/template/aran/css/
H A Dbasic.css369 input, selector
390 input, selector
397 input[type=radio],
399 input[type=image],
400 input.check {
404 input[type=submit],
406 input[type=reset],
407 input.button,
420 input[disabled],
422 input[readonly],
[all …]

12345678910>>...194