Lines Matching defs:all
10 * Use Y.all() to retrieve NodeList instances.
226 return Y.all(Y.Selector.filter(this._nodes, selector));
231 * Creates a new NodeList containing all nodes at every n indices, where
248 return Y.all(nodes);
252 * Creates a new NodeList containing all nodes at odd indices
262 * Creates a new NodeList containing all nodes at even indices
362 * Called on each Node instance. Removes and destroys all of the nodes
397 // e.g. Y.all('input').get('parentNode');
434 return (isNodeList) ? Y.all(ret) : ret;
439 Y.all = function(nodes) {
443 Y.Node.all = Y.all;