Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 1245) sorted by relevance

12345678910>>...50

/template/typowiki/typowiki/scss/
D_form.scss1 input[type="text"],
2 input[type="password"],
3 input[type="email"],
4 input[type="url"],
5 input[type="date"],
6 input[type="month"],
7 input[type="time"],
8 input[type="datetime"],
9 input[type="datetime-local"],
10 input[type="week"],
[all …]
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[type=button]::-moz-focus-inner,
[all …]
/template/strap/vendor/symfony/process/Pipes/
DAbstractPipes.php26 private $input; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
33 public function __construct($input) argument
35 if (\is_resource($input) || $input instanceof \Iterator) {
36 $this->input = $input;
37 } elseif (\is_string($input)) {
38 $this->inputBuffer = $input;
40 $this->inputBuffer = (string) $input;
81 if (\is_resource($this->input)) {
82 stream_set_blocking($this->input, 0);
98 $input = $this->input;
[all …]
/template/writr/css/
Dadmin.less20 .selectiondefault input {
23 tr.default div.input:has(select),
24 tr div.input:has(select),
25 tr div.input:has(textarea),
26 tr div.input:has(input[type="color"]),
27 tr div.input:has(input[type="date"]),
28 tr div.input:has(input[type="datetime-local"]),
29 tr div.input:has(input[type="email"]),
30 tr div.input:has(input[type="file"]),
31 tr div.input:has(input[type="image"]),
[all …]
/template/templar/less/
Dforms.less41 input,
47 input,
66 input[type="text"],
67 input[type="password"],
68 input[type="datetime"],
69 input[type="datetime-local"],
70 input[type="date"],
71 input[type="month"],
72 input[type="time"],
73 input[type="week"],
[all …]
/template/strap/vendor/symfony/process/
DProcessUtils.php36 * @param mixed $input The input to validate
42 public static function validateInput(string $caller, $input) argument
44 if (null !== $input) {
45 if (\is_resource($input)) {
46 return $input;
48 if (\is_string($input)) {
49 return $input;
51 if (\is_scalar($input)) {
52 return (string) $input;
54 if ($input instanceof Process) {
[all …]
DInputStream.php27 private $input = []; variable in Symfony\\Component\\Process\\InputStream
44 public function write($input) argument
46 if (null === $input) {
52 $this->input[] = ProcessUtils::validateInput(__METHOD__, $input);
79 while ($this->open || $this->input) {
80 if (!$this->input) {
84 $current = array_shift($this->input);
91 if (!$this->input && $this->open && null !== $onEmpty = $this->onEmpty) {
/template/writr2/css/
Dsidebar.less74 html input[type="button"],
75 input[type="reset"],
76 input[type="submit"] {
81 html input[type="button"]:hover,
82 input[type="reset"]:hover,
83 input[type="submit"]:hover,
85 html input[type="button"]:focus,
86 input[type="reset"]:focus,
87 input[type="submit"]:focus,
89 html input[type="button"]:active,
[all …]
Dglobal.less6 input,
223 input,
232 input {
240 html input[type="button"],
241 input[type="reset"],
242 input[type="submit"] {
251 …ter; /* Improves usability and consistency of cursor style between image-type 'input' and others */
252 -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
258 html input[type="button"]:hover,
259 input[type="reset"]:hover,
[all …]
/template/typowiki/typowiki/css/
DtypoUI.css1input,select{margin:0}button{overflow:visible;text-transform:none}button,[type="button"],[type="re… selector
/template/writr/css/components/sidebar/
Dwidgets.less77 html input[type="button"],
78 input[type="reset"],
79 input[type="submit"] {
84 html input[type="button"]:hover,
85 input[type="reset"]:hover,
86 input[type="submit"]:hover,
88 html input[type="button"]:focus,
89 input[type="reset"]:focus,
90 input[type="submit"]:focus,
92 html input[type="button"]:active,
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DLexer.php30 public $input; variable in Antlr\\Antlr4\\Runtime\\Lexer
114 public function __construct(?CharStream $input = null) argument
118 $this->input = $input;
120 $this->tokenFactorySourcePair = new Pair($this, $input);
129 if ($this->input !== null) {
130 $this->input->seek(0);// rewind the input
155 if ($this->input === null) {
161 $tokenStartMarker = $this->input->mark();
177 $this->tokenStartCharIndex = $this->input->getIndex();
187 $ttype = $this->interp->match($this->input, $this->mode);
[all …]
/template/stm/stm/css/
Dbasic.less70 input:active,
71 input:focus,
80 input[type=radio],
81 input[type=checkbox],
82 input[type=image] {
93 input[type=submit],
94 input[type=button],
95 input[type=reset],
96 input.button,
110 #IE7 input.button,
[all …]
/template/strap/resources/webcode/
Dwebcode-console.js36 let printTable = function (input) { argument
37 if (Array.isArray(input) !== true) {
42 if (input.length <= 0) {
58 for (let i = 0; i < input.length; i++) {
60 let element = input[i];
83 if (typeof input[0] === 'object') {
103 let printLog = function (input) { argument
105 if (typeof input === "object") {
107 let keys = Object.keys(input);
109 s += " " + keys[i] + " : " + input[keys[i]] + ";\n";
[all …]
/template/minimalism/styles/
Dforms.css7 fieldset label input {
10 fieldset label input[type='text'],
11 fieldset label input[type='password'] {
18 input[type='text'],
19 input[type='password'],
20 input.text,
26 input[type='text']:focus,
27 input[type='password']:focus,
28 input.text:focus {
31 input[type='submit'],
[all …]
/template/breeze/bower_components/gumby/sass/ui/
D_forms.scss50 input, input[type="*"], textarea {
64 .input { class
78 .input.textarea { class
83 input, .input { class
86 @include input-size(#{nth($width, 1)});
103 @include input-sizes-list() {
123 .prepend input,
124 .prepend .input, class
125 .append input,
126 .append .input { class
[all …]
/template/ospyramid/css/blueprint/
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 …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DLexerATNSimulator.php121 public function match(CharStream $input, int $mode) : int argument
132 $mark = $input->mark();
135 $this->startIndex = $input->getIndex();
141 return $this->matchATN($input);
143 return $this->execATN($input, $dfa->s0);
145 $input->release($mark);
158 protected function matchATN(CharStream $input) : int argument
168 $s0_closure = $this->computeStartState($input, $startState);
178 $predict = $this->execATN($input, $next);
187 protected function execATN(CharStream $input, DFAState $ds0) : int argument
[all …]
/template/daily/css/
Dpure-min.css265 input, selector
297 * 2. Correct inability to style clickable `input` types in iOS.
299 * `input` and others.
303 html input[type="button"], /* 1 */
304 input[type="reset"],
305 input[type="submit"] {
315 html input[disabled] {
324 input::-moz-focus-inner {
330 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
334 input { selector
[all …]
/template/parallax/lib/bootstrap/css/
Dbootstrap-responsive.min.css36 .input-block-level {
439 input, textarea, .uneditable-input { selector
447 input.span12, textarea.span12, .uneditable-input.span12 {
451 input.span11, textarea.span11, .uneditable-input.span11 {
455 input.span10, textarea.span10, .uneditable-input.span10 {
459 input.span9, textarea.span9, .uneditable-input.span9 {
463 input.span8, textarea.span8, .uneditable-input.span8 {
467 input.span7, textarea.span7, .uneditable-input.span7 {
471 input.span6, textarea.span6, .uneditable-input.span6 {
475 input.span5, textarea.span5, .uneditable-input.span5 {
[all …]
Dbootstrap-responsive.css38 .input-block-level {
446 input, selector
448 .uneditable-input {
456 input.span12,
458 .uneditable-input.span12 {
462 input.span11,
464 .uneditable-input.span11 {
468 input.span10,
470 .uneditable-input.span10 {
474 input.span9,
[all …]
/template/flarum/css/
D_forms.less5 input[type=submit],
6 input[type=button],
7 input[type=reset],
8 input.button,
27 input[type=submit]:hover,
28 input[type=submit]:active,
29 input[type=submit]:focus,
30 input[type=button]:hover,
31 input[type=button]:active,
32 input[type=button]:hover,
[all …]
/template/argon/assets/css/
Ddoku.css266 input, selector
278 input { selector
317 input[type=radio],
318 input[type=checkbox] {
2154 .form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset inpu…
2172 ….form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset inp…
2176 …ol::-ms-expand, #dw__login input::-ms-expand, #config__manager td input.edit::-ms-expand, .search-…
2181 …z-focusring, #dw__login input:-moz-focusring, #config__manager td input.edit:-moz-focusring, .sear…
2186 .form-control:focus, #dw__login input:focus, #config__manager td input.edit:focus, .search-results-…
2193 …::placeholder, #dw__login input::placeholder, #config__manager td input.edit::placeholder, .search…
[all …]
/template/argon-alt/assets/css/
Ddoku.css280 input, selector
292 input { selector
327 input[type=radio],
328 input[type=checkbox] {
333 input[type=date],
334 input[type=time],
335 input[type=datetime-local],
336 input[type=month] {
2082 .form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset inpu…
2100 ….form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset inp…
[all …]
/template/h6e-minimal/h6e-minimal/
Dh6e-forms.css10 input[type="text"], input[type="password"], input.text, input.button, textarea {
17 input[type="text"]:focus, input[type="password"]:focus, input.text:focus, textarea:focus {
21 input.button {

12345678910>>...50