Lines Matching refs:b

4 			var b = (function () {  function
12 return b && {end: b}
17 var c = '[data-dismiss="alert"]', b = function (e) { function
20 b.prototype.close = function (j) { class
45 g.data("alert", (f = new b(this)))
52 d.fn.alert.Constructor = b;
57 d(document).on("click.alert.data-api", c, b.prototype.close)
60 var b = function (e, d) {
64 b.prototype.setState = function (g) {
73 b.prototype.toggle = function () {
83 g.data("button", (f = new b(this, e)))
95 c.fn.button.Constructor = b;
108 !function (b) {
110 this.$element = b(e);
112 …ns.pause == "hover" && this.$element.on("mouseenter", b.proxy(this.pause, this)).on("mouseleave",
118 …this.options.interval && !this.paused && (this.interval = setInterval(b.proxy(this.next, this), th…
133 return this.slide(h > f ? "next" : "prev", b(e[h]))
138 if (this.$element.find(".next, .prev").length && b.support.transition.end) {
139 this.$element.trigger(b.support.transition.end);
156 if (!b.support.transition && this.$element.hasClass("slide")) {
163 i = b.Event("slide", {relatedTarget: d[0]});
167 if (b.support.transition && this.$element.hasClass("slide")) {
176 this.$element.one(b.support.transition.end, function () {
185 if (!b.support.transition && this.$element.hasClass("slide")) {
214 var a = b.fn.carousel;
215 b.fn.carousel = function (d) {
217 …var h = b(this), g = h.data("carousel"), e = b.extend({}, b.fn.carousel.defaults, typeof d == "obj…
234 b.fn.carousel.defaults = {interval: 5000, pause: "hover"};
235 b.fn.carousel.Constructor = c;
236 b.fn.carousel.noConflict = function () {
237 b.fn.carousel = a;
240 b(document).on("click.carousel.data-api", "[data-slide]", function (i) {
241 …var h = b(this), f, d = b(h.attr("data-target") || (f = h.attr("href")) && f.replace(/.*(?=#[^\s]+…
246 !function (b) {
248 this.$element = b(e);
249 this.options = b.extend({}, b.fn.collapse.defaults, d);
251 this.$parent = b(this.options.parent)
264 d = b.camelCase(["scroll", g].join("-"));
275 this.transition("addClass", b.Event("show"), "shown");
276 b.support.transition && this.$element[g](this.$element[0][d])
284 this.transition("removeClass", b.Event("hide"), "hidden");
305b.support.transition && this.$element.hasClass("collapse") ? this.$element.one(b.support.transitio…
309 var a = b.fn.collapse;
310 b.fn.collapse = function (d) {
312 var g = b(this), f = g.data("collapse"), e = typeof d == "object" && d;
321 b.fn.collapse.defaults = {toggle: true};
322 b.fn.collapse.Constructor = c;
323 b.fn.collapse.noConflict = function () {
324 b.fn.collapse = a;
327 b(document).on("click.collapse.data-api", "[data-toggle=collapse]", function (i) {
328 …var h = b(this), d, g = h.attr("data-target") || i.preventDefault() || (d = h.attr("href")) && d.r…
329 h[b(g).hasClass("in") ? "addClass" : "removeClass"]("collapsed");
330 b(g).collapse(f)
334 var b = "[data-toggle=dropdown]", a = function (h) { variable
386 f(b).each(function () {
423 …pi touchstart.dropdown.data-api", b, a.prototype.toggle).on("keydown.dropdown.data-api touchstart.…
426 var b = function (e, d) {
431 b.prototype = {constructor: b, toggle: function () {
529 g.data("modal", (f = new b(this, e)))
541 c.fn.modal.Constructor = b;
555 var b = function (e, d) {
558 b.prototype = {constructor: b, init: function (g, f, e) {
694 g.data("tooltip", (f = new b(this, e)))
701 c.fn.tooltip.Constructor = b;
709 var b = function (e, d) {
712b.prototype = c.extend({}, c.fn.tooltip.Constructor.prototype, {constructor: b, setContent: functi…
736 g.data("popover", (f = new b(this, e)))
743 c.fn.popover.Constructor = b;
751 function b(g, f) {
761 b.prototype = {constructor: b, refresh: function () {
800 g.data("scrollspy", (f = new b(this, e)))
807 c.fn.scrollspy.Constructor = b;
821 var b = function (d) {
824 b.prototype = {constructor: b, show: function () {
870 f.data("tab", (e = new b(this)))
877 c.fn.tab.Constructor = b;
887 !function (b) {
889 this.$element = b(e);
890 this.options = b.extend({}, b.fn.typeahead.defaults, d);
896 this.$menu = b(this.options.menu);
907 var d = b.extend({}, this.$element.position(), {height: this.$element[0].offsetHeight});
921 …d = b.isFunction(this.source) ? this.source(this.query, b.proxy(this.process, this)) : this.source;
925 d = b.grep(d, function (f) {
956 d = b(d).map(function (f, g) {
957 f = b(e.options.item).attr("data-value", g);
967 d = b(this.$menu.find("li")[0])
977 …this.$element.on("blur", b.proxy(this.blur, this)).on("keypress", b.proxy(this.keypress, this)).on…
979 this.$element.on("keydown", b.proxy(this.keydown, this))
981 …this.$menu.on("click", b.proxy(this.click, this)).on("mouseenter", "li", b.proxy(this.mouseenter, …
1010 this.suppressKeyPressRepeat = ~b.inArray(d.keyCode, [40, 38, 9, 13, 27]);
1054 b(d.currentTarget).addClass("active")
1056 var a = b.fn.typeahead;
1057 b.fn.typeahead = function (d) {
1059 var g = b(this), f = g.data("typeahead"), e = typeof d == "object" && d;
1068b.fn.typeahead.defaults = {source: [], items: 8, menu: '<ul class="typeahead dropdown-menu"></ul>'…
1069 b.fn.typeahead.Constructor = c;
1070 b.fn.typeahead.noConflict = function () {
1071 b.fn.typeahead = a;
1074 b(document).on("focus.typeahead.data-api", '[data-provide="typeahead"]', function (f) {
1075 var d = b(this);
1084 var b = function (e, d) {
1092 b.prototype.checkPosition = function () {
1119 g.data("affix", (f = new b(this, e)))
1126 c.fn.affix.Constructor = b;