Searched refs:next (Results 1 - 25 of 65) sorted by relevance

123

/yui3/src/loader/scripts/
H A Dloader_template.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/build/dom-deprecated/
H A Ddom-deprecated-debug.js43 * Finds the next sibling of the element.
44 * @method next
53 next: function(element, fn, all) {
/yui3/src/dom/js/
H A Ddom-deprecated.js41 * Finds the next sibling of the element.
42 * @method next
51 next: function(element, fn, all) {
H A Ddom-create.js244 next = node,
252 next = node.nextSibling;
254 node = next;
/yui3/src/async-queue/js/
H A Dasync-queue.js28 * executing the next callback in the Queue after
130 * Returns the next callback needing execution. If a callback is
136 * @method next
139 next : function () {
220 for (callback = this.next();
222 callback = this.next())
508 // next() flushes callbacks that have met their until() criteria and
511 this.next();
/yui3/build/async-queue/
H A Dasync-queue-debug.js30 * executing the next callback in the Queue after
132 * Returns the next callback needing execution. If a callback is
138 * @method next
141 next : function () {
222 for (callback = this.next();
224 callback = this.next())
510 // next() flushes callbacks that have met their until() criteria and
513 this.next();
/yui3/src/node-focusmanager/docs/assets/
H A Dtabview.js36 keys: { next: "down:39", // Right arrow
162 if (listitem.next()) {
187 var node = selectedTabAnchor.get("parentNode").next().one("a");
/yui3/src/app/tests/
H A Drouter-test.js516 router.route('/foo', function (req, res, next) {
554 'routes should receive a request object, response object, and `next` function as params': function () {
558 router.route('/foo', function (req, res, next) {
563 Assert.isFunction(next);
564 Assert.areSame(next, req.next);
614 'calling `res()` should have the same result as calling `next()`': function () {
618 router.route('/foo', function (req, res, next) {
624 router.route('/foo', function (req, res, next) {
626 Assert.isFunction(next);
[all...]
/yui3/build/dd-constrain/
H A Ddd-constrain-debug.js523 var i = 0, len = ticks.length, next = 0,
532 next = (i + 1);
533 if (ticks[next] && ticks[next] >= pos) {
535 diff2 = ticks[next] - pos;
536 ret = (diff2 > diff1) ? ticks[i] : ticks[next];
/yui3/build/event-custom-complex/
H A Devent-custom-complex-debug.js81 * Stops the propagation to the next bubble target
90 * Stops the propagation to the next bubble target and
127 self = this, host = self.host || self, next, oldbubble;
131 if (self.queuable && self.type != self.stack.next.type) {
141 next: self,
236 while ((next = es.afterQueue.last())) {
237 next();
262 // set up stack to allow the next item to be processed
263 es.next = ce;
/yui3/src/dd/js/
H A Dconstrain.js521 var i = 0, len = ticks.length, next = 0,
530 next = (i + 1);
531 if (ticks[next] && ticks[next] >= pos) {
533 diff2 = ticks[next] - pos;
534 ret = (diff2 > diff1) ? ticks[i] : ticks[next];
/yui3/src/event-custom/js/
H A Devent-facade.js79 * Stops the propagation to the next bubble target
88 * Stops the propagation to the next bubble target and
125 self = this, host = self.host || self, next, oldbubble;
129 if (self.queuable && self.type != self.stack.next.type) {
139 next: self,
234 while ((next = es.afterQueue.last())) {
235 next();
260 // set up stack to allow the next item to be processed
261 es.next = ce;
/yui3/src/handlebars/js/
H A Dhandlebars-compiler-parser.js329 var next = this.match;
330 if (next.length < 20) {
331 next += this._input.substr(0, 20-next.length);
333 return (next.substr(0,20)+(next.length > 20 ? '...':'')).replace(/\n/g, "");
340 next:function () {
384 var r = this.next();
/yui3/build/node-menunav/
H A Dnode-menunav-debug.js175 var oNext = node.next();
452 oSubmenu = node.next();
1057 sKeysVal = { next: "down:39", previous: "down:37" };
1063 sKeysVal = { next: "down:40", previous: "down:38" };
1361 oSubmenu = menuLabel.next();
1419 oSubmenu = menuLabel.next(),
1542 oSubmenu = oItem.next();
1583 oSubmenu = oTarget.next();
1606 oSubmenu = oItem.next();
1675 oSubmenu = oFocusedItem.next();
[all...]
/yui3/build/scrollview-paginator/
H A Dscrollview-paginator-debug.js223 * This is needed to determine if the next or prev page should be activated.
237 this.next();
276 this.next();
368 * Scroll to the next page in the scrollview, with animation
370 * @method next
372 next: function() {
/yui3/src/test/js/
H A DTestRunner.js72 * Pointer to this node's next sibling.
74 * @property next
76 this.next = null;
109 this.lastChild.next = node;
391 * from one level up to the next.
425 * Retrieves the next node in the test tree.
426 * @return {TestNode} The next node in the test tree or null if the end is reached.
437 } else if (this._cur.next) {
438 this._cur = this._cur.next;
440 while (this._cur && !this._cur.next
[all...]
/yui3/src/node-menunav/js/
H A Dnode-menunav.js173 var oNext = node.next();
450 oSubmenu = node.next();
1055 sKeysVal = { next: "down:39", previous: "down:37" };
1061 sKeysVal = { next: "down:40", previous: "down:38" };
1359 oSubmenu = menuLabel.next();
1417 oSubmenu = menuLabel.next(),
1540 oSubmenu = oItem.next();
1581 oSubmenu = oTarget.next();
1604 oSubmenu = oItem.next();
1673 oSubmenu = oFocusedItem.next();
[all...]
/yui3/build/io-queue/
H A Dio-queue-debug.js46 o = io._q.next();
/yui3/build/router/
H A Drouter-debug.js358 router.route('/photos/:tag/:page', function (req, res, next) {
389 @param {Function} callback.next Callback to pass control to the next
392 call this function, then the next matching route handler (if any) will
547 req.next = function (err) {
565 callback.call(self, req, res, req.next);
569 req.next();
701 // calls `next()` on the request object and returns the result.
703 return req.next.apply(this, arguments);
/yui3/src/app/js/
H A Drouter.js356 router.route('/photos/:tag/:page', function (req, res, next) {
387 @param {Function} callback.next Callback to pass control to the next
390 call this function, then the next matching route handler (if any) will
545 req.next = function (err) {
563 callback.call(self, req, res, req.next);
567 req.next();
699 // calls `next()` on the request object and returns the result.
701 return req.next.apply(this, arguments);
/yui3/src/editor/js/
H A Deditor-para-ie.js40 if (b.previous() || b.next()) {
/yui3/src/io/js/
H A Dio-queue.js44 o = io._q.next();
/yui3/src/scrollview/js/
H A Dpaginator-plugin.js221 * This is needed to determine if the next or prev page should be activated.
235 this.next();
274 this.next();
366 * Scroll to the next page in the scrollview, with animation
368 * @method next
370 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 702 milliseconds

123