Lines Matching refs:c

5 …on: "transitionend", OTransition: "oTransitionEnd otransitionend", transition: "transitionend"}, c;
6 for (c in d) {
7 if (e.style[c] !== undefined) {
8 return d[c]
17 var c = '[data-dismiss="alert"]', b = function (e) { variable
18 d(e).on("click", c, this.close)
57 d(document).on("click.alert.data-api", c, b.prototype.close)
59 !function (c) {
61 this.$element = c(e);
62 this.options = c.extend({}, c.fn.button.defaults, d)
78 var a = c.fn.button;
79 c.fn.button = function (d) {
81 var g = c(this), f = g.data("button"), e = typeof d == "object" && d;
94 c.fn.button.defaults = {loadingText: "loading..."};
95 c.fn.button.Constructor = b;
96 c.fn.button.noConflict = function () {
97 c.fn.button = a;
100 c(document).on("click.button.data-api", "[data-toggle^=button]", function (f) {
101 var d = c(f.target);
109 var c = function (e, d) { class
114 c.prototype = {cycle: function (d) {
219 h.data("carousel", (g = new c(this, e)))
235 b.fn.carousel.Constructor = c;
247 var c = function (e, d) {
255 c.prototype = {constructor: c, dimension: function () {
314 g.data("collapse", (f = new c(this, e)))
322 b.fn.collapse.Constructor = c;
402 var c = f.fn.dropdown;
416 f.fn.dropdown = c;
425 !function (c) {
428 …this.$element = c(e).delegate('[data-dismiss="modal"]', "click.dismiss.modal", c.proxy(this.hide, …
434 var d = this, f = c.Event("show");
442 var e = c.support.transition && d.$element.hasClass("fade");
452 e ? d.$element.one(c.support.transition.end, function () {
459 f = c.Event("hide");
466 c(document).off("focusin.modal");
468c.support.transition && this.$element.hasClass("fade") ? this.hideWithTransition() : this.hideModa…
471 c(document).on("focusin.modal", function (f) {
489 d.$element.off(c.support.transition.end);
492 this.$element.one(c.support.transition.end, function () {
505 var d = c.support.transition && e;
506 this.$backdrop = c('<div class="modal-backdrop ' + e + '" />').appendTo(document.body);
507 …ackdrop.click(this.options.backdrop == "static" ? c.proxy(this.$element[0].focus, this.$element[0]…
512 d ? this.$backdrop.one(c.support.transition.end, g) : g()
516c.support.transition && this.$element.hasClass("fade") ? this.$backdrop.one(c.support.transition.e…
524 var a = c.fn.modal;
525 c.fn.modal = function (d) {
527 …var g = c(this), f = g.data("modal"), e = c.extend({}, c.fn.modal.defaults, g.data(), typeof d == …
540 c.fn.modal.defaults = {backdrop: true, keyboard: true, show: true};
541 c.fn.modal.Constructor = b;
542 c.fn.modal.noConflict = function () {
543 c.fn.modal = a;
546 c(document).on("click.modal.data-api", '[data-toggle="modal"]', function (i) {
547 …var h = c(this), f = h.attr("href"), d = c(h.attr("data-target") || (f && f.replace(/.*(?=#[^\s]+$…
554 !function (c) {
561 this.$element = c(f);
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))
574 …this.options.selector ? (this._options = c.extend({}, this.options, {trigger: "manual", selector: …
576 d = c.extend({}, c.fn[this.type].defaults, d, this.$element.data());
582 var d = c(f.currentTarget)[this.type](this._options).data(this.type);
594 var d = c(f.currentTarget)[this.type](this._options).data(this.type);
646 e.off(c.support.transition.end).detach()
648 e.one(c.support.transition.end, function () {
654 c.support.transition && this.$tip.hasClass("fade") ? f() : e.detach();
664 …return c.extend({}, (d ? {top: 0, left: 0} : this.$element.offset()), {width: this.$element[0].off…
670 return this.$tip = this.$tip || c(this.options.template)
684 var d = c(f.currentTarget)[this.type](this._options).data(this.type);
689 var a = c.fn.tooltip;
690 c.fn.tooltip = function (d) {
692 var g = c(this), f = g.data("tooltip"), e = typeof d == "object" && d;
701 c.fn.tooltip.Constructor = b;
702c.fn.tooltip.defaults = {animation: true, placement: "top", selector: false, template: '<div class…
703 c.fn.tooltip.noConflict = function () {
704 c.fn.tooltip = a;
708 !function (c) {
712 …b.prototype = c.extend({}, c.fn.tooltip.Constructor.prototype, {constructor: b, setContent: functi…
725 this.$tip = c(this.options.template)
731 var a = c.fn.popover;
732 c.fn.popover = function (d) {
734 var g = c(this), f = g.data("popover"), e = typeof d == "object" && d;
743 c.fn.popover.Constructor = b;
744c.fn.popover.defaults = c.extend({}, c.fn.tooltip.defaults, {placement: "right", trigger: "click",…
745 c.fn.popover.noConflict = function () {
746 c.fn.popover = a;
750 !function (c) {
752 var h = c.proxy(this.process, this), d = c(g).is("body") ? c(window) : c(g), e;
753 this.options = c.extend({}, c.fn.scrollspy.defaults, f);
755 …this.selector = (this.options.target || ((e = c(g).attr("href")) && e.replace(/.*(?=#[^\s]+$)/, ""…
756 this.$body = c("body");
763 this.offsets = c([]);
764 this.targets = c([]);
766 var g = c(this), f = g.data("target") || g.attr("href"), h = /^#\w/.test(f) && c(f);
787 c(this.selector).parent(".active").removeClass("active");
789 e = c(d).parent("li").addClass("active");
795 var a = c.fn.scrollspy;
796 c.fn.scrollspy = function (d) {
798 var g = c(this), f = g.data("scrollspy"), e = typeof d == "object" && d;
807 c.fn.scrollspy.Constructor = b;
808 c.fn.scrollspy.defaults = {offset: 10};
809 c.fn.scrollspy.noConflict = function () {
810 c.fn.scrollspy = a;
813 c(window).on("load", function () {
814 c('[data-spy="scroll"]').each(function () {
815 var d = c(this);
820 !function (c) {
822 this.element = c(d)
834 i = c.Event("show", {relatedTarget: h});
839 d = c(f);
845 var d = e.find("> .active"), h = i && c.support.transition && d.hasClass("fade");
862 h ? d.one(c.support.transition.end, g) : g();
865 var a = c.fn.tab;
866 c.fn.tab = function (d) {
868 var f = c(this), e = f.data("tab");
877 c.fn.tab.Constructor = b;
878 c.fn.tab.noConflict = function () {
879 c.fn.tab = a;
882 c(document).on("click.tab.data-api", '[data-toggle="tab"], [data-toggle="pill"]', function (d) {
884 c(this).tab("show")
888 var c = function (e, d) {
900 c.prototype = {constructor: c, select: function () {
1061 g.data("typeahead", (f = new c(this, e)))
1069 b.fn.typeahead.Constructor = c;
1083 !function (c) {
1085 this.options = c.extend({}, c.fn.affix.defaults, d);
1086 …this.$window = c(window).on("scroll.affix.data-api", c.proxy(this.checkPosition, this)).on("click.…
1087 setTimeout(c.proxy(this.checkPosition, this), 1)
1089 this.$element = c(e);
1096 …var h = c(document).height(), j = this.$window.scrollTop(), d = this.$element.offset(), k = this.o…
1114 var a = c.fn.affix;
1115 c.fn.affix = function (d) {
1117 var g = c(this), f = g.data("affix"), e = typeof d == "object" && d;
1126 c.fn.affix.Constructor = b;
1127 c.fn.affix.defaults = {offset: 0};
1128 c.fn.affix.noConflict = function () {
1129 c.fn.affix = a;
1132 c(window).on("load", function () {
1133 c('[data-spy="affix"]').each(function () {
1134 var e = c(this), d = e.data();