Searched refs:increment (Results 1 - 6 of 6) sorted by relevance
| /yui3/src/collection/tests/ |
| H A D | arraylist-tests.js | 166 increment: function (by) { this.value += by || 1; }, 173 Y.Assert.isUndefined(list.increment); 174 Y.ArrayList.addMethod(list, 'increment'); 179 Y.Assert.isFunction(list.increment); 180 list.increment(); 211 increment: function (by) { this.value += by || 1; } 217 Y.Assert.isUndefined(list.increment); 218 Y.ArrayList.addMethod(list, ['increment', 'getValue']); 221 Y.Assert.isFunction(list.increment); 223 Y.Assert.areSame(list, list.increment()); [all...] |
| /yui3/src/collection/tests/src/ |
| H A D | arraylist.js | 164 increment: function (by) { this.value += by || 1; }, 171 Y.Assert.isUndefined(list.increment); 172 Y.ArrayList.addMethod(list, 'increment'); 177 Y.Assert.isFunction(list.increment); 178 list.increment(); 209 increment: function (by) { this.value += by || 1; } 215 Y.Assert.isUndefined(list.increment); 216 Y.ArrayList.addMethod(list, ['increment', 'getValue']); 219 Y.Assert.isFunction(list.increment); 221 Y.Assert.areSame(list, list.increment()); [all...] |
| /yui3/src/event/tests/src/ |
| H A D | event-synthetic.js | 916 function increment() { 920 target.on('synth', increment); 921 target.on('synth', increment); 933 function increment() { 937 Y.one('#item1').on('synth', increment); 938 Y.on('synth', increment, '#item1'); 950 function increment() { 954 Y.all("#item1").on('synth', increment); 955 Y.one("#item1").on('synth', increment); 968 function increment() { [all...] |
| /yui3/src/event/tests/ |
| H A D | event-synthetic-tests.js | 918 function increment() { 922 target.on('synth', increment); 923 target.on('synth', increment); 935 function increment() { 939 Y.one('#item1').on('synth', increment); 940 Y.on('synth', increment, '#item1'); 952 function increment() { 956 Y.all("#item1").on('synth', increment); 957 Y.one("#item1").on('synth', increment); 970 function increment() { [all...] |
| /yui3/src/event-custom/tests/ |
| H A D | event-custom-base-tests.js | 1653 // Subscriber should be detached, so count should not increment 1668 // Subscriber should be detached, so count should not increment 1699 // Subscriber should be detached, so count should not increment 1714 // Subscriber should be detached, so count should not increment 2389 // Subscriber should be detached, so count should not increment 2404 // Subscriber should be detached, so count should not increment 2435 // Subscriber should be detached, so count should not increment 2450 // Subscriber should be detached, so count should not increment 3183 function increment() { 3187 sub = target.on('test', increment); [all...] |
| /yui3/src/event-custom/tests/src/ |
| H A D | event-custom-base.js | 1651 // Subscriber should be detached, so count should not increment 1666 // Subscriber should be detached, so count should not increment 1697 // Subscriber should be detached, so count should not increment 1712 // Subscriber should be detached, so count should not increment 2387 // Subscriber should be detached, so count should not increment 2402 // Subscriber should be detached, so count should not increment 2433 // Subscriber should be detached, so count should not increment 2448 // Subscriber should be detached, so count should not increment 3181 function increment() { 3185 sub = target.on('test', increment); [all...] |
Completed in 68 milliseconds