Lines Matching refs:f

34 		function f() {  function
38 d.support.transition && h.hasClass("fade") ? h.on(d.support.transition.end, f) : f()
43 var g = d(this), f = g.data("alert");
44 if (!f) {
45 g.data("alert", (f = new b(this)))
48 f[e].call(g)
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]);
81 var g = c(this), f = g.data("button"), e = typeof d == "object" && d;
82 if (!f) {
83 g.data("button", (f = new b(this, e)))
86 f.toggle()
89 f.setState(d)
100 c(document).on("click.button.data-api", "[data-toggle^=button]", function (f) { argument
101 var d = c(f.target);
121 var d = this.$element.find(".item.active"), e = d.parent().children(), f = e.index(d), g = this;
130 if (f == h) {
133 return this.slide(h > f ? "next" : "prev", b(e[h]))
155 }, slide: function (k, f) { argument
159 …var m = this.$element.find(".item.active"), d = f || m[k](), j = this.interval, l = k == "next" ? …
217 …sel"), e = b.extend({}, b.fn.carousel.defaults, typeof d == "object" && d), f = typeof d == "strin…
224 if (f) {
225 g[f]()
241 …var h = b(this), f, d = b(h.attr("data-target") || (f = h.attr("href")) && f.replace(/.*(?=#[^\s]+…
259 var g, d, f, e;
265 f = this.$parent && this.$parent.find("> .accordion-group > .in");
266 if (f && f.length) {
267 e = f.data("collapse");
271 f.collapse("hide");
272 e || f.data("collapse", null)
291 }, transition: function (h, e, f) { argument
297 g.$element.trigger(f)
312 var g = b(this), f = g.data("collapse"), e = typeof d == "object" && d;
313 if (!f) {
314 g.data("collapse", (f = new c(this, e)))
317 f[d]()
328 …reventDefault() || (d = h.attr("href")) && d.replace(/.*(?=#[^\s]+$)/, ""), f = b(g).data("collaps…
330 b(g).collapse(f)
333 !function (f) {
335 var g = f(h).on("click.dropdown.data-api", this.toggle);
336 f("html").on("click.dropdown.data-api", function () {
341 var i = f(this), h, g;
358 k = f(this);
369 m = f("[role=menu] li:not(.divider):visible a", j);
386 f(b).each(function () {
387 e(f(this)).removeClass("open")
397 h = f(g);
402 var c = f.fn.dropdown;
403 f.fn.dropdown = function (g) {
405 var i = f(this), h = i.data("dropdown");
414 f.fn.dropdown.Constructor = a;
415 f.fn.dropdown.noConflict = function () {
416 f.fn.dropdown = c;
419f(document).on("click.dropdown.data-api touchstart.dropdown.data-api", d).on("click.dropdown touch…
434 var d = this, f = c.Event("show");
435 this.$element.trigger(f);
436 if (this.isShown || f.isDefaultPrevented()) {
456 }, hide: function (f) { argument
457 f && f.preventDefault();
459 f = c.Event("hide");
460 this.$element.trigger(f);
461 if (!this.isShown || f.isDefaultPrevented()) {
471 c(document).on("focusin.modal", function (f) { argument
472 if (d.$element[0] !== f.target && !d.$element.has(f.target).length) {
479 this.$element.on("keyup.dismiss.modal", function (f) { argument
480 f.which == 27 && d.hide()
503 var f = this, e = this.$element.hasClass("fade") ? "fade" : "";
527 …var g = c(this), f = g.data("modal"), e = c.extend({}, c.fn.modal.defaults, g.data(), typeof d == …
528 if (!f) {
529 g.data("modal", (f = new b(this, e)))
532 f[d]()
535 f.show()
547f = h.attr("href"), d = c(h.attr("data-target") || (f && f.replace(/.*(?=#[^\s]+$)/, ""))), g = d.…
558 b.prototype = {constructor: b, init: function (g, f, e) { argument
561 this.$element = c(f);
581 }, enter: function (f) { argument
582 var d = c(f.currentTarget)[this.type](this._options).data(this.type);
593 }, leave: function (f) { argument
594 var d = c(f.currentTarget)[this.type](this._options).data(this.type);
608 var h, d, j, f, i, e, g;
619 f = h[0].offsetWidth;
623 g = {top: j.top + j.height, left: j.left + j.width / 2 - f / 2};
626 g = {top: j.top - i, left: j.left + j.width / 2 - f / 2};
629 g = {top: j.top + j.height / 2 - i / 2, left: j.left - f};
644 function f() { function
654 c.support.transition && this.$tip.hasClass("fade") ? f() : e.detach();
666 var f, d = this.$element, e = this.options;
667f = d.attr("data-original-title") || (typeof e.title == "function" ? e.title.call(d[0]) : e.title);
668 return f
683 }, toggle: function (f) { argument
684 var d = c(f.currentTarget)[this.type](this._options).data(this.type);
692 var g = c(this), f = g.data("tooltip"), e = typeof d == "object" && d;
693 if (!f) {
694 g.data("tooltip", (f = new b(this, e)))
697 f[d]()
713 var f = this.tip(), e = this.getTitle(), d = this.getContent();
714 f.find(".popover-title")[this.options.html ? "html" : "text"](e);
715 f.find(".popover-content")[this.options.html ? "html" : "text"](d);
716 f.removeClass("fade top bottom left right in")
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);
734 var g = c(this), f = g.data("popover"), e = typeof d == "object" && d;
735 if (!f) {
736 g.data("popover", (f = new b(this, e)))
739 f[d]()
751 function b(g, f) {
753 this.options = c.extend({}, c.fn.scrollspy.defaults, f);
766 var g = c(this), f = g.data("target") || g.attr("href"), h = /^#\w/.test(f) && c(f);
768 [h.position().top + d.$scrollElement.scrollTop(), f]
770 }).sort(function (g, f) { argument
771 return g[0] - f[0]
777 …nt.scrollTop() + this.options.offset, f = this.$scrollElement[0].scrollHeight || this.$body[0].scr…
784 }, activate: function (f) {
786 this.activeTarget = f;
788 d = this.selector + '[data-target="' + f + '"],' + this.selector + '[href="' + f + '"]';
798 var g = c(this), f = g.data("scrollspy"), e = typeof d == "object" && d;
799 if (!f) {
800 g.data("scrollspy", (f = new b(this, e)))
803 f[d]()
825 var j = this.element, g = j.closest("ul:not(.dropdown-menu)"), f = j.attr("data-target"), h, d, i;
826 if (!f) {
827 f = j.attr("href");
828 f = f && f.replace(/.*(?=#[^\s]*$)/, "")
839 d = c(f);
844 }, activate: function (f, e, i) {
849 f.addClass("active");
851 f[0].offsetWidth;
852 f.addClass("in")
854 f.removeClass("fade")
856 if (f.parent(".dropdown-menu")) {
857 f.closest("li.dropdown").addClass("active")
868 var f = c(this), e = f.data("tab");
870 f.data("tab", (e = new b(this)))
925 d = b.grep(d, function (f) { argument
926 return e.matcher(f)
935 }, sorter: function (f) { argument
937 while (h = f.shift()) {
951 return d.replace(new RegExp("(" + e + ")", "ig"), function (f, g) { argument
956 d = b(d).map(function (f, g) { argument
957 f = b(e.options.item).attr("data-value", g);
958 f.find("a").html(e.highlighter(g));
959 return f[0]
965 var f = this.$menu.find(".active").removeClass("active"), d = f.next();
971 var f = this.$menu.find(".active").removeClass("active"), d = f.prev();
1043 }, blur: function (f) {
1059 var g = b(this), f = g.data("typeahead"), e = typeof d == "object" && d;
1060 if (!f) {
1061 g.data("typeahead", (f = new c(this, e)))
1064 f[d]()
1074 b(document).on("focus.typeahead.data-api", '[data-provide="typeahead"]', function (f) { argument
1079 f.preventDefault();
1096 …s.$window.scrollTop(), d = this.$element.offset(), k = this.options.offset, f = k.bottom, g = k.to…
1098 f = g = k
1103 if (typeof f == "function") {
1104 f = k.bottom()
1106 …in != null && (j + this.unpin <= d.top) ? false : f != null && (d.top + this.$element.height() >= …
1117 var g = c(this), f = g.data("affix"), e = typeof d == "object" && d;
1118 if (!f) {
1119 g.data("affix", (f = new b(this, e)))
1122 f[d]()