Home
last modified time | relevance | path

Searched refs:state (Results 76 – 87 of 87) sorted by path

1234

/template/templar/js/
H A Dbootstrap-button.js34 Button.prototype.setState = function (state) { argument
40 state = state + 'Text'
43 $el[val](data[state] || this.options[state])
47 state == 'loadingText' ?
/template/templar/less/
H A Dbutton-groups.less130 // Remove the gradient and set the same inset shadow as the :active state
H A Dbuttons.less28 // Hover/focus state
40 // Focus state for keyboard and accessibility
45 // Active state
53 // Disabled state
H A Dcarousel.less101 // Hover/focus state
H A Ddropdowns.less86 // Hover/Focus state
97 // Active state
108 // Disabled state
110 // Gray out text and ensure the hover/focus state remains gray
126 // Open state for the dropdown
H A Dforms.less125 // Focus state
H A Dlabels-badges.less38 // Hover/focus state, but only for links
H A Dnavbar.less40 // Override the default collapsed state
H A Dnavs.less132 // Active state, and it's :hover/:focus to override normal :hover/:focus
156 // Active state
H A Dthumbnails.less36 // Add a hover/focus state for linked versions only
/template/twigstarter/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php29 private $state; variable in Twig\\Lexer
164 $this->state = self::STATE_DATA;
176 switch ($this->state) {
303 …throw new SyntaxError(sprintf('Unclosed "%s".', self::STATE_BLOCK === $this->state ? 'block' : 'va…
489 private function pushState($state) argument
491 $this->states[] = $this->state;
492 $this->state = $state;
501 $this->state = array_pop($this->states);

1234