Home
last modified time | relevance | path

Searched full:type (Results 1 – 25 of 2066) sorted by relevance

12345678910>>...83

/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],
22 button[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,
[all …]
/template/typowiki/typowiki/css/
DtypoUI.css1type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}fieldset{border:1px solid … selector
/template/twigstarter/vendor/twig/twig/src/
DToken.php23 private $type; variable in Twig\\Token
42 * @param int $type The type of the token
46 public function __construct($type, $value, $lineno) argument
48 $this->type = $type;
55 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);
59 * Tests the current token for a type and/or a value.
62 * * just type
63 * * type and value (or array of possible values)
64 * * just value (or array of possible values) (NAME_TYPE is used as type)
66 * @param array|string|int $type The type to test
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerTypeAction.php11 * Implements the `type` lexer action by calling {@see Lexer::setType()}
12 * with the assigned type.
19 private $type; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerTypeAction
22 * Constructs a new `type` action with the specified token type value.
24 * @param int $type The type to assign to the token using {@see Lexer::setType()}.
26 public function __construct(int $type) argument
28 $this->type = $type;
32 * Gets the type to assign to a token created by the lexer.
34 * @return int The type to assign to a token created by the lexer.
38 return $this->type;
[all …]
H A DLexerActionType.php10 * The type of a {@see LexerChannelAction} action.
15 * The type of a {@see LexerCustomAction} action.
20 * The type of a {@see LexerModeAction} action.
25 * The type of a {@see LexerMoreAction} action.
30 * The type of a {@see LexerPopModeAction} action.
35 * The type of a {@see LexerPushModeAction} action.
40 * The type of a {@see LexerSkipAction} action.
45 * The type of a {@see LexerTypeAction} action.
47 public const TYPE = 7; define in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerActionType
/template/kajukkd/fonts/
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 type="text" readonly value="e903" class="unit size1of2" />
[all …]
/template/writr2/css/
Dsidebar.less11 &:last-of-type {
74 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,
[all …]
Dglobal.less202 tr:last-of-type td {
240 html input[type="button"],
241 input[type="reset"],
242 input[type="submit"] {
251 …cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' …
258 html input[type="button"]:hover,
259 input[type="reset"]:hover,
260 input[type="submit"]:hover,
262 html input[type="button"]:focus,
263 input[type="reset"]:focus,
[all …]
/template/writr/css/components/sidebar/
Dwidgets.less14 &:last-of-type {
77 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,
[all …]
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DEscaperNodeVisitor.php74 } elseif ($node instanceof PrintNode && false !== $type = $this->needEscaping($env)) {
76 …ion instanceof ConditionalExpression && $this->shouldUnwrapConditional($expression, $env, $type)) {
77 …return new DoNode($this->unwrapConditional($expression, $env, $type), $expression->getTemplateLine…
80 return $this->escapePrintNode($node, $env, $type);
92 …rivate function shouldUnwrapConditional(ConditionalExpression $expression, Environment $env, $type) argument
94 $expr2Safe = $this->isSafeFor($type, $expression->getNode('expr2'), $env);
95 $expr3Safe = $this->isSafeFor($type, $expression->getNode('expr3'), $env);
100 private function unwrapConditional(ConditionalExpression $expression, Environment $env, $type) argument
104 … ($expr2 instanceof ConditionalExpression && $this->shouldUnwrapConditional($expr2, $env, $type)) {
105 $expr2 = $this->unwrapConditional($expr2, $env, $type);
[all …]
/template/writr/css/
Dglobal.less189 tr:last-of-type td {
245 input[type="button"],
246 input[type="reset"],
247 input[type="submit"] {
256 …cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' …
263 input[type="button"]:hover,
264 input[type="reset"]:hover,
265 input[type="submit"]:hover,
267 input[type="button"]:focus,
268 input[type="reset"]:focus,
[all …]
Dadmin.less26 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"]),
32 tr div.input:has(input[type="month"]),
33 tr div.input:has(input[type="number"]),
34 tr div.input:has(input[type="password"]),
35 tr div.input:has(input[type="tel"]),
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DVocabulary.php16 * Returns the highest token type value. It can be used to iterate from zero
19 * @return int The highest token type value.
24 * Gets the string literal associated with a token type. The string returned
26 * to represent this token type.
37 * @param int $tokenType The token type.
39 * @return string The string literal associated with the specified token type,
40 * or `null` if no string literal is associated with the type.
45 * Gets the symbolic name associated with a token type. The string returned
47 * to represent this token type.
53 * - The implicitly defined `EOF` token, which has the token type {@see Token::EOF()}.
[all …]
/template/strap/
H A Dcomposer.lock13 "type": "git",
18 "type": "zip",
33 "type": "library",
64 "type": "git",
69 "type": "zip",
77 "type": "library",
107 "type": "git",
112 "type": "zip",
123 "type": "library",
154 "type": "git",
[all …]
/template/notos/_test/
Dnavigation.test.php25 'type' => 'internal',
31 'type' => 'internal',
38 'type' => 'internal',
44 'type' => 'internal',
50 'type' => 'internal',
56 'type' => 'internal',
62 'type' => 'internal',
68 'type' => 'internal',
74 'type' => 'internal',
80 'type' => 'internal',
[all …]
/template/templar/less/
Dforms.less63 // Shared size and type resets
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"],
74 input[type="number"],
[all …]
/template/daily/css/
Dpure-min.css298 * 3. Improve usability and consistency of cursor style between image-type
303 html input[type="button"], /* 1 */
304 input[type="reset"],
305 input[type="submit"] {
346 input[type="checkbox"],
347 input[type="radio"] {
358 input[type="number"]::-webkit-inner-spin-button,
359 input[type="number"]::-webkit-outer-spin-button {
369 input[type="search"] {
382 input[type="search"]::-webkit-search-cancel-button,
[all …]
/template/strap/vendor/composer/
H A Dinstalled.json8 "type": "git", string
13 "type": "zip", string
29 "type": "library", string
62 "type": "git", string
67 "type": "zip", string
76 "type": "library", string
108 "type": "git", string
113 "type": "zip", string
125 "type": "library", string
158 "type": "git", string
[all …]
H A Dinstalled.php7 'type' => 'library',
17 'type' => 'library',
26 'type' => 'library',
35 'type' => 'library',
44 'type' => 'library',
59 'type' => 'library',
68 'type' => 'library',
77 'type' => 'library',
86 'type' => 'library',
95 'type' => 'library',
[all …]
/template/writr/css/components/
Dform.less16 button, input[type="submit"], input[type="reset"] {
38 > input:not([type="submit"]):not([type="button"]):not([type="reset"]) {
68 > input:not([type="submit"]):not([type="button"]):not([type="reset"]) {
73 button[type="submit"] {
97 > input:not([type="submit"]):not([type="button"]):not([type="reset"]) {
/template/stm/stm/css/
Dbasic.less80 input[type=radio],
81 input[type=checkbox],
82 input[type=image] {
93 input[type=submit],
94 input[type=button],
95 input[type=reset],
116 input[type=submit]:hover,
117 input[type=submit]:active,
118 input[type=submit]:focus,
119 input[type=button]:hover,
[all …]
/template/twigstarter/
Dcomposer.lock13 "type": "git",
18 "type": "zip",
32 "type": "library",
78 "type": "custom"
82 "type": "github"
86 "type": "tidelift"
95 "type": "git",
100 "type": "zip",
114 "type": "library",
161 "type": "custom"
[all …]
/template/twigstarter/vendor/composer/
Dinstalled.json8 "type": "git", string
13 "type": "zip", string
28 "type": "library", string
75 "type": "custom" string
79 "type": "github" string
83 "type": "tidelift" string
93 "type": "git", string
98 "type": "zip", string
113 "type": "library", string
161 "type": "custom" string
[all …]
/template/strap/ComboStrap/
H A DBrand.php123 * @param $type - the button type (ie one of {@link BrandButton::TYPE_BUTTONS}
124 * @return array - the brand names that can be used as type in the brand button
126 public static function getBrandNamesForButtonType($type): array argument
131 if ($brand->supportButtonType($type)) {
233 * @var string $type - the type of button
235 public function getWebUrlTemplate(string $type): ?string argument
237 if (isset($this->brandDict[$type])) {
238 return $this->brandDict[$type]["web"];
246 * @var ?string $type - the button type
248 public function getTitle(string $type = null): ?string argument
[all …]

12345678910>>...83