Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 25 of 55) sorted by relevance

123

/template/bootstrap3/assets/typeahead/
Dbootstrap3-typeahead.min.js1proxy(function(){if(b.isFunction(this.source)&&this.source.length===3){this.source(this.query,b.pr…
/template/mikio/assets/
H A Dmikio-typeahead.js199 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/
Dbootstrap-typeahead.js90 …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))
Dbootstrap-affix.js32 .on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
33 ….on('click.affix.data-api', $.proxy(function () { setTimeout($.proxy(this.checkPosition, this), 1…
Dbootstrap-carousel.js34 .on('mouseenter', $.proxy(this.pause, this))
35 .on('mouseleave', $.proxy(this.cycle, this))
45 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
Dbootstrap-modal.js32 .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/
Dtouch-punch.js58 ….element.bind("touchstart", b.proxy(f, "_touchStart")).bind("touchmove", b.proxy(f, "_touchMove"))…
Dtouch-sensitive.js125 .bind('touchstart', $.proxy(self, '_touchStart'))
126 .bind('touchmove', $.proxy(self, '_touchMove'))
127 .bind('touchend', $.proxy(self, '_touchEnd'));
Dtouch-punch.min.js1 …s;t.element.bind("touchstart",e.proxy(t,"_touchStart")).bind("touchmove",e.proxy(t,"_touchMove")).…
Dtouch-sensitive.min.js1 …s;t.element.bind("touchstart",e.proxy(t,"_touchStart")).bind("touchmove",e.proxy(t,"_touchMove")).…
Djquery.jcarousel.js301 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 …]
Djquery.jcarousel.min.js1proxy(function(){this.animating=!1;var e=this.list().find("[data-jcarousel-clone]");e.size()>0&&(e…
/template/parallax/lib/bootstrap/js/
Dbootstrap.js294 .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 …]
Dbootstrap.min.js112 …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/
Dbootstrap.min.js6proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl…
7proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
/template/flat/assets/js/
Dflat.min2.js1proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl…
2proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
Dflat.js192 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 …]
Dflat.min.js1proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl…
2proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
/template/klean/bootstrap/js/
Dbootstrap.min.js6proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl…
7proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
/template/flat/
Dflat.min.js1proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl…
2proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
/template/kajukkk/bs/
Dbootstrap.min.js11proxy(function(){o[n](null==s[e]?this.options[e]:s[e]),"loadingText"==e?(this.isLoading=!0,o.addCl…
12proxy(r,this)).emulateTransitionEnd(o.TRANSITION_DURATION)[a](this.$element[0][l])}}}},o.prototype…
/template/dokubootstrapsimplified/js/
Dbootstrap.min.js9proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:…
/template/dokutwitterbootstrap/js/
Dbootstrap.min.js9proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:…
/template/starterbootstrap/js/
Dbootstrap.min.js6proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl…
8proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
Dbootstrap.js211 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 …]

123