Home | History | Annotate | Download | only in flot

Lines Matching refs:Array

34 	core_push = Array.prototype.push,
35 core_slice = Array.prototype.slice,
36 core_indexOf = Array.prototype.indexOf,
125 // HANDLE: $(html) -> $(array)
204 // Get the whole matched element set as a clean array
208 // Return a 'clean' array
215 // Take an array of elements and push it onto the stack
238 // (You can seed the arguments with an array of args, but this is
282 // Behaves like an Array's method, not like a jQuery method.
421 isArray: Array.isArray || function( obj ) {
422 return jQuery.type(obj) === "array";
706 // Go through the array, only saving the items
727 // Go through the array, translating each of the items to their
901 jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) {
1220 progressValues = new Array( length );
1221 progressContexts = new Array( length );
1222 resolveContexts = new Array( length );
1657 // Support array or space separated string names for data keys
2244 // We don't need an array for one selects
2249 // Multi-Selects return an array
3984 * Utility function for retrieving the text value of an array of DOM nodes
3985 * @param {Array|Element} elem
4011 // If no nodeType, this is expected to be an array
5021 // Lengthen the array for every element, matched or not
6394 // Detach the script and store it in the scripts array (if provided) or the fragment
7211 //Serialize an array of form elements or a set of
7227 // If an array was passed in, assume that it is an array of form elements.
7250 // Serialize array item.
7253 // Treat each array item as a scalar.
7257 // If array item is non-scalar (array or object), encode its
7263 // to force array serialization to be shallow.