Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 87) sorted by relevance

1234

/template/starterpjax/
H A Djquery.pjax.js253 pjax.state = { class in pjax
300 if (!pjax.state) {
301 pjax.state = { class in pjax
384 var state = event.state
386 if (state && state.container) {
396 if (pjax.state) {
399 direction = pjax.state.id < state.id ? 'forward' : 'back'
407 state: state,
413 id: state.id,
425 if (state.title) document.title = state.title
[all …]
/template/codowik/js/
H A Dlayout.js1053 , state = { class in $.fn.layout
1124 , s = hasPane ? state[pane] : state
1535 , s = state;
2255 , state: state[pane] property in Instance
2850 s = state[p];
4779 , state: $.extend(true, {}, state[n])
4817 state[pane] = $.extend(true, {}, oPane.state);
5067 , state: state // property - dimensions hash property in Instance
5401 state = inst.state[pane];
5454 , state = inst.state variable
[all …]
/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/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.fixed.js23 this.state = false;
90 if(scope.state) {
116 if((scrollAmount >= fixedPoint) && this.state !== 'fixed') {
121 } else if(scrollAmount < fixedPoint && this.state === 'fixed') {
125 } else if(pinPoint && scrollAmount >= pinPoint && this.state !== 'pinned') {
135 this.state = 'fixed';
151 this.state = 'unfixed';
159 this.state = 'pinned';
/template/ad-hominem/
H A Dscript.js244 /* add default state */
264 /* current state of the toggler: */
265 var state = 'auto';
266 if (t.classList.contains('show')) state = 'show';
267 if (t.classList.contains('hide')) state = 'hide';
268 if (t.classList.contains('alt')) state = 'alt';
270 /* set new state: */
272 if (state == 'show') { newState = 'hide' }
273 else if (state == 'hide') { newState = 'show' }
274 else if (state
[all...]
/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);
/template/breeze/bower_components/gumby/sass/functions/
H A D_palette.scss3 @function getColor($key, $state: false, $list: $ui-coloring) { parameter
5 @if $key == nth($color, 1) and $state == default {
8 @else if $key == nth($color, 1) and $state == hover {
/template/templar/less/
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 Dbuttons.less28 // Hover/focus state
40 // Focus state for keyboard and accessibility
45 // Active state
53 // Disabled state
/template/argon-alt/assets/js/core/
H A Dpopper.min.js4state.isDestroyed){var e={instance:this,styles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.r… class in AnonymousFunction6de196972400.t
/template/argon/assets/js/core/
H A Dpopper.min.js4state.isDestroyed){var e={instance:this,styles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.r… class in AnonymousFunction7ff853492400.t
/template/bootie/js/
H A Dpopper-1.14.7.min.js4state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:… class in AnonymousFunctionad2994702100.t
/template/strap/bootstrap/4.4.1/
H A Dpopper.min.js4state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:… class in AnonymousFunction428095672200.t
/template/strap/bootstrap/4.5.0/
H A Dpopper.min.js4state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:… class in AnonymousFunction321309a72200.t
/template/strap/bootstrap/5.0.1/
H A Dpopper.min.js5state:f,setOptions:function(r){var i="function"==typeof r?r(f.options):r;l(),f.options=Object.assi… property in AnonymousFunctiona7f373a40100.K.AnonymousFunctiona7f373a40e00.u
/template/breeze/bower_components/gumby/js/libs/
H A Dgumby.min.js1state=!1,this.measurements={left:0,width:0},this.setup();var e=this;this.$window.on("scroll load",…
/template/breeze/bower_components/gumby/
H A Dgumby.min.js1state=!1,this.measurements={left:0,width:0},this.setup();var e=this;this.$window.on("scroll load",…
/template/breeze/js/
H A Dgumby.min.js1state=!1,this.measurements={left:0,width:0},this.setup();var e=this;this.$window.on("scroll load",…
/template/flat/css/
H A Daccordion.css1 .dokuwiki .aside .ui-state-active {
/template/congrid/css/
H A D_search.less46 // default closed toggle state
85 // open toggle state
/template/kkh/css/
H A D_search.less46 // default closed toggle state
85 // open toggle state
/template/notes/css/
H A D_search.less46 // default closed toggle state
85 // open toggle state
/template/docnavwiki/css/
H A D_search.less46 // default closed toggle state
85 // open toggle state
/template/byu_2017_theme/css/
H A D_search.less46 // default closed toggle state
85 // open toggle state
/template/bs4simple/css/
H A D_search.less46 // default closed toggle state
85 // open toggle state

1234