Home
last modified time | relevance | path

Searched full:input (Results 26 – 50 of 3872) sorted by relevance

12345678910>>...155

/template/writr/css/
H A Dglobal.less211 input,
221 input,
230 input {
238 html input[type="button"],
239 input[type="reset"],
240 input[type="submit"] {
249 cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
250 -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
256 html input[type="button"]:hover,
257 input[typ
[all...]
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php85 * @param mixed $input The input to validate
93 if (null !== $input) {
94 if (\is_resource($input)) {
95 return $input;
97 if (\is_string($input)) {
98 return $input;
100 if (is_scalar($input)) {
101 return (string) $input;
104 return $input->getIterator($input::ITER_SKIP_ERR);
107 return $input;
[all …]
/template/kajukkd/fonts/
H A Ddemo.html22 <input type="text" readonly value="e900" class="unit size1of2" />
23 <input type="text" maxlength="1" readonly value="&#xe900;" class="unitRight size1of2 talign-right" />
27 <input type="text" readonly value="" class="liga unitRight" />
36 <input type="text" readonly value="e901" class="unit size1of2" />
37 <input type="text" maxlength="1" readonly value="&#xe901;" class="unitRight size1of2 talign-right" />
41 <input type="text" readonly value="" class="liga unitRight" />
50 <input type="text" readonly value="e902" class="unit size1of2" />
51 <input type="text" maxlength="1" readonly value="&#xe902;" class="unitRight size1of2 talign-right" />
55 <input type="text" readonly value="" class="liga unitRight" />
64 <input typ
[all...]
/plugin/timetrack/
H A Dscript.js46 var $input = jQuery(this);
48 if($input.val() *1 < 0) $input.val(0);
65 var $input = jQuery(this);
70 $input_next = $input.closest('td').prev().find('input');
72 $input_next = $input.closest('tr').prev().find('input').last();
78 pos = $input.closest('tr').find('input').index($input);
80 $input_next = jQuery($input.closest('tr').prev().find('input')[pos]);
87 $input_next = $input.closest('td').next().find('input');
89 $input_next = $input.closest('tr').next().find('input').first();
95 pos = $input.closest('tr').find('input').index($input);
[all …]
/template/minimalism/styles/
H A Dforms.css7 fieldset label input {
18 input[type='text'],
19 input[type='password'],
20 input.text,
26 input[type='text']:focus,
28 input.text:focus {
31 input[type='submit'],
34 input.button {
41 input[type='submit']:hover,
44 input.button:hover {
[all …]
/plugin/authucenter/lib/uc_client/control/
H A Duser.php34 $uid = $this->input('uid');
67 $email = $this->input('email');
70 $regip = $this->input('regip');
85 $oldpw = $this->input('oldpw');
86 $newpw = $this->input('newpw');
87 $email = $this->input('email');
113 $ip = $this->input('ip');
150 $ip = $this->input('ip');
173 if(!$this->input('isuid')) {
194 $uid = $this->input('uid');
[all …]
H A Dfeed.php25 $appid = intval($this->input('appid'));
26 $icon = $this->input('icon');
27 $uid = intval($this->input('uid'));
28 $username = $this->input('username');
36 $image_1 = $this->input('image_1');
38 $image_2 = $this->input('image_2');
40 $image_3 = $this->input('image_3');
42 $image_4 = $this->input('image_4');
57 $start = $this->input('start');
58 $limit = $this->input('limit');
[all …]
/plugin/structinputstretch/
H A Dscript.js21 var $input = $(this);
23 if (!$input.data('structinputstretch__minWidth')) {
24 $input.data('structinputstretch__minWidth', $input.width());
25 $input.data('structinputstretch__maxWidth', $input.closest('fieldset').width());
27 var minWidth = $input.data('structinputstretch__minWidth'),
28 maxWidth = $input.data('structinputstretch__maxWidth'),
29 inputFont = $input.css('font'),
33 $input.width(minWidth);
35 $input.width(maxWidth);
37 $input.width(inputTextWidth);
[all …]
/template/typowiki/typowiki/scss/
H A D_buttons.scss1 input[type=submit],
2 input[type=reset],
3 input[type=button],
21 input[type=submit],
28 .dark input[type=submit],
29 .dark input[type=reset],
30 .dark input[type=button],
47 input[type=submit]::-moz-focus-inner,
48 input[type=reset]::-moz-focus-inner,
49 input[typ
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DBirthdayCalendarGeneratorTest.php12 $input = <<<VCF
50 $input = [];
52 $input[] = <<<VCF
62 $input[] = <<<VCF
108 $input = [];
110 $input[] = <<<VCF
169 $input = <<<VCF
179 $input = Reader::read($input);
209 $input = [];
272 $input = <<<VCF
[all …]
H A DVCardConverterTest.php11 $input = <<<IN
54 $input = <<<IN
92 $input = <<<IN
131 $input = <<<IN
171 $input = <<<IN
212 $input = <<<IN
258 $input = <<<IN
421 $input,
425 $input
476 $input,
[all …]
/template/daily/css/
H A Dpure-min.css265 input, selector
299 * `input` and others.
304 input[type="reset"],
305 input[type="submit"] {
315 html input[disabled] {
324 input::-moz-focus-inner {
334 input { selector
346 input[type="checkbox"],
347 input[type="radio"] {
369 input[type="search"] {
[all …]
/template/argon/assets/css/
H A Ddoku.css4240 .input-group-prepend .input-group-text + .input-group-text,
4647 .input-group-append .input-group-text + .input-group-text,
4705input-group-lg > .form-control, #dw__login .input-group-lg > input, #config__manager td .input-gro…
4707 .input-group-lg > .input-group-prepend > .input-group-text,
4708 .input-group-lg > .input-group-append > .input-group-text,
4738input-group-sm > .form-control, #dw__login .input-group-sm > input, #config__manager td .input-gro…
4740 .input-group-sm > .input-group-prepend > .input-group-text,
4741 .input-group-sm > .input-group-append > .input-group-text,
4772 .input-group > .input-group-prepend > .input-group-text,
4829 .input-group > .input-group-append > .input-group-text,
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php23 * The input data
27 protected $input; variable in Sabre\\VObject\\Parser\\Json
50 if (!is_null($input)) {
54 throw new EofException('End of input stream, or no input supplied');
61 switch($this->input[0]) {
75 if (isset($this->input[2])) foreach($this->input[2] as $comp) {
80 $this->input = null;
177 * Sets the input data
185 $input = stream_get_contents($input);
188 $input = json_decode($input);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php23 * The input data
27 protected $input; variable in Sabre\\VObject\\Parser\\Json
50 if (!is_null($input)) {
54 throw new EofException('End of input stream, or no input supplied');
61 switch($this->input[0]) {
75 if (isset($this->input[2])) foreach($this->input[2] as $comp) {
80 $this->input = null;
177 * Sets the input data
185 $input = stream_get_contents($input);
188 $input = json_decode($input);
[all …]
/plugin/codehighlight/cp/languages/
H A Djavascript.js7 { input : /\"(.*?)(\"|<br>|<\/P>)/g, output : '<s>"$1$2</s>' }, // strings double quote
12 { input : /\/\*(.*?)\*\//g, output : '<i>/*$1*/</i>' } // comments /* */
16 { input : 'dw', output : 'document.write(\'$0\');' },
17 { input : 'getid', output : 'document.getElementById(\'$0\')' },
18 { input : 'fun', output : 'function $0(){\n\t\n}' },
19 { input : 'func', output : 'function $0(){\n\t\n}' }
23 { input : '\'',output : '\'$0\'' },
24 { input : '"', output : '"$0"' },
25 { input : '(', output : '\($0\)' },
26 { input : '[', output : '\[$0\]' },
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php9 $input = <<<BLA
14 $reader->xml($input);
24 $input = <<<BLA
39 $input = <<<BLA
51 $input = <<<BLA
99 $input = <<<BLA
131 $input = <<<BLA
163 $input = <<<BLA
200 $input = <<<BLA
221 $input = <<<BLA
[all …]
/template/ospyramid/css/blueprint/
H A Dscreen.css87 input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title…
88 input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus,…
90 input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title…
91 input.text, input.title {width:300px;padding:5px;}
92 input.title {font-size:1.5em;}
135 input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.…
136 input.span-1, textarea.span-1 {width:18px;}
137 input.span-2, textarea.span-2 {width:58px;}
138 input.span-3, textarea.span-3 {width:98px;}
139 input.span-4, textarea.span-4 {width:138px;}
[all …]
/plugin/settingstree/
H A Daction.php31 global $INPUT; //available since release 2012-10-13 "Adora Belle"
35 switch($INPUT->str('operation')){
41 switch ($INPUT->str('showtype','normal')){
44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN…
45 'path'=> ':'.ltrim($INPUT->str('path'),':'),
51 'html' => $helper->showHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':')),
52 'path'=> ':'.ltrim($INPUT->str('path'),':')
62 $data = array('html' => $helper->showHierarchy($INPUT->str('pluginname'),$INPUT->str('key')));
70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php43 $output = $input;
227 $input = <<<ICS
550 $input = <<<ICS
558 $input,
568 $input = <<<ICS
579 $input,
589 $input = <<<ICS
607 $input,
617 $input = <<<ICS
636 $input,
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php43 $output = $input;
227 $input = <<<ICS
549 $input = <<<ICS
557 $input,
567 $input = <<<ICS
578 $input,
588 $input = <<<ICS
606 $input,
616 $input = <<<ICS
635 $input,
[all …]
/template/argon-alt/assets/css/
H A Ddoku.css4560 .input-group-prepend .input-group-text + .input-group-text,
4893 .input-group-append .input-group-text + .input-group-text,
4949input-group-lg > .form-control, #dw__login .input-group-lg > input, #config__manager td .input-gro…
4951 .input-group-lg > .input-group-prepend > .input-group-text,
4952 .input-group-lg > .input-group-append > .input-group-text,
4982input-group-sm > .form-control, #dw__login .input-group-sm > input, #config__manager td .input-gro…
4984 .input-group-sm > .input-group-prepend > .input-group-text,
4985 .input-group-sm > .input-group-append > .input-group-text,
5016 .input-group > .input-group-prepend > .input-group-text,
5073 .input-group > .input-group-append > .input-group-text,
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php9 $input = <<<IN
52 $input = <<<IN
90 $input = <<<IN
129 $input = <<<IN
169 $input = <<<IN
210 $input = <<<IN
256 $input = <<<IN
419 $input,
423 $input
474 $input,
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMulticheckbox.php15 public function update($input) argument
20 $input = $input ?: [];
21 $input = $this->array2str($input);
24 if ($value == $input) return false;
26 if ($this->pattern && !preg_match($this->pattern, $input)) {
28 $this->input = $input;
32 $this->local = $input;
140 array2str($input) global() argument
[all...]
/plugin/custombuttons/
H A Dadmin.php59 global $INPUT;
61 if ($INPUT->has('add')) {
69 if ($INPUT->str('pretag') != '' && $INPUT->str('posttag') != '') {
73 'label' => $INPUT->str('label'),
74 'code' => $INPUT->str('code'),
76 'pretag' => $INPUT->str('pretag'),
77 'posttag' => $INPUT->str('posttag'),
78 'icon' => $INPUT->str('icon'),
83 } elseif ($INPUT->has('delete')) {
87 unset($conf[$INPUT->int('delete')]);
[all …]

12345678910>>...155