| /yui3/src/loader/scripts/ |
| H A D | loader_template.js | 33 var next = function() { 36 fn.call(this, data, next);
|
| /yui3/src/yui/js/ |
| H A D | queue-base.js | 11 * 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 D | dom-deprecated-debug.js | 43 * Finds the next sibling of the element. 44 * @method next 53 next: function(element, fn, all) {
|
| /yui3/src/dom/js/ |
| H A D | dom-deprecated.js | 41 * Finds the next sibling of the element. 42 * @method next 51 next: function(element, fn, all) {
|
| H A D | dom-create.js | 244 next = node, 252 next = node.nextSibling; 254 node = next;
|
| /yui3/src/async-queue/js/ |
| H A D | async-queue.js | 28 * 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 D | async-queue-debug.js | 30 * 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 D | tabview.js | 36 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 D | router-test.js | 516 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 D | dd-constrain-debug.js | 523 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 D | event-custom-complex-debug.js | 81 * 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 D | constrain.js | 521 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 D | event-facade.js | 79 * 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 D | handlebars-compiler-parser.js | 329 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 D | node-menunav-debug.js | 175 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 D | scrollview-paginator-debug.js | 223 * 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 D | TestRunner.js | 72 * 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 D | node-menunav.js | 173 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 D | io-queue-debug.js | 46 o = io._q.next();
|
| /yui3/build/router/ |
| H A D | router-debug.js | 358 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 D | router.js | 356 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 D | editor-para-ie.js | 40 if (b.previous() || b.next()) {
|
| /yui3/src/io/js/ |
| H A D | io-queue.js | 44 o = io._q.next();
|
| /yui3/src/scrollview/js/ |
| H A D | paginator-plugin.js | 221 * 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 D | Widget-Child.js | 192 * @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) {
|