Searched defs:some (Results 1 - 3 of 3) sorted by relevance

/yui3/src/collection/js/
H A Darraylist.js82 * @method some
87 some: function ( fn, context ) {
88 return YArray.some( this._items, function ( item, i ) {
/yui3/src/yui/js/
H A Dyui-object.js277 * @method some
289 O.some = function (obj, fn, thisObj, proto) {
/yui3/src/oop/js/
H A Doop.js219 * @method some
229 Y.some = function(o, f, c, proto) {
230 return dispatch(o, f, c, proto, 'some');

Completed in 14 milliseconds