Lines Matching refs:increment

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);
3204 function increment() {
3208 target.on('cat|test', increment);
3225 function increment() {
3229 target.on('cat|test', increment);
3235 target.detach('cat|test', increment);
3246 function increment() {
3250 target.on('cat|test', increment);
3267 function increment() {
3272 test1: increment,
3273 test2: increment
3303 function increment() {
3308 test1: increment,
3309 test2: increment
3317 target.detach('test1', increment);
3327 target.detach('test2', increment);
3339 function increment() {
3344 test1: increment,
3345 test2: increment
3368 function increment() {
3373 'cat|test1': increment,
3374 test2: increment
3397 function increment() {
3402 'cat|test1': increment,
3403 test2: increment
3426 function increment() {
3431 'cat|test1': increment,
3432 'cat|test2': increment,
3433 test3: increment
3461 function increment() {
3465 target.on(['test'], increment);
3471 target.detach('test', increment);
3482 function increment() {
3486 target.on(['test'], increment);
3503 function increment() {
3507 target.on(['test1', 'test2'], increment);
3533 function increment() {
3537 target.on(['test1', 'test2'], increment);
3566 function increment() {
3570 target.on([], increment);
3601 function increment() {
3606 test1: increment,
3607 test2: increment
3628 function increment() {
3632 handle = target.on(['test1', 'test2'], increment);
3652 function increment() {
3656 handle = target.on(['test1', 'test2'], increment);
3675 function increment() {
3679 target.on('test', increment);
3691 target.on('test', increment);
3881 function increment() {
3885 sub = target.after('test', increment);
3902 function increment() {
3906 target.after('cat|test', increment);
3923 function increment() {
3927 target.after('cat|test', increment);
3933 target.detach('cat|test', increment);
3944 function increment() {
3948 target.after('cat|test', increment);
3965 function increment() {
3970 test1: increment,
3971 test2: increment
4001 function increment() {
4006 test1: increment,
4007 test2: increment
4015 target.detach('test1', increment);
4025 target.detach('test2', increment);
4037 function increment() {
4042 test1: increment,
4043 test2: increment
4066 function increment() {
4071 'cat|test1': increment,
4072 test2: increment
4095 function increment() {
4100 'cat|test1': increment,
4101 test2: increment
4124 function increment() {
4129 'cat|test1': increment,
4130 'cat|test2': increment,
4131 test3: increment
4159 function increment() {
4163 target.after(['test'], increment);
4169 target.detach('test', increment);
4180 function increment() {
4184 target.after(['test'], increment);
4201 function increment() {
4205 target.after(['test1', 'test2'], increment);
4231 function increment() {
4235 target.after(['test1', 'test2'], increment);
4264 function increment() {
4268 target.after([], increment);
4299 function increment() {
4304 test1: increment,
4305 test2: increment
4326 function increment() {
4330 handle = target.after(['test1', 'test2'], increment);
4350 function increment() {
4354 handle = target.after(['test1', 'test2'], increment);
4373 function increment() {
4377 target.after('test', increment);
4389 target.after('test', increment);