Searched defs:next (Results 1 - 4 of 4) sorted by relevance

/yui3/src/loader/scripts/
H A Dloader_template.js33 var next = function() {
36 fn.call(this, data, next);
/yui3/src/loader/tests/cli/
H A Dloader.js33 var next = function() {
36 fn.call(this, data, next);
/yui3/src/yui/js/
H A Dqueue-base.js11 * removed using next().
41 * Get the next item in the queue. FIFO support
43 * @method next
44 * @return {MIXED} the next item in the queue.
46 next: function() {
/yui3/src/widget-child/js/
H A DWidget-Child.js192 * @method next
193 * @description Returns the Widget's next sibling.
195 * should be returned if the child has no next sibling.
198 next: function (circular) {

Completed in 61 milliseconds