ILIAS  release_4-4 Revision
HFile_foxpro6 Class Reference
+ Inheritance diagram for HFile_foxpro6:
+ Collaboration diagram for HFile_foxpro6:

Public Member Functions

 HFile_foxpro6 ()
 
 donothing ($keywordin)
 
- Public Member Functions inherited from HFile
 HFile ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

Detailed Description

Definition at line 5 of file HFile_foxpro6.php.

Member Function Documentation

◆ donothing()

HFile_foxpro6::donothing (   $keywordin)

Definition at line 2032 of file HFile_foxpro6.php.

2033 {
2034  return $keywordin;
2035 }

◆ HFile_foxpro6()

HFile_foxpro6::HFile_foxpro6 ( )

Definition at line 6 of file HFile_foxpro6.php.

References HFile\HFile().

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

The documentation for this class was generated from the following file: