ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_foxpro6.php
Go to the documentation of this file.
1<?php
2$BEAUT_PATH = realpath(".") . "/Services/COPage/syntax_highlight/php";
3if (!isset($BEAUT_PATH)) {
4 return;
5}
6require_once("$BEAUT_PATH/Beautifier/HFile.php");
7 class HFile_foxpro6 extends HFile
8 {
9 public function HFile_foxpro6()
10 {
11 $this->HFile();
12 /*************************************/
13 // Beautifier Highlighting Configuration File
14 // Visual FoxPro 6.0
15 /*************************************/
16 // Flags
17
18 $this->nocase = "1";
19 $this->notrim = "0";
20 $this->perl = "0";
21
22 // Colours
23
24 $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple", "gray");
25 $this->quotecolour = "blue";
26 $this->blockcommentcolour = "green";
27 $this->linecommentcolour = "green";
28
29 // Indent Strings
30
31 $this->indent = array("Case", "Else", "#Else", "Then");
32 $this->unindent = array("Else", "#Else", "Endcase", "Enddefine", "Enddo", "Endfor", "Endfunc", "Endif", "Endprintjob", "Endproc", "Endscan", "Endtext", "Endwith", "#Endif");
33
34 // String characters and delimiters
35
36 $this->stringchars = array();
37 $this->delimiters = array("!", "@", "$", "%", "(", ")", "-", "+", "=", "/", "{", "}", "[", "]", ":", ";", ",", " ", ".", "*", "&");
38 $this->escchar = "";
39
40 // Comment settings
41
42 $this->linecommenton = array("*");
43 $this->blockcommenton = array("");
44 $this->blockcommentoff = array("");
45
46 // Keywords (keyword mapping to colour number)
47
48 $this->keywords = array(
49 "#Elif" => "1",
50 "#Else" => "1",
51 "#Endif" => "1",
52 "#Define" => "1",
53 "#If" => "1",
54 "#Include" => "1",
55 "#Itsexpression" => "1",
56 "#Readclauses" => "1",
57 "#Region" => "1",
58 "#Section" => "1",
59 "#Undef" => "1",
60 "#Wname" => "1",
61 "Case" => "2",
62 "Define" => "2",
63 "Do" => "2",
64 "Else" => "2",
65 "Endcase" => "2",
66 "Enddefine" => "2",
67 "Enddo" => "2",
68 "Endfor" => "2",
69 "Endfunc" => "2",
70 "Endif" => "2",
71 "Endprintjob" => "2",
72 "Endproc" => "2",
73 "Endscan" => "2",
74 "Endtext" => "2",
75 "Endwith" => "2",
76 "For" => "2",
77 "Function" => "2",
78 "Hidden" => "2",
79 "If" => "2",
80 "Local" => "2",
81 "Lparameter" => "2",
82 "Lparameters" => "2",
83 "Next" => "2",
84 "Otherwise" => "2",
85 "Parameters" => "2",
86 "Printjob" => "2",
87 "Procedure" => "2",
88 "Protected" => "2",
89 "Public" => "2",
90 "Scan" => "2",
91 "Text" => "2",
92 "Then" => "2",
93 "While" => "2",
94 "With" => "2",
95 "?" => "3",
96 "??" => "3",
97 "???" => "3",
98 "Abs" => "3",
99 "Accept" => "3",
100 "Access" => "3",
101 "Aclass" => "3",
102 "Acopy" => "3",
103 "Acos" => "3",
104 "Adatabases" => "3",
105 "Adbobjects" => "3",
106 "Addbs" => "3",
107 "Addrelationtoenv" => "3",
108 "Addtabletoenv" => "3",
109 "Adel" => "3",
110 "Adir" => "3",
111 "Aelement" => "3",
112 "Aerror" => "3",
113 "Afields" => "3",
114 "Afont" => "3",
115 "Agetclass" => "3",
116 "Agetfileversion" => "3",
117 "Ains" => "3",
118 "Ainstance" => "3",
119 "Alen" => "3",
120 "Align" => "3",
121 "Alines" => "3",
122 "Alltrim" => "3",
123 "Alter" => "3",
124 "Amembers" => "3",
125 "Amouseobj" => "3",
126 "Anetresources" => "3",
127 "Ansitooem" => "3",
128 "Append" => "3",
129 "Aprinters" => "3",
130 "Ascan" => "3",
131 "Aselobj" => "3",
132 "Asin" => "3",
133 "Asort" => "3",
134 "Assert" => "3",
135 "Asserts" => "3",
136 "Assist" => "3",
137 "Asubscript" => "3",
138 "Asynchronous" => "3",
139 "At_c" => "3",
140 "Atan" => "3",
141 "Atc" => "3",
142 "Atcc" => "3",
143 "Atcline" => "3",
144 "Atline" => "3",
145 "Atn2" => "3",
146 "Aused" => "3",
147 "Autoform" => "3",
148 "Autoreport" => "3",
149 "Avcxclasses" => "3",
150 "Average" => "3",
151 "BarCount" => "3",
152 "BarPrompt" => "3",
153 "BatchMode" => "3",
154 "BatchUpdateCount" => "3",
155 "Begin" => "3",
156 "BellSound" => "3",
157 "BinToC" => "3",
158 "Bintoc" => "3",
159 "Bitand" => "3",
160 "Bitclear" => "3",
161 "Bitlshift" => "3",
162 "Bitnot" => "3",
163 "Bitor" => "3",
164 "Bitrshift" => "3",
165 "Bitset" => "3",
166 "Bittest" => "3",
167 "Bitxor" => "3",
168 "Bof" => "3",
169 "Browse" => "3",
170 "BrowseRefresh" => "3",
171 "Buffering" => "3",
172 "BuilderLock" => "3",
173 "COMArray" => "3",
174 "COMReturnError" => "3",
175 "CToBin" => "3",
176 "Calculate" => "3",
177 "Call" => "3",
178 "Capslock" => "3",
179 "Cd" => "3",
180 "Cdow" => "3",
181 "Ceiling" => "3",
182 "Central" => "3",
183 "Change" => "3",
184 "Char" => "3",
185 "Chdir" => "3",
186 "Chr" => "3",
187 "Chrsaw" => "3",
188 "Chrtran" => "3",
189 "Chrtranc" => "3",
190 "Close" => "3",
191 "Cmonth" => "3",
192 "Cntbar" => "3",
193 "Cntpad" => "3",
194 "Col" => "3",
195 "Comclassinfo" => "3",
196 "CommandTargetQuery" => "3",
197 "Compile" => "3",
198 "Completed" => "3",
199 "Compobj" => "3",
200 "Compute" => "3",
201 "Concat" => "3",
202 "ConnectBusy" => "3",
203 "ConnectHandle" => "3",
204 "ConnectName" => "3",
205 "ConnectString" => "3",
206 "ConnectTimeOut" => "3",
207 "ContainerReleaseType" => "3",
208 "Continue" => "3",
209 "Copy" => "3",
210 "Cos" => "3",
211 "Cot" => "3",
212 "Count" => "3",
213 "Coverage" => "3",
214 "Cpconvert" => "3",
215 "Cpcurrent" => "3",
216 "Cpdbf" => "3",
217 "Cpnotrans" => "3",
218 "Create" => "3",
219 "CreateBinary" => "3",
220 "Createobject" => "3",
221 "Createobjectex" => "3",
222 "Createoffline" => "3",
223 "CrsBuffering" => "3",
224 "CrsFetchMemo" => "3",
225 "CrsFetchSize" => "3",
226 "CrsMaxRows" => "3",
227 "CrsMethodUsed" => "3",
228 "CrsNumBatch" => "3",
229 "CrsShareConnection" => "3",
230 "CrsUseMemoSize" => "3",
231 "CrsWhereClause" => "3",
232 "Ctobin" => "3",
233 "Ctod" => "3",
234 "Ctot" => "3",
235 "Curdate" => "3",
236 "Curdir" => "3",
237 "CurrLeft" => "3",
238 "CurrSymbol" => "3",
239 "CursorGetProp" => "3",
240 "CursorSetProp" => "3",
241 "Curtime" => "3",
242 "Curval" => "3",
243 "DBGetProp" => "3",
244 "DBSetProp" => "3",
245 "DB_BufLockRow" => "3",
246 "DB_BufLockTable" => "3",
247 "DB_BufOff" => "3",
248 "DB_BufOptRow" => "3",
249 "DB_BufOptTable" => "3",
250 "DB_Complette" => "3",
251 "DB_DeleteInsert" => "3",
252 "DB_KeyAndModified" => "3",
253 "DB_KeyAndTimestamp" => "3",
254 "DB_KeyAndUpdatable" => "3",
255 "DB_LocalSQL" => "3",
256 "DB_NoPrompt" => "3",
257 "DB_Prompt" => "3",
258 "DB_RemoteSQL" => "3",
259 "DB_TransAuto" => "3",
260 "DB_TransManual" => "3",
261 "DB_TransNone" => "3",
262 "DB_Update" => "3",
263 "Datetime" => "3",
264 "Day" => "3",
265 "Dayname" => "3",
266 "Dayofmonth" => "3",
267 "Dayofweek" => "3",
268 "Dayofyear" => "3",
269 "Dbalias" => "3",
270 "Dbused" => "3",
271 "Ddeaborttrans" => "3",
272 "Ddeadvise" => "3",
273 "Ddeenabled" => "3",
274 "Ddeexecute" => "3",
275 "Ddeinitiate" => "3",
276 "Ddelasterror" => "3",
277 "Ddepoke" => "3",
278 "Dderequest" => "3",
279 "Ddesetoption" => "3",
280 "Ddesetservice" => "3",
281 "Ddesettopic" => "3",
282 "Ddeterminate" => "3",
283 "Debugout" => "3",
284 "Declare" => "3",
285 "DefOLELCid" => "3",
286 "DefaultValue" => "3",
287 "Defaultext" => "3",
288 "Degrees" => "3",
289 "DeleteTrigger" => "3",
290 "Desc" => "3",
291 "Description" => "3",
292 "Difference" => "3",
293 "Dimension" => "3",
294 "Dir" => "3",
295 "Directory" => "3",
296 "Diskspace" => "3",
297 "DispLogin" => "3",
298 "DispWarnings" => "3",
299 "Display" => "3",
300 "Dll" => "3",
301 "Dmy" => "3",
302 "DoDefault" => "3",
303 "DoEvents" => "3",
304 "Doc" => "3",
305 "Doevents" => "3",
306 "Dow" => "3",
307 "Drivetype" => "3",
308 "Drop" => "3",
309 "Dropoffline" => "3",
310 "Dtoc" => "3",
311 "Dtor" => "3",
312 "Dtos" => "3",
313 "Dtot" => "3",
314 "DynamicInputMask" => "3",
315 "Each" => "3",
316 "Edit" => "3",
317 "Eject" => "3",
318 "Elif" => "3",
319 "End" => "3",
320 "Eof" => "3",
321 "Erase" => "3",
322 "Evaluate" => "3",
323 "Event" => "3",
324 "Eventtracking" => "3",
325 "Exclude" => "3",
326 "Exclusive" => "3",
327 "Exit" => "3",
328 "Exp" => "3",
329 "Export" => "3",
330 "External" => "3",
331 "FDate" => "3",
332 "FTime" => "3",
333 "Fchsize" => "3",
334 "Fclose" => "3",
335 "Fcount" => "3",
336 "Fcreate" => "3",
337 "Feof" => "3",
338 "Ferror" => "3",
339 "FetchMemo" => "3",
340 "FetchSize" => "3",
341 "Fflush" => "3",
342 "Fgets" => "3",
343 "Filer" => "3",
344 "Filetostr" => "3",
345 "Find" => "3",
346 "Fklabel" => "3",
347 "Fkmax" => "3",
348 "Fldlist" => "3",
349 "Flock" => "3",
350 "Floor" => "3",
351 "Flush" => "3",
352 "Fontmetric" => "3",
353 "Fopen" => "3",
354 "Forceext" => "3",
355 "Forcepath" => "3",
356 "FormSetClass" => "3",
357 "FormSetLib" => "3",
358 "FormsClass" => "3",
359 "FormsLib" => "3",
360 "Found" => "3",
361 "FoxPro" => "3",
362 "Foxcode" => "3",
363 "Foxdoc" => "3",
364 "Foxgen" => "3",
365 "Foxgraph" => "3",
366 "Foxview" => "3",
367 "Fputs" => "3",
368 "Fread" => "3",
369 "French" => "3",
370 "Fseek" => "3",
371 "Fsize" => "3",
372 "Fv" => "3",
373 "Fwrite" => "3",
374 "Gather" => "3",
375 "German" => "3",
376 "GetPem" => "3",
377 "Getbar" => "3",
378 "Getcolor" => "3",
379 "Getcp" => "3",
380 "Getdir" => "3",
381 "Getenv" => "3",
382 "Getexpr" => "3",
383 "Getfile" => "3",
384 "Getfldstate" => "3",
385 "Getfont" => "3",
386 "Gethost" => "3",
387 "Getnextmodified" => "3",
388 "Getobject" => "3",
389 "Getpad" => "3",
390 "Getpict" => "3",
391 "Getprinter" => "3",
392 "Go" => "3",
393 "Gomonth" => "3",
394 "Goto" => "3",
395 "Graph" => "3",
396 "GridHorz" => "3",
397 "GridShow" => "3",
398 "GridShowPos" => "3",
399 "GridSnap" => "3",
400 "GridVert" => "3",
401 "Help" => "3",
402 "HelpOn" => "3",
403 "HelpTo" => "3",
404 "HighLightRow" => "3",
405 "Home" => "3",
406 "Hour" => "3",
407 "IMEStatus" => "3",
408 "IdleTimeOut" => "3",
409 "Idxcollate" => "3",
410 "Ifdef" => "3",
411 "Ifndef" => "3",
412 "Iif" => "3",
413 "Import" => "3",
414 "Include" => "3",
415 "Indbc" => "3",
416 "Index" => "3",
417 "Indexseek" => "3",
418 "Inkey" => "3",
419 "Inlist" => "3",
420 "Input" => "3",
421 "Insert" => "3",
422 "InsertTrigger" => "3",
423 "Insmode" => "3",
424 "IsBlank" => "3",
425 "IsFLocked" => "3",
426 "IsLeadByte" => "3",
427 "IsMouse" => "3",
428 "IsNull" => "3",
429 "IsRLocked" => "3",
430 "Isalpha" => "3",
431 "Iscolor" => "3",
432 "Isdigit" => "3",
433 "Isexclusive" => "3",
434 "Isflocked" => "3",
435 "Ishosted" => "3",
436 "Islower" => "3",
437 "Isreadonly" => "3",
438 "Isrlocked" => "3",
439 "Isupper" => "3",
440 "Italian" => "3",
441 "Japan" => "3",
442 "Join" => "3",
443 "Justdrive" => "3",
444 "Justext" => "3",
445 "Justfname" => "3",
446 "Justpath" => "3",
447 "Juststem" => "3",
448 "KeyField" => "3",
449 "KeyFieldList" => "3",
450 "Keyboard" => "3",
451 "Keymatch" => "3",
452 "LastProject" => "3",
453 "Lastkey" => "3",
454 "Lcase" => "3",
455 "Leftc" => "3",
456 "Len" => "3",
457 "Lenc" => "3",
458 "Length" => "3",
459 "Likec" => "3",
460 "Lineno" => "3",
461 "LoadPicture" => "3",
462 "Loadpicture" => "3",
463 "Locate" => "3",
464 "Locfile" => "3",
465 "Log" => "3",
466 "Log10" => "3",
467 "Logout" => "3",
468 "Lookup" => "3",
469 "Loop" => "3",
470 "Lower" => "3",
471 "Ltrim" => "3",
472 "Lupdate" => "3",
473 "Mail" => "3",
474 "MaxRecords" => "3",
475 "Mcol" => "3",
476 "Md" => "3",
477 "Mdown" => "3",
478 "Mdx" => "3",
479 "Mdy" => "3",
480 "Memlines" => "3",
481 "Menu" => "3",
482 "Messagebox" => "3",
483 "Minute" => "3",
484 "Mkdir" => "3",
485 "Mline" => "3",
486 "Modify" => "3",
487 "Month" => "3",
488 "Monthname" => "3",
489 "Mouse" => "3",
490 "Mrkbar" => "3",
491 "Mrkpad" => "3",
492 "Mrow" => "3",
493 "Mtdll" => "3",
494 "Mton" => "3",
495 "Mwindow" => "3",
496 "Native" => "3",
497 "Ndx" => "3",
498 "Network" => "3",
499 "NoFilter" => "3",
500 "Nodefault" => "3",
501 "Normalize" => "3",
502 "Note" => "3",
503 "Now" => "3",
504 "Ntom" => "3",
505 "NullString" => "3",
506 "Numlock" => "3",
507 "Nvl" => "3",
508 "ODBChdbc" => "3",
509 "ODBChstmt" => "3",
510 "OLEDropTextInsertion" => "3",
511 "OLELCid" => "3",
512 "Objnum" => "3",
513 "Objref" => "3",
514 "Objtoclient" => "3",
515 "Objvar" => "3",
516 "Occurs" => "3",
517 "Oemtoansi" => "3",
518 "Oldval" => "3",
519 "OlePublic" => "3",
520 "Olereturnerror" => "3",
521 "On" => "3",
522 "Open" => "3",
523 "Oracle" => "3",
524 "Order" => "3",
525 "Os" => "3",
526 "Outer" => "3",
527 "PCount" => "3",
528 "Pack" => "3",
529 "PacketSize" => "3",
530 "Padc" => "3",
531 "Padl" => "3",
532 "Padr" => "3",
533 "Payment" => "3",
534 "Pcol" => "3",
535 "PemStatus" => "3",
536 "Pi" => "3",
537 "Pivot" => "3",
538 "Play" => "3",
539 "Pop" => "3",
540 "Popup" => "3",
541 "Power" => "3",
542 "PrimaryKey" => "3",
543 "Printstatus" => "3",
544 "Private" => "3",
545 "Prmbar" => "3",
546 "Prmpad" => "3",
547 "ProjectClick" => "3",
548 "Proper" => "3",
549 "Prow" => "3",
550 "Prtinfo" => "3",
551 "Push" => "3",
552 "Putfile" => "3",
553 "Pv" => "3",
554 "Qpr" => "3",
555 "Quater" => "3",
556 "QueryTimeOut" => "3",
557 "Quit" => "3",
558 "Radians" => "3",
559 "Rand" => "3",
560 "Rat" => "3",
561 "Ratc" => "3",
562 "Ratline" => "3",
563 "Rd" => "3",
564 "Rdlevel" => "3",
565 "Read" => "3",
566 "Readkey" => "3",
567 "Recall" => "3",
568 "Reccount" => "3",
569 "RecentlyUsedFiles" => "3",
570 "Recno" => "3",
571 "Recsize" => "3",
572 "Regional" => "3",
573 "Reindex" => "3",
574 "RelatedChild" => "3",
575 "RelatedTable" => "3",
576 "RelatedTag" => "3",
577 "Remove" => "3",
578 "Rename" => "3",
579 "Repeat" => "3",
580 "Replace" => "3",
581 "Replicate" => "3",
582 "Report" => "3",
583 "ResHeight" => "3",
584 "ResWidth" => "3",
585 "ResourceOn" => "3",
586 "ResourceTo" => "3",
587 "Resources" => "3",
588 "Restore" => "3",
589 "Resume" => "3",
590 "Retry" => "3",
591 "Return" => "3",
592 "Revertoffline" => "3",
593 "Rgbscheme" => "3",
594 "Rightc" => "3",
595 "Rlock" => "3",
596 "Rmdir" => "3",
597 "Rollback" => "3",
598 "Round" => "3",
599 "Rtod" => "3",
600 "Rtrim" => "3",
601 "RuleExpression" => "3",
602 "RuleText" => "3",
603 "Run" => "3",
604 "Runscript" => "3",
605 "Rview" => "3",
606 "SQLAsynchronous" => "3",
607 "SQLBatchMode" => "3",
608 "SQLCancel" => "3",
609 "SQLColumns" => "3",
610 "SQLConnect" => "3",
611 "SQLConnectTimeOut" => "3",
612 "SQLDisconnect" => "3",
613 "SQLDispLogin" => "3",
614 "SQLDispWarnings" => "3",
615 "SQLExec" => "3",
616 "SQLGetProp" => "3",
617 "SQLIdleTimeOut" => "3",
618 "SQLMoreResults" => "3",
619 "SQLPrepare" => "3",
620 "SQLQueryTimeOut" => "3",
621 "SQLSetProp" => "3",
622 "SQLTables" => "3",
623 "SQLTransactions" => "3",
624 "SQLWaitTime" => "3",
625 "Save" => "3",
626 "SavePicture" => "3",
627 "Savepicture" => "3",
628 "ScaleUnits" => "3",
629 "Scatter" => "3",
630 "Scols" => "3",
631 "Scroll" => "3",
632 "Sec" => "3",
633 "Second" => "3",
634 "Seek" => "3",
635 "Select" => "3",
636 "SendUpdates" => "3",
637 "Set" => "3",
638 "SetDefault" => "3",
639 "Setfldstate" => "3",
640 "Setup" => "3",
641 "ShareConnection" => "3",
642 "ShowOLEControls" => "3",
643 "ShowOLEInsertable" => "3",
644 "ShowVCXs" => "3",
645 "Sign" => "3",
646 "Sin" => "3",
647 "Size" => "3",
648 "SizeBox" => "3",
649 "Skpbar" => "3",
650 "Skppad" => "3",
651 "Sort" => "3",
652 "Soundex" => "3",
653 "SourceName" => "3",
654 "Sqlcommit" => "3",
655 "Sqll" => "3",
656 "Sqlrollback" => "3",
657 "Sqlstringconnect" => "3",
658 "Sqrt" => "3",
659 "Srows" => "3",
660 "StatusBar" => "3",
661 "Store" => "3",
662 "Str" => "3",
663 "Strconv" => "3",
664 "Strtofile" => "3",
665 "Strtran" => "3",
666 "Stuff" => "3",
667 "Stuffc" => "3",
668 "Substr" => "3",
669 "Substrc" => "3",
670 "Substring" => "3",
671 "Sum" => "3",
672 "Suspend" => "3",
673 "Sys" => "3",
674 "Sysmetric" => "3",
675 "TabOrdering" => "3",
676 "Table" => "3",
677 "TableRefresh" => "3",
678 "Tablerevert" => "3",
679 "Tableupdate" => "3",
680 "TagCount" => "3",
681 "TagNo" => "3",
682 "Tan" => "3",
683 "Target" => "3",
684 "This" => "3",
685 "Thisform" => "3",
686 "Thisformset" => "3",
687 "Timestamp" => "3",
688 "Timestampdiff" => "3",
689 "Total" => "3",
690 "Transactions" => "3",
691 "Transform" => "3",
692 "Trim" => "3",
693 "Truncate" => "3",
694 "Ttoc" => "3",
695 "Ttod" => "3",
696 "Txnlevel" => "3",
697 "Txtwidth" => "3",
698 "Type" => "3",
699 "Ucase" => "3",
700 "Undefine" => "3",
701 "Unlock" => "3",
702 "Unpack" => "3",
703 "Updatable" => "3",
704 "UpdatableFieldList" => "3",
705 "Update" => "3",
706 "UpdateName" => "3",
707 "UpdateNameList" => "3",
708 "UpdateTrigger" => "3",
709 "UpdateType" => "3",
710 "Updated" => "3",
711 "Upper" => "3",
712 "Upsizing" => "3",
713 "Usa" => "3",
714 "Use" => "3",
715 "UseMemoSize" => "3",
716 "Used" => "3",
717 "Val" => "3",
718 "Validate" => "3",
719 "Varread" => "3",
720 "Vartype" => "3",
721 "Version" => "3",
722 "VersionLanguage" => "3",
723 "Wait" => "3",
724 "WaitTime" => "3",
725 "Wborder" => "3",
726 "Wchild" => "3",
727 "Wcols" => "3",
728 "Week" => "3",
729 "Wexist" => "3",
730 "Wfont" => "3",
731 "WhereType" => "3",
732 "Windcmd" => "3",
733 "Windhelp" => "3",
734 "Windmemo" => "3",
735 "Windmenu" => "3",
736 "Windmodify" => "3",
737 "Windquery" => "3",
738 "Windscreen" => "3",
739 "Windsnip" => "3",
740 "Windstproc" => "3",
741 "WizardPrompt" => "3",
742 "Wlast" => "3",
743 "Wlcol" => "3",
744 "Wlrow" => "3",
745 "Wmaximum" => "3",
746 "Wminimum" => "3",
747 "Wontop" => "3",
748 "Woutput" => "3",
749 "Wparent" => "3",
750 "Wread" => "3",
751 "Wrows" => "3",
752 "Wtitle" => "3",
753 "Wvisible" => "3",
754 "Year" => "3",
755 "Zap" => "3",
756 "_Alignment" => "3",
757 "_Asciicols" => "3",
758 "_Asciirows" => "3",
759 "_Assist" => "3",
760 "_Beautify" => "3",
761 "_Box" => "3",
762 "_Browser" => "3",
763 "_Builder" => "3",
764 "_Calcmem" => "3",
765 "_Calcvalue" => "3",
766 "_Cliptext" => "3",
767 "_Converter" => "3",
768 "_Coverage" => "3",
769 "_Curobj" => "3",
770 "_Dblclick" => "3",
771 "_Diarydate" => "3",
772 "_Dos" => "3",
773 "_Foxdoc" => "3",
774 "_Foxgraph" => "3",
775 "_Gallery" => "3",
776 "_Gengraph" => "3",
777 "_Genhtml" => "3",
778 "_Genmenu" => "3",
779 "_Genpd" => "3",
780 "_Genscrn" => "3",
781 "_Genxtab" => "3",
782 "_Getexpr" => "3",
783 "_Include" => "3",
784 "_Indent" => "3",
785 "_Lmargin" => "3",
786 "_Mac" => "3",
787 "_Mbr_appnd" => "3",
788 "_Mbr_cpart" => "3",
789 "_Mbr_delet" => "3",
790 "_Mbr_font" => "3",
791 "_Mbr_goto" => "3",
792 "_Mbr_grid" => "3",
793 "_Mbr_link" => "3",
794 "_Mbr_mode" => "3",
795 "_Mbr_mvfld" => "3",
796 "_Mbr_mvprt" => "3",
797 "_Mbr_seek" => "3",
798 "_Mbr_sp100" => "3",
799 "_Mbr_sp200" => "3",
800 "_Mbr_szfld" => "3",
801 "_Mbrowse" => "3",
802 "_Mda_appnd" => "3",
803 "_Mda_avg" => "3",
804 "_Mda_brow" => "3",
805 "_Mda_calc" => "3",
806 "_Mda_copy" => "3",
807 "_Mda_count" => "3",
808 "_Mda_label" => "3",
809 "_Mda_pack" => "3",
810 "_Mda_reprt" => "3",
811 "_Mda_rindx" => "3",
812 "_Mda_setup" => "3",
813 "_Mda_sort" => "3",
814 "_Mda_sp100" => "3",
815 "_Mda_sp200" => "3",
816 "_Mda_sp300" => "3",
817 "_Mda_sum" => "3",
818 "_Mda_total" => "3",
819 "_Mdata" => "3",
820 "_Mdiary" => "3",
821 "_Med_clear" => "3",
822 "_Med_copy" => "3",
823 "_Med_cut" => "3",
824 "_Med_cvtst" => "3",
825 "_Med_find" => "3",
826 "_Med_finda" => "3",
827 "_Med_goto" => "3",
828 "_Med_insob" => "3",
829 "_Med_link" => "3",
830 "_Med_obj" => "3",
831 "_Med_paste" => "3",
832 "_Med_pref" => "3",
833 "_Med_pstlk" => "3",
834 "_Med_redo" => "3",
835 "_Med_repl" => "3",
836 "_Med_repla" => "3",
837 "_Med_slcta" => "3",
838 "_Med_sp100" => "3",
839 "_Med_sp200" => "3",
840 "_Med_sp300" => "3",
841 "_Med_sp400" => "3",
842 "_Med_sp500" => "3",
843 "_Med_undo" => "3",
844 "_Medit" => "3",
845 "_Mfi_clall" => "3",
846 "_Mfi_close" => "3",
847 "_Mfi_export" => "3",
848 "_Mfi_import" => "3",
849 "_Mfi_new" => "3",
850 "_Mfi_open" => "3",
851 "_Mfi_pgset" => "3",
852 "_Mfi_prevu" => "3",
853 "_Mfi_print" => "3",
854 "_Mfi_quit" => "3",
855 "_Mfi_revrt" => "3",
856 "_Mfi_savas" => "3",
857 "_Mfi_save" => "3",
858 "_Mfi_send" => "3",
859 "_Mfi_setup" => "3",
860 "_Mfi_sp100" => "3",
861 "_Mfi_sp200" => "3",
862 "_Mfi_sp300" => "3",
863 "_Mfi_sp400" => "3",
864 "_Mfile" => "3",
865 "_Mfiler" => "3",
866 "_Mfirst" => "3",
867 "_Mlabel" => "3",
868 "_Mlast" => "3",
869 "_Mline" => "3",
870 "_Mmacro" => "3",
871 "_Mmbldr" => "3",
872 "_Mpr_beaut" => "3",
873 "_Mpr_cancl" => "3",
874 "_Mpr_compl" => "3",
875 "_Mpr_do" => "3",
876 "_Mpr_docum" => "3",
877 "_Mpr_formwz" => "3",
878 "_Mpr_gener" => "3",
879 "_Mpr_graph" => "3",
880 "_Mpr_resum" => "3",
881 "_Mpr_sp100" => "3",
882 "_Mpr_sp200" => "3",
883 "_Mpr_sp300" => "3",
884 "_Mpr_suspend" => "3",
885 "_Mprog" => "3",
886 "_Mproj" => "3",
887 "_Mrc_appnd" => "3",
888 "_Mrc_chnge" => "3",
889 "_Mrc_cont" => "3",
890 "_Mrc_delet" => "3",
891 "_Mrc_goto" => "3",
892 "_Mrc_locat" => "3",
893 "_Mrc_recal" => "3",
894 "_Mrc_repl" => "3",
895 "_Mrc_seek" => "3",
896 "_Mrc_sp100" => "3",
897 "_Mrc_sp200" => "3",
898 "_Mrecord" => "3",
899 "_Mreport" => "3",
900 "_Mrqbe" => "3",
901 "_Mscreen" => "3",
902 "_Msm_data" => "3",
903 "_Msm_edit" => "3",
904 "_Msm_file" => "3",
905 "_Msm_format" => "3",
906 "_Msm_prog" => "3",
907 "_Msm_recrd" => "3",
908 "_Msm_systm" => "3",
909 "_Msm_text" => "3",
910 "_Msm_tools" => "3",
911 "_Msm_view" => "3",
912 "_Msm_windo" => "3",
913 "_Mst_about" => "3",
914 "_Mst_ascii" => "3",
915 "_Mst_calcu" => "3",
916 "_Mst_captr" => "3",
917 "_Mst_dbase" => "3",
918 "_Mst_diary" => "3",
919 "_Mst_filer" => "3",
920 "_Mst_help" => "3",
921 "_Mst_hphow" => "3",
922 "_Mst_hpsch" => "3",
923 "_Mst_macro" => "3",
924 "_Mst_office" => "3",
925 "_Mst_puzzl" => "3",
926 "_Mst_sp100" => "3",
927 "_Mst_sp200" => "3",
928 "_Mst_sp300" => "3",
929 "_Mst_specl" => "3",
930 "_Msysmenu" => "3",
931 "_Msystem" => "3",
932 "_Mtable" => "3",
933 "_Mtb_appnd" => "3",
934 "_Mtb_cpart" => "3",
935 "_Mtb_delet" => "3",
936 "_Mtb_delrc" => "3",
937 "_Mtb_goto" => "3",
938 "_Mtb_link" => "3",
939 "_Mtb_mvfld" => "3",
940 "_Mtb_mvprt" => "3",
941 "_Mtb_props" => "3",
942 "_Mtb_recal" => "3",
943 "_Mtb_sp100" => "3",
944 "_Mtb_sp200" => "3",
945 "_Mtb_sp300" => "3",
946 "_Mtb_sp400" => "3",
947 "_Mtb_szfld" => "3",
948 "_Mwi_arran" => "3",
949 "_Mwi_clear" => "3",
950 "_Mwi_cmd" => "3",
951 "_Mwi_color" => "3",
952 "_Mwi_debug" => "3",
953 "_Mwi_hide" => "3",
954 "_Mwi_hidea" => "3",
955 "_Mwi_min" => "3",
956 "_Mwi_move" => "3",
957 "_Mwi_rotat" => "3",
958 "_Mwi_showa" => "3",
959 "_Mwi_size" => "3",
960 "_Mwi_sp100" => "3",
961 "_Mwi_sp200" => "3",
962 "_Mwi_toolb" => "3",
963 "_Mwi_trace" => "3",
964 "_Mwi_view" => "3",
965 "_Mwi_zoom" => "3",
966 "_Mwindow" => "3",
967 "_Mwizards" => "3",
968 "_Mwz_all" => "3",
969 "_Mwz_form" => "3",
970 "_Mwz_foxdoc" => "3",
971 "_Mwz_import" => "3",
972 "_Mwz_label" => "3",
973 "_Mwz_mail" => "3",
974 "_Mwz_pivot" => "3",
975 "_Mwz_query" => "3",
976 "_Mwz_reprt" => "3",
977 "_Mwz_setup" => "3",
978 "_Mwz_table" => "3",
979 "_Mwz_upsizing" => "3",
980 "_Netware" => "3",
981 "_Oracle" => "3",
982 "_Padvance" => "3",
983 "_Pageno" => "3",
984 "_Pbpage" => "3",
985 "_Pcolno" => "3",
986 "_Pcopies" => "3",
987 "_Pdparms" => "3",
988 "_Pdriver" => "3",
989 "_Pdsetup" => "3",
990 "_Pecode" => "3",
991 "_Peject" => "3",
992 "_Pepage" => "3",
993 "_Pform" => "3",
994 "_Plength" => "3",
995 "_Plineno" => "3",
996 "_Ploffset" => "3",
997 "_Ppitch" => "3",
998 "_Pquality" => "3",
999 "_Pretext" => "3",
1000 "_Pscode" => "3",
1001 "_Pspacing" => "3",
1002 "_Pwait" => "3",
1003 "_Rmargin" => "3",
1004 "_Runactivedoc" => "3",
1005 "_Samples" => "3",
1006 "_Screen" => "3",
1007 "_Shell" => "3",
1008 "_Spellchk" => "3",
1009 "_Sqlserver" => "3",
1010 "_Startup" => "3",
1011 "_Tabs" => "3",
1012 "_Tally" => "3",
1013 "_Text" => "3",
1014 "_Throttle" => "3",
1015 "_Transport" => "3",
1016 "_Triggerlevel" => "3",
1017 "_Unix" => "3",
1018 "_WebDevOnly" => "3",
1019 "_WebMenu" => "3",
1020 "_WebMsftHomePage" => "3",
1021 "_WebVFPHomePage" => "3",
1022 "_WebVfpOnlineSupport" => "3",
1023 "_Windows" => "3",
1024 "_Wizard" => "3",
1025 "_Wrap" => "3",
1026 "_scctext" => "3",
1027 "_vfp" => "3",
1028 "Additive" => "4",
1029 "After" => "4",
1030 "Again" => "4",
1031 "Aindent" => "4",
1032 "Alignright" => "4",
1033 "All" => "4",
1034 "Alt" => "4",
1035 "Alternate" => "4",
1036 "And" => "4",
1037 "Ansi" => "4",
1038 "Any" => "4",
1039 "Aplabout" => "4",
1040 "App" => "4",
1041 "Array" => "4",
1042 "As" => "4",
1043 "Asc" => "4",
1044 "Ascending" => "4",
1045 "Ascii" => "4",
1046 "At" => "4",
1047 "Attributes" => "4",
1048 "Automatic" => "4",
1049 "Autosave" => "4",
1050 "Avg" => "4",
1051 "Bar" => "4",
1052 "Before" => "4",
1053 "Bell" => "4",
1054 "Between" => "4",
1055 "Bitmap" => "4",
1056 "Blank" => "4",
1057 "Blink" => "4",
1058 "Blocksize" => "4",
1059 "Border" => "4",
1060 "Bottom" => "4",
1061 "Brstatus" => "4",
1062 "Bucket" => "4",
1063 "Buffers" => "4",
1064 "By" => "4",
1065 "Candidate" => "4",
1066 "Carry" => "4",
1067 "Cascade" => "4",
1068 "Catalog" => "4",
1069 "Cdx" => "4",
1070 "Center" => "4",
1071 "Century" => "4",
1072 "Cga" => "4",
1073 "Character" => "4",
1074 "Check" => "4",
1075 "Classlib" => "4",
1076 "Clock" => "4",
1077 "Cnt" => "4",
1078 "Codepage" => "4",
1079 "Collate" => "4",
1080 "Color" => "4",
1081 "Com1" => "4",
1082 "Com2" => "4",
1083 "Command" => "4",
1084 "Compact" => "4",
1085 "Compatible" => "4",
1086 "Compress" => "4",
1087 "Confirm" => "4",
1088 "Connection" => "4",
1089 "Connections" => "4",
1090 "Connstring" => "4",
1091 "Console" => "4",
1092 "Copies" => "4",
1093 "Cpcompile" => "4",
1094 "Cpdialog" => "4",
1095 "Csv" => "4",
1096 "Currency" => "4",
1097 "Cycle" => "4",
1098 "Databases" => "4",
1099 "Datasource" => "4",
1100 "Date" => "4",
1101 "Db4" => "4",
1102 "Dbc" => "4",
1103 "Dbf" => "4",
1104 "Dbmemo3" => "4",
1105 "Debug" => "4",
1106 "Decimals" => "4",
1107 "Defaultsource" => "4",
1108 "Deletetables" => "4",
1109 "Delimited" => "4",
1110 "Delimiters" => "4",
1111 "Descending" => "4",
1112 "Design" => "4",
1113 "Development" => "4",
1114 "Device" => "4",
1115 "Dif" => "4",
1116 "Disabled" => "4",
1117 "Distinct" => "4",
1118 "Dlls" => "4",
1119 "Dohistory" => "4",
1120 "Dos" => "4",
1121 "Dosmem" => "4",
1122 "Double" => "4",
1123 "Driver" => "4",
1124 "Duplex" => "4",
1125 "Echo" => "4",
1126 "Editwork" => "4",
1127 "Ega25" => "4",
1128 "Ega43" => "4",
1129 "Ems" => "4",
1130 "Ems64" => "4",
1131 "Encrypt" => "4",
1132 "Encryption" => "4",
1133 "Environment" => "4",
1134 "Escape" => "4",
1135 "Events" => "4",
1136 "Exact" => "4",
1137 "Except" => "4",
1138 "Exe" => "4",
1139 "Exists" => "4",
1140 "Expression" => "4",
1141 "Extended" => "4",
1142 "F" => "4",
1143 "Fdow" => "4",
1144 "Fetch" => "4",
1145 "Field" => "4",
1146 "Fields" => "4",
1147 "File" => "4",
1148 "Files" => "4",
1149 "Fill" => "4",
1150 "Fixed" => "4",
1151 "Float" => "4",
1152 "Foldconst" => "4",
1153 "Font" => "4",
1154 "Footer" => "4",
1155 "Force" => "4",
1156 "Foreign" => "4",
1157 "Fox2x" => "4",
1158 "Foxplus" => "4",
1159 "Free" => "4",
1160 "Freeze" => "4",
1161 "From" => "4",
1162 "Fullpath" => "4",
1163 "Fw2" => "4",
1164 "Fweek" => "4",
1165 "Get" => "4",
1166 "Gets" => "4",
1167 "Global" => "4",
1168 "Group" => "4",
1169 "Grow" => "4",
1170 "Halfheight" => "4",
1171 "Having" => "4",
1172 "Heading" => "4",
1173 "Headings" => "4",
1174 "Helpfilter" => "4",
1175 "History" => "4",
1176 "Hmemory" => "4",
1177 "Hours" => "4",
1178 "Id" => "4",
1179 "In" => "4",
1180 "Indexes" => "4",
1181 "Information" => "4",
1182 "Instruct" => "4",
1183 "Int" => "4",
1184 "Integer" => "4",
1185 "Intensity" => "4",
1186 "Intersect" => "4",
1187 "Into" => "4",
1188 "Is" => "4",
1189 "Isometric" => "4",
1190 "Key" => "4",
1191 "Keycolumns" => "4",
1192 "Keycomp" => "4",
1193 "Keyset" => "4",
1194 "Last" => "4",
1195 "Ledit" => "4",
1196 "Level" => "4",
1197 "Library" => "4",
1198 "Like" => "4",
1199 "Linked" => "4",
1200 "Lock" => "4",
1201 "Logerrors" => "4",
1202 "Long" => "4",
1203 "Lpartition" => "4",
1204 "Mac" => "4",
1205 "Macdesktop" => "4",
1206 "Machelp" => "4",
1207 "Mackey" => "4",
1208 "Macros" => "4",
1209 "Mark" => "4",
1210 "Master" => "4",
1211 "Max" => "4",
1212 "Maxmem" => "4",
1213 "Mdi" => "4",
1214 "Memlimit" => "4",
1215 "Memory" => "4",
1216 "Memos" => "4",
1217 "Memowidth" => "4",
1218 "Memvar" => "4",
1219 "Menus" => "4",
1220 "Messages" => "4",
1221 "Middle" => "4",
1222 "Min" => "4",
1223 "Minimize" => "4",
1224 "Minus" => "4",
1225 "Mod" => "4",
1226 "Modal" => "4",
1227 "Module" => "4",
1228 "Mono43" => "4",
1229 "Movers" => "4",
1230 "Multilocks" => "4",
1231 "Mvarsiz" => "4",
1232 "Mvcount" => "4",
1233 "N" => "4",
1234 "Near" => "4",
1235 "Negotiate" => "4",
1236 "Noalias" => "4",
1237 "Noappend" => "4",
1238 "Noclear" => "4",
1239 "Noclose" => "4",
1240 "Noconsole" => "4",
1241 "Nocptrans" => "4",
1242 "Nodata" => "4",
1243 "Nodebug" => "4",
1244 "Nodelete" => "4",
1245 "Nodup" => "4",
1246 "Noedit" => "4",
1247 "Noeject" => "4",
1248 "Noenvironment" => "4",
1249 "Nofloat" => "4",
1250 "Nofollow" => "4",
1251 "Nogrow" => "4",
1252 "Noinit" => "4",
1253 "Nolgrid" => "4",
1254 "Nolink" => "4",
1255 "Nolock" => "4",
1256 "Nomargin" => "4",
1257 "Nomdi" => "4",
1258 "Nomenu" => "4",
1259 "Nominimize" => "4",
1260 "Nomodify" => "4",
1261 "Nomouse" => "4",
1262 "None" => "4",
1263 "Nooptimize" => "4",
1264 "Nooverwrite" => "4",
1265 "Noprojecthook" => "4",
1266 "Noprompt" => "4",
1267 "Noread" => "4",
1268 "Norefresh" => "4",
1269 "Norequery" => "4",
1270 "Norgrid" => "4",
1271 "Norm" => "4",
1272 "Normal" => "4",
1273 "Nosave" => "4",
1274 "Noshadow" => "4",
1275 "Noshow" => "4",
1276 "Nospace" => "4",
1277 "Not" => "4",
1278 "Notab" => "4",
1279 "Notify" => "4",
1280 "Noupdate" => "4",
1281 "Novalidate" => "4",
1282 "Noverify" => "4",
1283 "Nowait" => "4",
1284 "Nowindow" => "4",
1285 "Nowrap" => "4",
1286 "Nozoom" => "4",
1287 "Npv" => "4",
1288 "Null" => "4",
1289 "Number" => "4",
1290 "Objects" => "4",
1291 "Odometer" => "4",
1292 "Of" => "4",
1293 "Off" => "4",
1294 "Oleobjects" => "4",
1295 "Only" => "4",
1296 "Optimize" => "4",
1297 "Or" => "4",
1298 "Orientation" => "4",
1299 "Output" => "4",
1300 "Outshow" => "4",
1301 "Overlay" => "4",
1302 "Overwrite" => "4",
1303 "Pad" => "4",
1304 "Palette" => "4",
1305 "Paperlength" => "4",
1306 "Papersize" => "4",
1307 "Paperwidth" => "4",
1308 "Password" => "4",
1309 "Path" => "4",
1310 "Pattern" => "4",
1311 "Pause" => "4",
1312 "Pdox" => "4",
1313 "Pdsetup" => "4",
1314 "Pen" => "4",
1315 "Pfs" => "4",
1316 "Pixels" => "4",
1317 "Plain" => "4",
1318 "Popups" => "4",
1319 "Precision" => "4",
1320 "Preference" => "4",
1321 "Preview" => "4",
1322 "Primary" => "4",
1323 "Printer" => "4",
1324 "Printquality" => "4",
1325 "Procedures" => "4",
1326 "Production" => "4",
1327 "Program" => "4",
1328 "Progwork" => "4",
1329 "Project" => "4",
1330 "Prompt" => "4",
1331 "Query" => "4",
1332 "Random" => "4",
1333 "Range" => "4",
1334 "Readborder" => "4",
1335 "Readerror" => "4",
1336 "Record" => "4",
1337 "Recover" => "4",
1338 "Redit" => "4",
1339 "Reference" => "4",
1340 "References" => "4",
1341 "Relative" => "4",
1342 "Remote" => "4",
1343 "Reprocess" => "4",
1344 "Resource" => "4",
1345 "Rest" => "4",
1346 "Restrict" => "4",
1347 "Rgb" => "4",
1348 "Right" => "4",
1349 "Row" => "4",
1350 "Rowset" => "4",
1351 "Rpd" => "4",
1352 "Runtime" => "4",
1353 "Safety" => "4",
1354 "Same" => "4",
1355 "Sample" => "4",
1356 "Say" => "4",
1357 "Scale" => "4",
1358 "Scheme" => "4",
1359 "Scoreboard" => "4",
1360 "Screen" => "4",
1361 "Sdf" => "4",
1362 "Seconds" => "4",
1363 "Selection" => "4",
1364 "Shadows" => "4",
1365 "Shared" => "4",
1366 "Sheet" => "4",
1367 "Shell" => "4",
1368 "Shift" => "4",
1369 "Shutdown" => "4",
1370 "Single" => "4",
1371 "Some" => "4",
1372 "Sortwork" => "4",
1373 "Space" => "4",
1374 "Sql" => "4",
1375 "Standalone" => "4",
1376 "Status" => "4",
1377 "Std" => "4",
1378 "Step" => "4",
1379 "Sticky" => "4",
1380 "String" => "4",
1381 "Structure" => "4",
1382 "Subclass" => "4",
1383 "Summary" => "4",
1384 "Sylk" => "4",
1385 "Sysformats" => "4",
1386 "Sysmenus" => "4",
1387 "System" => "4",
1388 "T" => "4",
1389 "Tab" => "4",
1390 "Tables" => "4",
1391 "Talk" => "4",
1392 "Tedit" => "4",
1393 "Textmerge" => "4",
1394 "Time" => "4",
1395 "Timeout" => "4",
1396 "Titles" => "4",
1397 "Tmpfiles" => "4",
1398 "To" => "4",
1399 "Topic" => "4",
1400 "Transaction" => "4",
1401 "Trap" => "4",
1402 "Trbetween" => "4",
1403 "Trigger" => "4",
1404 "Ttoption" => "4",
1405 "Typeahead" => "4",
1406 "Udfparms" => "4",
1407 "Union" => "4",
1408 "Unique" => "4",
1409 "Userid" => "4",
1410 "Users" => "4",
1411 "Values" => "4",
1412 "Var" => "4",
1413 "Verb" => "4",
1414 "Vga25" => "4",
1415 "Vga50" => "4",
1416 "Views" => "4",
1417 "Volume" => "4",
1418 "Where" => "4",
1419 "Windows" => "4",
1420 "Wk1" => "4",
1421 "Wk3" => "4",
1422 "Wks" => "4",
1423 "Workarea" => "4",
1424 "Wp" => "4",
1425 "Wr1" => "4",
1426 "Wrap" => "4",
1427 "Wrk" => "4",
1428 "Xcmdfile" => "4",
1429 "Xl5" => "4",
1430 "Xl8" => "4",
1431 "Xls" => "4",
1432 "Y" => "4",
1433 "Yresolution" => "4",
1434 "Zoom" => "4",
1435 "Activate" => "5",
1436 "ActivateCell" => "5",
1437 "Add" => "5",
1438 "AddColumn" => "5",
1439 "AddItem" => "5",
1440 "AddListItem" => "5",
1441 "AddObject" => "5",
1442 "AddProperty" => "5",
1443 "AddToSCC" => "5",
1444 "AfterBuild" => "5",
1445 "AfterCloseTables" => "5",
1446 "AfterDock" => "5",
1447 "AfterRowColChange" => "5",
1448 "BeforeBuild" => "5",
1449 "BeforeDock" => "5",
1450 "BeforeOpenTables" => "5",
1451 "BeforeRowColChange" => "5",
1452 "Box" => "5",
1453 "Build" => "5",
1454 "CheckIn" => "5",
1455 "CheckOut" => "5",
1456 "Circle" => "5",
1457 "Clear" => "5",
1458 "ClearData" => "5",
1459 "Cleanup" => "5",
1460 "Click" => "5",
1461 "CloneObject" => "5",
1462 "CloseEditor" => "5",
1463 "CloseTables" => "5",
1464 "Cls" => "5",
1465 "CommandTargetExec" => "5",
1466 "CommandTargetQueryStas" => "5",
1467 "ContainerRelease" => "5",
1468 "DataToClip" => "5",
1469 "DblClick" => "5",
1470 "Deactivate" => "5",
1471 "Delete" => "5",
1472 "DeleteColumn" => "5",
1473 "Deleted" => "5",
1474 "Destroy" => "5",
1475 "DoCmd" => "5",
1476 "Dock" => "5",
1477 "DoScroll" => "5",
1478 "DoVerb" => "5",
1479 "DownClick" => "5",
1480 "Drag" => "5",
1481 "DragDrop" => "5",
1482 "DragOver" => "5",
1483 "DropDown" => "5",
1484 "Draw" => "5",
1485 "EnterFocus" => "5",
1486 "Error" => "5",
1487 "ErrorMessage" => "5",
1488 "Eval" => "5",
1489 "ExitFocus" => "5",
1490 "FormatChange" => "5",
1491 "GetData" => "5",
1492 "GetFormat" => "5",
1493 "GetLatestVersion" => "5",
1494 "GoBack" => "5",
1495 "GotFocus" => "5",
1496 "GoForward" => "5",
1497 "GridHitTest" => "5",
1498 "Hide" => "5",
1499 "HideDoc" => "5",
1500 "IndexToItemId" => "5",
1501 "Init" => "5",
1502 "InteractiveChange" => "5",
1503 "Item" => "5",
1504 "ItemIdToIndex" => "5",
1505 "KeyPress" => "5",
1506 "Line" => "5",
1507 "Load" => "5",
1508 "LostFocus" => "5",
1509 "Message" => "5",
1510 "MiddleClick" => "5",
1511 "MouseDown" => "5",
1512 "MouseMove" => "5",
1513 "MouseUp" => "5",
1514 "MouseWheel" => "5",
1515 "Move" => "5",
1516 "Moved" => "5",
1517 "NavigateTo" => "5",
1518 "Newobject" => "5",
1519 "OLECompleteDrag" => "5",
1520 "OLEDrag" => "5",
1521 "OLEDragDrop" => "5",
1522 "OLEDragOver" => "5",
1523 "OLEGiveFeedback" => "5",
1524 "OLESetData" => "5",
1525 "OLEStartDrag" => "5",
1526 "OpenEditor" => "5",
1527 "OpenTables" => "5",
1528 "Paint" => "5",
1529 "Point" => "5",
1530 "Print" => "5",
1531 "ProgrammaticChange" => "5",
1532 "PSet" => "5",
1533 "QueryAddFile" => "5",
1534 "QueryModifyFile" => "5",
1535 "QueryRemoveFile" => "5",
1536 "QueryRunFile" => "5",
1537 "QueryUnload" => "5",
1538 "RangeHigh" => "5",
1539 "RangeLow" => "5",
1540 "ReadActivate" => "5",
1541 "ReadExpression" => "5",
1542 "ReadDeactivate" => "5",
1543 "ReadMethod" => "5",
1544 "ReadShow" => "5",
1545 "ReadValid" => "5",
1546 "ReadWhen" => "5",
1547 "Refresh" => "5",
1548 "Release" => "5",
1549 "RemoveFromSCC" => "5",
1550 "RemoveItem" => "5",
1551 "RemoveListItem" => "5",
1552 "RemoveObject" => "5",
1553 "Requery" => "5",
1554 "RequestData" => "5",
1555 "Reset" => "5",
1556 "ResetToDefault" => "5",
1557 "Resize" => "5",
1558 "RightClick" => "5",
1559 "SaveAs" => "5",
1560 "SaveAsClass" => "5",
1561 "Scrolled" => "5",
1562 "SetAll" => "5",
1563 "SetData" => "5",
1564 "SetFocus" => "5",
1565 "SetFormat" => "5",
1566 "SetMain" => "5",
1567 "SetVar" => "5",
1568 "SetViewPort" => "5",
1569 "ShowDoc" => "5",
1570 "ShowWhatsThis" => "5",
1571 "TextHeight" => "5",
1572 "TextWidth" => "5",
1573 "Timer" => "5",
1574 "UIEnable" => "5",
1575 "UnDock" => "5",
1576 "UndoCheckOut" => "5",
1577 "Unload" => "5",
1578 "UpClick" => "5",
1579 "Valid" => "5",
1580 "WhatsThisMode" => "5",
1581 "When" => "5",
1582 "WriteExpression" => "5",
1583 "WriteMethod" => "5",
1584 "ZOrder" => "5",
1585 "ATGetColors" => "6",
1586 "ATListColors" => "6",
1587 "Accelerate" => "6",
1588 "ActiveColumn" => "6",
1589 "ActiveControl" => "6",
1590 "ActiveForm" => "6",
1591 "ActiveObjectId" => "6",
1592 "ActivePage" => "6",
1593 "ActiveProject" => "6",
1594 "ActiveRow" => "6",
1595 "AddLineFeeds" => "6",
1596 "Alias" => "6",
1597 "Alignment" => "6",
1598 "AllowAddNew" => "6",
1599 "AllowHeaderSizing" => "6",
1600 "AllowResize" => "6",
1601 "AllowRowSizing" => "6",
1602 "AllowTabs" => "6",
1603 "AlwaysOnTop" => "6",
1604 "Application" => "6",
1605 "AutoActivate" => "6",
1606 "AutoCenter" => "6",
1607 "AutoCloseTables" => "6",
1608 "AutoIncrement" => "6",
1609 "AutoOpenTables" => "6",
1610 "AutoRelease" => "6",
1611 "AutoSize" => "6",
1612 "AutoVerbMenu" => "6",
1613 "AutoYield" => "6",
1614 "AvailNum" => "6",
1615 "BackColor" => "6",
1616 "BackStyle" => "6",
1617 "BaseClass" => "6",
1618 "BorderColor" => "6",
1619 "BorderStyle" => "6",
1620 "BorderWidth" => "6",
1621 "Bound" => "6",
1622 "BoundColumn" => "6",
1623 "BoundTo" => "6",
1624 "BrowseAlignment" => "6",
1625 "BrowseCellMarg" => "6",
1626 "BrowseDestWidth" => "6",
1627 "BufferMode" => "6",
1628 "BufferModeOverride" => "6",
1629 "BuildDateTime" => "6",
1630 "ButtonCount" => "6",
1631 "ButtonIndex" => "6",
1632 "Buttons" => "6",
1633 "CLSID" => "6",
1634 "CanAccelerate" => "6",
1635 "CanGetFocus" => "6",
1636 "CanLoseFocus" => "6",
1637 "Cancel" => "6",
1638 "Caption" => "6",
1639 "ChildAlias" => "6",
1640 "ChildOrder" => "6",
1641 "Class" => "6",
1642 "ClassLibrary" => "6",
1643 "ClipControls" => "6",
1644 "ClipRect" => "6",
1645 "Closable" => "6",
1646 "ColorScheme" => "6",
1647 "ColorSource" => "6",
1648 "ColumnCount" => "6",
1649 "ColumnHeaders" => "6",
1650 "ColumnLines" => "6",
1651 "ColumnOrder" => "6",
1652 "ColumnWidths" => "6",
1653 "Columns" => "6",
1654 "Comment" => "6",
1655 "ContinuousScroll" => "6",
1656 "ControlBox" => "6",
1657 "ControlCount" => "6",
1658 "ControlIndex" => "6",
1659 "ControlSource" => "6",
1660 "Controls" => "6",
1661 "CurrentControl" => "6",
1662 "CurrentX" => "6",
1663 "CurrentY" => "6",
1664 "CursorSource" => "6",
1665 "Curvature" => "6",
1666 "DataSession" => "6",
1667 "DataSessionId" => "6",
1668 "DataSourceObj" => "6",
1669 "DataType" => "6",
1670 "Database" => "6",
1671 "DateFormat" => "6",
1672 "DateMark" => "6",
1673 "DefButton" => "6",
1674 "DefButtonOrig" => "6",
1675 "DefHeight" => "6",
1676 "DefLeft" => "6",
1677 "DefTop" => "6",
1678 "DefWidth" => "6",
1679 "Default" => "6",
1680 "DefaultFilePath" => "6",
1681 "DefineWindows" => "6",
1682 "DeleteMark" => "6",
1683 "Desktop" => "6",
1684 "Dirty" => "6",
1685 "DisabledBackColor" => "6",
1686 "DisabledByEOF" => "6",
1687 "DisabledForeColor" => "6",
1688 "DisabledItemBackColor" => "6",
1689 "DisabledItemForeColor" => "6",
1690 "DisabledPicture" => "6",
1691 "DispPageHeight" => "6",
1692 "DispPageWidth" => "6",
1693 "DisplayCount" => "6",
1694 "DisplayValue" => "6",
1695 "DoCreate" => "6",
1696 "DockPosition" => "6",
1697 "Docked" => "6",
1698 "DocumentFile" => "6",
1699 "DownPicture" => "6",
1700 "DragIcon" => "6",
1701 "DragMode" => "6",
1702 "DragState" => "6",
1703 "DrawMode" => "6",
1704 "DrawStyle" => "6",
1705 "DrawWidth" => "6",
1706 "DynamicAlignment" => "6",
1707 "DynamicBackColor" => "6",
1708 "DynamicCurrentControl" => "6",
1709 "DynamicFontBold" => "6",
1710 "DynamicFontItalic" => "6",
1711 "DynamicFontName" => "6",
1712 "DynamicFontOutline" => "6",
1713 "DynamicFontShadow" => "6",
1714 "DynamicFontSize" => "6",
1715 "DynamicFontStrikethru" => "6",
1716 "DynamicFontUnderline" => "6",
1717 "DynamicForeColor" => "6",
1718 "EditFlags" => "6",
1719 "Enabled" => "6",
1720 "EnabledByReadLock" => "6",
1721 "Encrypted" => "6",
1722 "EnvLevel" => "6",
1723 "ErasePage" => "6",
1724 "FileClass" => "6",
1725 "FileClassLibrary" => "6",
1726 "FillColor" => "6",
1727 "FillStyle" => "6",
1728 "Filter" => "6",
1729 "FirstElement" => "6",
1730 "FontBold" => "6",
1731 "FontItalic" => "6",
1732 "FontName" => "6",
1733 "FontOutline" => "6",
1734 "FontShadow" => "6",
1735 "FontSize" => "6",
1736 "FontStrikethru" => "6",
1737 "FontUnderline" => "6",
1738 "ForceFocus" => "6",
1739 "ForeColor" => "6",
1740 "FormCount" => "6",
1741 "FormIndex" => "6",
1742 "FormPageCount" => "6",
1743 "FormPageIndex" => "6",
1744 "Format" => "6",
1745 "Forms" => "6",
1746 "FoxFont" => "6",
1747 "FullName" => "6",
1748 "GoFirst" => "6",
1749 "GoLast" => "6",
1750 "GridLineColor" => "6",
1751 "GridLineWidth" => "6",
1752 "GridLines" => "6",
1753 "HPROJ" => "6",
1754 "HWnd" => "6",
1755 "HalfHeightCaption" => "6",
1756 "HasClip" => "6",
1757 "HeaderGap" => "6",
1758 "HeaderHeight" => "6",
1759 "Height" => "6",
1760 "HelpContextID" => "6",
1761 "HideSelection" => "6",
1762 "Highlight" => "6",
1763 "HomeDir" => "6",
1764 "HostName" => "6",
1765 "HotKey" => "6",
1766 "HscrollSmallChange" => "6",
1767 "IMEMode" => "6",
1768 "Icon" => "6",
1769 "IgnoreInsert" => "6",
1770 "InResize" => "6",
1771 "Increment" => "6",
1772 "IncrementalSearch" => "6",
1773 "InitialSelectedAlias" => "6",
1774 "InputMask" => "6",
1775 "Instancing" => "6",
1776 "IntegralHeight" => "6",
1777 "Interval" => "6",
1778 "ItemBackColor" => "6",
1779 "ItemData" => "6",
1780 "ItemForeColor" => "6",
1781 "ItemIDData" => "6",
1782 "ItemTips" => "6",
1783 "JustReadLocked" => "6",
1784 "KeyPreview" => "6",
1785 "KeyboardHighValue" => "6",
1786 "KeyboardLowValue" => "6",
1787 "LastModified" => "6",
1788 "Left" => "6",
1789 "LeftColumn" => "6",
1790 "LineSlant" => "6",
1791 "LinkMaster" => "6",
1792 "List" => "6",
1793 "ListCount" => "6",
1794 "ListIndex" => "6",
1795 "ListItem" => "6",
1796 "ListItemId" => "6",
1797 "LockDataSource" => "6",
1798 "LockScreen" => "6",
1799 "MDIForm" => "6",
1800 "MainClass" => "6",
1801 "MainFile" => "6",
1802 "Margin" => "6",
1803 "MaxButton" => "6",
1804 "MaxHeight" => "6",
1805 "MaxLeft" => "6",
1806 "MaxLength" => "6",
1807 "MaxTop" => "6",
1808 "MaxWidth" => "6",
1809 "MemoWindow" => "6",
1810 "MinButton" => "6",
1811 "MinHeight" => "6",
1812 "MinWidth" => "6",
1813 "MouseIcon" => "6",
1814 "MousePointer" => "6",
1815 "Movable" => "6",
1816 "MoverBars" => "6",
1817 "MultiSelect" => "6",
1818 "Name" => "6",
1819 "NapTime" => "6",
1820 "NewIndex" => "6",
1821 "NewItemId" => "6",
1822 "NoDataOnLoad" => "6",
1823 "NoDefine" => "6",
1824 "NotifyContainer" => "6",
1825 "NullDisplay" => "6",
1826 "NumberOfElements" => "6",
1827 "OLEDragMode" => "6",
1828 "OLEDragPicture" => "6",
1829 "OLEDropEffects" => "6",
1830 "OLEDropHasData" => "6",
1831 "OLEDropMode" => "6",
1832 "OLERequestPendingTimeOut" => "6",
1833 "OLEServerBusyRaiseError" => "6",
1834 "OLEServerBusyTimeOut" => "6",
1835 "OLETypeAllowed" => "6",
1836 "OleClass" => "6",
1837 "OleClassId" => "6",
1838 "OleControlContainer" => "6",
1839 "OleIDispInValue" => "6",
1840 "OleIDispOutValue" => "6",
1841 "OleIDispatchIncoming" => "6",
1842 "OleIDispatchOutgoing" => "6",
1843 "OnResize" => "6",
1844 "OneToMany" => "6",
1845 "OpenViews" => "6",
1846 "OpenWindow" => "6",
1847 "PageCount" => "6",
1848 "PageHeight" => "6",
1849 "PageOrder" => "6",
1850 "PageWidth" => "6",
1851 "Pages" => "6",
1852 "Panel" => "6",
1853 "PanelLink" => "6",
1854 "Parent" => "6",
1855 "ParentAlias" => "6",
1856 "ParentClass" => "6",
1857 "Partition" => "6",
1858 "PasswordChar" => "6",
1859 "Picture" => "6",
1860 "ProcessID" => "6",
1861 "ProgID" => "6",
1862 "ProjectHookClass" => "6",
1863 "ProjectHookLibrary" => "6",
1864 "Projects" => "6",
1865 "ReadColors" => "6",
1866 "ReadCycle" => "6",
1867 "ReadFiller" => "6",
1868 "ReadLock" => "6",
1869 "ReadMouse" => "6",
1870 "ReadOnly" => "6",
1871 "ReadSave" => "6",
1872 "ReadSize" => "6",
1873 "ReadTimeout" => "6",
1874 "RecordMark" => "6",
1875 "RecordSource" => "6",
1876 "RecordSourceType" => "6",
1877 "Rect" => "6",
1878 "RelationalExpr" => "6",
1879 "RelativeColumn" => "6",
1880 "RelativeRow" => "6",
1881 "ReleaseErase" => "6",
1882 "ReleaseType" => "6",
1883 "ReleaseWindows" => "6",
1884 "Resizable" => "6",
1885 "RightToLeft" => "6",
1886 "RowHeight" => "6",
1887 "RowSource" => "6",
1888 "RowSourceType" => "6",
1889 "SCCProvider" => "6",
1890 "SCCStatus" => "6",
1891 "SDIForm" => "6",
1892 "ScaleMode" => "6",
1893 "ScrollBars" => "6",
1894 "SelLength" => "6",
1895 "SelStart" => "6",
1896 "SelText" => "6",
1897 "SelectOnEntry" => "6",
1898 "Selected" => "6",
1899 "SelectedBackColor" => "6",
1900 "SelectedForeColor" => "6",
1901 "SelectedID" => "6",
1902 "SelectedItemBackColor" => "6",
1903 "SelectedItemForeColor" => "6",
1904 "SelfEdit" => "6",
1905 "ServerClass" => "6",
1906 "ServerClassLibrary" => "6",
1907 "ServerHelpFile" => "6",
1908 "ServerName" => "6",
1909 "ServerProject" => "6",
1910 "ShowTips" => "6",
1911 "ShowWindow" => "6",
1912 "Sizable" => "6",
1913 "Size<height>" => "6",
1914 "Size<maxlength>" => "6",
1915 "Size<width>" => "6",
1916 "Skip" => "6",
1917 "SkipForm" => "6",
1918 "Sorted" => "6",
1919 "SourceType" => "6",
1920 "Sparse" => "6",
1921 "SpecialEffect" => "6",
1922 "SpinnerHighValue" => "6",
1923 "SpinnerLowValue" => "6",
1924 "SplitBar" => "6",
1925 "StartMode" => "6",
1926 "StatusBarText" => "6",
1927 "Stretch" => "6",
1928 "StrictDateEntry" => "6",
1929 "Style" => "6",
1930 "SystemRefCount" => "6",
1931 "TabIndex" => "6",
1932 "TabStop" => "6",
1933 "TabStretch" => "6",
1934 "TabStyle" => "6",
1935 "Tabhit" => "6",
1936 "Tabs" => "6",
1937 "Tag" => "6",
1938 "TerminateRead" => "6",
1939 "ThreadID" => "6",
1940 "TitleBar" => "6",
1941 "ToolTipText" => "6",
1942 "Top" => "6",
1943 "TopIndex" => "6",
1944 "TopItemId" => "6",
1945 "TypeLibCLSID" => "6",
1946 "TypeLibDesc" => "6",
1947 "TypeLibName" => "6",
1948 "UnlockDataSource" => "6",
1949 "Value" => "6",
1950 "ValueDirty" => "6",
1951 "VersionComments" => "6",
1952 "VersionCompany" => "6",
1953 "VersionCopyright" => "6",
1954 "VersionDescription" => "6",
1955 "VersionNumber" => "6",
1956 "VersionProduct" => "6",
1957 "VersionTrademarks" => "6",
1958 "View" => "6",
1959 "ViewPortHeight" => "6",
1960 "ViewPortLeft" => "6",
1961 "ViewPortTop" => "6",
1962 "ViewPortWidth" => "6",
1963 "Visible" => "6",
1964 "VscrollSmallChange" => "6",
1965 "WasActive" => "6",
1966 "WasOpen" => "6",
1967 "WhatsThisButton" => "6",
1968 "WhatsThisHelp" => "6",
1969 "WhatsThisHelpID" => "6",
1970 "Width" => "6",
1971 "WindowList" => "6",
1972 "WindowNTIList" => "6",
1973 "WindowState" => "6",
1974 "WindowType" => "6",
1975 "WordWrap" => "6",
1976 "ZOrderSet" => "6",
1977 "ActiveDoc" => "7",
1978 "Checkbox" => "7",
1979 "Column" => "7",
1980 "ComboBox" => "7",
1981 "CommandButton" => "7",
1982 "CommandGroup" => "7",
1983 "Container" => "7",
1984 "Control" => "7",
1985 "Cursor" => "7",
1986 "Custom" => "7",
1987 "DataEnvironment" => "7",
1988 "EditBox" => "7",
1989 "Empty" => "7",
1990 "FontClass" => "7",
1991 "Form" => "7",
1992 "Formset" => "7",
1993 "General" => "7",
1994 "Grid" => "7",
1995 "Header" => "7",
1996 "HyperLink" => "7",
1997 "Image" => "7",
1998 "Label" => "7",
1999 "ListBox" => "7",
2000 "Memo" => "7",
2001 "OleBaseControl" => "7",
2002 "OleBoundControl" => "7",
2003 "OleClassIDispOut" => "7",
2004 "OleControl" => "7",
2005 "OptionButton" => "7",
2006 "OptionGroup" => "7",
2007 "Page" => "7",
2008 "PageFrame" => "7",
2009 "ProjectHook" => "7",
2010 "RectClass" => "7",
2011 "Relation" => "7",
2012 "Session" => "7",
2013 "Shape" => "7",
2014 "Spinner" => "7",
2015 "TextBox" => "7",
2016 "Toolbar" => "7");
2017
2018 // Special extensions
2019
2020 // Each category can specify a PHP function that returns an altered
2021 // version of the keyword.
2022
2023
2024
2025 $this->linkscripts = array(
2026 "1" => "donothing",
2027 "2" => "donothing",
2028 "3" => "donothing",
2029 "4" => "donothing",
2030 "5" => "donothing",
2031 "6" => "donothing",
2032 "7" => "donothing");
2033 }
2034
2035
2036 public function donothing($keywordin)
2037 {
2038 return $keywordin;
2039 }
2040 }
$BEAUT_PATH
An exception for terminatinating execution or to throw for unit testing.
donothing($keywordin)