| /template/a_new_day/js/ |
| D | slider.js | 19 var slider = this; 22 this.handles = handle.collect( function(e) { return $(e) }); 24 this.handles = [$(handle)]; 27 this.track = $(track); 28 this.options = options || {}; 30 this.axis = this.options.axis || 'horizontal'; 31 this.increment = this.options.increment || 1; 32 this.step = parseInt(this.options.step || '1'); 33 this.range = this.options.range || $R(0,1); 35 this.value = 0; // assure backwards compat [all …]
|
| D | controls.js | 15 // that's independent of the data source for autocompletion. This 21 // the text inside the monitored textbox changes. This method 23 // invoking this.getToken(), NOT by directly accessing 24 // this.element.value. This is to allow incremental tokenized 35 // enables autocompletion on multiple tokens. This is most 46 this.element = $(element); 47 this.update = $(update); 48 this.hasFocus = false; 49 this.changed = false; 50 this.active = false; [all …]
|
| /template/battlehorse/js/ |
| D | slider.js | 19 var slider = this; 22 this.handles = handle.collect( function(e) { return $(e) }); 24 this.handles = [$(handle)]; 27 this.track = $(track); 28 this.options = options || {}; 30 this.axis = this.options.axis || 'horizontal'; 31 this.increment = this.options.increment || 1; 32 this.step = parseInt(this.options.step || '1'); 33 this.range = this.options.range || $R(0,1); 35 this.value = 0; // assure backwards compat [all …]
|
| D | controls.js | 15 // that's independent of the data source for autocompletion. This 21 // the text inside the monitored textbox changes. This method 23 // invoking this.getToken(), NOT by directly accessing 24 // this.element.value. This is to allow incremental tokenized 35 // enables autocompletion on multiple tokens. This is most 46 this.element = $(element); 47 this.update = $(update); 48 this.hasFocus = false; 49 this.changed = false; 50 this.active = false; [all …]
|
| /template/bootstrap3/assets/typeahead/ |
| D | bootstrap3-typeahead.min.js | 1 …this,function(b){var c=function(e,d){this.$element=b(e);this.options=b.extend({},c.defaults,d);thi…
|
| /template/parallax/lib/js/ |
| D | jquery.jcarousel.js | 34 …this._element.attr("data-" + s.toLowerCase(), !0).data(s, this), !1 === this._trigger("create") ? … 37 …this._trigger("destroy") ? this : (this._destroy(), this._trigger("destroyend"), this._element.rem… 40 …return !1 === this._trigger("reload") ? this : (t && this.options(t), this._reload(), this._trigge… 43 return this._element 46 if (0 === arguments.length) return t.extend({}, this._options); 48 if (s === void 0) return this._options[i] === void 0 ? null : this._options[i]; 49 this._options[i] = s 50 } else this._options = t.extend({}, this._options, i); 51 return this 54 …this._carousel || (this._carousel = i.detectCarousel(this.options("carousel") || this._element), t… [all …]
|
| D | jquery.jcarousel.min.js | 1 …this._element.attr("data-"+n.toLowerCase(),!0).data(n,this),!1===this._trigger("create")?this:(thi…
|
| /template/mikio/assets/ |
| H A D | mikio-typeahead.js | 10 * you may not use this file except in compliance with the License. 31 this.$element = jQuery(element); 32 this.options = jQuery.extend({}, Typeahead.defaults, options); 33 this.matcher = this.options.matcher || this.matcher; 34 this.sorter = this.options.sorter || this.sorter; 35 this.select = this.options.select || this.select; 36 this.autoSelect = typeof this.options.autoSelect == 'boolean' ? this.options.autoSelect : true; 37 this.highlighter = this.options.highlighter || this.highlighter; 38 this.render = this.options.render || this.render; 39 this.updater = this.options.updater || this.updater; [all …]
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Lexer.php | 4 * This file is part of Twig. 10 * file that was distributed with this source code. 55 $this->env = $env; 57 $this->options = array_merge([ 68 $this->regexes = [ 73 …preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1], '#').'\s*'. // -}}… 75 …preg_quote($this->options['whitespace_line_trim'].$this->options['tag_variable'][1], '#').'['.$thi… 77 preg_quote($this->options['tag_variable'][1], '#'). // }} 85 …preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*\n?'. // -%}… 87 …preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->… [all …]
|
| /template/breeze/bower_components/gumby/js/libs/ |
| D | gumby.min.js | 1 …this.$dom=t(document),this.$html=this.$dom.find("html"),this.isOldie=!!this.$html.hasClass("oldie"…
|
| /template/breeze/bower_components/gumby/ |
| D | gumby.min.js | 1 …this.$dom=t(document),this.$html=this.$dom.find("html"),this.isOldie=!!this.$html.hasClass("oldie"…
|
| /template/breeze/js/ |
| D | gumby.min.js | 1 …this.$dom=t(document),this.$html=this.$dom.find("html"),this.isOldie=!!this.$html.hasClass("oldie"…
|
| /template/breeze/bower_components/gumby/js/libs/ui/ |
| D | gumby.fixed.js | 12 this.$el = $el; 14 this.$window = $(window); 15 this.fixedPoint = ''; 16 this.pinPoint = false; 17 this.fixedPointjQ = false; 18 this.pinPointjQ = false; 19 this.offset = 0; 20 this.pinOffset = 0; 21 this.top = 0; 22 this.constrainEl = true; [all …]
|
| D | gumby.toggleswitch.js | 10 this.$el = $($el); 11 this.targets = []; 12 this.on = ''; 13 this.className = ''; 14 this.self = false; 16 if(this.$el.length) { 18 this.init(); 24 this.$el = $($el); 25 this.targets = []; 26 this.on = ''; [all …]
|
| /template/templar/js/ |
| D | bootstrap-typeahead.js | 8 * you may not use this file except in compliance with the License. 30 this.$element = $(element) 31 this.options = $.extend({}, $.fn.typeahead.defaults, options) 32 this.matcher = this.options.matcher || this.matcher 33 this.sorter = this.options.sorter || this.sorter 34 this.highlighter = this.options.highlighter || this.highlighter 35 this.updater = this.options.updater || this.updater 36 this.source = this.options.source 37 this.$menu = $(this.options.menu) 38 this.shown = false [all …]
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js | 1 …this,function(u,c){"use strict";var et=Object.defineProperty;var it=(u,c,H)=>c in u?et(u,c,{enumer… 2 <span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="${this.getDescription()}"> 3 …<a href="${t}" title="${this.getDescription()}" style="text-decoration:none;pointer-events: none;"… 4 …this.getDescription()}" data-bs-toggle="tooltip" style="text-decoration:none" target="_blank">${th… 16 …this.getTabPaneId(h),C=this.getTabNavId(h);h===n?s="active":s="",o+=`<div class="tab-pane ${s}" id… 19 `,o+="</div>";continue}}for(let m of v)switch(m.getChildren().length){case 0:b++;let k=this.getCont… 24 …this.getControlId(b),tt=O.getControlWidth();o+=`<div class="col-sm-${tt}">`,o+=O.toHtmlControl(_,D… 26 <h5 class="modal-title">${this.headerText}</h5> 29 …this.modalContent.insertAdjacentHTML("afterbegin",r)}for(let r of this.bodies)switch(typeof r){cas… 30 …this.getDataNamespace();return this.popoverRootHtmlElement.setAttribute(`data${l}-toggle`,"popover…
|
| /template/dwsimple/dwsimple/ |
| D | simple.php | 9 # you may use this file for free but you need to 10 # let this copyright - info unchanged !!! 15 $this->id =$id; 16 $this->top =$top; 17 $this->right =$right; 18 $this->bottom =$bottom; 19 $this->left =$left; 20 $this->type =$type; 23 $out[]="#".$this->id; 25 if (($align=$this->top->align) == $this->bottom->align) [all …]
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Lexer.php | 14 * lexer grammars result in a subclass of this object. A Lexer object 40 * This is an instance variable as multiple rules may collaborate to 41 * create a single token. `nextToken` will return this object after 44 * If you subclass to allow multiple token emissions, then set this 105 * input char buffer. Use {@see Lexer::setText()} or can set this instance var. 118 $this->input = $input; 119 $this->factory = CommonTokenFactory::default(); 120 $this->tokenFactorySourcePair = new Pair($this, $input); 122 // @todo remove this property 123 $this->interp = null;// child classes must populate this [all …]
|
| /template/parallax/lib/bootstrap/js/ |
| D | bootstrap.min.js | 18 d(e).on("click", c, this.close) 21 var i = d(this), g = i.attr("data-target"), h; 42 return this.each(function () { 43 var g = d(this), f = g.data("alert"); 45 g.data("alert", (f = new b(this))) 55 return this 61 this.$element = c(e); 62 this.options = c.extend({}, c.fn.button.defaults, d) 65 var i = "disabled", e = this.$element, f = e.data(), h = e.is("input") ? "val" : "html"; 68 e[h](f[g] || this.options[g]); [all …]
|
| /template/strap/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.js | 6 …this,(function(t){"use strict";function e(t){if(t&&t.__esModule)return t;var e=Object.create(null)…
|
| /template/starterbootstrap/js/ |
| D | bootstrap.min.js | 6 …this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.tr… 8 …this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affi…
|
| /template/launch/js/ |
| D | bootstrap.min.js | 6 …this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.tr… 7 …this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrol…
|
| /template/klean/bootstrap/js/ |
| D | bootstrap.min.js | 6 …this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.tr… 7 this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href=…
|
| /template/kajukkk/bs/ |
| D | bootstrap.min.js | 11 …this.each(function(){var i=t(this),n=i.data("bs.alert");n||i.data("bs.alert",n=new o(this)),"strin… 12 this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return r.call(this);var l=t.ca…
|
| /template/flat/assets/js/ |
| D | flat.min2.js | 1 …this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.tr… 2 …this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.da…
|