Lines Matching refs:e

5 …var e = document.createElement("bootstrap"), d = {WebkitTransition: "webkitTransitionEnd", MozTran…
7 if (e.style[c] !== undefined) {
17 var c = '[data-dismiss="alert"]', b = function (e) { argument
18 d(e).on("click", c, this.close)
41 d.fn.alert = function (e) { argument
47 if (typeof e == "string") {
48 f[e].call(g)
60 var b = function (e, d) {
61 this.$element = c(e);
65 var i = "disabled", e = this.$element, f = e.data(), h = e.is("input") ? "val" : "html";
67 f.resetText || e.data("resetText", e[h]());
68 e[h](f[g] || this.options[g]);
70 g == "loadingText" ? e.addClass(i).attr(i, i) : e.removeClass(i).removeAttr(i)
81 var g = c(this), f = g.data("button"), e = typeof d == "object" && d;
83 g.data("button", (f = new b(this, e)))
109 var c = function (e, d) { argument
110 this.$element = b(e);
121 var d = this.$element.find(".item.active"), e = d.parent().children(), f = e.index(d), g = this;
122 if (h > (e.length - 1) || h < 0) {
133 return this.slide(h > f ? "next" : "prev", b(e[h]))
217 …, g = h.data("carousel"), e = b.extend({}, b.fn.carousel.defaults, typeof d == "object" && d), f =…
219 h.data("carousel", (g = new c(this, e)))
227 if (e.interval) {
247 var c = function (e, d) {
248 this.$element = b(e);
259 var g, d, f, e;
267 e = f.data("collapse");
268 if (e && e.transitioning) {
272 e || f.data("collapse", null)
287 var e = this.dimension();
288 this.$element.removeClass("collapse")[e](d || "auto")[0].offsetWidth;
291 }, transition: function (h, e, f) { argument
293 if (e.type == "show") {
299 this.$element.trigger(e);
300 if (e.isDefaultPrevented()) {
312 var g = b(this), f = g.data("collapse"), e = typeof d == "object" && d;
314 g.data("collapse", (f = new c(this, e)))
345 h = e(i);
364 j = e(k);
387 e(f(this)).removeClass("open")
391 function e(i) { function
426 var b = function (e, d) {
428 …this.$element = c(e).delegate('[data-dismiss="modal"]', "click.dismiss.modal", c.proxy(this.hide, …
442 var e = c.support.transition && d.$element.hasClass("fade");
447 if (e) {
452 e ? d.$element.one(c.support.transition.end, function () {
488 var d = this, e = setTimeout(function () {
493 clearTimeout(e);
503 var f = this, e = this.$element.hasClass("fade") ? "fade" : "";
505 var d = c.support.transition && e;
506 this.$backdrop = c('<div class="modal-backdrop ' + e + '" />').appendTo(document.body);
527 …var g = c(this), f = g.data("modal"), e = c.extend({}, c.fn.modal.defaults, g.data(), typeof d == …
529 g.data("modal", (f = new b(this, e)))
534 if (e.show) {
555 var b = function (e, d) {
556 this.init("tooltip", e, d)
558 b.prototype = {constructor: b, init: function (g, f, e) { argument
562 this.options = this.getOptions(e);
608 var h, d, j, f, i, e, g;
615e = typeof this.options.placement == "function" ? this.options.placement.call(this, h[0], this.$el…
616 d = /in/.test(e);
621 switch (d ? e.split(" ")[1] : e) {
635 h.offset(g).addClass(e).addClass("in")
638 var e = this.tip(), d = this.getTitle();
639 e.find(".tooltip-inner")[this.options.html ? "html" : "text"](d);
640 e.removeClass("fade in top bottom left right")
642 var d = this, e = this.tip();
643 e.removeClass("in");
646 e.off(c.support.transition.end).detach()
648 e.one(c.support.transition.end, function () {
650 e.detach()
654 c.support.transition && this.$tip.hasClass("fade") ? f() : e.detach();
666 var f, d = this.$element, e = this.options;
667 …f = d.attr("data-original-title") || (typeof e.title == "function" ? e.title.call(d[0]) : e.title);
692 var g = c(this), f = g.data("tooltip"), e = typeof d == "object" && d;
694 g.data("tooltip", (f = new b(this, e)))
709 var b = function (e, d) {
710 this.init("popover", e, d)
713 var f = this.tip(), e = this.getTitle(), d = this.getContent();
714 f.find(".popover-title")[this.options.html ? "html" : "text"](e);
720 var e, d = this.$element, f = this.options;
721 e = d.attr("data-content") || (typeof f.content == "function" ? f.content.call(d[0]) : f.content);
722 return e
734 var g = c(this), f = g.data("popover"), e = typeof d == "object" && d;
736 g.data("popover", (f = new b(this, e)))
752 var h = c.proxy(this.process, this), d = c(g).is("body") ? c(window) : c(g), e;
755 …this.selector = (this.options.target || ((e = c(g).attr("href")) && e.replace(/.*(?=#[^\s]+$)/, ""…
762 var d = this, e;
765 e = this.$body.find(this.selector).map(function () {
777 …h = f - this.$scrollElement.height(), g = this.offsets, d = this.targets, k = this.activeTarget, e; variable
779 return k != (e = d.last()[0]) && this.activate(e)
781 for (e = g.length; e--;) {
782 k != d[e] && j >= g[e] && (!g[e + 1] || j <= g[e + 1]) && this.activate(d[e])
785 var e, d; variable
789 e = c(d).parent("li").addClass("active");
790 if (e.parent(".dropdown-menu").length) {
791 e = e.closest("li.dropdown").addClass("active")
793 e.trigger("activate")
798 var g = c(this), f = g.data("scrollspy"), e = typeof d == "object" && d;
800 g.data("scrollspy", (f = new b(this, e)))
844 }, activate: function (f, e, i) {
845 var d = e.find("> .active"), h = i && c.support.transition && d.hasClass("fade");
868 var f = c(this), e = f.data("tab");
869 if (!e) {
870 f.data("tab", (e = new b(this)))
873 e[d]()
888 var c = function (e, d) {
889 this.$element = b(e);
915 }, lookup: function (e) { argument
924 var e = this;
926 return e.matcher(f)
936 var g = [], e = [], d = [], h;
942 e.push(h)
948 return g.concat(e, d)
950 var e = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
951 return d.replace(new RegExp("(" + e + ")", "ig"), function (f, g) {
955 var e = this;
957 f = b(e.options.item).attr("data-value", g);
958 f.find("a").html(e.highlighter(g));
964 }, next: function (e) {
970 }, prev: function (e) {
983 var e = d in this.$element;
984 if (!e) {
986 e = typeof this.$element[d] === "function"
988 return e
1059 var g = b(this), f = g.data("typeahead"), e = typeof d == "object" && d;
1061 g.data("typeahead", (f = new c(this, e)))
1084 var b = function (e, d) {
1089 this.$element = c(e);
1096 ….offset(), k = this.options.offset, f = k.bottom, g = k.top, i = "affix affix-top affix-bottom", e;
1106e = this.unpin != null && (j + this.unpin <= d.top) ? false : f != null && (d.top + this.$element.…
1107 if (this.affixed === e) {
1110 this.affixed = e;
1111 this.unpin = e == "bottom" ? d.top - j : null;
1112 this.$element.removeClass(i).addClass("affix" + (e ? "-" + e : ""))
1117 var g = c(this), f = g.data("affix"), e = typeof d == "object" && d;
1119 g.data("affix", (f = new b(this, e)))
1134 var e = c(this), d = e.data();
1138 e.affix(d)