Lines Matching refs:Array
109 // Get the whole matched element set as a clean array
116 // Return all the elements in a clean array
120 // Take an array of elements and push it onto the stack
136 // (You can seed the arguments with an array of args, but this is
171 // Behaves like an Array's method, not like a jQuery method.
259 isArray: Array.isArray,
444 // Go through the array, only saving the items
464 // Go through the array, translating each of the items to their new values
529 jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) {
550 return type === "array" || length === 0 ||
1495 * Utility function for retrieving the text value of an array of DOM nodes
1496 * @param {Array|Element} elem
1505 // If no nodeType, this is expected to be an array
2383 // Lengthen the array for every element, matched or not
2473 * @param {Array} [results]
2474 * @param {Array} [seed] A set of elements to match against
2756 // HANDLE: $(html) -> $(array)
3348 progressValues = new Array( length );
3349 progressContexts = new Array( length );
3350 resolveContexts = new Array( length );
3667 // Support array or space separated string of keys
3669 // If "name" is an array of keys...
3674 // This will only penalize the array argument path.
3683 // Otherwise, create an array by matching non-whitespace
7421 // We don't need an array for one selects
7426 // Multi-Selects return an array
8427 // Serialize array item.
8430 // Treat each array item as a scalar.
8434 // Item is non-scalar (array or object), encode its numeric index.
8451 // Serialize an array of form elements or a set of
8467 // If an array was passed in, assume that it is an array of form elements.