Searched refs:count (Results 1 - 25 of 47) sorted by relevance

12

/yui3/src/io/tests/php/
H A Dpost.php3 $count = count($_POST); variable
5 if ($count > 0) {
11 echo $count;
H A Dput.php3 $count = count($_POST); variable
5 if ($count > 0) {
11 echo $count;
/yui3/src/yui/tests/
H A Dlater-test.js10 count = 0,
14 count++;
17 if (count > 1) {
34 Y.Assert.areSame(0, count);
42 count = 0,
46 count++;
49 if (count > 1) {
66 Y.Assert.areSame(0, count);
73 count = 0,
76 count
[all...]
/yui3/src/event-custom/tests/src/
H A Devent-custom-complex.js88 var count = 0,
103 count++;
111 Y.Assert.areEqual(1, count);
120 Y.Assert.areEqual(1, count);
125 var count = 0;
129 count++;
144 Y.Assert.areEqual(1, count);
148 var count = 0,
154 count++;
166 Y.Assert.areEqual(1, count);
[all...]
H A Devent-custom-base.js223 count = 0,
227 count++;
247 Y.Assert.areSame(2, count);
262 count = 0,
266 count++;
275 Y.Assert.areSame(1, count);
285 Y.Assert.areSame(2, count);
294 count = 0,
300 count++;
312 Y.Assert.areSame(1, count);
[all...]
H A Devent-do.js21 var et = new Y.EventTarget(), count = 0;
24 count++;
31 count++;
38 Y.Assert.areEqual(2, count);
/yui3/src/datasource/tests/
H A Ddatasource-polling-tests.js20 count = 0,
26 count++;
34 var currentCount = count;
36 Assert.isTrue((count > 1));
41 Assert.areSame(currentCount, count);
95 count = 0,
101 count++;
106 Assert.areSame(0, count, "first sendRequest should be async");
109 Assert.areSame(1, count);
112 Y.assert((count >
[all...]
H A Ddatasource-function-tests.js158 count = 0;
161 count++;
174 Y.Assert.areSame(1, count);
/yui3/src/datasource/tests/src/
H A Ddatasource-polling.js18 count = 0,
24 count++;
32 var currentCount = count;
34 Assert.isTrue((count > 1));
39 Assert.areSame(currentCount, count);
93 count = 0,
99 count++;
104 Assert.areSame(0, count, "first sendRequest should be async");
107 Assert.areSame(1, count);
110 Y.assert((count >
[all...]
H A Ddatasource-function.js156 count = 0;
159 count++;
172 Y.Assert.areSame(1, count);
/yui3/src/event/tests/
H A Devent-key-tests.js592 count = 0;
595 count++;
601 Y.Assert.areSame(1, count);
604 Y.Assert.areSame(2, count);
607 Y.Assert.areSame(2, count);
610 Y.Assert.areSame(2, count);
615 count = 0;
618 count++;
624 Y.Assert.areSame(1, count);
627 Y.Assert.areSame(2, count);
[all...]
H A Devent-synthetic-tests.js916 count = 0;
919 count++;
927 areSame(2, count);
933 var count = 0;
936 count++;
944 areSame(2, count);
950 var count = 0;
953 count++;
961 areSame(2, count);
968 count
[all...]
/yui3/src/event/tests/src/
H A Devent-synthetic.js914 count = 0;
917 count++;
925 areSame(2, count);
931 var count = 0;
934 count++;
942 areSame(2, count);
948 var count = 0;
951 count++;
959 areSame(2, count);
966 count
[all...]
H A Devent-key.js590 count = 0;
593 count++;
599 Y.Assert.areSame(1, count);
602 Y.Assert.areSame(2, count);
605 Y.Assert.areSame(2, count);
608 Y.Assert.areSame(2, count);
613 count = 0;
616 count++;
622 Y.Assert.areSame(1, count);
625 Y.Assert.areSame(2, count);
[all...]
/yui3/src/loader/scripts/
H A Dloader_template.js21 var count = 0;
25 if (count === 1000) {
28 count++;
/yui3/build/datatype-number-format/
H A Ddatatype-number-format-debug.js57 newOutput, count, i;
78 for (count = 0, i=decIndex; i>0; i--) {
79 if ((count%3 === 0) && (i !== decIndex) && (!isNeg || (i > 1))) {
83 count++;
/yui3/src/event-custom/tests/
H A Devent-custom-base-tests.js225 count = 0,
229 count++;
249 Y.Assert.areSame(2, count);
264 count = 0,
268 count++;
277 Y.Assert.areSame(1, count);
287 Y.Assert.areSame(2, count);
296 count = 0,
302 count++;
314 Y.Assert.areSame(1, count);
[all...]
/yui3/src/datatype/js/
H A Ddatatype-number-format.js55 newOutput, count, i;
76 for (count = 0, i=decIndex; i>0; i--) {
77 if ((count%3 === 0) && (i !== decIndex) && (!isNeg || (i > 1))) {
81 count++;
/yui3/src/node-focusmanager/docs/assets/
H A Dnews.php32 $nResults = count($results);
/yui3/src/test/js/
H A DObjectAssert.js141 var count = 0,
145 count++;
149 if (count !== 0){
150 YUITest.Assert.fail(YUITest.Assert._formatMessage(message, "Object owns " + count + " properties but should own none."));
/yui3/build/event-focus/
H A Devent-focus-debug.js90 count = notifierData ?
109 // Store the count for step 2
110 tmp = count;
117 count--;
125 return !count;
127 count = tmp;
131 while (count && (target = axisNodes.shift())) {
167 count--;
/yui3/src/event/js/
H A Dfocusblur.js88 count = notifierData ?
107 // Store the count for step 2
108 tmp = count;
115 count--;
123 return !count;
125 count = tmp;
129 while (count && (target = axisNodes.shift())) {
165 count--;
/yui3/src/yql/tests/
H A Dyql.js24 Y.Assert.areEqual(1, r.query.count, 'Query Count not correct');
39 Y.Assert.areEqual(1, r.query.count, 'Query Count not correct');
/yui3/build/cache-offline/
H A Dcache-offline-debug.js182 var count = 0,
188 count++;
191 return count;
/yui3/src/cache/js/
H A Dcache-offline.js180 var count = 0,
186 count++;
189 return count;

Completed in 123 milliseconds

12