* Ubuntu 10.04 multi load configure file for pxelinux
[lab.git] / sakura-editor / DrRacket2.kwd
1 // DrRacket "Advanced Student" keywords definition file\r
2 // prim-op\r
3 \r
4 // Numbers: Integers, Rationals, Reals, Complex, Exacts, Inexacts\r
5 <\r
6 <=\r
7 =\r
8 >\r
9 >=\r
10 abs\r
11 acos\r
12 add1\r
13 angle\r
14 asin\r
15 atan\r
16 ceiling\r
17 complex?\r
18 conjugate\r
19 cos\r
20 cosh\r
21 current-seconds\r
22 denominator\r
23 e\r
24 even?\r
25 exact->inexact\r
26 exact?\r
27 exp\r
28 expt\r
29 floor\r
30 gcd\r
31 imag-part\r
32 inexact->exact\r
33 inexact?\r
34 integer->char\r
35 integer-sqrt\r
36 integer?\r
37 lcm\r
38 log\r
39 magnitude\r
40 make-polar\r
41 make-rectangular\r
42 max\r
43 min\r
44 modulo\r
45 negative?\r
46 number->string\r
47 number?\r
48 numerator\r
49 odd?\r
50 pi\r
51 positive?\r
52 quotient\r
53 random\r
54 rational?\r
55 real-part\r
56 real?\r
57 remainder\r
58 round\r
59 sgn\r
60 sin\r
61 sinh\r
62 sqr\r
63 sqrt\r
64 sub1\r
65 tan\r
66 zero?\r
67 \r
68 // Booleans\r
69 boolean=?\r
70 boolean?\r
71 false?\r
72 not\r
73 \r
74 // Symbols\r
75 symbol->string\r
76 symbol=?\r
77 symbol?\r
78 \r
79 // Lists\r
80 append\r
81 assoc\r
82 assq\r
83 caaar\r
84 caadr\r
85 caar\r
86 cadddr\r
87 caddr\r
88 cadr\r
89 car\r
90 cdaar\r
91 cdadr\r
92 cdar\r
93 cddar\r
94 cdddr\r
95 cddr\r
96 cdr\r
97 cons\r
98 cons?\r
99 eighth\r
100 empty?\r
101 fifth\r
102 first\r
103 fourth\r
104 length\r
105 list\r
106 list*\r
107 list-ref\r
108 list?\r
109 make-list\r
110 member\r
111 member?\r
112 memq\r
113 memv\r
114 null\r
115 null?\r
116 pair?\r
117 remove\r
118 rest\r
119 reverse\r
120 second\r
121 seventh\r
122 sixth\r
123 third\r
124 \r
125 // Posns\r
126 make-posn\r
127 posn\r
128 posn-x\r
129 posn-y\r
130 posn?\r
131 set-posn-x!\r
132 set-posn-y!\r
133 \r
134 // Characters\r
135 char->integer\r
136 char-alphabetic?\r
137 char-ci<=?\r
138 char-ci<?\r
139 char-ci=?\r
140 char-ci>=?\r
141 char-ci>?\r
142 char-downcase\r
143 char-lower-case?\r
144 char-numeric?\r
145 char-upcase\r
146 char-upper-case?\r
147 char-whitespace?\r
148 char<=?\r
149 char<?\r
150 char=?\r
151 char>=?\r
152 char>?\r
153 char?\r
154 \r
155 // Strings\r
156 explode\r
157 format\r
158 implode\r
159 int->string\r
160 list->string\r
161 make-string\r
162 replicate\r
163 string\r
164 string->int\r
165 string->list\r
166 string->number\r
167 string->symbol\r
168 string-alphabetic?\r
169 string-append\r
170 string-ci<=?\r
171 string-ci<?\r
172 string-ci=?\r
173 string-ci>=?\r
174 string-ci>?\r
175 string-copy\r
176 string-ith\r
177 string-length\r
178 string-lower-case?\r
179 string-numeric?\r
180 string-ref\r
181 string-upper-case?\r
182 string-whitespace?\r
183 string<=?\r
184 string<?\r
185 string=?\r
186 string>=?\r
187 string>?\r
188 string?\r
189 substring\r
190 \r
191 // Images\r
192 image=?\r
193 image?\r
194 \r
195 // Misc\r
196 =~\r
197 current-milliseconds\r
198 eof\r
199 eof-object?\r
200 eq?\r
201 equal?\r
202 equal~?\r
203 eqv?\r
204 error\r
205 exit\r
206 force\r
207 gensym\r
208 identity\r
209 promise?\r
210 sleep\r
211 struct?\r
212 void\r
213 void?\r
214 \r
215 // Numbers\r
216 *\r
217 +\r
218 -\r
219 /\r
220 \r
221 // Higher-Order Functions\r
222 andmap\r
223 apply\r
224 argmax\r
225 argmin\r
226 build-list\r
227 build-string\r
228 compose\r
229 filter\r
230 foldl\r
231 foldr\r
232 for-each\r
233 map\r
234 memf\r
235 ormap\r
236 procedure?\r
237 quicksort\r
238 sort\r
239 \r
240 // Reading and Printing\r
241 display\r
242 newline\r
243 pretty-print\r
244 print\r
245 printf\r
246 read\r
247 with-input-from-file\r
248 with-input-from-string\r
249 with-output-to-file\r
250 with-output-to-string\r
251 write\r
252 \r
253 // Vectors\r
254 build-vector\r
255 make-vector\r
256 vector\r
257 vector-length\r
258 vector-ref\r
259 vector-set!\r
260 vector?\r
261 \r
262 // Boxes\r
263 box\r
264 box?\r
265 set-box!\r
266 unbox\r
267 \r
268 // Hash Tables\r
269 hash-copy\r
270 hash-count\r
271 hash-eq?\r
272 hash-equal?\r
273 hash-eqv?\r
274 hash-for-each\r
275 hash-has-key?\r
276 hash-map\r
277 hash-ref\r
278 hash-ref!\r
279 hash-remove!\r
280 hash-set!\r
281 hash-update!\r
282 hash?\r
283 make-hash\r
284 make-hasheq\r
285 make-hasheqv\r