ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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

HFile_foxpro6::donothing (   $keywordin)

Definition at line 2032 of file HFile_foxpro6.php.

{
return $keywordin;
}
HFile_foxpro6::HFile_foxpro6 ( )

Definition at line 6 of file HFile_foxpro6.php.

References HFile\HFile().

{
$this->HFile();
/*************************************/
// Beautifier Highlighting Configuration File
// Visual FoxPro 6.0
/*************************************/
// Flags
$this->nocase = "1";
$this->notrim = "0";
$this->perl = "0";
// Colours
$this->colours = array("blue", "purple", "gray", "brown", "blue", "purple", "gray");
$this->quotecolour = "blue";
$this->blockcommentcolour = "green";
$this->linecommentcolour = "green";
// Indent Strings
$this->indent = array("Case", "Else", "#Else", "Then");
$this->unindent = array("Else", "#Else", "Endcase", "Enddefine", "Enddo", "Endfor", "Endfunc", "Endif", "Endprintjob", "Endproc", "Endscan", "Endtext", "Endwith", "#Endif");
// String characters and delimiters
$this->stringchars = array();
$this->delimiters = array("!", "@", "$", "%", "(", ")", "-", "+", "=", "/", "{", "}", "[", "]", ":", ";", ",", " ", ".", "*", "&");
$this->escchar = "";
// Comment settings
$this->linecommenton = array("*");
$this->blockcommenton = array("");
$this->blockcommentoff = array("");
// Keywords (keyword mapping to colour number)
$this->keywords = array(
"#Elif" => "1",
"#Else" => "1",
"#Endif" => "1",
"#Define" => "1",
"#If" => "1",
"#Include" => "1",
"#Itsexpression" => "1",
"#Readclauses" => "1",
"#Region" => "1",
"#Section" => "1",
"#Undef" => "1",
"#Wname" => "1",
"Case" => "2",
"Define" => "2",
"Do" => "2",
"Else" => "2",
"Endcase" => "2",
"Enddefine" => "2",
"Enddo" => "2",
"Endfor" => "2",
"Endfunc" => "2",
"Endif" => "2",
"Endprintjob" => "2",
"Endproc" => "2",
"Endscan" => "2",
"Endtext" => "2",
"Endwith" => "2",
"For" => "2",
"Function" => "2",
"Hidden" => "2",
"If" => "2",
"Local" => "2",
"Lparameter" => "2",
"Lparameters" => "2",
"Next" => "2",
"Otherwise" => "2",
"Parameters" => "2",
"Printjob" => "2",
"Procedure" => "2",
"Protected" => "2",
"Public" => "2",
"Scan" => "2",
"Text" => "2",
"Then" => "2",
"While" => "2",
"With" => "2",
"?" => "3",
"??" => "3",
"???" => "3",
"Abs" => "3",
"Accept" => "3",
"Access" => "3",
"Aclass" => "3",
"Acopy" => "3",
"Acos" => "3",
"Adatabases" => "3",
"Adbobjects" => "3",
"Addbs" => "3",
"Addrelationtoenv" => "3",
"Addtabletoenv" => "3",
"Adel" => "3",
"Adir" => "3",
"Aelement" => "3",
"Aerror" => "3",
"Afields" => "3",
"Afont" => "3",
"Agetclass" => "3",
"Agetfileversion" => "3",
"Ains" => "3",
"Ainstance" => "3",
"Alen" => "3",
"Align" => "3",
"Alines" => "3",
"Alltrim" => "3",
"Alter" => "3",
"Amembers" => "3",
"Amouseobj" => "3",
"Anetresources" => "3",
"Ansitooem" => "3",
"Append" => "3",
"Aprinters" => "3",
"Ascan" => "3",
"Aselobj" => "3",
"Asin" => "3",
"Asort" => "3",
"Assert" => "3",
"Asserts" => "3",
"Assist" => "3",
"Asubscript" => "3",
"Asynchronous" => "3",
"At_c" => "3",
"Atan" => "3",
"Atc" => "3",
"Atcc" => "3",
"Atcline" => "3",
"Atline" => "3",
"Atn2" => "3",
"Aused" => "3",
"Autoform" => "3",
"Autoreport" => "3",
"Avcxclasses" => "3",
"Average" => "3",
"BarCount" => "3",
"BarPrompt" => "3",
"BatchMode" => "3",
"BatchUpdateCount" => "3",
"Begin" => "3",
"BellSound" => "3",
"BinToC" => "3",
"Bintoc" => "3",
"Bitand" => "3",
"Bitclear" => "3",
"Bitlshift" => "3",
"Bitnot" => "3",
"Bitor" => "3",
"Bitrshift" => "3",
"Bitset" => "3",
"Bittest" => "3",
"Bitxor" => "3",
"Bof" => "3",
"Browse" => "3",
"BrowseRefresh" => "3",
"Buffering" => "3",
"BuilderLock" => "3",
"COMArray" => "3",
"COMReturnError" => "3",
"CToBin" => "3",
"Calculate" => "3",
"Call" => "3",
"Capslock" => "3",
"Cd" => "3",
"Cdow" => "3",
"Ceiling" => "3",
"Central" => "3",
"Change" => "3",
"Char" => "3",
"Chdir" => "3",
"Chr" => "3",
"Chrsaw" => "3",
"Chrtran" => "3",
"Chrtranc" => "3",
"Close" => "3",
"Cmonth" => "3",
"Cntbar" => "3",
"Cntpad" => "3",
"Col" => "3",
"Comclassinfo" => "3",
"CommandTargetQuery" => "3",
"Compile" => "3",
"Completed" => "3",
"Compobj" => "3",
"Compute" => "3",
"Concat" => "3",
"ConnectBusy" => "3",
"ConnectHandle" => "3",
"ConnectName" => "3",
"ConnectString" => "3",
"ConnectTimeOut" => "3",
"ContainerReleaseType" => "3",
"Continue" => "3",
"Copy" => "3",
"Cos" => "3",
"Cot" => "3",
"Count" => "3",
"Coverage" => "3",
"Cpconvert" => "3",
"Cpcurrent" => "3",
"Cpdbf" => "3",
"Cpnotrans" => "3",
"Create" => "3",
"CreateBinary" => "3",
"Createobject" => "3",
"Createobjectex" => "3",
"Createoffline" => "3",
"CrsBuffering" => "3",
"CrsFetchMemo" => "3",
"CrsFetchSize" => "3",
"CrsMaxRows" => "3",
"CrsMethodUsed" => "3",
"CrsNumBatch" => "3",
"CrsShareConnection" => "3",
"CrsUseMemoSize" => "3",
"CrsWhereClause" => "3",
"Ctobin" => "3",
"Ctod" => "3",
"Ctot" => "3",
"Curdate" => "3",
"Curdir" => "3",
"CurrLeft" => "3",
"CurrSymbol" => "3",
"CursorGetProp" => "3",
"CursorSetProp" => "3",
"Curtime" => "3",
"Curval" => "3",
"DBGetProp" => "3",
"DBSetProp" => "3",
"DB_BufLockRow" => "3",
"DB_BufLockTable" => "3",
"DB_BufOff" => "3",
"DB_BufOptRow" => "3",
"DB_BufOptTable" => "3",
"DB_Complette" => "3",
"DB_DeleteInsert" => "3",
"DB_KeyAndModified" => "3",
"DB_KeyAndTimestamp" => "3",
"DB_KeyAndUpdatable" => "3",
"DB_LocalSQL" => "3",
"DB_NoPrompt" => "3",
"DB_Prompt" => "3",
"DB_RemoteSQL" => "3",
"DB_TransAuto" => "3",
"DB_TransManual" => "3",
"DB_TransNone" => "3",
"DB_Update" => "3",
"Datetime" => "3",
"Day" => "3",
"Dayname" => "3",
"Dayofmonth" => "3",
"Dayofweek" => "3",
"Dayofyear" => "3",
"Dbalias" => "3",
"Dbused" => "3",
"Ddeaborttrans" => "3",
"Ddeadvise" => "3",
"Ddeenabled" => "3",
"Ddeexecute" => "3",
"Ddeinitiate" => "3",
"Ddelasterror" => "3",
"Ddepoke" => "3",
"Dderequest" => "3",
"Ddesetoption" => "3",
"Ddesetservice" => "3",
"Ddesettopic" => "3",
"Ddeterminate" => "3",
"Debugout" => "3",
"Declare" => "3",
"DefOLELCid" => "3",
"DefaultValue" => "3",
"Defaultext" => "3",
"Degrees" => "3",
"DeleteTrigger" => "3",
"Desc" => "3",
"Description" => "3",
"Difference" => "3",
"Dimension" => "3",
"Dir" => "3",
"Directory" => "3",
"Diskspace" => "3",
"DispLogin" => "3",
"DispWarnings" => "3",
"Display" => "3",
"Dll" => "3",
"Dmy" => "3",
"DoDefault" => "3",
"DoEvents" => "3",
"Doc" => "3",
"Doevents" => "3",
"Dow" => "3",
"Drivetype" => "3",
"Drop" => "3",
"Dropoffline" => "3",
"Dtoc" => "3",
"Dtor" => "3",
"Dtos" => "3",
"Dtot" => "3",
"DynamicInputMask" => "3",
"Each" => "3",
"Edit" => "3",
"Eject" => "3",
"Elif" => "3",
"End" => "3",
"Eof" => "3",
"Erase" => "3",
"Evaluate" => "3",
"Event" => "3",
"Eventtracking" => "3",
"Exclude" => "3",
"Exclusive" => "3",
"Exit" => "3",
"Exp" => "3",
"Export" => "3",
"External" => "3",
"FDate" => "3",
"FTime" => "3",
"Fchsize" => "3",
"Fclose" => "3",
"Fcount" => "3",
"Fcreate" => "3",
"Feof" => "3",
"Ferror" => "3",
"FetchMemo" => "3",
"FetchSize" => "3",
"Fflush" => "3",
"Fgets" => "3",
"Filer" => "3",
"Filetostr" => "3",
"Find" => "3",
"Fklabel" => "3",
"Fkmax" => "3",
"Fldlist" => "3",
"Flock" => "3",
"Floor" => "3",
"Flush" => "3",
"Fontmetric" => "3",
"Fopen" => "3",
"Forceext" => "3",
"Forcepath" => "3",
"FormSetClass" => "3",
"FormSetLib" => "3",
"FormsClass" => "3",
"FormsLib" => "3",
"Found" => "3",
"FoxPro" => "3",
"Foxcode" => "3",
"Foxdoc" => "3",
"Foxgen" => "3",
"Foxgraph" => "3",
"Foxview" => "3",
"Fputs" => "3",
"Fread" => "3",
"French" => "3",
"Fseek" => "3",
"Fsize" => "3",
"Fv" => "3",
"Fwrite" => "3",
"Gather" => "3",
"German" => "3",
"GetPem" => "3",
"Getbar" => "3",
"Getcolor" => "3",
"Getcp" => "3",
"Getdir" => "3",
"Getenv" => "3",
"Getexpr" => "3",
"Getfile" => "3",
"Getfldstate" => "3",
"Getfont" => "3",
"Gethost" => "3",
"Getnextmodified" => "3",
"Getobject" => "3",
"Getpad" => "3",
"Getpict" => "3",
"Getprinter" => "3",
"Go" => "3",
"Gomonth" => "3",
"Goto" => "3",
"Graph" => "3",
"GridHorz" => "3",
"GridShow" => "3",
"GridShowPos" => "3",
"GridSnap" => "3",
"GridVert" => "3",
"Help" => "3",
"HelpOn" => "3",
"HelpTo" => "3",
"HighLightRow" => "3",
"Home" => "3",
"Hour" => "3",
"IMEStatus" => "3",
"IdleTimeOut" => "3",
"Idxcollate" => "3",
"Ifdef" => "3",
"Ifndef" => "3",
"Iif" => "3",
"Import" => "3",
"Include" => "3",
"Indbc" => "3",
"Index" => "3",
"Indexseek" => "3",
"Inkey" => "3",
"Inlist" => "3",
"Input" => "3",
"Insert" => "3",
"InsertTrigger" => "3",
"Insmode" => "3",
"IsBlank" => "3",
"IsFLocked" => "3",
"IsLeadByte" => "3",
"IsMouse" => "3",
"IsNull" => "3",
"IsRLocked" => "3",
"Isalpha" => "3",
"Iscolor" => "3",
"Isdigit" => "3",
"Isexclusive" => "3",
"Isflocked" => "3",
"Ishosted" => "3",
"Islower" => "3",
"Isreadonly" => "3",
"Isrlocked" => "3",
"Isupper" => "3",
"Italian" => "3",
"Japan" => "3",
"Join" => "3",
"Justdrive" => "3",
"Justext" => "3",
"Justfname" => "3",
"Justpath" => "3",
"Juststem" => "3",
"KeyField" => "3",
"KeyFieldList" => "3",
"Keyboard" => "3",
"Keymatch" => "3",
"LastProject" => "3",
"Lastkey" => "3",
"Lcase" => "3",
"Leftc" => "3",
"Len" => "3",
"Lenc" => "3",
"Length" => "3",
"Likec" => "3",
"Lineno" => "3",
"LoadPicture" => "3",
"Loadpicture" => "3",
"Locate" => "3",
"Locfile" => "3",
"Log" => "3",
"Log10" => "3",
"Logout" => "3",
"Lookup" => "3",
"Loop" => "3",
"Lower" => "3",
"Ltrim" => "3",
"Lupdate" => "3",
"Mail" => "3",
"MaxRecords" => "3",
"Mcol" => "3",
"Md" => "3",
"Mdown" => "3",
"Mdx" => "3",
"Mdy" => "3",
"Memlines" => "3",
"Menu" => "3",
"Messagebox" => "3",
"Minute" => "3",
"Mkdir" => "3",
"Mline" => "3",
"Modify" => "3",
"Month" => "3",
"Monthname" => "3",
"Mouse" => "3",
"Mrkbar" => "3",
"Mrkpad" => "3",
"Mrow" => "3",
"Mtdll" => "3",
"Mton" => "3",
"Mwindow" => "3",
"Native" => "3",
"Ndx" => "3",
"Network" => "3",
"NoFilter" => "3",
"Nodefault" => "3",
"Normalize" => "3",
"Note" => "3",
"Now" => "3",
"Ntom" => "3",
"NullString" => "3",
"Numlock" => "3",
"Nvl" => "3",
"ODBChdbc" => "3",
"ODBChstmt" => "3",
"OLEDropTextInsertion" => "3",
"OLELCid" => "3",
"Objnum" => "3",
"Objref" => "3",
"Objtoclient" => "3",
"Objvar" => "3",
"Occurs" => "3",
"Oemtoansi" => "3",
"Oldval" => "3",
"OlePublic" => "3",
"Olereturnerror" => "3",
"On" => "3",
"Open" => "3",
"Oracle" => "3",
"Order" => "3",
"Os" => "3",
"Outer" => "3",
"PCount" => "3",
"Pack" => "3",
"PacketSize" => "3",
"Padc" => "3",
"Padl" => "3",
"Padr" => "3",
"Payment" => "3",
"Pcol" => "3",
"PemStatus" => "3",
"Pi" => "3",
"Pivot" => "3",
"Play" => "3",
"Pop" => "3",
"Popup" => "3",
"Power" => "3",
"PrimaryKey" => "3",
"Printstatus" => "3",
"Private" => "3",
"Prmbar" => "3",
"Prmpad" => "3",
"ProjectClick" => "3",
"Proper" => "3",
"Prow" => "3",
"Prtinfo" => "3",
"Push" => "3",
"Putfile" => "3",
"Pv" => "3",
"Qpr" => "3",
"Quater" => "3",
"QueryTimeOut" => "3",
"Quit" => "3",
"Radians" => "3",
"Rand" => "3",
"Rat" => "3",
"Ratc" => "3",
"Ratline" => "3",
"Rd" => "3",
"Rdlevel" => "3",
"Read" => "3",
"Readkey" => "3",
"Recall" => "3",
"Reccount" => "3",
"RecentlyUsedFiles" => "3",
"Recno" => "3",
"Recsize" => "3",
"Regional" => "3",
"Reindex" => "3",
"RelatedChild" => "3",
"RelatedTable" => "3",
"RelatedTag" => "3",
"Remove" => "3",
"Rename" => "3",
"Repeat" => "3",
"Replace" => "3",
"Replicate" => "3",
"Report" => "3",
"ResHeight" => "3",
"ResWidth" => "3",
"ResourceOn" => "3",
"ResourceTo" => "3",
"Resources" => "3",
"Restore" => "3",
"Resume" => "3",
"Retry" => "3",
"Return" => "3",
"Revertoffline" => "3",
"Rgbscheme" => "3",
"Rightc" => "3",
"Rlock" => "3",
"Rmdir" => "3",
"Rollback" => "3",
"Round" => "3",
"Rtod" => "3",
"Rtrim" => "3",
"RuleExpression" => "3",
"RuleText" => "3",
"Run" => "3",
"Runscript" => "3",
"Rview" => "3",
"SQLAsynchronous" => "3",
"SQLBatchMode" => "3",
"SQLCancel" => "3",
"SQLColumns" => "3",
"SQLConnect" => "3",
"SQLConnectTimeOut" => "3",
"SQLDisconnect" => "3",
"SQLDispLogin" => "3",
"SQLDispWarnings" => "3",
"SQLExec" => "3",
"SQLGetProp" => "3",
"SQLIdleTimeOut" => "3",
"SQLMoreResults" => "3",
"SQLPrepare" => "3",
"SQLQueryTimeOut" => "3",
"SQLSetProp" => "3",
"SQLTables" => "3",
"SQLTransactions" => "3",
"SQLWaitTime" => "3",
"Save" => "3",
"SavePicture" => "3",
"Savepicture" => "3",
"ScaleUnits" => "3",
"Scatter" => "3",
"Scols" => "3",
"Scroll" => "3",
"Sec" => "3",
"Second" => "3",
"Seek" => "3",
"Select" => "3",
"SendUpdates" => "3",
"Set" => "3",
"SetDefault" => "3",
"Setfldstate" => "3",
"Setup" => "3",
"ShareConnection" => "3",
"ShowOLEControls" => "3",
"ShowOLEInsertable" => "3",
"ShowVCXs" => "3",
"Sign" => "3",
"Sin" => "3",
"Size" => "3",
"SizeBox" => "3",
"Skpbar" => "3",
"Skppad" => "3",
"Sort" => "3",
"Soundex" => "3",
"SourceName" => "3",
"Sqlcommit" => "3",
"Sqll" => "3",
"Sqlrollback" => "3",
"Sqlstringconnect" => "3",
"Sqrt" => "3",
"Srows" => "3",
"StatusBar" => "3",
"Store" => "3",
"Str" => "3",
"Strconv" => "3",
"Strtofile" => "3",
"Strtran" => "3",
"Stuff" => "3",
"Stuffc" => "3",
"Substr" => "3",
"Substrc" => "3",
"Substring" => "3",
"Sum" => "3",
"Suspend" => "3",
"Sys" => "3",
"Sysmetric" => "3",
"TabOrdering" => "3",
"Table" => "3",
"TableRefresh" => "3",
"Tablerevert" => "3",
"Tableupdate" => "3",
"TagCount" => "3",
"TagNo" => "3",
"Tan" => "3",
"Target" => "3",
"This" => "3",
"Thisform" => "3",
"Thisformset" => "3",
"Timestamp" => "3",
"Timestampdiff" => "3",
"Total" => "3",
"Transactions" => "3",
"Transform" => "3",
"Trim" => "3",
"Truncate" => "3",
"Ttoc" => "3",
"Ttod" => "3",
"Txnlevel" => "3",
"Txtwidth" => "3",
"Type" => "3",
"Ucase" => "3",
"Undefine" => "3",
"Unlock" => "3",
"Unpack" => "3",
"Updatable" => "3",
"UpdatableFieldList" => "3",
"Update" => "3",
"UpdateName" => "3",
"UpdateNameList" => "3",
"UpdateTrigger" => "3",
"UpdateType" => "3",
"Updated" => "3",
"Upper" => "3",
"Upsizing" => "3",
"Usa" => "3",
"Use" => "3",
"UseMemoSize" => "3",
"Used" => "3",
"Val" => "3",
"Validate" => "3",
"Varread" => "3",
"Vartype" => "3",
"Version" => "3",
"VersionLanguage" => "3",
"Wait" => "3",
"WaitTime" => "3",
"Wborder" => "3",
"Wchild" => "3",
"Wcols" => "3",
"Week" => "3",
"Wexist" => "3",
"Wfont" => "3",
"WhereType" => "3",
"Windcmd" => "3",
"Windhelp" => "3",
"Windmemo" => "3",
"Windmenu" => "3",
"Windmodify" => "3",
"Windquery" => "3",
"Windscreen" => "3",
"Windsnip" => "3",
"Windstproc" => "3",
"WizardPrompt" => "3",
"Wlast" => "3",
"Wlcol" => "3",
"Wlrow" => "3",
"Wmaximum" => "3",
"Wminimum" => "3",
"Wontop" => "3",
"Woutput" => "3",
"Wparent" => "3",
"Wread" => "3",
"Wrows" => "3",
"Wtitle" => "3",
"Wvisible" => "3",
"Year" => "3",
"Zap" => "3",
"_Alignment" => "3",
"_Asciicols" => "3",
"_Asciirows" => "3",
"_Assist" => "3",
"_Beautify" => "3",
"_Box" => "3",
"_Browser" => "3",
"_Builder" => "3",
"_Calcmem" => "3",
"_Calcvalue" => "3",
"_Cliptext" => "3",
"_Converter" => "3",
"_Coverage" => "3",
"_Curobj" => "3",
"_Dblclick" => "3",
"_Diarydate" => "3",
"_Dos" => "3",
"_Foxdoc" => "3",
"_Foxgraph" => "3",
"_Gallery" => "3",
"_Gengraph" => "3",
"_Genhtml" => "3",
"_Genmenu" => "3",
"_Genpd" => "3",
"_Genscrn" => "3",
"_Genxtab" => "3",
"_Getexpr" => "3",
"_Include" => "3",
"_Indent" => "3",
"_Lmargin" => "3",
"_Mac" => "3",
"_Mbr_appnd" => "3",
"_Mbr_cpart" => "3",
"_Mbr_delet" => "3",
"_Mbr_font" => "3",
"_Mbr_goto" => "3",
"_Mbr_grid" => "3",
"_Mbr_link" => "3",
"_Mbr_mode" => "3",
"_Mbr_mvfld" => "3",
"_Mbr_mvprt" => "3",
"_Mbr_seek" => "3",
"_Mbr_sp100" => "3",
"_Mbr_sp200" => "3",
"_Mbr_szfld" => "3",
"_Mbrowse" => "3",
"_Mda_appnd" => "3",
"_Mda_avg" => "3",
"_Mda_brow" => "3",
"_Mda_calc" => "3",
"_Mda_copy" => "3",
"_Mda_count" => "3",
"_Mda_label" => "3",
"_Mda_pack" => "3",
"_Mda_reprt" => "3",
"_Mda_rindx" => "3",
"_Mda_setup" => "3",
"_Mda_sort" => "3",
"_Mda_sp100" => "3",
"_Mda_sp200" => "3",
"_Mda_sp300" => "3",
"_Mda_sum" => "3",
"_Mda_total" => "3",
"_Mdata" => "3",
"_Mdiary" => "3",
"_Med_clear" => "3",
"_Med_copy" => "3",
"_Med_cut" => "3",
"_Med_cvtst" => "3",
"_Med_find" => "3",
"_Med_finda" => "3",
"_Med_goto" => "3",
"_Med_insob" => "3",
"_Med_link" => "3",
"_Med_obj" => "3",
"_Med_paste" => "3",
"_Med_pref" => "3",
"_Med_pstlk" => "3",
"_Med_redo" => "3",
"_Med_repl" => "3",
"_Med_repla" => "3",
"_Med_slcta" => "3",
"_Med_sp100" => "3",
"_Med_sp200" => "3",
"_Med_sp300" => "3",
"_Med_sp400" => "3",
"_Med_sp500" => "3",
"_Med_undo" => "3",
"_Medit" => "3",
"_Mfi_clall" => "3",
"_Mfi_close" => "3",
"_Mfi_export" => "3",
"_Mfi_import" => "3",
"_Mfi_new" => "3",
"_Mfi_open" => "3",
"_Mfi_pgset" => "3",
"_Mfi_prevu" => "3",
"_Mfi_print" => "3",
"_Mfi_quit" => "3",
"_Mfi_revrt" => "3",
"_Mfi_savas" => "3",
"_Mfi_save" => "3",
"_Mfi_send" => "3",
"_Mfi_setup" => "3",
"_Mfi_sp100" => "3",
"_Mfi_sp200" => "3",
"_Mfi_sp300" => "3",
"_Mfi_sp400" => "3",
"_Mfile" => "3",
"_Mfiler" => "3",
"_Mfirst" => "3",
"_Mlabel" => "3",
"_Mlast" => "3",
"_Mline" => "3",
"_Mmacro" => "3",
"_Mmbldr" => "3",
"_Mpr_beaut" => "3",
"_Mpr_cancl" => "3",
"_Mpr_compl" => "3",
"_Mpr_do" => "3",
"_Mpr_docum" => "3",
"_Mpr_formwz" => "3",
"_Mpr_gener" => "3",
"_Mpr_graph" => "3",
"_Mpr_resum" => "3",
"_Mpr_sp100" => "3",
"_Mpr_sp200" => "3",
"_Mpr_sp300" => "3",
"_Mpr_suspend" => "3",
"_Mprog" => "3",
"_Mproj" => "3",
"_Mrc_appnd" => "3",
"_Mrc_chnge" => "3",
"_Mrc_cont" => "3",
"_Mrc_delet" => "3",
"_Mrc_goto" => "3",
"_Mrc_locat" => "3",
"_Mrc_recal" => "3",
"_Mrc_repl" => "3",
"_Mrc_seek" => "3",
"_Mrc_sp100" => "3",
"_Mrc_sp200" => "3",
"_Mrecord" => "3",
"_Mreport" => "3",
"_Mrqbe" => "3",
"_Mscreen" => "3",
"_Msm_data" => "3",
"_Msm_edit" => "3",
"_Msm_file" => "3",
"_Msm_format" => "3",
"_Msm_prog" => "3",
"_Msm_recrd" => "3",
"_Msm_systm" => "3",
"_Msm_text" => "3",
"_Msm_tools" => "3",
"_Msm_view" => "3",
"_Msm_windo" => "3",
"_Mst_about" => "3",
"_Mst_ascii" => "3",
"_Mst_calcu" => "3",
"_Mst_captr" => "3",
"_Mst_dbase" => "3",
"_Mst_diary" => "3",
"_Mst_filer" => "3",
"_Mst_help" => "3",
"_Mst_hphow" => "3",
"_Mst_hpsch" => "3",
"_Mst_macro" => "3",
"_Mst_office" => "3",
"_Mst_puzzl" => "3",
"_Mst_sp100" => "3",
"_Mst_sp200" => "3",
"_Mst_sp300" => "3",
"_Mst_specl" => "3",
"_Msysmenu" => "3",
"_Msystem" => "3",
"_Mtable" => "3",
"_Mtb_appnd" => "3",
"_Mtb_cpart" => "3",
"_Mtb_delet" => "3",
"_Mtb_delrc" => "3",
"_Mtb_goto" => "3",
"_Mtb_link" => "3",
"_Mtb_mvfld" => "3",
"_Mtb_mvprt" => "3",
"_Mtb_props" => "3",
"_Mtb_recal" => "3",
"_Mtb_sp100" => "3",
"_Mtb_sp200" => "3",
"_Mtb_sp300" => "3",
"_Mtb_sp400" => "3",
"_Mtb_szfld" => "3",
"_Mwi_arran" => "3",
"_Mwi_clear" => "3",
"_Mwi_cmd" => "3",
"_Mwi_color" => "3",
"_Mwi_debug" => "3",
"_Mwi_hide" => "3",
"_Mwi_hidea" => "3",
"_Mwi_min" => "3",
"_Mwi_move" => "3",
"_Mwi_rotat" => "3",
"_Mwi_showa" => "3",
"_Mwi_size" => "3",
"_Mwi_sp100" => "3",
"_Mwi_sp200" => "3",
"_Mwi_toolb" => "3",
"_Mwi_trace" => "3",
"_Mwi_view" => "3",
"_Mwi_zoom" => "3",
"_Mwindow" => "3",
"_Mwizards" => "3",
"_Mwz_all" => "3",
"_Mwz_form" => "3",
"_Mwz_foxdoc" => "3",
"_Mwz_import" => "3",
"_Mwz_label" => "3",
"_Mwz_mail" => "3",
"_Mwz_pivot" => "3",
"_Mwz_query" => "3",
"_Mwz_reprt" => "3",
"_Mwz_setup" => "3",
"_Mwz_table" => "3",
"_Mwz_upsizing" => "3",
"_Netware" => "3",
"_Oracle" => "3",
"_Padvance" => "3",
"_Pageno" => "3",
"_Pbpage" => "3",
"_Pcolno" => "3",
"_Pcopies" => "3",
"_Pdparms" => "3",
"_Pdriver" => "3",
"_Pdsetup" => "3",
"_Pecode" => "3",
"_Peject" => "3",
"_Pepage" => "3",
"_Pform" => "3",
"_Plength" => "3",
"_Plineno" => "3",
"_Ploffset" => "3",
"_Ppitch" => "3",
"_Pquality" => "3",
"_Pretext" => "3",
"_Pscode" => "3",
"_Pspacing" => "3",
"_Pwait" => "3",
"_Rmargin" => "3",
"_Runactivedoc" => "3",
"_Samples" => "3",
"_Screen" => "3",
"_Shell" => "3",
"_Spellchk" => "3",
"_Sqlserver" => "3",
"_Startup" => "3",
"_Tabs" => "3",
"_Tally" => "3",
"_Text" => "3",
"_Throttle" => "3",
"_Transport" => "3",
"_Triggerlevel" => "3",
"_Unix" => "3",
"_WebDevOnly" => "3",
"_WebMenu" => "3",
"_WebMsftHomePage" => "3",
"_WebVFPHomePage" => "3",
"_WebVfpOnlineSupport" => "3",
"_Windows" => "3",
"_Wizard" => "3",
"_Wrap" => "3",
"_scctext" => "3",
"_vfp" => "3",
"Additive" => "4",
"After" => "4",
"Again" => "4",
"Aindent" => "4",
"Alignright" => "4",
"All" => "4",
"Alt" => "4",
"Alternate" => "4",
"And" => "4",
"Ansi" => "4",
"Any" => "4",
"Aplabout" => "4",
"App" => "4",
"Array" => "4",
"As" => "4",
"Asc" => "4",
"Ascending" => "4",
"Ascii" => "4",
"At" => "4",
"Attributes" => "4",
"Automatic" => "4",
"Autosave" => "4",
"Avg" => "4",
"Bar" => "4",
"Before" => "4",
"Bell" => "4",
"Between" => "4",
"Bitmap" => "4",
"Blank" => "4",
"Blink" => "4",
"Blocksize" => "4",
"Border" => "4",
"Bottom" => "4",
"Brstatus" => "4",
"Bucket" => "4",
"Buffers" => "4",
"By" => "4",
"Candidate" => "4",
"Carry" => "4",
"Cascade" => "4",
"Catalog" => "4",
"Cdx" => "4",
"Center" => "4",
"Century" => "4",
"Cga" => "4",
"Character" => "4",
"Check" => "4",
"Classlib" => "4",
"Clock" => "4",
"Cnt" => "4",
"Codepage" => "4",
"Collate" => "4",
"Color" => "4",
"Com1" => "4",
"Com2" => "4",
"Command" => "4",
"Compact" => "4",
"Compatible" => "4",
"Compress" => "4",
"Confirm" => "4",
"Connection" => "4",
"Connections" => "4",
"Connstring" => "4",
"Console" => "4",
"Copies" => "4",
"Cpcompile" => "4",
"Cpdialog" => "4",
"Csv" => "4",
"Currency" => "4",
"Cycle" => "4",
"Databases" => "4",
"Datasource" => "4",
"Date" => "4",
"Db4" => "4",
"Dbc" => "4",
"Dbf" => "4",
"Dbmemo3" => "4",
"Debug" => "4",
"Decimals" => "4",
"Defaultsource" => "4",
"Deletetables" => "4",
"Delimited" => "4",
"Delimiters" => "4",
"Descending" => "4",
"Design" => "4",
"Development" => "4",
"Device" => "4",
"Dif" => "4",
"Disabled" => "4",
"Distinct" => "4",
"Dlls" => "4",
"Dohistory" => "4",
"Dos" => "4",
"Dosmem" => "4",
"Double" => "4",
"Driver" => "4",
"Duplex" => "4",
"Echo" => "4",
"Editwork" => "4",
"Ega25" => "4",
"Ega43" => "4",
"Ems" => "4",
"Ems64" => "4",
"Encrypt" => "4",
"Encryption" => "4",
"Environment" => "4",
"Escape" => "4",
"Events" => "4",
"Exact" => "4",
"Except" => "4",
"Exe" => "4",
"Exists" => "4",
"Expression" => "4",
"Extended" => "4",
"F" => "4",
"Fdow" => "4",
"Fetch" => "4",
"Field" => "4",
"Fields" => "4",
"File" => "4",
"Files" => "4",
"Fill" => "4",
"Fixed" => "4",
"Float" => "4",
"Foldconst" => "4",
"Font" => "4",
"Footer" => "4",
"Force" => "4",
"Foreign" => "4",
"Fox2x" => "4",
"Foxplus" => "4",
"Free" => "4",
"Freeze" => "4",
"From" => "4",
"Fullpath" => "4",
"Fw2" => "4",
"Fweek" => "4",
"Get" => "4",
"Gets" => "4",
"Global" => "4",
"Group" => "4",
"Grow" => "4",
"Halfheight" => "4",
"Having" => "4",
"Heading" => "4",
"Headings" => "4",
"Helpfilter" => "4",
"History" => "4",
"Hmemory" => "4",
"Hours" => "4",
"Id" => "4",
"In" => "4",
"Indexes" => "4",
"Information" => "4",
"Instruct" => "4",
"Int" => "4",
"Integer" => "4",
"Intensity" => "4",
"Intersect" => "4",
"Into" => "4",
"Is" => "4",
"Isometric" => "4",
"Key" => "4",
"Keycolumns" => "4",
"Keycomp" => "4",
"Keyset" => "4",
"Last" => "4",
"Ledit" => "4",
"Level" => "4",
"Library" => "4",
"Like" => "4",
"Linked" => "4",
"Lock" => "4",
"Logerrors" => "4",
"Long" => "4",
"Lpartition" => "4",
"Mac" => "4",
"Macdesktop" => "4",
"Machelp" => "4",
"Mackey" => "4",
"Macros" => "4",
"Mark" => "4",
"Master" => "4",
"Max" => "4",
"Maxmem" => "4",
"Mdi" => "4",
"Memlimit" => "4",
"Memory" => "4",
"Memos" => "4",
"Memowidth" => "4",
"Memvar" => "4",
"Menus" => "4",
"Messages" => "4",
"Middle" => "4",
"Min" => "4",
"Minimize" => "4",
"Minus" => "4",
"Mod" => "4",
"Modal" => "4",
"Module" => "4",
"Mono43" => "4",
"Movers" => "4",
"Multilocks" => "4",
"Mvarsiz" => "4",
"Mvcount" => "4",
"N" => "4",
"Near" => "4",
"Negotiate" => "4",
"Noalias" => "4",
"Noappend" => "4",
"Noclear" => "4",
"Noclose" => "4",
"Noconsole" => "4",
"Nocptrans" => "4",
"Nodata" => "4",
"Nodebug" => "4",
"Nodelete" => "4",
"Nodup" => "4",
"Noedit" => "4",
"Noeject" => "4",
"Noenvironment" => "4",
"Nofloat" => "4",
"Nofollow" => "4",
"Nogrow" => "4",
"Noinit" => "4",
"Nolgrid" => "4",
"Nolink" => "4",
"Nolock" => "4",
"Nomargin" => "4",
"Nomdi" => "4",
"Nomenu" => "4",
"Nominimize" => "4",
"Nomodify" => "4",
"Nomouse" => "4",
"None" => "4",
"Nooptimize" => "4",
"Nooverwrite" => "4",
"Noprojecthook" => "4",
"Noprompt" => "4",
"Noread" => "4",
"Norefresh" => "4",
"Norequery" => "4",
"Norgrid" => "4",
"Norm" => "4",
"Normal" => "4",
"Nosave" => "4",
"Noshadow" => "4",
"Noshow" => "4",
"Nospace" => "4",
"Not" => "4",
"Notab" => "4",
"Notify" => "4",
"Noupdate" => "4",
"Novalidate" => "4",
"Noverify" => "4",
"Nowait" => "4",
"Nowindow" => "4",
"Nowrap" => "4",
"Nozoom" => "4",
"Npv" => "4",
"Null" => "4",
"Number" => "4",
"Objects" => "4",
"Odometer" => "4",
"Of" => "4",
"Off" => "4",
"Oleobjects" => "4",
"Only" => "4",
"Optimize" => "4",
"Or" => "4",
"Orientation" => "4",
"Output" => "4",
"Outshow" => "4",
"Overlay" => "4",
"Overwrite" => "4",
"Pad" => "4",
"Palette" => "4",
"Paperlength" => "4",
"Papersize" => "4",
"Paperwidth" => "4",
"Password" => "4",
"Path" => "4",
"Pattern" => "4",
"Pause" => "4",
"Pdox" => "4",
"Pdsetup" => "4",
"Pen" => "4",
"Pfs" => "4",
"Pixels" => "4",
"Plain" => "4",
"Popups" => "4",
"Precision" => "4",
"Preference" => "4",
"Preview" => "4",
"Primary" => "4",
"Printer" => "4",
"Printquality" => "4",
"Procedures" => "4",
"Production" => "4",
"Program" => "4",
"Progwork" => "4",
"Project" => "4",
"Prompt" => "4",
"Query" => "4",
"Random" => "4",
"Range" => "4",
"Readborder" => "4",
"Readerror" => "4",
"Record" => "4",
"Recover" => "4",
"Redit" => "4",
"Reference" => "4",
"References" => "4",
"Relative" => "4",
"Remote" => "4",
"Reprocess" => "4",
"Resource" => "4",
"Rest" => "4",
"Restrict" => "4",
"Rgb" => "4",
"Right" => "4",
"Row" => "4",
"Rowset" => "4",
"Rpd" => "4",
"Runtime" => "4",
"Safety" => "4",
"Same" => "4",
"Sample" => "4",
"Say" => "4",
"Scale" => "4",
"Scheme" => "4",
"Scoreboard" => "4",
"Screen" => "4",
"Sdf" => "4",
"Seconds" => "4",
"Selection" => "4",
"Shadows" => "4",
"Shared" => "4",
"Sheet" => "4",
"Shell" => "4",
"Shift" => "4",
"Shutdown" => "4",
"Single" => "4",
"Some" => "4",
"Sortwork" => "4",
"Space" => "4",
"Sql" => "4",
"Standalone" => "4",
"Status" => "4",
"Std" => "4",
"Step" => "4",
"Sticky" => "4",
"String" => "4",
"Structure" => "4",
"Subclass" => "4",
"Summary" => "4",
"Sylk" => "4",
"Sysformats" => "4",
"Sysmenus" => "4",
"System" => "4",
"T" => "4",
"Tab" => "4",
"Tables" => "4",
"Talk" => "4",
"Tedit" => "4",
"Textmerge" => "4",
"Time" => "4",
"Timeout" => "4",
"Titles" => "4",
"Tmpfiles" => "4",
"To" => "4",
"Topic" => "4",
"Transaction" => "4",
"Trap" => "4",
"Trbetween" => "4",
"Trigger" => "4",
"Ttoption" => "4",
"Typeahead" => "4",
"Udfparms" => "4",
"Union" => "4",
"Unique" => "4",
"Userid" => "4",
"Users" => "4",
"Values" => "4",
"Var" => "4",
"Verb" => "4",
"Vga25" => "4",
"Vga50" => "4",
"Views" => "4",
"Volume" => "4",
"Where" => "4",
"Windows" => "4",
"Wk1" => "4",
"Wk3" => "4",
"Wks" => "4",
"Workarea" => "4",
"Wp" => "4",
"Wr1" => "4",
"Wrap" => "4",
"Wrk" => "4",
"Xcmdfile" => "4",
"Xl5" => "4",
"Xl8" => "4",
"Xls" => "4",
"Y" => "4",
"Yresolution" => "4",
"Zoom" => "4",
"Activate" => "5",
"ActivateCell" => "5",
"Add" => "5",
"AddColumn" => "5",
"AddItem" => "5",
"AddListItem" => "5",
"AddObject" => "5",
"AddProperty" => "5",
"AddToSCC" => "5",
"AfterBuild" => "5",
"AfterCloseTables" => "5",
"AfterDock" => "5",
"AfterRowColChange" => "5",
"BeforeBuild" => "5",
"BeforeDock" => "5",
"BeforeOpenTables" => "5",
"BeforeRowColChange" => "5",
"Box" => "5",
"Build" => "5",
"CheckIn" => "5",
"CheckOut" => "5",
"Circle" => "5",
"Clear" => "5",
"ClearData" => "5",
"Cleanup" => "5",
"Click" => "5",
"CloneObject" => "5",
"CloseEditor" => "5",
"CloseTables" => "5",
"Cls" => "5",
"CommandTargetExec" => "5",
"CommandTargetQueryStas" => "5",
"ContainerRelease" => "5",
"DataToClip" => "5",
"DblClick" => "5",
"Deactivate" => "5",
"Delete" => "5",
"DeleteColumn" => "5",
"Deleted" => "5",
"Destroy" => "5",
"DoCmd" => "5",
"Dock" => "5",
"DoScroll" => "5",
"DoVerb" => "5",
"DownClick" => "5",
"Drag" => "5",
"DragDrop" => "5",
"DragOver" => "5",
"DropDown" => "5",
"Draw" => "5",
"EnterFocus" => "5",
"Error" => "5",
"ErrorMessage" => "5",
"Eval" => "5",
"ExitFocus" => "5",
"FormatChange" => "5",
"GetData" => "5",
"GetFormat" => "5",
"GetLatestVersion" => "5",
"GoBack" => "5",
"GotFocus" => "5",
"GoForward" => "5",
"GridHitTest" => "5",
"Hide" => "5",
"HideDoc" => "5",
"IndexToItemId" => "5",
"Init" => "5",
"InteractiveChange" => "5",
"Item" => "5",
"ItemIdToIndex" => "5",
"KeyPress" => "5",
"Line" => "5",
"Load" => "5",
"LostFocus" => "5",
"Message" => "5",
"MiddleClick" => "5",
"MouseDown" => "5",
"MouseMove" => "5",
"MouseUp" => "5",
"MouseWheel" => "5",
"Move" => "5",
"Moved" => "5",
"NavigateTo" => "5",
"Newobject" => "5",
"OLECompleteDrag" => "5",
"OLEDrag" => "5",
"OLEDragDrop" => "5",
"OLEDragOver" => "5",
"OLEGiveFeedback" => "5",
"OLESetData" => "5",
"OLEStartDrag" => "5",
"OpenEditor" => "5",
"OpenTables" => "5",
"Paint" => "5",
"Point" => "5",
"Print" => "5",
"ProgrammaticChange" => "5",
"PSet" => "5",
"QueryAddFile" => "5",
"QueryModifyFile" => "5",
"QueryRemoveFile" => "5",
"QueryRunFile" => "5",
"QueryUnload" => "5",
"RangeHigh" => "5",
"RangeLow" => "5",
"ReadActivate" => "5",
"ReadExpression" => "5",
"ReadDeactivate" => "5",
"ReadMethod" => "5",
"ReadShow" => "5",
"ReadValid" => "5",
"ReadWhen" => "5",
"Refresh" => "5",
"Release" => "5",
"RemoveFromSCC" => "5",
"RemoveItem" => "5",
"RemoveListItem" => "5",
"RemoveObject" => "5",
"Requery" => "5",
"RequestData" => "5",
"Reset" => "5",
"ResetToDefault" => "5",
"Resize" => "5",
"RightClick" => "5",
"SaveAs" => "5",
"SaveAsClass" => "5",
"Scrolled" => "5",
"SetAll" => "5",
"SetData" => "5",
"SetFocus" => "5",
"SetFormat" => "5",
"SetMain" => "5",
"SetVar" => "5",
"SetViewPort" => "5",
"ShowDoc" => "5",
"ShowWhatsThis" => "5",
"TextHeight" => "5",
"TextWidth" => "5",
"Timer" => "5",
"UIEnable" => "5",
"UnDock" => "5",
"UndoCheckOut" => "5",
"Unload" => "5",
"UpClick" => "5",
"Valid" => "5",
"WhatsThisMode" => "5",
"When" => "5",
"WriteExpression" => "5",
"WriteMethod" => "5",
"ZOrder" => "5",
"ATGetColors" => "6",
"ATListColors" => "6",
"Accelerate" => "6",
"ActiveColumn" => "6",
"ActiveControl" => "6",
"ActiveForm" => "6",
"ActiveObjectId" => "6",
"ActivePage" => "6",
"ActiveProject" => "6",
"ActiveRow" => "6",
"AddLineFeeds" => "6",
"Alias" => "6",
"Alignment" => "6",
"AllowAddNew" => "6",
"AllowHeaderSizing" => "6",
"AllowResize" => "6",
"AllowRowSizing" => "6",
"AllowTabs" => "6",
"AlwaysOnTop" => "6",
"Application" => "6",
"AutoActivate" => "6",
"AutoCenter" => "6",
"AutoCloseTables" => "6",
"AutoIncrement" => "6",
"AutoOpenTables" => "6",
"AutoRelease" => "6",
"AutoSize" => "6",
"AutoVerbMenu" => "6",
"AutoYield" => "6",
"AvailNum" => "6",
"BackColor" => "6",
"BackStyle" => "6",
"BaseClass" => "6",
"BorderColor" => "6",
"BorderStyle" => "6",
"BorderWidth" => "6",
"Bound" => "6",
"BoundColumn" => "6",
"BoundTo" => "6",
"BrowseAlignment" => "6",
"BrowseCellMarg" => "6",
"BrowseDestWidth" => "6",
"BufferMode" => "6",
"BufferModeOverride" => "6",
"BuildDateTime" => "6",
"ButtonCount" => "6",
"ButtonIndex" => "6",
"Buttons" => "6",
"CLSID" => "6",
"CanAccelerate" => "6",
"CanGetFocus" => "6",
"CanLoseFocus" => "6",
"Cancel" => "6",
"Caption" => "6",
"ChildAlias" => "6",
"ChildOrder" => "6",
"Class" => "6",
"ClassLibrary" => "6",
"ClipControls" => "6",
"ClipRect" => "6",
"Closable" => "6",
"ColorScheme" => "6",
"ColorSource" => "6",
"ColumnCount" => "6",
"ColumnHeaders" => "6",
"ColumnLines" => "6",
"ColumnOrder" => "6",
"ColumnWidths" => "6",
"Columns" => "6",
"Comment" => "6",
"ContinuousScroll" => "6",
"ControlBox" => "6",
"ControlCount" => "6",
"ControlIndex" => "6",
"ControlSource" => "6",
"Controls" => "6",
"CurrentControl" => "6",
"CurrentX" => "6",
"CurrentY" => "6",
"CursorSource" => "6",
"Curvature" => "6",
"DataSession" => "6",
"DataSessionId" => "6",
"DataSourceObj" => "6",
"DataType" => "6",
"Database" => "6",
"DateFormat" => "6",
"DateMark" => "6",
"DefButton" => "6",
"DefButtonOrig" => "6",
"DefHeight" => "6",
"DefLeft" => "6",
"DefTop" => "6",
"DefWidth" => "6",
"Default" => "6",
"DefaultFilePath" => "6",
"DefineWindows" => "6",
"DeleteMark" => "6",
"Desktop" => "6",
"Dirty" => "6",
"DisabledBackColor" => "6",
"DisabledByEOF" => "6",
"DisabledForeColor" => "6",
"DisabledItemBackColor" => "6",
"DisabledItemForeColor" => "6",
"DisabledPicture" => "6",
"DispPageHeight" => "6",
"DispPageWidth" => "6",
"DisplayCount" => "6",
"DisplayValue" => "6",
"DoCreate" => "6",
"DockPosition" => "6",
"Docked" => "6",
"DocumentFile" => "6",
"DownPicture" => "6",
"DragIcon" => "6",
"DragMode" => "6",
"DragState" => "6",
"DrawMode" => "6",
"DrawStyle" => "6",
"DrawWidth" => "6",
"DynamicAlignment" => "6",
"DynamicBackColor" => "6",
"DynamicCurrentControl" => "6",
"DynamicFontBold" => "6",
"DynamicFontItalic" => "6",
"DynamicFontName" => "6",
"DynamicFontOutline" => "6",
"DynamicFontShadow" => "6",
"DynamicFontSize" => "6",
"DynamicFontStrikethru" => "6",
"DynamicFontUnderline" => "6",
"DynamicForeColor" => "6",
"EditFlags" => "6",
"Enabled" => "6",
"EnabledByReadLock" => "6",
"Encrypted" => "6",
"EnvLevel" => "6",
"ErasePage" => "6",
"FileClass" => "6",
"FileClassLibrary" => "6",
"FillColor" => "6",
"FillStyle" => "6",
"Filter" => "6",
"FirstElement" => "6",
"FontBold" => "6",
"FontItalic" => "6",
"FontName" => "6",
"FontOutline" => "6",
"FontShadow" => "6",
"FontSize" => "6",
"FontStrikethru" => "6",
"FontUnderline" => "6",
"ForceFocus" => "6",
"ForeColor" => "6",
"FormCount" => "6",
"FormIndex" => "6",
"FormPageCount" => "6",
"FormPageIndex" => "6",
"Format" => "6",
"Forms" => "6",
"FoxFont" => "6",
"FullName" => "6",
"GoFirst" => "6",
"GoLast" => "6",
"GridLineColor" => "6",
"GridLineWidth" => "6",
"GridLines" => "6",
"HPROJ" => "6",
"HWnd" => "6",
"HalfHeightCaption" => "6",
"HasClip" => "6",
"HeaderGap" => "6",
"HeaderHeight" => "6",
"Height" => "6",
"HelpContextID" => "6",
"HideSelection" => "6",
"Highlight" => "6",
"HomeDir" => "6",
"HostName" => "6",
"HotKey" => "6",
"HscrollSmallChange" => "6",
"IMEMode" => "6",
"Icon" => "6",
"IgnoreInsert" => "6",
"InResize" => "6",
"Increment" => "6",
"IncrementalSearch" => "6",
"InitialSelectedAlias" => "6",
"InputMask" => "6",
"Instancing" => "6",
"IntegralHeight" => "6",
"Interval" => "6",
"ItemBackColor" => "6",
"ItemData" => "6",
"ItemForeColor" => "6",
"ItemIDData" => "6",
"ItemTips" => "6",
"JustReadLocked" => "6",
"KeyPreview" => "6",
"KeyboardHighValue" => "6",
"KeyboardLowValue" => "6",
"LastModified" => "6",
"Left" => "6",
"LeftColumn" => "6",
"LineSlant" => "6",
"LinkMaster" => "6",
"List" => "6",
"ListCount" => "6",
"ListIndex" => "6",
"ListItem" => "6",
"ListItemId" => "6",
"LockDataSource" => "6",
"LockScreen" => "6",
"MDIForm" => "6",
"MainClass" => "6",
"MainFile" => "6",
"Margin" => "6",
"MaxButton" => "6",
"MaxHeight" => "6",
"MaxLeft" => "6",
"MaxLength" => "6",
"MaxTop" => "6",
"MaxWidth" => "6",
"MemoWindow" => "6",
"MinButton" => "6",
"MinHeight" => "6",
"MinWidth" => "6",
"MouseIcon" => "6",
"MousePointer" => "6",
"Movable" => "6",
"MoverBars" => "6",
"MultiSelect" => "6",
"Name" => "6",
"NapTime" => "6",
"NewIndex" => "6",
"NewItemId" => "6",
"NoDataOnLoad" => "6",
"NoDefine" => "6",
"NotifyContainer" => "6",
"NullDisplay" => "6",
"NumberOfElements" => "6",
"OLEDragMode" => "6",
"OLEDragPicture" => "6",
"OLEDropEffects" => "6",
"OLEDropHasData" => "6",
"OLEDropMode" => "6",
"OLERequestPendingTimeOut" => "6",
"OLEServerBusyRaiseError" => "6",
"OLEServerBusyTimeOut" => "6",
"OLETypeAllowed" => "6",
"OleClass" => "6",
"OleClassId" => "6",
"OleControlContainer" => "6",
"OleIDispInValue" => "6",
"OleIDispOutValue" => "6",
"OleIDispatchIncoming" => "6",
"OleIDispatchOutgoing" => "6",
"OnResize" => "6",
"OneToMany" => "6",
"OpenViews" => "6",
"OpenWindow" => "6",
"PageCount" => "6",
"PageHeight" => "6",
"PageOrder" => "6",
"PageWidth" => "6",
"Pages" => "6",
"Panel" => "6",
"PanelLink" => "6",
"Parent" => "6",
"ParentAlias" => "6",
"ParentClass" => "6",
"Partition" => "6",
"PasswordChar" => "6",
"Picture" => "6",
"ProcessID" => "6",
"ProgID" => "6",
"ProjectHookClass" => "6",
"ProjectHookLibrary" => "6",
"Projects" => "6",
"ReadColors" => "6",
"ReadCycle" => "6",
"ReadFiller" => "6",
"ReadLock" => "6",
"ReadMouse" => "6",
"ReadOnly" => "6",
"ReadSave" => "6",
"ReadSize" => "6",
"ReadTimeout" => "6",
"RecordMark" => "6",
"RecordSource" => "6",
"RecordSourceType" => "6",
"Rect" => "6",
"RelationalExpr" => "6",
"RelativeColumn" => "6",
"RelativeRow" => "6",
"ReleaseErase" => "6",
"ReleaseType" => "6",
"ReleaseWindows" => "6",
"Resizable" => "6",
"RightToLeft" => "6",
"RowHeight" => "6",
"RowSource" => "6",
"RowSourceType" => "6",
"SCCProvider" => "6",
"SCCStatus" => "6",
"SDIForm" => "6",
"ScaleMode" => "6",
"ScrollBars" => "6",
"SelLength" => "6",
"SelStart" => "6",
"SelText" => "6",
"SelectOnEntry" => "6",
"Selected" => "6",
"SelectedBackColor" => "6",
"SelectedForeColor" => "6",
"SelectedID" => "6",
"SelectedItemBackColor" => "6",
"SelectedItemForeColor" => "6",
"SelfEdit" => "6",
"ServerClass" => "6",
"ServerClassLibrary" => "6",
"ServerHelpFile" => "6",
"ServerName" => "6",
"ServerProject" => "6",
"ShowTips" => "6",
"ShowWindow" => "6",
"Sizable" => "6",
"Size<height>" => "6",
"Size<maxlength>" => "6",
"Size<width>" => "6",
"Skip" => "6",
"SkipForm" => "6",
"Sorted" => "6",
"SourceType" => "6",
"Sparse" => "6",
"SpecialEffect" => "6",
"SpinnerHighValue" => "6",
"SpinnerLowValue" => "6",
"SplitBar" => "6",
"StartMode" => "6",
"StatusBarText" => "6",
"Stretch" => "6",
"StrictDateEntry" => "6",
"Style" => "6",
"SystemRefCount" => "6",
"TabIndex" => "6",
"TabStop" => "6",
"TabStretch" => "6",
"TabStyle" => "6",
"Tabhit" => "6",
"Tabs" => "6",
"Tag" => "6",
"TerminateRead" => "6",
"ThreadID" => "6",
"TitleBar" => "6",
"ToolTipText" => "6",
"Top" => "6",
"TopIndex" => "6",
"TopItemId" => "6",
"TypeLibCLSID" => "6",
"TypeLibDesc" => "6",
"TypeLibName" => "6",
"UnlockDataSource" => "6",
"Value" => "6",
"ValueDirty" => "6",
"VersionComments" => "6",
"VersionCompany" => "6",
"VersionCopyright" => "6",
"VersionDescription" => "6",
"VersionNumber" => "6",
"VersionProduct" => "6",
"VersionTrademarks" => "6",
"View" => "6",
"ViewPortHeight" => "6",
"ViewPortLeft" => "6",
"ViewPortTop" => "6",
"ViewPortWidth" => "6",
"Visible" => "6",
"VscrollSmallChange" => "6",
"WasActive" => "6",
"WasOpen" => "6",
"WhatsThisButton" => "6",
"WhatsThisHelp" => "6",
"WhatsThisHelpID" => "6",
"Width" => "6",
"WindowList" => "6",
"WindowNTIList" => "6",
"WindowState" => "6",
"WindowType" => "6",
"WordWrap" => "6",
"ZOrderSet" => "6",
"ActiveDoc" => "7",
"Checkbox" => "7",
"Column" => "7",
"ComboBox" => "7",
"CommandButton" => "7",
"CommandGroup" => "7",
"Container" => "7",
"Control" => "7",
"Cursor" => "7",
"Custom" => "7",
"DataEnvironment" => "7",
"EditBox" => "7",
"Empty" => "7",
"FontClass" => "7",
"Form" => "7",
"Formset" => "7",
"General" => "7",
"Grid" => "7",
"Header" => "7",
"HyperLink" => "7",
"Image" => "7",
"Label" => "7",
"ListBox" => "7",
"Memo" => "7",
"OleBaseControl" => "7",
"OleBoundControl" => "7",
"OleClassIDispOut" => "7",
"OleControl" => "7",
"OptionButton" => "7",
"OptionGroup" => "7",
"Page" => "7",
"PageFrame" => "7",
"ProjectHook" => "7",
"RectClass" => "7",
"Relation" => "7",
"Session" => "7",
"Shape" => "7",
"Spinner" => "7",
"TextBox" => "7",
"Toolbar" => "7");
// Special extensions
// Each category can specify a PHP function that returns an altered
// version of the keyword.
$this->linkscripts = array(
"1" => "donothing",
"2" => "donothing",
"3" => "donothing",
"4" => "donothing",
"5" => "donothing",
"6" => "donothing",
"7" => "donothing");
}

+ Here is the call graph for this function:


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