Lines Matching refs:proxy

212     setTimeout($.proxy(function () {
325 this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this))
328 .on('mouseenter.bs.carousel', $.proxy(this.pause, this))
329 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
361 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
630 .one('bsTransitionEnd', $.proxy(complete, this))
668 .one('bsTransitionEnd', $.proxy(complete, this))
679 .each($.proxy(function (i, element) {
946 .load(this.options.remote, $.proxy(function () {
984 this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
1050 .one('bsTransitionEnd', $.proxy(this.hideModal, this))
1058 .on('focusin.bs.modal', $.proxy(function (e) {
1069 this.$element.on('keydown.dismiss.bs.modal', $.proxy(function (e) {
1079 $(window).on('resize.bs.modal', $.proxy(this.handleUpdate, this))
1112 this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
1323 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
1328 … this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
1329 … this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
1912 this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this))
2235 .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
2236 .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this))
2286 setTimeout($.proxy(this.checkPosition, this), 1)