Home | History | Annotate | Download | only in parse-only

Lines Matching full:deep

564 	var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options;
566 // Handle a deep copy situation
568 deep = target;
574 // Handle case when target is a string or something (possible in deep copy)
596 if ( deep && copy && typeof copy === "object" && !copy.nodeType )
597 target[ name ] = jQuery.extend( deep,
619 noConflict: function( deep ) {
622 if ( deep )