Lines Matching refs:extend

47 			$.extend.apply( null, [ true, options ].concat(args) ) :
85 this.options = $.extend(true, {},
820 this.status = $.extend({}, this.status); // Copy static to unique instance.
821 this.internal = $.extend({}, this.internal); // Copy static to unique instance.
824 this.options.timeFormat = $.extend({}, $.jPlayer.timeFormat, this.options.timeFormat);
927 this.internal.self = $.extend({}, {
931 this.internal.audio = $.extend({}, {
935 this.internal.video = $.extend({}, {
939 this.internal.flash = $.extend({}, {
944 this.internal.poster = $.extend({}, {
966 this.options = $.extend(true, {},
971 this.options = $.extend(true, {},
1646 …this.status = $.extend({}, this.status, $.jPlayer.prototype.status); // Maintains the status prope…
1651 event.jPlayer.version = $.extend({}, this.version);
1652 event.jPlayer.options = $.extend(true, {}, this.options); // Deep copy
1653 event.jPlayer.status = $.extend(true, {}, this.status); // Deep copy
1654 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
1655 event.jPlayer.aurora = $.extend(true, {}, this.aurora); // Deep copy
1656 event.jPlayer.flash = $.extend(true, {}, this.flash); // Deep copy
1658 event.jPlayer.error = $.extend({}, error);
1661 event.jPlayer.warning = $.extend({}, warning);
2049 this.status.media = $.extend({}, media);
2517 return $.extend( true, {}, this.options );
2526 var opt = $.extend(true, {}, this.options);
2648 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
2655 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
2659 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
2673 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
2679 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
2686 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
2702 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
2711 …this.options[key] = $.extend(true, {}, this.options[key], value); // store a merged DEEP copy of i…