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 { | 70 app.alert("timer fired"); |
71 app.alert("hello world"); | |
72 } | 71 } |
73 app.setTimeOut("startDelay()", 3000); | 72 function fireInterval() { |
| 73 app.alert("interval fired"); |
| 74 } |
| 75 app.setTimeOut("fireTimeOut()", 3000); |
| 76 app.setInterval("fireInterval()", 2000); |
74 endstream | 77 endstream |
75 endobj | 78 endobj |
76 xref | 79 xref |
77 0 51 | 80 0 51 |
78 0000000000 65535 f | 81 0000000000 65535 f |
79 0000000015 00000 n | 82 0000000015 00000 n |
80 0000000118 00000 n | 83 0000000118 00000 n |
81 0000000000 65535 f | 84 0000000000 65535 f |
82 0000000181 00000 n | 85 0000000181 00000 n |
83 0000000000 65535 f | 86 0000000000 65535 f |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 0000000000 65535 f | 126 0000000000 65535 f |
124 0000000000 65535 f | 127 0000000000 65535 f |
125 0000000000 65535 f | 128 0000000000 65535 f |
126 0000000000 65535 f | 129 0000000000 65535 f |
127 0000000000 65535 f | 130 0000000000 65535 f |
128 0000000822 00000 n | 131 0000000822 00000 n |
129 trailer << | 132 trailer << |
130 /Root 1 0 R | 133 /Root 1 0 R |
131 >> | 134 >> |
132 startxref | 135 startxref |
133 954 | 136 1055 |
134 %%EOF | 137 %%EOF |
OLD | NEW |