OLD | NEW |
1 %PDF-1.7 | 1 %PDF-1.7 |
2 % ò¤ô | 2 % ò¤ô |
3 1 0 obj << | 3 1 0 obj << |
4 /Type /Catalog | 4 /Type /Catalog |
5 /Pages 2 0 R | 5 /Pages 2 0 R |
6 /AcroForm 6 0 R | 6 /AcroForm 6 0 R |
7 /Names <</JavaScript 13 0 R>> | 7 /Names <</JavaScript 13 0 R>> |
8 >> | 8 >> |
9 endobj | 9 endobj |
10 2 0 obj << | 10 2 0 obj << |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 /JS 50 0 R | 59 /JS 50 0 R |
60 >> | 60 >> |
61 endobj | 61 endobj |
62 13 0 obj << | 62 13 0 obj << |
63 /Names [(startDelay) 11 0 R] | 63 /Names [(startDelay) 11 0 R] |
64 >> | 64 >> |
65 endobj | 65 endobj |
66 50 0 obj << | 66 50 0 obj << |
67 >> | 67 >> |
68 stream | 68 stream |
69 function startDelay() | 69 function fireTimeOut() { |
70 { | |
71 app.alert("hello world"); | 70 app.alert("hello world"); |
72 } | 71 } |
73 app.setTimeOut("startDelay()", 3000); | 72 function fireInterval() { |
| 73 app.alert("goodbye world"); |
| 74 } |
| 75 var timer = app.setTimeOut("fireTimeOut()", 3000); |
| 76 var interval = app.setInterval("fireInterval()", 1000); |
| 77 app.clearTimeOut(timer); |
| 78 app.clearInterval(interval); |
74 endstream | 79 endstream |
75 endobj | 80 endobj |
76 xref | 81 xref |
77 0 51 | 82 0 51 |
78 0000000000 65535 f | 83 0000000000 65535 f |
79 0000000015 00000 n | 84 0000000015 00000 n |
80 0000000118 00000 n | 85 0000000118 00000 n |
81 0000000000 65535 f | 86 0000000000 65535 f |
82 0000000181 00000 n | 87 0000000181 00000 n |
83 0000000000 65535 f | 88 0000000000 65535 f |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 0000000000 65535 f | 128 0000000000 65535 f |
124 0000000000 65535 f | 129 0000000000 65535 f |
125 0000000000 65535 f | 130 0000000000 65535 f |
126 0000000000 65535 f | 131 0000000000 65535 f |
127 0000000000 65535 f | 132 0000000000 65535 f |
128 0000000822 00000 n | 133 0000000822 00000 n |
129 trailer << | 134 trailer << |
130 /Root 1 0 R | 135 /Root 1 0 R |
131 >> | 136 >> |
132 startxref | 137 startxref |
133 954 | 138 1135 |
134 %%EOF | 139 %%EOF |
OLD | NEW |