Lines Matching refs:extend

2092 			$.extend.apply( null, [ true, options ].concat(args) ) :
2130 this.options = $.extend(true, {},
2865 this.status = $.extend({}, this.status); // Copy static to unique instance.
2866 this.internal = $.extend({}, this.internal); // Copy static to unique instance.
2869 this.options.timeFormat = $.extend({}, $.jPlayer.timeFormat, this.options.timeFormat);
2972 this.internal.self = $.extend({}, {
2976 this.internal.audio = $.extend({}, {
2980 this.internal.video = $.extend({}, {
2984 this.internal.flash = $.extend({}, {
2989 this.internal.poster = $.extend({}, {
3011 this.options = $.extend(true, {},
3016 this.options = $.extend(true, {},
3691 …this.status = $.extend({}, this.status, $.jPlayer.prototype.status); // Maintains the status prope…
3696 event.jPlayer.version = $.extend({}, this.version);
3697 event.jPlayer.options = $.extend(true, {}, this.options); // Deep copy
3698 event.jPlayer.status = $.extend(true, {}, this.status); // Deep copy
3699 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
3700 event.jPlayer.aurora = $.extend(true, {}, this.aurora); // Deep copy
3701 event.jPlayer.flash = $.extend(true, {}, this.flash); // Deep copy
3703 event.jPlayer.error = $.extend({}, error);
3706 event.jPlayer.warning = $.extend({}, warning);
4094 this.status.media = $.extend({}, media);
4562 return $.extend( true, {}, this.options );
4571 var opt = $.extend(true, {}, this.options);
4693 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
4700 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
4704 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
4718 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
4724 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
4731 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
4747 …this.options[key] = $.extend({}, this.options[key], value); // store a merged copy of it, incase n…
4756 …this.options[key] = $.extend(true, {}, this.options[key], value); // store a merged DEEP copy of i…