Lines Matching defs:each

144 Hash.alias('forEach', 'each');
154 Array.alias('forEach', 'each');
185 function $each(iterable, fn, bind){
187 ((type == 'arguments' || type == 'collection' || type == 'array') ? Array : Hash).each(iterable, fn, bind);
449 Contains Array Prototypes like each, contains, and erase.
685 Number.alias('times', 'each');
689 math.each(function(name){
809 Hash.each(properties, function(value, key){
816 Hash.each(properties, function(value, key){
837 Hash.each(this, function(value, key){
850 Hash.each(this, function(value, key){
858 Hash.each(this, function(value, key){
880 Hash.each(this, function(value, key){
888 Hash.each(this, function(value){
896 Hash.each(this, function(value, key){
903 value.each(function(val, i){
1181 $splat(items).each(function(item){
1241 this.$events[type].each(function(fn){
1403 ['name', 'type', 'checked'].each(function(attribute){
1490 tags.each(function(tag){
1531 Hash.each(collected, clean);
1532 if (Browser.Engine.trident) $A(document.getElementsByTagName('object')).each(clean);
1589 Hash.each(inserters, function(inserter, where){
1661 Array.each(arguments, this.removeProperty, this);
1684 Array.flatten(arguments).each(function(element){
1787 this.getElements('input, select, textarea', true).each(function(el){
1792 $splat(value).each(function(val){
1834 $A(this.childNodes).each(function(node){
2060 events[type].keys.each(function(fn){
2073 fevents[type].keys.each(function(fn){
2209 values.each(function(value){
2227 Array.each(arguments, function(key){
2247 ['Top', 'Right', 'Bottom', 'Left'].each(function(direction){
2250 ['margin', 'padding'].each(function(style){
2932 Hash.each(obj, function(value, key){
3295 Fx.CSS.Parsers.each(function(parser, key){
3321 value.each(function(bit){
3338 Array.each(document.styleSheets, function(sheet, j){
3342 Array.each(rules, function(rule, i){
3348 Element.Styles.each(function(value, style){
3655 ['Quad', 'Cubic', 'Quart', 'Quint'].each(function(transition, i){
3817 this.headers.each(function(value, key){
3846 ['get', 'post', 'put', 'delete', 'GET', 'POST', 'PUT', 'DELETE'].each(function(method){