Lines Matching defs:each
28 Y.Array.each(nodes, function(node) {
61 NodeList.each = function(instance, fn, context) {
64 Y.Array.each(nodes, fn, context || instance);
76 Y.Array.each(this._nodes, function(node) {
105 Y.Array.each(name, function(n) {
127 this.each(function(node) {
149 * Applies the given function to each Node in the NodeList.
150 * @method each
157 each: function(fn, context) {
159 Y.Array.each(this._nodes, function(node, index) {
169 Y.Array.each(this._nodes, function(node, index) {
181 * Executes the function once for each node until a true value is returned.
242 NodeList.each(this, function(node, i) {
352 * Called on each Node instance. Nulls internal node references,
362 * Called on each Node instance. Removes and destroys all of the nodes
371 * Called on each Node instance. Removes the node from its parent.
382 * Called on each Node instance. Sets an attribute on the Node instance.
399 /** Called on each Node instance
419 Y.Array.each(nodes, function(node) {