Lines Matching refs:YArray
33 YArray = Y.Array,
197 YArray.each(this._items, this._detachList, this);
242 return YArray.map(isList ? models.toArray() : models, function (model) {
484 var args = [this._items, name].concat(YArray(arguments, 1, true));
485 return YArray.invoke.apply(YArray, args);
578 return YArray.map(this._items, fn, thisObj);
636 return YArray.map(isList ? models.toArray() : models, function (model) {
675 models = YArray.map(models, function (model) {
763 var callback = YArray(arguments, 0, true).pop();
868 YArray.each(this._items, this._detachList, this);
901 var index = YArray.indexOf(model.lists, this);