Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/template/argon-alt/assets/css/
H A Ddoku.scss14 @extend .btn;
15 @extend .btn-neutral;
19 @extend .h3;
31 @extend mark;
79 @extend .btn;
103 @extend .btn;
176 @extend .btn;
178 @extend .btn-sm;
306 @extend .btn;
382 @extend .btn;
[all …]
/template/argon/assets/css/
H A Ddoku.scss19 @extend .btn;
24 @extend .h3;
37 @extend mark;
91 @extend .btn;
105 @extend .btn;
111 @extend .btn;
202 @extend .btn;
204 @extend .btn-sm;
337 @extend .btn;
443 @extend .btn;
[all …]
/template/battlehorse/js/
H A Deffects.js179 Object.extend(Object.extend(Effect.ScopedQueue.prototype, Enumerable), {
325 Object.extend(Object.extend(Effect.Parallel.prototype, Effect.Base.prototype), {
345 Object.extend(Object.extend(Effect.Event.prototype, Effect.Base.prototype), {
356 Object.extend(Object.extend(Effect.Opacity.prototype, Effect.Base.prototype), {
375 Object.extend(Object.extend(Effect.Move.prototype, Effect.Base.prototype), {
415 Object.extend(Object.extend(Effect.Scale.prototype, Effect.Base.prototype), {
490 Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), {
526 Object.extend(Object.extend(Effect.ScrollTo.prototype, Effect.Base.prototype), {
667 Object.extend(
903 Object.extend(Object.extend({ duration: 2.0, from: 0,
[all …]
H A Dprototype.js37 Object.extend(Object, {
82 Object.extend(Number.prototype, {
152 Object.extend(String.prototype, {
514 Object.extend(Enumerable, {
538 Object.extend(Array.prototype, {
636 Object.extend(PHash, {
664 Object.extend(PHash.prototype, {
985 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
1133 Element.extend.cache = {
1847 Object.extend(Selector, {
[all …]
H A Dcontrols.js333 Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), {
397 Autocompleter.Local.prototype = Object.extend(new Autocompleter.Base(), {
408 this.options = Object.extend({
477 this.options = Object.extend({
646 Object.extend({
683 this.url, Object.extend({
695 this.url, Object.extend({
783 Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype);
784 Object.extend(Ajax.InPlaceCollectionEditor.prototype, {
H A Ddragdrop.js21 var options = Object.extend({
256 Object.extend(defaults, {
264 var options = Object.extend(defaults, arguments[1] || {});
603 var options = Object.extend({
689 new Draggable(e, Object.extend(options_for_draggable, { handle: handle })));
795 ($('dropmarker') || Element.extend(document.createElement('DIV'))).
841 var options = Object.extend({
871 var options = Object.extend(this.options(element), arguments[1] || {});
880 var options = Object.extend(this.options(element), arguments[2] || {});
900 var options = Object.extend(Sortable.options(element), arguments[1] || {});
/template/a_new_day/js/
H A Deffects.js179 Object.extend(Object.extend(Effect.ScopedQueue.prototype, Enumerable), {
325 Object.extend(Object.extend(Effect.Parallel.prototype, Effect.Base.prototype), {
345 Object.extend(Object.extend(Effect.Event.prototype, Effect.Base.prototype), {
356 Object.extend(Object.extend(Effect.Opacity.prototype, Effect.Base.prototype), {
375 Object.extend(Object.extend(Effect.Move.prototype, Effect.Base.prototype), {
415 Object.extend(Object.extend(Effect.Scale.prototype, Effect.Base.prototype), {
490 Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), {
526 Object.extend(Object.extend(Effect.ScrollTo.prototype, Effect.Base.prototype), {
667 Object.extend(
903 Object.extend(Object.extend({ duration: 2.0, from: 0,
[all …]
H A Dprototype.js37 Object.extend(Object, {
82 Object.extend(Number.prototype, {
152 Object.extend(String.prototype, {
514 Object.extend(Enumerable, {
538 Object.extend(Array.prototype, {
636 Object.extend(PHash, {
664 Object.extend(PHash.prototype, {
985 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
1133 Element.extend.cache = {
1847 Object.extend(Selector, {
[all …]
H A Dcontrols.js333 Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), {
397 Autocompleter.Local.prototype = Object.extend(new Autocompleter.Base(), {
408 this.options = Object.extend({
477 this.options = Object.extend({
646 Object.extend({
683 this.url, Object.extend({
695 this.url, Object.extend({
783 Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype);
784 Object.extend(Ajax.InPlaceCollectionEditor.prototype, {
H A Ddragdrop.js21 var options = Object.extend({
256 Object.extend(defaults, {
264 var options = Object.extend(defaults, arguments[1] || {});
603 var options = Object.extend({
689 new Draggable(e, Object.extend(options_for_draggable, { handle: handle })));
795 ($('dropmarker') || Element.extend(document.createElement('DIV'))).
841 var options = Object.extend({
871 var options = Object.extend(this.options(element), arguments[1] || {});
880 var options = Object.extend(this.options(element), arguments[2] || {});
900 var options = Object.extend(Sortable.options(element), arguments[1] || {});
/template/breeze/bower_components/gumby/sass/functions/
H A D_semantic-grid.scss19 @extend %clearfix;
40 @extend %clearfix;
45 @extend %columnconfig;
58 @extend %collapse;
108 @extend %pull-left;
125 @extend %pull-none;
128 @extend %pull-right;
/template/breeze/bower_components/gumby/sass/
H A D_base.scss43 .text-center { @extend %text-center; }
44 .text-left { @extend %text-left; }
45 .text-right { @extend %text-right; }
H A D_grid.scss87 @extend %pull-100-percent;
94 @extend %zero-margin-left;
102 @extend %zero-margin-left;
154 @extend %pull-100-percent;
161 @extend %zero-margin-left;
169 @extend %zero-margin-left;
/template/templar/js/
H A Dbootstrap-popover.js37 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
98 $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
H A Dbootstrap-collapse.js31 this.options = $.extend({}, $.fn.collapse.defaults, options)
132 …, options = $.extend({}, $.fn.collapse.defaults, $this.data(), typeof option == 'object' && option)
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.min.js62 this.options = c.extend({}, c.fn.button.defaults, d)
241 …get") || (f = h.attr("href")) && f.replace(/.*(?=#[^\s]+$)/, "")), g = b.extend({}, d.data(), h.da…
249 this.options = b.extend({}, b.fn.collapse.defaults, d);
527 …var g = c(this), f = g.data("modal"), e = c.extend({}, c.fn.modal.defaults, g.data(), typeof d == …
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());
712 …b.prototype = c.extend({}, c.fn.tooltip.Constructor.prototype, {constructor: b, setContent: functi…
753 this.options = c.extend({}, c.fn.scrollspy.defaults, f);
890 this.options = b.extend({}, b.fn.typeahead.defaults, d);
907 var d = b.extend({}, this.$element.position(), {height: this.$element[0].offsetHeight});
[all …]
H A Dbootstrap.js187 this.options = $.extend({}, $.fn.button.defaults, options)
448 , options = $.extend({}, $target.data(), $this.data())
484 this.options = $.extend({}, $.fn.collapse.defaults, options)
1054 options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
1172 return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
1275 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
1326 $.fn.popover.defaults = $.extend({}, $.fn.tooltip.defaults, {
1372 this.options = $.extend({}, $.fn.scrollspy.defaults, options)
1669 this.options = $.extend({}, $.fn.typeahead.defaults, options)
1691 var pos = $.extend({}, this.$element.position(), {
[all …]
/template/dokutwitterbootstrap/js/
H A Dbootstrap.min.js9extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){va…
/template/dokubootstrapsimplified/js/
H A Dbootstrap.min.js9extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){va…
/template/flat/assets/js/
H A Dflat.js171 this.options = $.extend({}, Button.DEFAULTS, options)
482 var options = $.extend({}, $target.data(), $this.data())
524 this.options = $.extend({}, Collapse.DEFAULTS, options)
712 var option = data ? 'toggle' : $.extend({}, $this.data(), { trigger: this })
1283 options = $.extend({}, this.getDefaults(), this.$element.data(), options)
1445 $.offset.setOffset($tip[0], $.extend({
1547 return $.extend({}, elRect, scroll, outerDims, elOffset)
1698 Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
1709 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
1808 this.options = $.extend({}, ScrollSpy.DEFAULTS, options)
[all …]
H A Dflat.min.js1extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.2",c.DEFAULTS={loadingText:"loading..."}…
2 …this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),t…
H A Dflat.min2.js1extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.2",c.DEFAULTS={loadingText:"loading..."}…
2 …this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),t…
/template/flat/
H A Dflat.min.js1extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.2",c.DEFAULTS={loadingText:"loading..."}…
2 …this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),t…
/template/starterbootstrap/js/
H A Dbootstrap.js190 this.options = $.extend({}, Button.DEFAULTS, options)
504 var options = $.extend({}, $target.data(), $this.data())
547 this.options = $.extend({}, Collapse.DEFAULTS, options)
735 var option = data ? 'toggle' : $.extend({}, $this.data(), { trigger: this })
1266 options = $.extend({}, this.getDefaults(), this.$element.data(), options)
1428 $.offset.setOffset($tip[0], $.extend({
1530 return $.extend({}, elRect, scroll, outerDims, elOffset)
1688 Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
1699 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
1805 this.options = $.extend({}, ScrollSpy.DEFAULTS, options)
[all …]
H A Dbootstrap.min.js6extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.0",c.DEFAULTS={loadingText:"loading..."}…
8 …this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),t…

12345678910>>...12