Searched refs:inc (Results 1 - 8 of 8) sorted by relevance

/yui3/src/async-queue/tests/
H A Dasync-queue-tests.js43 function inc() { i++; }
47 q = new Y.Queue(inc, inc, "string", inc);
525 function inc() { ++results; }
531 inc, // -1 == sync
532 { fn: inc }, // -1 == sync
533 { fn: inc, timeout: 10, iterations: 4 },
534 { fn: inc, timeout: -300, iterations: 4 }, // neg == sync
536 { fn: inc, timeou
[all...]
/yui3/src/async-queue/tests/src/
H A Dasync-queue.js41 function inc() { i++; }
45 q = new Y.Queue(inc, inc, "string", inc);
523 function inc() { ++results; }
529 inc, // -1 == sync
530 { fn: inc }, // -1 == sync
531 { fn: inc, timeout: 10, iterations: 4 },
532 { fn: inc, timeout: -300, iterations: 4 }, // neg == sync
534 { fn: inc, timeou
[all...]
/yui3/src/event/tests/
H A Devent-key-tests.js594 function inc() {
598 input.on("key", inc, 'down:65');
617 function inc() {
621 input.on("key", inc, 'up:65');
640 function inc() {
644 input.on("key", inc, 'press:65');
663 function inc() {
667 input.on("key", inc, 'a');
686 function inc() {
690 input.on("key", inc, 'dow
[all...]
/yui3/src/event/tests/src/
H A Devent-key.js592 function inc() {
596 input.on("key", inc, 'down:65');
615 function inc() {
619 input.on("key", inc, 'up:65');
638 function inc() {
642 input.on("key", inc, 'press:65');
661 function inc() {
665 input.on("key", inc, 'a');
684 function inc() {
688 input.on("key", inc, 'dow
[all...]
/yui3/build/scrollview-paginator/
H A Dscrollview-paginator-debug.js231 inc = velocity < 0,
236 if (inc && pageIndex < pageCount-1) {
238 } else if (!inc && pageIndex > 0) {
/yui3/src/scrollview/js/
H A Dpaginator-plugin.js229 inc = velocity < 0,
234 if (inc && pageIndex < pageCount-1) {
236 } else if (!inc && pageIndex > 0) {
/yui3/build/dd-constrain/
H A Ddd-constrain-debug.js319 * @param {Boolean} inc Include the node's height and width
322 getRegion: function(inc) {
328 if (inc) {
/yui3/src/dd/js/
H A Dconstrain.js317 * @param {Boolean} inc Include the node's height and width
320 getRegion: function(inc) {
326 if (inc) {

Completed in 63 milliseconds