third-party/jQuery/jquery-1.12.1.js 1 location
|
@@ 2794-2806 (lines=13) @@
|
| 2791 |
|
} ); |
| 2792 |
|
} |
| 2793 |
|
|
| 2794 |
|
jQuery.filter = function( expr, elems, not ) { |
| 2795 |
|
var elem = elems[ 0 ]; |
| 2796 |
|
|
| 2797 |
|
if ( not ) { |
| 2798 |
|
expr = ":not(" + expr + ")"; |
| 2799 |
|
} |
| 2800 |
|
|
| 2801 |
|
return elems.length === 1 && elem.nodeType === 1 ? |
| 2802 |
|
jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : |
| 2803 |
|
jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { |
| 2804 |
|
return elem.nodeType === 1; |
| 2805 |
|
} ) ); |
| 2806 |
|
}; |
| 2807 |
|
|
| 2808 |
|
jQuery.fn.extend( { |
| 2809 |
|
find: function( selector ) { |
third-party/jQuery/jquery-2.2.1.js 1 location
|
@@ 2755-2767 (lines=13) @@
|
| 2752 |
|
} ); |
| 2753 |
|
} |
| 2754 |
|
|
| 2755 |
|
jQuery.filter = function( expr, elems, not ) { |
| 2756 |
|
var elem = elems[ 0 ]; |
| 2757 |
|
|
| 2758 |
|
if ( not ) { |
| 2759 |
|
expr = ":not(" + expr + ")"; |
| 2760 |
|
} |
| 2761 |
|
|
| 2762 |
|
return elems.length === 1 && elem.nodeType === 1 ? |
| 2763 |
|
jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : |
| 2764 |
|
jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { |
| 2765 |
|
return elem.nodeType === 1; |
| 2766 |
|
} ) ); |
| 2767 |
|
}; |
| 2768 |
|
|
| 2769 |
|
jQuery.fn.extend( { |
| 2770 |
|
find: function( selector ) { |
third-party/angularjs/angular-1.5.0/docs/components/jquery-2.1.1/jquery.js 1 location
|
@@ 2636-2648 (lines=13) @@
|
| 2633 |
|
}); |
| 2634 |
|
} |
| 2635 |
|
|
| 2636 |
|
jQuery.filter = function( expr, elems, not ) { |
| 2637 |
|
var elem = elems[ 0 ]; |
| 2638 |
|
|
| 2639 |
|
if ( not ) { |
| 2640 |
|
expr = ":not(" + expr + ")"; |
| 2641 |
|
} |
| 2642 |
|
|
| 2643 |
|
return elems.length === 1 && elem.nodeType === 1 ? |
| 2644 |
|
jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : |
| 2645 |
|
jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { |
| 2646 |
|
return elem.nodeType === 1; |
| 2647 |
|
})); |
| 2648 |
|
}; |
| 2649 |
|
|
| 2650 |
|
jQuery.fn.extend({ |
| 2651 |
|
find: function( selector ) { |