Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 271) sorted by relevance

1234567891011

/template/stm/stm/css/
D_normalize.css290 [type="reset"], selector
291 [type="submit"] { selector
300 [type="button"]::-moz-focus-inner, selector
301 [type="reset"]::-moz-focus-inner, selector
302 [type="submit"]::-moz-focus-inner { selector
312 [type="button"]:-moz-focusring, selector
313 [type="reset"]:-moz-focusring, selector
314 [type="submit"]:-moz-focusring { selector
367 [type="checkbox"], selector
368 [type="radio"] { selector
[all …]
/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 …]
H A Dcomposer.json5 "type": "project", string
16 "type": "vcs", string
/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 …]
/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/twigstarter/vendor/twig/twig/src/
DToken.php23 private $type; variable in Twig\\Token
46 public function __construct($type, $value, $lineno)
71 public function test($type, $values = null)
117 public static function typeToString($type, $short = false)
176 public static function typeToEnglish($type)
/template/strap/ComboStrap/
H A DBrand.php126 public static function getBrandNamesForButtonType($type): array
235 public function getWebUrlTemplate(string $type): ?string
248 public function getTitle(string $type = null): ?string
292 public function getIconName(?string $type): ?string
321 public function supportButtonType(string $type): bool
H A DMessage.php16 private string $type; variable in ComboStrap\\Message
38 public function __construct($type)
279 public function setType(string $type): Message
H A DRouterRedirectionBuilder.php13 private string $type; variable in ComboStrap\\RouterRedirectionBuilder
37 public function setType(string $type): RouterRedirectionBuilder
H A DMarkupRef.php55 private string $type; variable in ComboStrap\\MarkupRef
75 public function __construct($ref, $type)
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DEscaperNodeVisitor.php92 …rivate function shouldUnwrapConditional(ConditionalExpression $expression, Environment $env, $type)
100 private function unwrapConditional(ConditionalExpression $expression, Environment $env, $type)
119 private function escapeInlinePrintNode(InlinePrint $node, Environment $env, $type)
130 private function escapePrintNode(PrintNode $node, Environment $env, $type)
166 private function isSafeFor($type, Node $expression, $env)
193 private function getEscaperFilter(string $type, Node $node): FilterExpression
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DTokenFactory.php23 int $type,
35 public function create(int $type, string $text) : Token;
H A DCommonTokenFactory.php62 int $type,
88 public function create(int $type, string $text) : Token
H A DCommonToken.php18 protected $type; variable in Antlr\\Antlr4\\Runtime\\CommonToken
93 int $type,
161 public function setType(int $type) : void
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerTypeAction.php19 private $type; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerTypeAction
26 public function __construct(int $type)
/template/strap/ComboStrap/Meta/Field/
H A DAlias.php24 private string $type = AliasType::REDIRECT; variable in ComboStrap\\Meta\\Field\\Alias
74 function setType(string $type): Alias
/template/starterpjax/
Djquery.pjax.js126 type: form.method.toUpperCase(), property
178 function fire(type, args) { argument
460 type: 'hidden', property
470 form.append($('<input>', {type: 'hidden', name: pair[0], value: pair[1]})) property
474 form.append($('<input>', {type: 'hidden', name: key, value: data[key]})) property
776 type: 'GET', property
/template/strap/resources/webcode/
H A Dwebcode-console.js164 type: "log", property
170 type: "table", property
/template/roundtheme/
Dhide_menu.js89 this.broadcastMessage('onMotionLooped',{target:this,type:'onMotionLooped'}); property
94 this.broadcastMessage('onMotionFinished',{target:this,type:'onMotionFinished'}); property
118 this.broadcastMessage('onMotionChanged',{target:this,type:'onMotionChanged'}); property
148 this.broadcastMessage('onMotionStarted',{target:this,type:'onMotionStarted'}); property
181 this.broadcastMessage('onMotionStopped',{target:this,type:'onMotionStopped'}); property
197 this.broadcastMessage('onMotionResumed',{target:this,type:'onMotionResumed'}); property
/template/breeze/bower_components/gumby/js/
Dplugins.js2 …t()}}}function e(){var q,l=this,p=$(l),m=p,o=this.id;if(l.value==''){if(l.type=='password'){if(!p.… property
/template/kajukkk/
Dtpl_functions.php13 function tpl_bs_actionlink($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) {
67 function tpl_button_a($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) {
/template/strap/ComboStrap/Meta/Form/
H A DFormMeta.php47 private $type; variable in ComboStrap\\Meta\\Form\\FormMeta
115 public function setType(string $type): FormMeta
/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 = '…
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php115 public function __construct(int $type = 0, string $content = '', int $position = -1) {
187 public static function typeToString(int $type): string {
/template/bootstrap3/
DTemplate.php703 public function getLicense($type = 'link', $size = 24, $return = false)
1097 public function toBootstrapNav($html, $type = '', $stacked = false, $optional_class = '')
1331 public function includeSidebar($type)

1234567891011