| /template/bootstrap3/assets/typeahead/ |
| D | bootstrap3-typeahead.min.js | 1 …proxy(function(){if(b.isFunction(this.source)&&this.source.length===3){this.source(this.query,b.pr…
|
| /template/mikio/assets/ |
| H A D | mikio-typeahead.js | 199 var worker = jQuery.proxy(function () { 205 … this.source(this.query, jQuery.proxy(this.process, this), jQuery.proxy(this.process, this)); 207 this.source(this.query, jQuery.proxy(this.process, this)); 428 .on('focus.bootstrap3Typeahead', jQuery.proxy(this.focus, this)) 429 .on('blur.bootstrap3Typeahead', jQuery.proxy(this.blur, this)) 430 .on('keypress.bootstrap3Typeahead', jQuery.proxy(this.keypress, this)) 431 ….on('propertychange.bootstrap3Typeahead input.bootstrap3Typeahead', jQuery.proxy(this.input, this)) 432 .on('keyup.bootstrap3Typeahead', jQuery.proxy(this.keyup, this)); 435 this.$element.on('keydown.bootstrap3Typeahead', jQuery.proxy(this.keydown, this)); 441 .on('touchstart', itemTagName, jQuery.proxy(this.touchstart, this)) [all …]
|
| /template/templar/js/ |
| D | bootstrap-typeahead.js | 90 …items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.so… 175 .on('focus', $.proxy(this.focus, this)) 176 .on('blur', $.proxy(this.blur, this)) 177 .on('keypress', $.proxy(this.keypress, this)) 178 .on('keyup', $.proxy(this.keyup, this)) 181 this.$element.on('keydown', $.proxy(this.keydown, this)) 185 .on('click', $.proxy(this.click, this)) 186 .on('mouseenter', 'li', $.proxy(this.mouseenter, this)) 187 .on('mouseleave', 'li', $.proxy(this.mouseleave, this))
|
| D | bootstrap-affix.js | 32 .on('scroll.affix.data-api', $.proxy(this.checkPosition, this)) 33 ….on('click.affix.data-api', $.proxy(function () { setTimeout($.proxy(this.checkPosition, this), 1…
|
| D | bootstrap-carousel.js | 34 .on('mouseenter', $.proxy(this.pause, this)) 35 .on('mouseleave', $.proxy(this.cycle, this)) 45 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
|
| D | bootstrap-modal.js | 32 .delegate('[data-dismiss="modal"]', 'click.dismiss.modal', $.proxy(this.hide, this)) 167 $.proxy(this.$element[0].focus, this.$element[0]) 168 : $.proxy(this.hide, this)
|
| /template/parallax/lib/js/ |
| D | touch-punch.js | 58 ….element.bind("touchstart", b.proxy(f, "_touchStart")).bind("touchmove", b.proxy(f, "_touchMove"))…
|
| D | touch-sensitive.js | 125 .bind('touchstart', $.proxy(self, '_touchStart')) 126 .bind('touchmove', $.proxy(self, '_touchMove')) 127 .bind('touchend', $.proxy(self, '_touchEnd'));
|
| D | touch-punch.min.js | 1 …s;t.element.bind("touchstart",e.proxy(t,"_touchStart")).bind("touchmove",e.proxy(t,"_touchMove")).…
|
| D | touch-sensitive.min.js | 1 …s;t.element.bind("touchstart",e.proxy(t,"_touchStart")).bind("touchmove",e.proxy(t,"_touchMove")).…
|
| D | jquery.jcarousel.js | 301 n = t.proxy(function () { 409 this.onDestroy = t.proxy(function () { 410 this._destroy(), this.carousel().one("createend.jcarousel", t.proxy(this._create, this)) 411 }, this), this.onReload = t.proxy(this._reload, this), this.onEvent = t.proxy(function (i) { 450 this.onDestroy = t.proxy(function () { 451 this._destroy(), this.carousel().one("createend.jcarousel", t.proxy(this._create, this)) 452 … }, this), this.onReload = t.proxy(this._reload, this), this.onScroll = t.proxy(this._update, this) 475 e.on(a.options("event") + ".jcarouselpagination", t.proxy(function () { 519 this.onDestroy = t.proxy(function () { 520 this._destroy(), this.carousel().one("createend.jcarousel", t.proxy(this._create, this)) [all …]
|
| D | jquery.jcarousel.min.js | 1 …proxy(function(){this.animating=!1;var e=this.list().find("[data-jcarousel-clone]");e.size()>0&&(e…
|
| /template/parallax/lib/bootstrap/js/ |
| D | bootstrap.js | 294 .on('mouseenter', $.proxy(this.pause, this)) 295 .on('mouseleave', $.proxy(this.cycle, this)) 304 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) 801 .delegate('[data-dismiss="modal"]', 'click.dismiss.modal', $.proxy(this.hide, this)) 920 $.proxy(this.$element[0].focus, this.$element[0]) 921 : $.proxy(this.hide, this) 936 this.$backdrop.one($.support.transition.end, $.proxy(this.removeBackdrop, this)) : 1042 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this)) 1046 this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this)) 1047 this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this)) [all …]
|
| D | bootstrap.min.js | 112 …ause == "hover" && this.$element.on("mouseenter", b.proxy(this.pause, this)).on("mouseleave", b.pr… 118 …this.options.interval && !this.paused && (this.interval = setInterval(b.proxy(this.next, this), th… 428 …this.$element = c(e).delegate('[data-dismiss="modal"]', "click.dismiss.modal", c.proxy(this.hide, … 507 …rop.click(this.options.backdrop == "static" ? c.proxy(this.$element[0].focus, this.$element[0]) : … 516 …element.hasClass("fade") ? this.$backdrop.one(c.support.transition.end, c.proxy(this.removeBackdro… 565 this.$element.on("click." + this.type, this.options.selector, c.proxy(this.toggle, this)) 570 this.$element.on(h + "." + this.type, this.options.selector, c.proxy(this.enter, this)); 571 this.$element.on(d + "." + this.type, this.options.selector, c.proxy(this.leave, this)) 752 var h = c.proxy(this.process, this), d = c(g).is("body") ? c(window) : c(g), e; 921 …d = b.isFunction(this.source) ? this.source(this.query, b.proxy(this.process, this)) : this.source; [all …]
|
| /template/launch/js/ |
| D | bootstrap.min.js | 6 …proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl… 7 …proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
|
| /template/flat/assets/js/ |
| D | flat.min2.js | 1 …proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl… 2 …proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
|
| D | flat.js | 192 setTimeout($.proxy(function () { 295 this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this)) 298 .on('mouseenter.bs.carousel', $.proxy(this.pause, this)) 299 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this)) 331 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) 598 .one('bsTransitionEnd', $.proxy(complete, this)) 636 .one('bsTransitionEnd', $.proxy(complete, this)) 647 .each($.proxy(function (i, element) { 905 .load(this.options.remote, $.proxy(function () { 943 this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) [all …]
|
| D | flat.min.js | 1 …proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl… 2 …proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
|
| /template/klean/bootstrap/js/ |
| D | bootstrap.min.js | 6 …proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl… 7 …proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
|
| /template/flat/ |
| D | flat.min.js | 1 …proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl… 2 …proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
|
| /template/kajukkk/bs/ |
| D | bootstrap.min.js | 11 …proxy(function(){o[n](null==s[e]?this.options[e]:s[e]),"loadingText"==e?(this.isLoading=!0,o.addCl… 12 …proxy(r,this)).emulateTransitionEnd(o.TRANSITION_DURATION)[a](this.$element[0][l])}}}},o.prototype…
|
| /template/dokubootstrapsimplified/js/ |
| D | bootstrap.min.js | 9 …proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:…
|
| /template/dokutwitterbootstrap/js/ |
| D | bootstrap.min.js | 9 …proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:…
|
| /template/starterbootstrap/js/ |
| D | bootstrap.min.js | 6 …proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl… 8 …proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
|
| D | bootstrap.js | 211 setTimeout($.proxy(function () { 315 this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this)) 318 .on('mouseenter.bs.carousel', $.proxy(this.pause, this)) 319 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this)) 350 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) 621 .one('bsTransitionEnd', $.proxy(complete, this)) 659 .one('bsTransitionEnd', $.proxy(complete, this)) 670 .each($.proxy(function (i, element) { 930 .load(this.options.remote, $.proxy(function () { 967 this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) [all …]
|