Lines Matching refs:increment

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() {
974 target.on('synth', increment);
975 target.on('synth', increment);
987 function increment() {
991 Y.one('#item1').on('synth', increment);
992 Y.on('synth', increment, '#item1');
1004 function increment() {
1008 Y.all("#item1").on('synth', increment);
1009 Y.one("#item1").on('synth', increment);
2031 function increment() {
2035 all.on('synth', increment);
2041 item.detach('synth', increment);
2053 function increment() {
2057 all.on('synth', increment);
2075 function increment() {
2079 item.on('synth', increment);
2085 all.detach('synth', increment);
2097 function increment() {
2101 item.on('synth', increment);
2119 function increment() {
2123 sub = item.on('synth', increment);
2144 function increment() {
2148 sub = items.on('synth', increment);
2453 function increment() {
2457 item.on('cat|synth', increment);
2474 function increment() {
2478 item.on('cat|synth', increment);
2484 item.detach('cat|synth', increment);
2495 function increment() {
2499 item.on('cat|synth', increment);
2516 function increment() {
2520 Y.on('cat|synth', increment, '#button1');
2537 function increment() {
2541 Y.on('cat|synth', increment, '#button1');
2547 item.detach('cat|synth', increment);
2558 function increment() {
2562 Y.on('cat|synth', increment, '#button1');
2579 function increment() {
2583 items.on('cat|synth', increment);
2600 function increment() {
2604 items.on('cat|synth', increment);
2610 items.detach('cat|synth', increment);
2621 function increment() {
2625 items.on('cat|synth', increment);
2642 function increment() {
2646 Y.on('cat|synth', increment, '#inner p');
2663 function increment() {
2667 Y.on('cat|synth', increment, '#inner p');
2673 items.detach('cat|synth', increment);
2684 function increment() {
2688 Y.on('cat|synth', increment, '#inner p');