Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1489) sorted by relevance

12345678910>>...60

/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/writr/css/plugins/
Dblog.less14 > h1:first-of-type,
16 > .section_highlight_wrapper:first-child > h1:first-of-type,
17 > #dw__toc + .section_highlight_wrapper > h1:first-of-type,
18 > h2:first-of-type,
20 > .section_highlight_wrapper:first-child > h2:first-of-type,
21 > #dw__toc + .section_highlight_wrapper > h2:first-of-type,
22 > div > h1:first-of-type,
24 > div > .section_highlight_wrapper:first-child > h1:first-of-type,
25 > div > #dw__toc + .section_highlight_wrapper > h1:first-of-type,
26 > div > h2:first-of-type,
[all …]
Dinclude.less83 h1:first-of-type,
84 > h2:first-of-type,
86 > .section_highlight_wrapper:first-child > h2:first-of-type,
87 > #dw__toc + .section_highlight_wrapper > h2:first-of-type,
88 > div > h2:first-of-type,
90 > div > .section_highlight_wrapper:first-child > h2:first-of-type,
91 > div > #dw__toc + .section_highlight_wrapper > h2:first-of-type {
109 h1:first-of-type,
110 > h2:first-of-type,
112 > .section_highlight_wrapper:first-child > h2:first-of-type,
[all …]
Daddnewpage.less19 …input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([ty…
25 input[type="submit"],
26 input[type="button"],
27 input[type="reset"] {
/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);
66 * @param array|string|int $type The type to test
71 public function test($type, $values = null) argument
73 if (null === $values && !\is_int($type)) {
74 $values = $type;
75 $type = self::NAME_TYPE;
[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/typowiki/typowiki/css/
DtypoUI.css1type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}fieldset{border:1px solid … selector
/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/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerTypeAction.php19 private $type; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerTypeAction
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;
38 return $this->type;
69 $lexer->setType($this->type);
74 return Hasher::hash($this->getActionType(), $this->type);
87 return $this->type === $other->type;
92 return \sprintf('type(%d)', $this->type);
/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/strap/ComboStrap/
H A DMessage.php16 private string $type; variable in ComboStrap\\Message
38 public function __construct($type) argument
40 $this->type = $type;
128 return $this->type;
223 switch ($this->type) {
225 $type = LogUtility::LVL_MSG_WARNING;
228 $type = LogUtility::LVL_MSG_INFO;
231 $type = LogUtility::LVL_MSG_ERROR;
234 $type = LogUtility::LVL_MSG_ERROR;
236 LogUtility::msg($content, $type, $this->canonical);
[all …]
H A DBrand.php126 public static function getBrandNamesForButtonType($type): array argument
131 if ($brand->supportButtonType($type)) {
235 public function getWebUrlTemplate(string $type): ?string argument
237 if (isset($this->brandDict[$type])) {
238 return $this->brandDict[$type]["web"];
248 public function getTitle(string $type = null): ?string argument
253 if ($this->brandDict !== null && $type !== null) {
254 if (isset($this->brandDict[$type])) {
255 return $this->brandDict[$type]["popup"];
289 * @param string|null $type - the button type
[all …]
H A DNoteTag.php35 $type = $tagAttributes->getValue(TagAttributes::TYPE_KEY);
38 switch ($type) {
40 $type = "warning";
43 $type = "danger";
47 if ($type != "tip") {
53 $tagAttributes->addClassName("alert-" . $type);
55 $tagAttributes->addClassName("badge-" . $type);
/template/dwsimple/dwsimple/
Dsimple.php14 function mybox ($id, $top, $right, $bottom, $left, $type="px") { argument
20 $this->type =$type;
29 $out[]="top : " . $this->top->val . $this->type .";";
30 $out[]="height : " . ($this->bottom->val - $this->top->val) . $this->type .";";
34 $out[]="bottom : " . $this->bottom->val . $this->type .";";
35 $out[]="height : " . ($this->top->val - $this->bottom->val) . $this->type .";";
40 $out[] ="top : " . $this->top->val . $this->type .";";
41 …dy.clientHeight +(" . (-$this->bottom->val - $this->top->val) . ") +\"" . $this->type . "\")" .";";
42 $out[] ="bottom : " . $this->bottom->val . $this->type . "; /* Firefox / IE7 */";
48 $out[]="left : " . $this->left->val . $this->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/twigstarter/vendor/twig/twig/src/Profiler/
DProfile.php28 private $type; variable in Twig\\Profiler\\Profile
33 …public function __construct(string $template = 'main', string $type = self::ROOT, string $name = '… argument
40 $this->type = $type;
52 return $this->type;
62 return self::ROOT === $this->type;
67 return self::TEMPLATE === $this->type;
72 return self::BLOCK === $this->type;
77 return self::MACRO === $this->type;
181 … return [$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles];
189 …list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = $da…
/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/strap/vendor/symfony/process/Pipes/
H A DWindowsPipes.php53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
155 foreach ($this->fileHandles as $type => $fileHandle) {
156 $data = stream_get_contents($fileHandle, -1, $this->readBytes[$type]);
159 $this->readBytes[$type] += \strlen($data);
160 $read[$type] = $data;
165 flock($this->lockHandles[$type], \LOCK_UN);
166 fclose($this->lockHandles[$type]);
167 unset($this->fileHandles[$type], $this->lockHandles[$type]);
196 foreach ($this->fileHandles as $type => $handle) {
199 flock($this->lockHandles[$type], \LOCK_UN);
[all …]
/template/bootstrap3/compat/inc/Menu/Item/
DAbstractItem.php30 protected $type = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
64 $this->type = $this->getType();
65 $this->params['do'] = $this->type;
67 if(!actionOK($this->type)) throw new \RuntimeException("action disabled: {$this->type}");
84 $label = $lang['btn_' . $this->type];
88 if($label === '') $label = '[' . $this->type . ']';
203 if($this->type === '') {
204 $this->type = strtolower(substr(strrchr(get_class($this), '\\'), 1));
206 return $this->type;
245 'type' => $this->type,
/template/ad-hominem/
H A Dscript.js56 type:'internal' property
60 type:'wikimedia' property
64 type:'wikimedia' property
68 type:'wikimedia' property
72 type:'wikimedia' property
76 type:'wikimedia' property
80 type:'wikimedia' property
84 type:'wikimedia' property
88 type:'wikimedia' property
93 type:'ahtpl' property
[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 …]

12345678910>>...60