ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HFile_avenue.php
Go to the documentation of this file.
1 <?php
2 $BEAUT_PATH = realpath(".")."/Services/COPage/syntax_highlight/php";
3 if (!isset ($BEAUT_PATH)) return;
4 require_once("$BEAUT_PATH/Beautifier/HFile.php");
5  class HFile_avenue extends HFile{
6  function HFile_avenue(){
7  $this->HFile();
8 /*************************************/
9 // Beautifier Highlighting Configuration File
10 // Avenue
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");
21 $this->quotecolour = "blue";
22 $this->blockcommentcolour = "green";
23 $this->linecommentcolour = "green";
24 
25 // Indent Strings
26 
27 $this->indent = array("{ if then for");
28 $this->unindent = array("} end");
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  "break" => "1",
46  "continue" => "1",
47  "CR" => "1",
48  "each" => "1",
49  "end" => "1",
50  "exit" => "1",
51  "false" => "1",
52  "for" => "1",
53  "if" => "1",
54  "in" => "1",
55  "nil" => "1",
56  "NL" => "1",
57  "return" => "1",
58  "TAB" => "1",
59  "then" => "1",
60  "true" => "1",
61  "while" => "1",
62  "+" => "2",
63  "++" => "2",
64  "-" => "2",
65  "=" => "2",
66  "/" => "2",
67  "%" => "2",
68  "&" => "2",
69  ">" => "2",
70  "<" => "2",
71  "^" => "2",
72  "!" => "2",
73  "|" => "2",
74  "@" => "2",
75  "*" => "2",
76  ".." => "2",
77  "AddressStyle" => "3",
78  "Albers" => "3",
79  "Annotation" => "3",
80  "Application" => "3",
81  "AreaOfInterestDialog" => "3",
82  "AttrRange" => "3",
83  "AttrSingle" => "3",
84  "AttrUpdate" => "3",
85  "AutoLabelDialog" => "3",
86  "AV" => "3",
87  "Axis" => "3",
88  "BandStatistics" => "3",
89  "BasicMarker" => "3",
90  "BasicPen" => "3",
91  "Bitmap" => "3",
92  "Boolean" => "3",
93  "Button" => "3",
94  "ButtonBar" => "3",
95  "Cassini" => "3",
96  "Chart" => "3",
97  "ChartDisplay" => "3",
98  "ChartLegend" => "3",
99  "ChartPart" => "3",
100  "ChartSymbol" => "3",
101  "CheckBox" => "3",
102  "Choice" => "3",
103  "Circle" => "3",
104  "Class" => "3",
105  "Classification" => "3",
106  "Clipboard" => "3",
107  "Codepage" => "3",
108  "Collection" => "3",
109  "Color" => "3",
110  "ColorMap" => "3",
111  "ColumnChartSymbol" => "3",
112  "ComboBox" => "3",
113  "CompositeArcInfoPen" => "3",
114  "CompositeFill" => "3",
115  "CompositeMarker" => "3",
116  "CompositePen" => "3",
117  "Control" => "3",
118  "ControlPanel" => "3",
119  "ControlSet" => "3",
120  "CoordSys" => "3",
121  "Coverage" => "3",
122  "Date" => "3",
123  "DDEClient" => "3",
124  "DDEServer" => "3",
125  "Dialog" => "3",
126  "DialogEditor" => "3",
127  "Dictionary" => "3",
128  "Digitizer" => "3",
129  "Display" => "3",
130  "DLL" => "3",
131  "DLLProc" => "3",
132  "Doc" => "3",
133  "DocFrame" => "3",
134  "DocGUI" => "3",
135  "DocumentExtension" => "3",
136  "DocWin" => "3",
137  "Duration" => "3",
138  "DynName" => "3",
139  "Ellipse" => "3",
140  "EncryptedScript" => "3",
141  "EnumerationElt" => "3",
142  "EqualAreaAzimuthal" => "3",
143  "EqualAreaCylindrical" => "3",
144  "EquidistantAzimuthal" => "3",
145  "EquidistantConic" => "3",
146  "EquidistantCylindrical" => "3",
147  "EventDialog" => "3",
148  "Extension" => "3",
149  "ExtensionObject" => "3",
150  "ExtensionWin" => "3",
151  "Field" => "3",
152  "File" => "3",
153  "FileDialog" => "3",
154  "FileName" => "3",
155  "Fill" => "3",
156  "Font" => "3",
157  "FontManager" => "3",
158  "Frame" => "3",
159  "FTab" => "3",
160  "FTheme" => "3",
161  "GEdgeRec" => "3",
162  "GenericPrinter" => "3",
163  "GeocodeDialog" => "3",
164  "GeoCurve" => "3",
165  "GeoName" => "3",
166  "Gesamt" => "3",
167  "GNodeRec" => "3",
168  "Gnomonic" => "3",
169  "Graphic" => "3",
170  "GraphicControl" => "3",
171  "GraphicGroup" => "3",
172  "GraphicLabel" => "3",
173  "GraphicList" => "3",
174  "GraphicSet" => "3",
175  "GraphicShape" => "3",
176  "GraphicText" => "3",
177  "GShapeRec" => "3",
178  "Hammer" => "3",
179  "Help" => "3",
180  "Icon" => "3",
181  "IconBox" => "3",
182  "IconMgr" => "3",
183  "IdentifyWin" => "3",
184  "IdentityLookup" => "3",
185  "ImageLegend" => "3",
186  "ImageLookup" => "3",
187  "ImageWin" => "3",
188  "ImgCat" => "3",
189  "ImgDLL" => "3",
190  "ImgSrc" => "3",
191  "INFODir" => "3",
192  "Interval" => "3",
193  "IntervalLookup" => "3",
194  "ISrc" => "3",
195  "ITheme" => "3",
196  "LabelButton" => "3",
197  "Labeler" => "3",
198  "Lambert" => "3",
199  "Layer" => "3",
200  "Layout" => "3",
201  "Legend" => "3",
202  "LegendExtension" => "3",
203  "LegendFrame" => "3",
204  "Librarian" => "3",
205  "Library" => "3",
206  "Line" => "3",
207  "LinearLookup" => "3",
208  "LineFile" => "3",
209  "LineM" => "3",
210  "LineZ" => "3",
211  "List" => "3",
212  "ListBox" => "3",
213  "ListDisplay" => "3",
214  "LocateDialog" => "3",
215  "LOCKMGR" => "3",
216  "MapDisplay" => "3",
217  "Marker" => "3",
218  "MatchCand" => "3",
219  "MatchCase" => "3",
220  "MatchField" => "3",
221  "MatchKey" => "3",
222  "MatchPref" => "3",
223  "MatchPrefDialog" => "3",
224  "MatchSource" => "3",
225  "Menu" => "3",
226  "MenuBar" => "3",
227  "Mercator" => "3",
228  "Miller" => "3",
229  "ModalDialog" => "3",
230  "Mollweide" => "3",
231  "MsgBox" => "3",
232  "MultiBandLegend" => "3",
233  "MultiPatch" => "3",
234  "MultiPoint" => "3",
235  "MultiPointM" => "3",
236  "MultiPointZ" => "3",
237  "NameDictionary" => "3",
238  "Nearside" => "3",
239  "NewZealand" => "3",
240  "NorthArrow" => "3",
241  "NorthArrowMgr" => "3",
242  "Number" => "3",
243  "Obj" => "3",
244  "ObliqueMercator" => "3",
245  "ODB" => "3",
246  "Orthographic" => "3",
247  "Oval" => "3",
248  "PageDisplay" => "3",
249  "PageManager" => "3",
250  "PageSetupDialog" => "3",
251  "Palette" => "3",
252  "Pattern" => "3",
253  "Pen" => "3",
254  "Perspective" => "3",
255  "PictureFrame" => "3",
256  "PieChartSymbol" => "3",
257  "Pixmap" => "3",
258  "Point" => "3",
259  "PointM" => "3",
260  "PointTextPositioner" => "3",
261  "PointZ" => "3",
262  "Polygon" => "3",
263  "PolygonM" => "3",
264  "PolygonTextPositioner" => "3",
265  "PolygonZ" => "3",
266  "PolyLine" => "3",
267  "PolyLineM" => "3",
268  "PolyLineTextPositioner" => "3",
269  "PolyLineZ" => "3",
270  "Popup" => "3",
271  "PopupSet" => "3",
272  "Printer" => "3",
273  "Prj" => "3",
274  "Project" => "3",
275  "ProjectionDialog" => "3",
276  "PropWin" => "3",
277  "QueryWin" => "3",
278  "RadioButton" => "3",
279  "RasterFill" => "3",
280  "Rect" => "3",
281  "RectM" => "3",
282  "RectZ" => "3",
283  "ReMatchDialog" => "3",
284  "Robinson" => "3",
285  "RPCClient" => "3",
286  "RPCServer" => "3",
287  "RSO" => "3",
288  "ScaleBarFrame" => "3",
289  "Script" => "3",
290  "ScriptMgr" => "3",
291  "SEd" => "3",
292  "Shape" => "3",
293  "SingleBandLegend" => "3",
294  "Sinusoid" => "3",
295  "Slider" => "3",
296  "SourceDialog" => "3",
297  "SourceManager" => "3",
298  "Space" => "3",
299  "Spheroid" => "3",
300  "SplineText" => "3",
301  "SQLCur" => "3",
302  "SQLWin" => "3",
303  "SrcExtension" => "3",
304  "SrcName" => "3",
305  "Stack" => "3",
306  "StanEditDialog" => "3",
307  "Stereographic" => "3",
308  "Stipple" => "3",
309  "String" => "3",
310  "SummaryDialog" => "3",
311  "Symbol" => "3",
312  "SymbolList" => "3",
313  "SymbolWin" => "3",
314  "System" => "3",
315  "Table" => "3",
316  "Template" => "3",
317  "TemplateGraphic" => "3",
318  "TemplateMgr" => "3",
319  "TextBox" => "3",
320  "TextComposer" => "3",
321  "TextFile" => "3",
322  "TextLabel" => "3",
323  "TextLine" => "3",
324  "TextPositioner" => "3",
325  "TextSymbol" => "3",
326  "TextWin" => "3",
327  "Theme" => "3",
328  "ThemeExtension" => "3",
329  "ThemeOnThemeDialog" => "3",
330  "Threshold" => "3",
331  "Title" => "3",
332  "TOC" => "3",
333  "Tool" => "3",
334  "ToolBar" => "3",
335  "ToolMenu" => "3",
336  "TransverseMercator" => "3",
337  "Units" => "3",
338  "Value" => "3",
339  "Vector" => "3",
340  "VectorFill" => "3",
341  "VectorPen" => "3",
342  "VectorPenArrow" => "3",
343  "VectorPenDiamond" => "3",
344  "VectorPenDot" => "3",
345  "VectorPenHash" => "3",
346  "VectorPenHollow" => "3",
347  "VectorPenMarker" => "3",
348  "VectorPenScallop" => "3",
349  "VectorPenScrub" => "3",
350  "VectorPenSlant" => "3",
351  "VectorPenVertexMarker" => "3",
352  "VectorPenZigZag" => "3",
353  "View" => "3",
354  "ViewFrame" => "3",
355  "VpfName" => "3",
356  "VTab" => "3",
357  "Window" => "3",
358  "XAxis" => "3",
359  "XYName" => "3",
360  "YAxis" => "3",
361  "Abs" => "4",
362  "ACos" => "4",
363  "Activate" => "4",
364  "Add" => "4",
365  "AddAnnoFields" => "4",
366  "AddBatch" => "4",
367  "AddBreak" => "4",
368  "AddDefaultOwner" => "4",
369  "AddDialog" => "4",
370  "AddDoc" => "4",
371  "AddFields" => "4",
372  "AddGUI" => "4",
373  "AddListener" => "4",
374  "AddMissingRules" => "4",
375  "AddName" => "4",
376  "AddRecord" => "4",
377  "AddScript" => "4",
378  "AddTheme" => "4",
379  "AddUser" => "4",
380  "AdjustBlue" => "4",
381  "AdjustGreen" => "4",
382  "AdjustRed" => "4",
383  "AdjustSaturation" => "4",
384  "AdjustValue" => "4",
385  "AlignSelected" => "4",
386  "AllowIntersections" => "4",
387  "AllYesNo" => "4",
388  "Along" => "4",
389  "And" => "4",
390  "Apply" => "4",
391  "Area" => "4",
392  "ArrangeIcons" => "4",
393  "AsASCII" => "4",
394  "AsChar" => "4",
395  "AsDate" => "4",
396  "AsDays" => "4",
397  "AsDegrees" => "4",
398  "AsEncrypted" => "4",
399  "AsEnum" => "4",
400  "AsFileName" => "4",
401  "AsHexString" => "4",
402  "AsHours" => "4",
403  "ASin" => "4",
404  "AsLine" => "4",
405  "AsLineM" => "4",
406  "AsLineZ" => "4",
407  "AsList" => "4",
408  "AsMinutes" => "4",
409  "AsMultiPoint" => "4",
410  "AsMultiPointM" => "4",
411  "AsMultiPointZ" => "4",
412  "AsNumber" => "4",
413  "AsPattern" => "4",
414  "AsPoint" => "4",
415  "AsPointM" => "4",
416  "AsPointZ" => "4",
417  "AsPolygon" => "4",
418  "AsPolygonM" => "4",
419  "AsPolygonZ" => "4",
420  "AsPolyLine" => "4",
421  "AsPolyLineM" => "4",
422  "AsPolyLineZ" => "4",
423  "AsRadians" => "4",
424  "AsRectM" => "4",
425  "AsSeconds" => "4",
426  "AsSecondsOld" => "4",
427  "AsSrcName" => "4",
428  "AsString" => "4",
429  "AsTemplate" => "4",
430  "AsTokens" => "4",
431  "AsWeeks" => "4",
432  "AsYears" => "4",
433  "AutoComplete" => "4",
434  "Banner" => "4",
435  "BasicEcho" => "4",
436  "BasicPaste" => "4",
437  "BasicProper" => "4",
438  "BasicSetFasteners" => "4",
439  "BasicTrim" => "4",
440  "BatchMatch" => "4",
441  "Beep" => "4",
442  "BeginClip" => "4",
443  "BeginTransaction" => "4",
444  "BlinkRecord" => "4",
445  "BlinkRow" => "4",
446  "BreakExists" => "4",
447  "BroadcastUpdate" => "4",
448  "BuildBandStatistics" => "4",
449  "BuildQuery" => "4",
450  "By" => "4",
451  "CalcHorizon" => "4",
452  "Calculate" => "4",
453  "CanAddFields" => "4",
454  "CanAddRecord" => "4",
455  "CancelEditing" => "4",
456  "CanConvertOverlappingLabels" => "4",
457  "CanDelete" => "4",
458  "CanDeleteFromView" => "4",
459  "CanDoCustom" => "4",
460  "CanDoIntersections" => "4",
461  "CanDoSpheroid" => "4",
462  "CanEdit" => "4",
463  "CanEditText" => "4",
464  "CanExportToFTab" => "4",
465  "CanFindByPoint" => "4",
466  "CanHotLink" => "4",
467  "CanLabel" => "4",
468  "CanMake" => "4",
469  "CanManageDataSet" => "4",
470  "CanModifyIndex" => "4",
471  "CanProject" => "4",
472  "CanRedo" => "4",
473  "CanRemoveFields" => "4",
474  "CanRemoveRecords" => "4",
475  "CanRestoreGraphic" => "4",
476  "CanReturnClassCounts" => "4",
477  "CanSelect" => "4",
478  "CanSetSize" => "4",
479  "CanSetup" => "4",
480  "CanSimplify" => "4",
481  "CanTransform" => "4",
482  "CanUndo" => "4",
483  "CanUndoErase" => "4",
484  "CanUndoZoom" => "4",
485  "CanUnload" => "4",
486  "CanUnloadLibrary" => "4",
487  "CascadeWindows" => "4",
488  "Ceiling" => "4",
489  "Changed" => "4",
490  "ChangedListeners" => "4",
491  "ChoiceAsString" => "4",
492  "Clean" => "4",
493  "Clear" => "4",
494  "ClearAll" => "4",
495  "ClearAllBreaks" => "4",
496  "ClearBreak" => "4",
497  "ClearGlobals" => "4",
498  "ClearMsg" => "4",
499  "ClearRange" => "4",
500  "ClearSelected" => "4",
501  "ClearSelection" => "4",
502  "ClearStatus" => "4",
503  "ClearStyles" => "4",
504  "ClearTransforms" => "4",
505  "ClearUndoStack" => "4",
506  "ClearWorkingStatus" => "4",
507  "Click" => "4",
508  "ClipSelected" => "4",
509  "Clone" => "4",
510  "Close" => "4",
511  "CloseAll" => "4",
512  "ColumnChart" => "4",
513  "Commit" => "4",
514  "Compile" => "4",
515  "Connect" => "4",
516  "ConstrainBounds" => "4",
517  "Contains" => "4",
518  "ContainsCenter" => "4",
519  "ContainsFile" => "4",
520  "Context" => "4",
521  "Convert" => "4",
522  "ConvertArea" => "4",
523  "ConvertDecimalDegrees" => "4",
524  "ConvertOverlappingLabels" => "4",
525  "ConvertRecordToRow" => "4",
526  "ConvertRowToRecord" => "4",
527  "Copy" => "4",
528  "CopySelected" => "4",
529  "CopyThemes" => "4",
530  "Cos" => "4",
531  "Count" => "4",
532  "CountLines" => "4",
533  "CountParts" => "4",
534  "CreateIndex" => "4",
535  "Customize" => "4",
536  "CutSelected" => "4",
537  "CutThemes" => "4",
538  "DeActivate" => "4",
539  "DeepClone" => "4",
540  "DefineFromDictionary" => "4",
541  "DefineFromInterval" => "4",
542  "DefineFromList" => "4",
543  "DefineFromVTab" => "4",
544  "DefineUniqueFromVTab" => "4",
545  "DelayedRun" => "4",
546  "Delete" => "4",
547  "DeleteColumns" => "4",
548  "DeleteRows" => "4",
549  "DeleteTheme" => "4",
550  "DeleteUserPoint" => "4",
551  "Depth" => "4",
552  "DetachFromExtension" => "4",
553  "Difference" => "4",
554  "DisableRedraw" => "4",
555  "DisableZoomUndo" => "4",
556  "DisplayNoDataClass" => "4",
557  "Distance" => "4",
558  "DoIt" => "4",
559  "Dot" => "4",
560  "DotProduct" => "4",
561  "Draw" => "4",
562  "DrawCircle" => "4",
563  "DrawEllipse" => "4",
564  "DrawGeoCurve" => "4",
565  "DrawHandles" => "4",
566  "DrawIcon" => "4",
567  "DrawLabeledRect" => "4",
568  "DrawLegend" => "4",
569  "DrawLine" => "4",
570  "DrawMultiPoint" => "4",
571  "DrawOval" => "4",
572  "DrawPoint" => "4",
573  "DrawPolygon" => "4",
574  "DrawPolyLine" => "4",
575  "DrawRect" => "4",
576  "DrawSel" => "4",
577  "DrawShape" => "4",
578  "DrawSymbolSample" => "4",
579  "DrawText" => "4",
580  "DrawTextLine" => "4",
581  "DrawTextPolyLine" => "4",
582  "Echo" => "4",
583  "Edit" => "4",
584  "EditChartPart" => "4",
585  "EditLegend" => "4",
586  "EditMatch" => "4",
587  "EditName" => "4",
588  "EditProfile" => "4",
589  "EditProperties" => "4",
590  "EditProps" => "4",
591  "EditSizeAndPos" => "4",
592  "EditTable" => "4",
593  "EditText" => "4",
594  "EditValues" => "4",
595  "Empty" => "4",
596  "EnableRedraw" => "4",
597  "EnableZoomUndo" => "4",
598  "EncryptScripts" => "4",
599  "EndBatch" => "4",
600  "EndClip" => "4",
601  "EndMatch" => "4",
602  "EndTransaction" => "4",
603  "Equals" => "4",
604  "Erase" => "4",
605  "EraseWithPolygon" => "4",
606  "Error" => "4",
607  "ErrorHelp" => "4",
608  "Execute" => "4",
609  "Exists" => "4",
610  "ExistsInPaths" => "4",
611  "ExpandBy" => "4",
612  "Explode" => "4",
613  "Export" => "4",
614  "ExportClean" => "4",
615  "ExportEnd" => "4",
616  "ExportProjected" => "4",
617  "ExportStartFN" => "4",
618  "ExportStartParams" => "4",
619  "ExportToBMP" => "4",
620  "ExportToFile" => "4",
621  "ExportToFTab" => "4",
622  "ExportToGeoJPEG" => "4",
623  "ExportToGIF" => "4",
624  "ExportToJPEG" => "4",
625  "ExportUnprojected" => "4",
626  "Extract" => "4",
627  "FileExists" => "4",
628  "FillFrames" => "4",
629  "Find" => "4",
630  "FindAllByClass" => "4",
631  "FindAllByLocation" => "4",
632  "FindAllByName" => "4",
633  "FindAllByObjectTag" => "4",
634  "FindBestStyle" => "4",
635  "FindByClass" => "4",
636  "FindByLocation" => "4",
637  "FindByName" => "4",
638  "FindByObjectTag" => "4",
639  "FindByPoint" => "4",
640  "FindByScript" => "4",
641  "FindByValue" => "4",
642  "FindDialog" => "4",
643  "FindDoc" => "4",
644  "FindField" => "4",
645  "FindGUI" => "4",
646  "FindGUIsFor" => "4",
647  "FindProc" => "4",
648  "FindScript" => "4",
649  "FindSize" => "4",
650  "FindStr" => "4",
651  "FindStyle" => "4",
652  "FindTheme" => "4",
653  "FindThemeByClass" => "4",
654  "FitColumns" => "4",
655  "FitRows" => "4",
656  "FixExtent" => "4",
657  "FlashShape" => "4",
658  "Flip" => "4",
659  "FlipPart" => "4",
660  "Floor" => "4",
661  "Flush" => "4",
662  "Focus" => "4",
663  "FocusLost" => "4",
664  "FormattedEquals" => "4",
665  "FromList" => "4",
666  "Get" => "4",
667  "GetAbout" => "4",
668  "GetActionScript" => "4",
669  "GetActionUpdateScript" => "4",
670  "GetActivate" => "4",
671  "GetActive" => "4",
672  "GetActiveDoc" => "4",
673  "GetActiveField" => "4",
674  "GetActiveGUI" => "4",
675  "GetActiveThemes" => "4",
676  "GetActiveWin" => "4",
677  "GetAlias" => "4",
678  "GetAliasTable" => "4",
679  "GetAlignment" => "4",
680  "GetAltitude" => "4",
681  "GetAltSize" => "4",
682  "GetAngle" => "4",
683  "GetAnnoAddFieldsPreference" => "4",
684  "GetApply" => "4",
685  "GetArch" => "4",
686  "GetAttrUpdateRules" => "4",
687  "GetAutoLabels" => "4",
688  "GetAuxIncrement" => "4",
689  "GetAvailableMemory" => "4",
690  "GetAVFile" => "4",
691  "GetAVProcessID" => "4",
692  "GetBackgroundSymbol" => "4",
693  "GetBand" => "4",
694  "GetBaseName" => "4",
695  "GetBaseTableClass" => "4",
696  "GetBaseTableFileName" => "4",
697  "GetBestCand" => "4",
698  "GetBgColor" => "4",
699  "GetBgSym" => "4",
700  "GetBlack" => "4",
701  "GetBlue" => "4",
702  "GetBlueBand" => "4",
703  "GetBottom" => "4",
704  "GetBounds" => "4",
705  "GetBoundsMax" => "4",
706  "GetBoundsMin" => "4",
707  "GetBroadcaster" => "4",
708  "GetButtonBar" => "4",
709  "GetButtons" => "4",
710  "GetCanUnloadScript" => "4",
711  "GetCapStyle" => "4",
712  "GetChanged" => "4",
713  "GetCharacter" => "4",
714  "GetCharSpacing" => "4",
715  "GetChart" => "4",
716  "GetChartDisplay" => "4",
717  "GetChartLegend" => "4",
718  "GetChoice" => "4",
719  "GetClass" => "4",
720  "GetClassesFile" => "4",
721  "GetClassifications" => "4",
722  "GetClassName" => "4",
723  "GetClassType" => "4",
724  "GetClick" => "4",
725  "GetClose" => "4",
726  "GetCloseScript" => "4",
727  "GetCodepage" => "4",
728  "GetCodepageConvert" => "4",
729  "GetColor" => "4",
730  "GetColorLock" => "4",
731  "GetColumnCount" => "4",
732  "GetColumnWidth" => "4",
733  "GetComments" => "4",
734  "GetComponents" => "4",
735  "GetConstraint" => "4",
736  "GetControl" => "4",
737  "GetControlPanel" => "4",
738  "GetControls" => "4",
739  "GetControlSet" => "4",
740  "GetCoordinatePrecision" => "4",
741  "GetCreationDate" => "4",
742  "GetCreator" => "4",
743  "GetCrossGroup" => "4",
744  "GetCrossValue" => "4",
745  "GetCurrentColumn" => "4",
746  "GetCurrentField" => "4",
747  "GetCurrentLocation" => "4",
748  "GetCurrentRecord" => "4",
749  "GetCurrentRow" => "4",
750  "GetCurrentTopic" => "4",
751  "GetCurrentValue" => "4",
752  "GetCWD" => "4",
753  "GetCyan" => "4",
754  "GetDataSetName" => "4",
755  "GetDataSource" => "4",
756  "GetDateFormat" => "4",
757  "GetDay" => "4",
758  "GetDayOfMonth" => "4",
759  "GetDayOfYear" => "4",
760  "GetDefAliasTable" => "4",
761  "GetDefault" => "4",
762  "GetDefaultButton" => "4",
763  "GetDefaultSymbol" => "4",
764  "GetDefBitmap" => "4",
765  "GetDefFormat" => "4",
766  "GetDefinition" => "4",
767  "GetDefOffset" => "4",
768  "GetDefSqueeze" => "4",
769  "GetDefStylesODB" => "4",
770  "GetDensity" => "4",
771  "GetDependencies" => "4",
772  "GetDepth" => "4",
773  "GetDialog" => "4",
774  "GetDialogs" => "4",
775  "GetDictionary" => "4",
776  "GetDigitTics" => "4",
777  "GetDimension" => "4",
778  "GetDisplay" => "4",
779  "GetDisplayField" => "4",
780  "GetDisplayQuality" => "4",
781  "GetDistanceUnits" => "4",
782  "GetDivisions" => "4",
783  "GetDocActivate" => "4",
784  "GetDocBaseName" => "4",
785  "GetDocs" => "4",
786  "GetDocsWithGroupGUI" => "4",
787  "GetDocsWithGUI" => "4",
788  "GetDocument" => "4",
789  "GetDotDensity" => "4",
790  "GetDotSymbol" => "4",
791  "GetDrag" => "4",
792  "GetEditableTheme" => "4",
793  "GetEditString" => "4",
794  "GetEmpty" => "4",
795  "GetEnvVar" => "4",
796  "GetEolType" => "4",
797  "GetErrorID" => "4",
798  "GetErrorMsg" => "4",
799  "GetErrorPos" => "4",
800  "GetErrorReporting" => "4",
801  "GetErrorTopic" => "4",
802  "GetEuler" => "4",
803  "GetEventField" => "4",
804  "GetEventRouteId" => "4",
805  "GetEventTable" => "4",
806  "GetExplicitExtensions" => "4",
807  "GetExtension" => "4",
808  "GetExtensions" => "4",
809  "GetExtensionWin" => "4",
810  "GetExtent" => "4",
811  "GetExtVersion" => "4",
812  "GetFamily" => "4",
813  "GetFeatureSymbol" => "4",
814  "GetFeatureWeight" => "4",
815  "GetField" => "4",
816  "GetFieldLabel" => "4",
817  "GetFieldNames" => "4",
818  "GetFieldNamesVisible" => "4",
819  "GetFields" => "4",
820  "GetFile" => "4",
821  "GetFileDescriptorLimit" => "4",
822  "GetFileName" => "4",
823  "GetFiles" => "4",
824  "GetFillObject" => "4",
825  "GetFindString" => "4",
826  "GetFixedSizeText" => "4",
827  "GetFlip" => "4",
828  "GetFlushCount" => "4",
829  "GetFocusLost" => "4",
830  "GetFont" => "4",
831  "GetFormat" => "4",
832  "GetFormatUseCount" => "4",
833  "GetFramedDoc" => "4",
834  "GetFramedDocClass" => "4",
835  "GetFrameObjs" => "4",
836  "GetFromField" => "4",
837  "GetFTab" => "4",
838  "GetFullName" => "4",
839  "GetGraphics" => "4",
840  "GetGray" => "4",
841  "GetGreen" => "4",
842  "GetGreenBand" => "4",
843  "GetGroupGap" => "4",
844  "GetGroupGUI" => "4",
845  "GetGroupLabel" => "4",
846  "GetGUI" => "4",
847  "GetGUINames" => "4",
848  "GetGUIs" => "4",
849  "GetHAlign" => "4",
850  "GetHeight" => "4",
851  "GetHelp" => "4",
852  "GetHelpTopic" => "4",
853  "GetHorizon" => "4",
854  "GetHotField" => "4",
855  "GetHotScriptName" => "4",
856  "GetHours" => "4",
857  "GetIcon" => "4",
858  "GetImgSrc" => "4",
859  "GetIncrement" => "4",
860  "GetIndex" => "4",
861  "GetIndexPath" => "4",
862  "GetInstallScript" => "4",
863  "GetIntensity" => "4",
864  "GetInteractiveSnapTolerance" => "4",
865  "GetInterval" => "4",
866  "GetIntervals" => "4",
867  "GetJobName" => "4",
868  "GetJoinField" => "4",
869  "GetJoinStyle" => "4",
870  "GetJulianDate" => "4",
871  "GetJustification" => "4",
872  "GetKey" => "4",
873  "GetLabel" => "4",
874  "GetLabelField" => "4",
875  "GetLabelPoint" => "4",
876  "GetLabelSize" => "4",
877  "GetLabelTextSym" => "4",
878  "GetLabelWeight" => "4",
879  "GetLastAddress" => "4",
880  "GetLastSelection" => "4",
881  "GetLastViewDoc" => "4",
882  "GetLastZone" => "4",
883  "GetLeft" => "4",
884  "GetLegend" => "4",
885  "GetLegendEditorScript" => "4",
886  "GetLegendLineFlatness" => "4",
887  "GetLegendType" => "4",
888  "GetLengthsAtM" => "4",
889  "GetLevel" => "4",
890  "GetLibrarianName" => "4",
891  "GetLicensedSite" => "4",
892  "GetLicensedUser" => "4",
893  "GetLineOffset" => "4",
894  "GetLinePlacement" => "4",
895  "GetLineSpacing" => "4",
896  "GetList" => "4",
897  "GetListeners" => "4",
898  "GetLoadAverage" => "4",
899  "GetLoadBalance" => "4",
900  "GetLoadScript" => "4",
901  "GetLocation" => "4",
902  "GetLockError" => "4",
903  "GetLook" => "4",
904  "GetLower" => "4",
905  "GetM" => "4",
906  "GetMagenta" => "4",
907  "GetMainIncrement" => "4",
908  "GetMajorGridSpacing" => "4",
909  "GetMapDisplay" => "4",
910  "GetMark" => "4",
911  "GetMarkLayerX" => "4",
912  "GetMarkLayerY" => "4",
913  "GetMatchFields" => "4",
914  "GetMatchPref" => "4",
915  "GetMatchSource" => "4",
916  "GetMatchSourceRec" => "4",
917  "GetMatchSourceRec2" => "4",
918  "GetMAtLength" => "4",
919  "GetMAtPosition" => "4",
920  "GetMax" => "4",
921  "GetMaxScore" => "4",
922  "GetMaxSize" => "4",
923  "GetMaxUndoTransactionSize" => "4",
924  "GetMaxValue" => "4",
925  "GetMean" => "4",
926  "GetMeasureField" => "4",
927  "GetMenuBar" => "4",
928  "GetMForPoint" => "4",
929  "GetMilliseconds" => "4",
930  "GetMin" => "4",
931  "GetMinimum" => "4",
932  "GetMinorGridSpacing" => "4",
933  "GetMinSize" => "4",
934  "GetMinutes" => "4",
935  "GetMinValue" => "4",
936  "GetMKeyZone" => "4",
937  "GetModalResult" => "4",
938  "GetMode" => "4",
939  "GetMonth" => "4",
940  "GetMonthOfYear" => "4",
941  "GetMouseLoc" => "4",
942  "GetName" => "4",
943  "GetNewScript" => "4",
944  "GetNewUpdateScript" => "4",
945  "GetNext" => "4",
946  "GetNextControl" => "4",
947  "GetNextDoc" => "4",
948  "GetNextRecord" => "4",
949  "GetNextSet" => "4",
950  "GetNormFieldName" => "4",
951  "GetNormType" => "4",
952  "GetNthCand" => "4",
953  "GetNthField" => "4",
954  "GetNull" => "4",
955  "GetNullSymbol" => "4",
956  "GetNullValue" => "4",
957  "GetNumBands" => "4",
958  "GetNumberFormat" => "4",
959  "GetNumCands" => "4",
960  "GetNumClasses" => "4",
961  "GetNumColumns" => "4",
962  "GetNumFields" => "4",
963  "GetNumGroups" => "4",
964  "GetNumImages" => "4",
965  "GetNumRecords" => "4",
966  "GetNumRows" => "4",
967  "GetNumSelRecords" => "4",
968  "GetNumSeries" => "4",
969  "GetNumStdDev" => "4",
970  "GetNumValues" => "4",
971  "GetObjectTag" => "4",
972  "GetODBGUINames" => "4",
973  "GetODBVersion" => "4",
974  "GetOffset" => "4",
975  "GetOffsetField" => "4",
976  "GetOlColor" => "4",
977  "GetOlWidth" => "4",
978  "GetOpen" => "4",
979  "GetOpenScript" => "4",
980  "GetOpenUpdateScript" => "4",
981  "GetOrigin" => "4",
982  "GetOS" => "4",
983  "GetOSVariant" => "4",
984  "GetOutFileName" => "4",
985  "GetOverlapLabelColor" => "4",
986  "GetOwner" => "4",
987  "GetPalette" => "4",
988  "GetPanel" => "4",
989  "GetPassword" => "4",
990  "GetPath" => "4",
991  "GetPenSize" => "4",
992  "GetPi" => "4",
993  "GetPixelWidth" => "4",
994  "GetPoint" => "4",
995  "GetPointsFromDig" => "4",
996  "GetPopups" => "4",
997  "GetPos" => "4",
998  "GetPosition" => "4",
999  "GetPositionsAtM" => "4",
1000  "GetPrecision" => "4",
1001  "GetPredefined" => "4",
1002  "GetPref" => "4",
1003  "GetPreferences" => "4",
1004  "GetPreserveInterval" => "4",
1005  "GetPrevSet" => "4",
1006  "GetProcs" => "4",
1007  "GetProject" => "4",
1008  "GetProjection" => "4",
1009  "GetProjections" => "4",
1010  "GetProjectSaveScript" => "4",
1011  "GetPuckClick" => "4",
1012  "GetPuckLoc" => "4",
1013  "GetQuality" => "4",
1014  "GetRadius" => "4",
1015  "GetRangeApply" => "4",
1016  "GetRangeSelect" => "4",
1017  "GetRangeType" => "4",
1018  "GetRatRouteId" => "4",
1019  "GetRecordLabelField" => "4",
1020  "GetRed" => "4",
1021  "GetRedBand" => "4",
1022  "GetRedImageLookup" => "4",
1023  "GetRefresh" => "4",
1024  "GetRefreshRate" => "4",
1025  "GetRefScale" => "4",
1026  "GetRemainActiveState" => "4",
1027  "GetResolution" => "4",
1028  "GetResultBitmap" => "4",
1029  "GetResultField" => "4",
1030  "GetRgbList" => "4",
1031  "GetRight" => "4",
1032  "GetRightToLeft" => "4",
1033  "GetRmsDigErr" => "4",
1034  "GetRmsMapErr" => "4",
1035  "GetRotationFieldName" => "4",
1036  "GetRouteSys" => "4",
1037  "GetRowCount" => "4",
1038  "GetRowHeight" => "4",
1039  "GetSaveAsUNIX" => "4",
1040  "GetScore" => "4",
1041  "GetScript" => "4",
1042  "GetScripts" => "4",
1043  "GetSearchPaths" => "4",
1044  "GetSearchString" => "4",
1045  "GetSeconds" => "4",
1046  "GetSelColor" => "4",
1047  "GetSelect" => "4",
1048  "GetSelected" => "4",
1049  "GetSelectedDocs" => "4",
1050  "GetSelectedExtent" => "4",
1051  "GetSelectedGUI" => "4",
1052  "GetSelection" => "4",
1053  "GetSelectionStyle" => "4",
1054  "GetSelectMode" => "4",
1055  "GetSerialNumber" => "4",
1056  "GetSeriesColor" => "4",
1057  "GetSeriesLabel" => "4",
1058  "GetSeriesOverlap" => "4",
1059  "GetServer" => "4",
1060  "GetServerActivated" => "4",
1061  "GetServerClosed" => "4",
1062  "GetServerDeactivated" => "4",
1063  "GetServerDefinitionChanged" => "4",
1064  "GetServerOpened" => "4",
1065  "GetServerRecordsAdded" => "4",
1066  "GetServerRecordsDeleted" => "4",
1067  "GetServerSelectionChanged" => "4",
1068  "GetShape" => "4",
1069  "GetShapeClass" => "4",
1070  "GetShortcut" => "4",
1071  "GetShowStatus" => "4",
1072  "GetShutDown" => "4",
1073  "GetSiblingList" => "4",
1074  "GetSiblings" => "4",
1075  "GetSide" => "4",
1076  "GetSize" => "4",
1077  "GetSizeFieldName" => "4",
1078  "GetSizeInches" => "4",
1079  "GetSnapTolerance" => "4",
1080  "GetSource" => "4",
1081  "GetSpacing" => "4",
1082  "GetSpheroid" => "4",
1083  "GetSpheroidName" => "4",
1084  "GetSqueeze" => "4",
1085  "GetSrcName" => "4",
1086  "GetStandardDeviation" => "4",
1087  "GetStanRules" => "4",
1088  "GetStartUp" => "4",
1089  "GetStatus" => "4",
1090  "GetStipple" => "4",
1091  "GetStyle" => "4",
1092  "GetStyles" => "4",
1093  "GetSubName" => "4",
1094  "GetSymbol" => "4",
1095  "GetSymbols" => "4",
1096  "GetSymbolWin" => "4",
1097  "GetSysDefault" => "4",
1098  "GetTag" => "4",
1099  "GetTemplate" => "4",
1100  "GetText" => "4",
1101  "GetTextPositioner" => "4",
1102  "GetTextRatio" => "4",
1103  "GetTextType" => "4",
1104  "GetThemes" => "4",
1105  "GetThreshold" => "4",
1106  "GetTicDigList" => "4",
1107  "GetTicMapList" => "4",
1108  "GetTimeAsSeconds" => "4",
1109  "GetTimeout" => "4",
1110  "GetTitle" => "4",
1111  "GetTmpDir" => "4",
1112  "GetTOC" => "4",
1113  "GetTOCWidth" => "4",
1114  "GetTocWidthScale" => "4",
1115  "GetToField" => "4",
1116  "GetToolBar" => "4",
1117  "GetTop" => "4",
1118  "GetTopic" => "4",
1119  "GetType" => "4",
1120  "GetUNCFilename" => "4",
1121  "GetUndoStackSize" => "4",
1122  "GetUniformScaling" => "4",
1123  "GetUninstallScript" => "4",
1124  "GetUnionRule" => "4",
1125  "GetUnits" => "4",
1126  "GetUnloadScript" => "4",
1127  "GetUpdate" => "4",
1128  "GetUpdateScript" => "4",
1129  "GetUpper" => "4",
1130  "GetUsed" => "4",
1131  "GetUserDefault" => "4",
1132  "GetUserField" => "4",
1133  "GetUserGroup" => "4",
1134  "GetUserPart" => "4",
1135  "GetUserRecord" => "4",
1136  "GetUserRow" => "4",
1137  "GetUserScale" => "4",
1138  "GetUserSeries" => "4",
1139  "GetVAlign" => "4",
1140  "GetValue" => "4",
1141  "GetValueIncrement" => "4",
1142  "GetValuePercentage" => "4",
1143  "GetValueString" => "4",
1144  "GetVersion" => "4",
1145  "GetView" => "4",
1146  "GetViewFrame" => "4",
1147  "GetVisibleGUIsWidth" => "4",
1148  "GetVisibleThemes" => "4",
1149  "GetVTab" => "4",
1150  "GetWeekOfYear" => "4",
1151  "GetWeight" => "4",
1152  "GetWideness" => "4",
1153  "GetWidth" => "4",
1154  "GetWin" => "4",
1155  "GetWorkDir" => "4",
1156  "GetX" => "4",
1157  "GetXAxis" => "4",
1158  "GetXDelimiter" => "4",
1159  "GetXField" => "4",
1160  "GetXMatchFields" => "4",
1161  "GetXMaxScore" => "4",
1162  "GetXOffset" => "4",
1163  "GetXSeparation" => "4",
1164  "GetY" => "4",
1165  "GetYAxis" => "4",
1166  "GetYear" => "4",
1167  "GetYOffset" => "4",
1168  "GetYSeparation" => "4",
1169  "GetZoneField" => "4",
1170  "GetZoneKey" => "4",
1171  "GoColumn" => "4",
1172  "GoDown" => "4",
1173  "GoField" => "4",
1174  "GoFirst" => "4",
1175  "GoFirstSelected" => "4",
1176  "GoLast" => "4",
1177  "GoLeft" => "4",
1178  "GoNext" => "4",
1179  "GoNextSelected" => "4",
1180  "GoPrevious" => "4",
1181  "GoRecord" => "4",
1182  "GoRecordField" => "4",
1183  "GoRight" => "4",
1184  "GoRow" => "4",
1185  "GoRowColumn" => "4",
1186  "GotoBeg" => "4",
1187  "GotoEnd" => "4",
1188  "GoUp" => "4",
1189  "GroupSelected" => "4",
1190  "HasAttributes" => "4",
1191  "HasControlFastener" => "4",
1192  "HasDoc" => "4",
1193  "HasError" => "4",
1194  "HasFastener" => "4",
1195  "HasField" => "4",
1196  "HasHiddenText" => "4",
1197  "HasHorizontalScroll" => "4",
1198  "HasInstances" => "4",
1199  "HasIntersection" => "4",
1200  "HasIntersections" => "4",
1201  "HasKindOf" => "4",
1202  "HasLabels" => "4",
1203  "HasLockError" => "4",
1204  "HasOverlappingLabels" => "4",
1205  "HasScript" => "4",
1206  "HasSelected" => "4",
1207  "HasSelection" => "4",
1208  "HasServer" => "4",
1209  "HasSiblings" => "4",
1210  "HasStepButtons" => "4",
1211  "HasStyle" => "4",
1212  "HasTable" => "4",
1213  "HasTitleBar" => "4",
1214  "HasValidIndex" => "4",
1215  "HasVerticalScroll" => "4",
1216  "HasVisibleBorder" => "4",
1217  "HasZ" => "4",
1218  "HasZone" => "4",
1219  "HookupSymbol" => "4",
1220  "Identify" => "4",
1221  "Import" => "4",
1222  "ImportAILineSet" => "4",
1223  "ImportAIShadeSet" => "4",
1224  "ImportFromFile" => "4",
1225  "IncrementByDays" => "4",
1226  "IncrementByHours" => "4",
1227  "IncrementByMinutes" => "4",
1228  "IncrementByMonths" => "4",
1229  "IncrementBySeconds" => "4",
1230  "IncrementByWeeks" => "4",
1231  "IncrementByYears" => "4",
1232  "IndexOf" => "4",
1233  "Info" => "4",
1234  "InitGeoTheme" => "4",
1235  "Input" => "4",
1236  "Insert" => "4",
1237  "InsertColumns" => "4",
1238  "InsertRows" => "4",
1239  "InsertText" => "4",
1240  "InsetBy" => "4",
1241  "Intersects" => "4",
1242  "IntersectSelected" => "4",
1243  "IntersectWith" => "4",
1244  "Invalidate" => "4",
1245  "InvalidateLegend" => "4",
1246  "InvalidateRect" => "4",
1247  "InvalidateTOC" => "4",
1248  "InvalIndex" => "4",
1249  "Is" => "4",
1250  "Is32BitDLL" => "4",
1251  "Is8Dot3" => "4",
1252  "IsAccessControlled" => "4",
1253  "IsActive" => "4",
1254  "IsActiveLocked" => "4",
1255  "IsADependency" => "4",
1256  "IsAltKeyDown" => "4",
1257  "IsAlwaysOnTop" => "4",
1258  "IsAnno" => "4",
1259  "IsArcStorm" => "4",
1260  "IsAssumedBestCentury" => "4",
1261  "IsAtEnd" => "4",
1262  "IsAvailable" => "4",
1263  "IsAxisVisible" => "4",
1264  "IsBase" => "4",
1265  "IsBeingEditedWithRecovery" => "4",
1266  "IsBlockDisplayEnabled" => "4",
1267  "IsBold" => "4",
1268  "IsBoundsUsed" => "4",
1269  "IsBtnLeftClick" => "4",
1270  "IsBtnLeftDblClick" => "4",
1271  "IsBtnLeftDrag" => "4",
1272  "IsBtnMiddleClick" => "4",
1273  "IsBtnMiddleDblClick" => "4",
1274  "IsBtnMiddleDrag" => "4",
1275  "IsBtnRightClick" => "4",
1276  "IsBtnRightDblClick" => "4",
1277  "IsBtnRightDrag" => "4",
1278  "IsButtonAssignedForAction" => "4",
1279  "IsCenterContainedIn" => "4",
1280  "IsChartScatter" => "4",
1281  "IsCloseable" => "4",
1282  "IsClosing" => "4",
1283  "IsCodepageValid" => "4",
1284  "IsCompiled" => "4",
1285  "IsConnected" => "4",
1286  "IsContainedIn" => "4",
1287  "IsControlKeyDown" => "4",
1288  "IsCrossValueUsed" => "4",
1289  "IsCustomizable" => "4",
1290  "IsdBASE" => "4",
1291  "IsDir" => "4",
1292  "IsDisjoint" => "4",
1293  "IsDouble" => "4",
1294  "IsDoubleClick" => "4",
1295  "IsDrawing" => "4",
1296  "IsEditable" => "4",
1297  "IsEmpty" => "4",
1298  "IsEnabled" => "4",
1299  "IsEscapeEnabled" => "4",
1300  "IsExtentPreserved" => "4",
1301  "IsFieldIndexed" => "4",
1302  "IsFile" => "4",
1303  "IsFileValid" => "4",
1304  "IsFilled" => "4",
1305  "IsFilledBy" => "4",
1306  "IsFixedFont" => "4",
1307  "IsGeocoded" => "4",
1308  "IsGeoReferenced" => "4",
1309  "IsGridActive" => "4",
1310  "IsGridVisible" => "4",
1311  "IsGroup" => "4",
1312  "IsHelping" => "4",
1313  "IsHit" => "4",
1314  "IsHooked" => "4",
1315  "IsHorizontal" => "4",
1316  "IsInColor" => "4",
1317  "IsInfinity" => "4",
1318  "IsINFO" => "4",
1319  "IsInteractiveSnapping" => "4",
1320  "IsItalic" => "4",
1321  "IsJoinedField" => "4",
1322  "IsLabelVisible" => "4",
1323  "IsLegendVisible" => "4",
1324  "IsLibrary" => "4",
1325  "IsLinked" => "4",
1326  "IsListening" => "4",
1327  "IsLiveLinked" => "4",
1328  "IsLocked" => "4",
1329  "IsLog" => "4",
1330  "IsMachine" => "4",
1331  "IsMajorGridVisible" => "4",
1332  "IsMarginVisible" => "4",
1333  "IsMatchable" => "4",
1334  "IsMatched" => "4",
1335  "IsMaximumOn" => "4",
1336  "IsMeasured" => "4",
1337  "IsMemoryAvailable" => "4",
1338  "IsMetaKeyDown" => "4",
1339  "IsMinimumOn" => "4",
1340  "IsMinorGridVisible" => "4",
1341  "IsModal" => "4",
1342  "IsModified" => "4",
1343  "IsMonoSpaced" => "4",
1344  "IsMoveable" => "4",
1345  "IsNoData" => "4",
1346  "IsNoDataClassDisplayed" => "4",
1347  "IsNowVisible" => "4",
1348  "IsNull" => "4",
1349  "IsNumber" => "4",
1350  "IsOff" => "4",
1351  "IsOK" => "4",
1352  "IsOpen" => "4",
1353  "IsOutlined" => "4",
1354  "IsOwnerActive" => "4",
1355  "IsPlotMarks" => "4",
1356  "IsPoint" => "4",
1357  "IsPortrait" => "4",
1358  "IsQuoted" => "4",
1359  "IsReadOnly" => "4",
1360  "IsReady" => "4",
1361  "IsRedefined" => "4",
1362  "IsRequired" => "4",
1363  "IsResizable" => "4",
1364  "IsRoot" => "4",
1365  "IsScaled" => "4",
1366  "IsScalePreserved" => "4",
1367  "IsScratch" => "4",
1368  "IsSelected" => "4",
1369  "IsSelfIntersecting" => "4",
1370  "IsSeriesFromRecords" => "4",
1371  "IsSeriesSeparated" => "4",
1372  "IsSerif" => "4",
1373  "IsShiftKeyDown" => "4",
1374  "IsSnapping" => "4",
1375  "IsSubclassOf" => "4",
1376  "IsSuffixUsed" => "4",
1377  "IsSymWinClient" => "4",
1378  "IsText" => "4",
1379  "IsTickLabelsVisible" => "4",
1380  "IsTOCUnResizable" => "4",
1381  "IsTopic" => "4",
1382  "IsTouchedBy" => "4",
1383  "IsTracking" => "4",
1384  "IsTransparent" => "4",
1385  "IsTypeNumber" => "4",
1386  "IsTypeShape" => "4",
1387  "IsTypeString" => "4",
1388  "IsUnProjectable" => "4",
1389  "IsUsingPrinterMargins" => "4",
1390  "IsUsingPrinterPageSize" => "4",
1391  "IsValid" => "4",
1392  "IsValidFileName" => "4",
1393  "IsValueAxis" => "4",
1394  "IsVisible" => "4",
1395  "IsVisibleLocked" => "4",
1396  "IsWithin" => "4",
1397  "IsWorldFileEnabled" => "4",
1398  "IsWritable" => "4",
1399  "Join" => "4",
1400  "KillLine" => "4",
1401  "Label" => "4",
1402  "LabelThemes" => "4",
1403  "LCase" => "4",
1404  "Left" => "4",
1405  "LineIntersection" => "4",
1406  "Link" => "4",
1407  "ListAsString" => "4",
1408  "ListEnd" => "4",
1409  "Ln" => "4",
1410  "Load" => "4",
1411  "LoadFromFile" => "4",
1412  "LoadIcon" => "4",
1413  "LoadLibrary" => "4",
1414  "Log" => "4",
1415  "LongYesNo" => "4",
1416  "Lookup" => "4",
1417  "LowerCase" => "4",
1418  "Make" => "4",
1419  "MakeBuffer" => "4",
1420  "MakeClipboard" => "4",
1421  "MakeColorGray" => "4",
1422  "MakeColorWheel" => "4",
1423  "MakeDefault" => "4",
1424  "MakeDisjoint" => "4",
1425  "MakeDocName" => "4",
1426  "MakeEmpty" => "4",
1427  "MakeExisting" => "4",
1428  "MakeField" => "4",
1429  "MakeFileName" => "4",
1430  "MakeFromFile" => "4",
1431  "MakeFromNumber" => "4",
1432  "MakeFromResName" => "4",
1433  "MakeFromSource" => "4",
1434  "MakeFromSrc" => "4",
1435  "MakeFromTwoPoints" => "4",
1436  "MakeGeoRef" => "4",
1437  "MakeGrayScale" => "4",
1438  "MakeGUIName" => "4",
1439  "MakeLine" => "4",
1440  "MakeNew" => "4",
1441  "MakeNominal" => "4",
1442  "MakeNull" => "4",
1443  "MakeRamp" => "4",
1444  "MakeRandom" => "4",
1445  "MakeShort" => "4",
1446  "MakeSQL" => "4",
1447  "MakeStandard" => "4",
1448  "MakeSysDefault" => "4",
1449  "MakeTmp" => "4",
1450  "MakeTmpIMS" => "4",
1451  "MakeUserDefault" => "4",
1452  "MakeUsingDialog" => "4",
1453  "MakeWithGUI" => "4",
1454  "MakeXY" => "4",
1455  "Match" => "4",
1456  "MatchPoints" => "4",
1457  "MatchRectangles" => "4",
1458  "Max" => "4",
1459  "Maximize" => "4",
1460  "Merge" => "4",
1461  "MergeFile" => "4",
1462  "MergePath" => "4",
1463  "MergeSelected" => "4",
1464  "Middle" => "4",
1465  "Min" => "4",
1466  "Minimize" => "4",
1467  "MiniYesNo" => "4",
1468  "Minus" => "4",
1469  "MMultiply" => "4",
1470  "Mod" => "4",
1471  "MOffset" => "4",
1472  "Move" => "4",
1473  "MoveSelectedToBack" => "4",
1474  "MoveSelectedToFront" => "4",
1475  "MoveTo" => "4",
1476  "MoveUserRect" => "4",
1477  "MultiInput" => "4",
1478  "Natural" => "4",
1479  "Negate" => "4",
1480  "New" => "4",
1481  "Normalize" => "4",
1482  "Not" => "4",
1483  "NotRange" => "4",
1484  "Now" => "4",
1485  "Offset" => "4",
1486  "OffsetSelected" => "4",
1487  "Open" => "4",
1488  "OpenAndInstall" => "4",
1489  "OpenIndex" => "4",
1490  "Or" => "4",
1491  "Pan" => "4",
1492  "PanTo" => "4",
1493  "Password" => "4",
1494  "Paste" => "4",
1495  "Peek" => "4",
1496  "PieChart" => "4",
1497  "PixelOffset" => "4",
1498  "PlaySound" => "4",
1499  "PointIntersection" => "4",
1500  "PointPosition" => "4",
1501  "Poke" => "4",
1502  "Pop" => "4",
1503  "Print" => "4",
1504  "PrintDisplay" => "4",
1505  "PrintMemory" => "4",
1506  "PrintTOC" => "4",
1507  "PrintTopic" => "4",
1508  "ProcessAllInvals" => "4",
1509  "ProjectedMove" => "4",
1510  "ProjectPt" => "4",
1511  "ProjectRect" => "4",
1512  "PromoteSelection" => "4",
1513  "Proper" => "4",
1514  "PurgeObjects" => "4",
1515  "Push" => "4",
1516  "Quantile" => "4",
1517  "Query" => "4",
1518  "QueryConnected" => "4",
1519  "QueryCrossProduct" => "4",
1520  "QueryDifference" => "4",
1521  "QueryLocalMachineName" => "4",
1522  "QueryMinus" => "4",
1523  "QueryPlus" => "4",
1524  "QueryPointDistance" => "4",
1525  "QueryShape" => "4",
1526  "Quit" => "4",
1527  "Quote" => "4",
1528  "RampColors" => "4",
1529  "RampSavedColors" => "4",
1530  "RampSizes" => "4",
1531  "RampSubset" => "4",
1532  "RandomColors" => "4",
1533  "RandomSymbols" => "4",
1534  "RangeApply" => "4",
1535  "RangeSelect" => "4",
1536  "Read" => "4",
1537  "ReadElt" => "4",
1538  "ReadFiles" => "4",
1539  "Recalculate" => "4",
1540  "Redo" => "4",
1541  "Refresh" => "4",
1542  "RefreshPalette" => "4",
1543  "RefreshScale" => "4",
1544  "RefreshWindows" => "4",
1545  "RegisterExtension" => "4",
1546  "RegisterFormat" => "4",
1547  "RegTics" => "4",
1548  "RegTicsFromList" => "4",
1549  "RememberSelection" => "4",
1550  "Remove" => "4",
1551  "RemoveDefaultOwner" => "4",
1552  "RemoveDialog" => "4",
1553  "RemoveDoc" => "4",
1554  "RemoveDuplicates" => "4",
1555  "RemoveExtension" => "4",
1556  "RemoveFields" => "4",
1557  "RemoveGraphic" => "4",
1558  "RemoveGUI" => "4",
1559  "RemoveIndex" => "4",
1560  "RemoveListener" => "4",
1561  "RemoveObj" => "4",
1562  "RemovePrivateTmpDir" => "4",
1563  "RemoveRangeApply" => "4",
1564  "RemoveRangeSelect" => "4",
1565  "RemoveRecord" => "4",
1566  "RemoveRecords" => "4",
1567  "RemoveScript" => "4",
1568  "RemovingDuplicates" => "4",
1569  "Report" => "4",
1570  "Request" => "4",
1571  "Reset" => "4",
1572  "ResetClasses" => "4",
1573  "ResetDocActivate" => "4",
1574  "ResetGUIs" => "4",
1575  "ReShape" => "4",
1576  "Resize" => "4",
1577  "ResizeTo" => "4",
1578  "Restore" => "4",
1579  "RestoreGraphic" => "4",
1580  "RestoreSymbols" => "4",
1581  "ReturnActiveLayers" => "4",
1582  "ReturnAOI" => "4",
1583  "ReturnArea" => "4",
1584  "ReturnAxes" => "4",
1585  "ReturnAzimuth" => "4",
1586  "ReturnAzimuthOfCentralLine" => "4",
1587  "ReturnBestDensity" => "4",
1588  "ReturnBox" => "4",
1589  "ReturnBtnClick" => "4",
1590  "ReturnBuffered" => "4",
1591  "ReturnCenter" => "4",
1592  "ReturnCentralLatitude" => "4",
1593  "ReturnCentralLongitude" => "4",
1594  "ReturnCentralMeridian" => "4",
1595  "ReturnClassCounts" => "4",
1596  "ReturnClassInfo" => "4",
1597  "ReturnClipExtent" => "4",
1598  "ReturnClipped" => "4",
1599  "ReturnCommonFamilyName" => "4",
1600  "ReturnConnected" => "4",
1601  "ReturnCurrentSymbol" => "4",
1602  "ReturnDataSets" => "4",
1603  "ReturnDefaultLegend" => "4",
1604  "ReturnDefaultRules" => "4",
1605  "ReturnDefaultSymbol" => "4",
1606  "ReturnDensified" => "4",
1607  "ReturnDescription" => "4",
1608  "ReturnDialogBox" => "4",
1609  "ReturnDifference" => "4",
1610  "ReturnDir" => "4",
1611  "ReturnEccentricity" => "4",
1612  "ReturnEnd" => "4",
1613  "ReturnExportFormats" => "4",
1614  "ReturnExtensions" => "4",
1615  "ReturnExtent" => "4",
1616  "ReturnFalseEasting" => "4",
1617  "ReturnFalseNorthing" => "4",
1618  "ReturnFamilies" => "4",
1619  "ReturnFieldNames" => "4",
1620  "ReturnFiles" => "4",
1621  "ReturnFontName" => "4",
1622  "ReturnFrameSymbol" => "4",
1623  "ReturnGeodesicAzimuth" => "4",
1624  "ReturnIndexSrcNames" => "4",
1625  "ReturnInnerExtent" => "4",
1626  "ReturnInsertPos" => "4",
1627  "ReturnIntersection" => "4",
1628  "ReturnKeys" => "4",
1629  "ReturnLabel" => "4",
1630  "ReturnLatitudeOfTrueScale" => "4",
1631  "ReturnLayers" => "4",
1632  "ReturnLegendExt" => "4",
1633  "ReturnLength" => "4",
1634  "ReturnLibrarians" => "4",
1635  "ReturnLocation" => "4",
1636  "ReturnLowerStandardParallel" => "4",
1637  "ReturnMapExtent" => "4",
1638  "ReturnMarginExtent" => "4",
1639  "ReturnMargins" => "4",
1640  "ReturnMaximum" => "4",
1641  "ReturnMBB" => "4",
1642  "ReturnMerged" => "4",
1643  "ReturnMinimum" => "4",
1644  "ReturnNumberPoints" => "4",
1645  "ReturnOffset" => "4",
1646  "ReturnOpenFilesAsList" => "4",
1647  "ReturnOrigin" => "4",
1648  "ReturnPageExtent" => "4",
1649  "ReturnPageSize" => "4",
1650  "ReturnPattern" => "4",
1651  "ReturnPhysicalBtnClick" => "4",
1652  "ReturnPixmap" => "4",
1653  "ReturnPointAlongGeodesic" => "4",
1654  "ReturnPrjName" => "4",
1655  "ReturnProjected" => "4",
1656  "ReturnProjectedEnd" => "4",
1657  "ReturnProjectedOrigin" => "4",
1658  "ReturnProjectedStart" => "4",
1659  "ReturnProjection" => "4",
1660  "ReturnQuery" => "4",
1661  "ReturnRadius" => "4",
1662  "ReturnRange" => "4",
1663  "ReturnRangeString" => "4",
1664  "ReturnReferenceLatitude" => "4",
1665  "ReturnRelativeLocation" => "4",
1666  "ReturnRhumbLine" => "4",
1667  "ReturnRotationAngle" => "4",
1668  "ReturnRouteMeasure" => "4",
1669  "ReturnScale" => "4",
1670  "ReturnScreenSizeInches" => "4",
1671  "ReturnScreenSizePixels" => "4",
1672  "ReturnSelectedExtent" => "4",
1673  "ReturnSelectedLayers" => "4",
1674  "ReturnShift" => "4",
1675  "ReturnSize" => "4",
1676  "ReturnSrcNames" => "4",
1677  "ReturnStandardParallel" => "4",
1678  "ReturnStart" => "4",
1679  "ReturnSymbols" => "4",
1680  "ReturnSymbolSize" => "4",
1681  "ReturnText" => "4",
1682  "ReturnType" => "4",
1683  "ReturnTypeFromFileExt" => "4",
1684  "ReturnUnion" => "4",
1685  "ReturnUniqueName" => "4",
1686  "ReturnUnprojected" => "4",
1687  "ReturnUpperStandardParallel" => "4",
1688  "ReturnUserCircle" => "4",
1689  "ReturnUserEllipse" => "4",
1690  "ReturnUserGeoCurve" => "4",
1691  "ReturnUserLine" => "4",
1692  "ReturnUserPoint" => "4",
1693  "ReturnUserPolygon" => "4",
1694  "ReturnUserPolyLine" => "4",
1695  "ReturnUserRect" => "4",
1696  "ReturnValue" => "4",
1697  "ReturnValueNumber" => "4",
1698  "ReturnValueString" => "4",
1699  "ReturnVisExtent" => "4",
1700  "ReturnWorldFile" => "4",
1701  "Right" => "4",
1702  "Rotate" => "4",
1703  "RotateBy" => "4",
1704  "Round" => "4",
1705  "Run" => "4",
1706  "Save" => "4",
1707  "SaveChanges" => "4",
1708  "SaveEditsAs" => "4",
1709  "SaveGraphic" => "4",
1710  "SaveSelectedGraphics" => "4",
1711  "SaveStyles" => "4",
1712  "SaveToFile" => "4",
1713  "Scale" => "4",
1714  "ScaleSymbols" => "4",
1715  "ScoreCandidates" => "4",
1716  "Search" => "4",
1717  "SearchUsing" => "4",
1718  "Select" => "4",
1719  "SelectAll" => "4",
1720  "SelectByFTab" => "4",
1721  "SelectByLine" => "4",
1722  "SelectByPoint" => "4",
1723  "SelectByPolygon" => "4",
1724  "SelectByPolyLine" => "4",
1725  "SelectByRect" => "4",
1726  "SelectByShapes" => "4",
1727  "SelectByTheme" => "4",
1728  "SelectCurrent" => "4",
1729  "SelectDefault" => "4",
1730  "SelectEdit" => "4",
1731  "SelectFirst" => "4",
1732  "SelectLabels" => "4",
1733  "SelectRect" => "4",
1734  "SelectSymbol" => "4",
1735  "SelectToEdit" => "4",
1736  "SelectToEditByPoint" => "4",
1737  "Set" => "4",
1738  "SetAbout" => "4",
1739  "SetAccessControlled" => "4",
1740  "SetActionScript" => "4",
1741  "SetActionUpdateScript" => "4",
1742  "SetActivate" => "4",
1743  "SetActive" => "4",
1744  "SetActiveField" => "4",
1745  "SetActiveLocked" => "4",
1746  "SetAlias" => "4",
1747  "SetAliasTable" => "4",
1748  "SetAlignment" => "4",
1749  "SetAll" => "4",
1750  "SetAltitude" => "4",
1751  "SetAltSize" => "4",
1752  "SetAlwaysOnTop" => "4",
1753  "SetAngle" => "4",
1754  "SetAnnoAddFieldsPreference" => "4",
1755  "SetAOI" => "4",
1756  "SetApply" => "4",
1757  "SetAssumedBestCentury" => "4",
1758  "SetAttrUpdateRules" => "4",
1759  "SetAuxIncrement" => "4",
1760  "SetAVFile" => "4",
1761  "SetAxes" => "4",
1762  "SetAxisVisible" => "4",
1763  "SetAzimuth" => "4",
1764  "SetAzimuthOfCentralLine" => "4",
1765  "SetBackgroundSymbol" => "4",
1766  "SetBand" => "4",
1767  "SetBeep" => "4",
1768  "SetBgColor" => "4",
1769  "SetBgSym" => "4",
1770  "SetBlockDisplayEnable" => "4",
1771  "SetBlueBand" => "4",
1772  "SetBlueImageLookup" => "4",
1773  "SetBounds" => "4",
1774  "SetBoundsMax" => "4",
1775  "SetBoundsMin" => "4",
1776  "SetBoundsUsed" => "4",
1777  "SetCanUnloadScript" => "4",
1778  "SetCapStyle" => "4",
1779  "SetCenter" => "4",
1780  "SetCentralLatitude" => "4",
1781  "SetCentralLongitude" => "4",
1782  "SetCentralMeridian" => "4",
1783  "SetChanged" => "4",
1784  "SetCharacter" => "4",
1785  "SetCharSpacing" => "4",
1786  "SetChecking" => "4",
1787  "SetChoice" => "4",
1788  "SetClassesFile" => "4",
1789  "SetClassInfo" => "4",
1790  "SetCleanPreference" => "4",
1791  "SetClick" => "4",
1792  "SetClipExtent" => "4",
1793  "SetClose" => "4",
1794  "SetCloseable" => "4",
1795  "SetCloseScript" => "4",
1796  "SetCodepage" => "4",
1797  "SetCodepageConvert" => "4",
1798  "SetColor" => "4",
1799  "SetColorGray" => "4",
1800  "SetColorLock" => "4",
1801  "SetColorMap" => "4",
1802  "SetColorMapSize" => "4",
1803  "SetColorWheel" => "4",
1804  "SetColumnWidth" => "4",
1805  "SetComments" => "4",
1806  "SetConstraint" => "4",
1807  "SetControlFasteners" => "4",
1808  "SetCoordinatePrecision" => "4",
1809  "SetCoordsVisible" => "4",
1810  "SetCreator" => "4",
1811  "SetCrossGroup" => "4",
1812  "SetCrossValue" => "4",
1813  "SetCrossValueUsed" => "4",
1814  "SetCurrentDocWin" => "4",
1815  "SetCurrentValue" => "4",
1816  "SetCustomizable" => "4",
1817  "SetCWD" => "4",
1818  "SetDataSource" => "4",
1819  "SetDateFormat" => "4",
1820  "SetDefAliasTable" => "4",
1821  "SetDefault" => "4",
1822  "SetDefaultButton" => "4",
1823  "SetDefaultLegend" => "4",
1824  "SetDefaultSymbol" => "4",
1825  "SetDefBitmap" => "4",
1826  "SetDefFormat" => "4",
1827  "SetDefinition" => "4",
1828  "SetDefOffset" => "4",
1829  "SetDefSqueeze" => "4",
1830  "SetDensity" => "4",
1831  "SetDescription" => "4",
1832  "SetDialogBox" => "4",
1833  "SetDisplay" => "4",
1834  "SetDisplayField" => "4",
1835  "SetDisplayQuality" => "4",
1836  "SetDistanceUnits" => "4",
1837  "SetDivisions" => "4",
1838  "SetDocActivate" => "4",
1839  "SetDocBaseName" => "4",
1840  "SetDotDensity" => "4",
1841  "SetDotSymbol" => "4",
1842  "SetDrag" => "4",
1843  "SetDynamicBreak" => "4",
1844  "SetEditable" => "4",
1845  "SetEditableTheme" => "4",
1846  "SetEmpty" => "4",
1847  "SetEnabled" => "4",
1848  "SetEnvVar" => "4",
1849  "SetEolType" => "4",
1850  "SetErrorReporting" => "4",
1851  "SetEscapeEnabled" => "4",
1852  "SetExtension" => "4",
1853  "SetExtensionChecking" => "4",
1854  "SetExtensions" => "4",
1855  "SetExtent" => "4",
1856  "SetExtentPreserved" => "4",
1857  "SetExtVersion" => "4",
1858  "SetFalseEasting" => "4",
1859  "SetFalseNorthing" => "4",
1860  "SetFastener" => "4",
1861  "SetFasteners" => "4",
1862  "SetFeatureWeight" => "4",
1863  "SetField" => "4",
1864  "SetFieldNames" => "4",
1865  "SetFieldNamesVisible" => "4",
1866  "SetFile" => "4",
1867  "SetFileDescriptorLimit" => "4",
1868  "SetFileName" => "4",
1869  "SetFillObject" => "4",
1870  "SetFixedFont" => "4",
1871  "SetFixedSizeText" => "4",
1872  "SetFlip" => "4",
1873  "SetFlushCount" => "4",
1874  "SetFocusLost" => "4",
1875  "SetFont" => "4",
1876  "SetFormat" => "4",
1877  "SetFormatPrecision" => "4",
1878  "SetGrayScale" => "4",
1879  "SetGreenBand" => "4",
1880  "SetGreenImageLookup" => "4",
1881  "SetGridActive" => "4",
1882  "SetGridMesh" => "4",
1883  "SetGridVisible" => "4",
1884  "SetGroupGap" => "4",
1885  "SetGroupGUI" => "4",
1886  "SetGroupLabel" => "4",
1887  "SetGUI" => "4",
1888  "SetHAlign" => "4",
1889  "SetHeight" => "4",
1890  "SetHelp" => "4",
1891  "SetHelping" => "4",
1892  "SetHelpTopic" => "4",
1893  "SetHiddenText" => "4",
1894  "SetHorizontal" => "4",
1895  "SetHorizontalScroll" => "4",
1896  "SetHotField" => "4",
1897  "SetHotScriptName" => "4",
1898  "SetIcon" => "4",
1899  "SetImageLookup" => "4",
1900  "SetInColor" => "4",
1901  "SetIncrement" => "4",
1902  "SetInnerExtent" => "4",
1903  "SetInsertPos" => "4",
1904  "SetInstallScript" => "4",
1905  "SetIntensity" => "4",
1906  "SetInteractiveSnapping" => "4",
1907  "SetInteractiveSnappingPersistent" => "4",
1908  "SetInteractiveSnapTolerance" => "4",
1909  "SetInterval" => "4",
1910  "SetIntervals" => "4",
1911  "SetJobName" => "4",
1912  "SetJoinField" => "4",
1913  "SetJoinStyle" => "4",
1914  "SetJustification" => "4",
1915  "SetKey" => "4",
1916  "SetLabel" => "4",
1917  "SetLabelField" => "4",
1918  "SetLabelSize" => "4",
1919  "SetLabelTextSym" => "4",
1920  "SetLabelVisible" => "4",
1921  "SetLabelWeight" => "4",
1922  "SetLatitudeOfTrueScale" => "4",
1923  "SetLegend" => "4",
1924  "SetLegendEditorScript" => "4",
1925  "SetLegendLineFlatness" => "4",
1926  "SetLegendType" => "4",
1927  "SetLegendVisible" => "4",
1928  "SetLineEvent" => "4",
1929  "SetLineOffset" => "4",
1930  "SetLinePlacement" => "4",
1931  "SetLineSpacing" => "4",
1932  "SetListeners" => "4",
1933  "SetLoadScript" => "4",
1934  "SetLocked" => "4",
1935  "SetLog" => "4",
1936  "SetLook" => "4",
1937  "SetLower" => "4",
1938  "SetLowerStandardParallel" => "4",
1939  "SetM" => "4",
1940  "SetMainIncrement" => "4",
1941  "SetMajorAndMinorAxes" => "4",
1942  "SetMajorGridSpacing" => "4",
1943  "SetMajorGridVisible" => "4",
1944  "SetMapExtent" => "4",
1945  "SetMargin" => "4",
1946  "SetMarginVisible" => "4",
1947  "SetMark" => "4",
1948  "SetMarkLayer" => "4",
1949  "SetMatchPref" => "4",
1950  "SetMatchSource" => "4",
1951  "SetMAtLength" => "4",
1952  "SetMAtPosition" => "4",
1953  "SetMax" => "4",
1954  "SetMaximum" => "4",
1955  "SetMaximumOn" => "4",
1956  "SetMaxSize" => "4",
1957  "SetMaxUndoTransactionSize" => "4",
1958  "SetMaxValue" => "4",
1959  "SetMean" => "4",
1960  "SetMForPoint" => "4",
1961  "SetMin" => "4",
1962  "SetMinimum" => "4",
1963  "SetMinimumOn" => "4",
1964  "SetMinorGridSpacing" => "4",
1965  "SetMinorGridVisible" => "4",
1966  "SetMinSize" => "4",
1967  "SetMinValue" => "4",
1968  "SetModal" => "4",
1969  "SetModalResult" => "4",
1970  "SetMode" => "4",
1971  "SetModified" => "4",
1972  "SetMToNil" => "4",
1973  "SetName" => "4",
1974  "SetNewScript" => "4",
1975  "SetNewUpdateScript" => "4",
1976  "SetNextControl" => "4",
1977  "SetNominal" => "4",
1978  "SetNormFieldName" => "4",
1979  "SetNormType" => "4",
1980  "SetNull" => "4",
1981  "SetNullSymbol" => "4",
1982  "SetNullValue" => "4",
1983  "SetNumberFormat" => "4",
1984  "SetNumberPoints" => "4",
1985  "SetNumValues" => "4",
1986  "SetObjectTag" => "4",
1987  "SetOffset" => "4",
1988  "SetOffsetField" => "4",
1989  "SetOlColor" => "4",
1990  "SetOlWidth" => "4",
1991  "SetOpen" => "4",
1992  "SetOpenScript" => "4",
1993  "SetOpenUpdateScript" => "4",
1994  "SetOrderLocked" => "4",
1995  "SetOrigin" => "4",
1996  "SetOutFileName" => "4",
1997  "SetOutlined" => "4",
1998  "SetOverlapLabelColor" => "4",
1999  "SetPageSize" => "4",
2000  "SetPanel" => "4",
2001  "SetPassword" => "4",
2002  "SetPattern" => "4",
2003  "SetPenSize" => "4",
2004  "SetPixelWidth" => "4",
2005  "SetPlotMarks" => "4",
2006  "SetPointEvent" => "4",
2007  "SetPos" => "4",
2008  "SetPosition" => "4",
2009  "SetPrecision" => "4",
2010  "SetPref" => "4",
2011  "SetPrefVal" => "4",
2012  "SetPreserveInterval" => "4",
2013  "SetPrivateTmpDir" => "4",
2014  "SetProjection" => "4",
2015  "SetProjectSaveScript" => "4",
2016  "SetQuality" => "4",
2017  "SetRadiusAndFlattening" => "4",
2018  "SetRamp" => "4",
2019  "SetRandom" => "4",
2020  "SetRange" => "4",
2021  "SetRangeApply" => "4",
2022  "SetRangeSelect" => "4",
2023  "SetRangeType" => "4",
2024  "SetReadOnly" => "4",
2025  "SetRedBand" => "4",
2026  "SetRedImageLookup" => "4",
2027  "SetRedrawDeferred" => "4",
2028  "SetReferenceLatitude" => "4",
2029  "SetRefresh" => "4",
2030  "SetRefScale" => "4",
2031  "SetRemainActiveState" => "4",
2032  "SetResizable" => "4",
2033  "SetResolution" => "4",
2034  "SetResultBitmap" => "4",
2035  "SetResultField" => "4",
2036  "SetRgbList" => "4",
2037  "SetRightToLeft" => "4",
2038  "SetRotationAngle" => "4",
2039  "SetRotationFieldName" => "4",
2040  "SetRowHeight" => "4",
2041  "SetSaveAsUNIX" => "4",
2042  "SetScale" => "4",
2043  "SetScalePreserved" => "4",
2044  "SetScaleSymbols" => "4",
2045  "SetScaleVisible" => "4",
2046  "SetScratch" => "4",
2047  "SetScreenSizeInches" => "4",
2048  "SetSearchPaths" => "4",
2049  "SetSelColor" => "4",
2050  "SetSelect" => "4",
2051  "SetSelected" => "4",
2052  "SetSelectedControl" => "4",
2053  "SetSelectedDoc" => "4",
2054  "SetSelectedExtent" => "4",
2055  "SetSelectedGUI" => "4",
2056  "SetSelectedLayers" => "4",
2057  "SetSelection" => "4",
2058  "SetSelectionStyle" => "4",
2059  "SetSelectMode" => "4",
2060  "SetSeriesColor" => "4",
2061  "SetSeriesOverlap" => "4",
2062  "SetSeriesSeparated" => "4",
2063  "SetServer" => "4",
2064  "SetServerActivated" => "4",
2065  "SetServerClosed" => "4",
2066  "SetServerDeactivated" => "4",
2067  "SetServerDefinitionChanged" => "4",
2068  "SetServerOpened" => "4",
2069  "SetServerRecordsAdded" => "4",
2070  "SetServerRecordsDeleted" => "4",
2071  "SetServerSelectionChanged" => "4",
2072  "SetShape" => "4",
2073  "SetShift" => "4",
2074  "SetShowStatus" => "4",
2075  "SetShutDown" => "4",
2076  "SetSize" => "4",
2077  "SetSizeFieldName" => "4",
2078  "SetSizeInches" => "4",
2079  "SetSnapping" => "4",
2080  "SetSnapTolerance" => "4",
2081  "SetSource" => "4",
2082  "SetSpacing" => "4",
2083  "SetSpheroid" => "4",
2084  "SetSqueeze" => "4",
2085  "SetStandardDeviation" => "4",
2086  "SetStandardParallel" => "4",
2087  "SetStartUp" => "4",
2088  "SetStatus" => "4",
2089  "SetStipple" => "4",
2090  "SetStreamTolerance" => "4",
2091  "SetStyle" => "4",
2092  "SetSubName" => "4",
2093  "SetSuffixUsed" => "4",
2094  "SetSwitchButton" => "4",
2095  "SetSymbol" => "4",
2096  "SetSymbols" => "4",
2097  "SetTag" => "4",
2098  "SetTemplate" => "4",
2099  "SetText" => "4",
2100  "SetTextRatio" => "4",
2101  "SetTextType" => "4",
2102  "SetThreshold" => "4",
2103  "SetTickLabelsVisible" => "4",
2104  "SetTimeout" => "4",
2105  "SetTitle" => "4",
2106  "SetTOCUnResizable" => "4",
2107  "SetTOCWidth" => "4",
2108  "SetTocWidthScale" => "4",
2109  "SetTransparent" => "4",
2110  "SetType" => "4",
2111  "SetUndoStackSize" => "4",
2112  "SetUniformScaling" => "4",
2113  "SetUninstallScript" => "4",
2114  "SetUnionRule" => "4",
2115  "SetUnits" => "4",
2116  "SetUnloadScript" => "4",
2117  "Setup" => "4",
2118  "SetUpdate" => "4",
2119  "SetUpdateScript" => "4",
2120  "SetUpper" => "4",
2121  "SetUpperStandardParallel" => "4",
2122  "SetUserScale" => "4",
2123  "SetUsingPrinterMargins" => "4",
2124  "SetUsingPrinterPageSize" => "4",
2125  "SetValue" => "4",
2126  "SetValueIncrement" => "4",
2127  "SetValueNumber" => "4",
2128  "SetValuePercentage" => "4",
2129  "SetValues" => "4",
2130  "SetValueString" => "4",
2131  "SetVerticalScroll" => "4",
2132  "SetViewFrame" => "4",
2133  "SetVisible" => "4",
2134  "SetVisibleBorder" => "4",
2135  "SetVisibleGUIsWidth" => "4",
2136  "SetVisibleLocked" => "4",
2137  "SetWidth" => "4",
2138  "SetWorkDir" => "4",
2139  "SetWorkingStatus" => "4",
2140  "SetWorldFile" => "4",
2141  "SetWorldFileEnable" => "4",
2142  "SetX" => "4",
2143  "SetXDelimiter" => "4",
2144  "SetXField" => "4",
2145  "SetXOffset" => "4",
2146  "SetXSeparation" => "4",
2147  "SetY" => "4",
2148  "SetZoneKey" => "4",
2149  "Shift" => "4",
2150  "ShiftLeft" => "4",
2151  "ShiftRight" => "4",
2152  "Show" => "4",
2153  "ShowCandidate" => "4",
2154  "ShowClass" => "4",
2155  "ShowCodepage" => "4",
2156  "ShowCurrent" => "4",
2157  "ShowGallery" => "4",
2158  "ShowLibraries" => "4",
2159  "ShowMsg" => "4",
2160  "ShowRow" => "4",
2161  "ShowStepButtons" => "4",
2162  "ShowStopButton" => "4",
2163  "ShowToleranceCursor" => "4",
2164  "ShowTopic" => "4",
2165  "ShowUsingDefault" => "4",
2166  "ShowVariables" => "4",
2167  "ShowWithDefault" => "4",
2168  "Shuffle" => "4",
2169  "SimplifySelection" => "4",
2170  "Sin" => "4",
2171  "SingleMatch" => "4",
2172  "SingleSymbol" => "4",
2173  "SkipLine" => "4",
2174  "Snap" => "4",
2175  "Sort" => "4",
2176  "SortAscending" => "4",
2177  "SortDescending" => "4",
2178  "Split" => "4",
2179  "SplitLines" => "4",
2180  "Sqrt" => "4",
2181  "Start" => "4",
2182  "StartEditingWithRecovery" => "4",
2183  "StartListening" => "4",
2184  "StartNamed" => "4",
2185  "StdDev" => "4",
2186  "Step" => "4",
2187  "Stop" => "4",
2188  "StopAllDraw" => "4",
2189  "StopDraw" => "4",
2190  "StopEditing" => "4",
2191  "StopEditingWithRecovery" => "4",
2192  "StopListening" => "4",
2193  "StripFile" => "4",
2194  "Substitute" => "4",
2195  "SubtractShape" => "4",
2196  "Summarize" => "4",
2197  "SupportsAOI" => "4",
2198  "SuspendDraw" => "4",
2199  "Tan" => "4",
2200  "The" => "4",
2201  "TileWindows" => "4",
2202  "Translate" => "4",
2203  "Trim" => "4",
2204  "Truncate" => "4",
2205  "UCase" => "4",
2206  "Undo" => "4",
2207  "UndoZoom" => "4",
2208  "UngroupSelected" => "4",
2209  "UnHook" => "4",
2210  "UniformColor" => "4",
2211  "UnionSelected" => "4",
2212  "UnionWith" => "4",
2213  "Unique" => "4",
2214  "UniqueInPaths" => "4",
2215  "UnjoinAll" => "4",
2216  "UnlinkAll" => "4",
2217  "Unload" => "4",
2218  "UnloadLibrary" => "4",
2219  "UnProject" => "4",
2220  "UnProjectPt" => "4",
2221  "UnProjectRect" => "4",
2222  "Unquote" => "4",
2223  "UnregisterExtension" => "4",
2224  "UnregisterFormat" => "4",
2225  "Unselect" => "4",
2226  "UnselectAll" => "4",
2227  "UnselectAllExcept" => "4",
2228  "Update" => "4",
2229  "UpdateDefBitmap" => "4",
2230  "UpdateLegend" => "4",
2231  "UpdateSelection" => "4",
2232  "UserSnapPoint" => "4",
2233  "UseTemplate" => "4",
2234  "UseTitleBar" => "4",
2235  "UseWaitCursor" => "4",
2236  "Validate" => "4",
2237  "Warning" => "4",
2238  "Write" => "4",
2239  "WriteAll" => "4",
2240  "WriteElt" => "4",
2241  "WriteMatch" => "4",
2242  "WriteQStr" => "4",
2243  "WriteUnMatch" => "4",
2244  "Xor" => "4",
2245  "YesNo" => "4",
2246  "YesNoCancel" => "4",
2247  "ZoomIn" => "4",
2248  "ZoomOut" => "4",
2249  "ZoomToActual" => "4",
2250  "ZoomToPage" => "4",
2251  "ZoomToRect" => "4",
2252  "ZoomToScale" => "4");
2253 
2254 // Special extensions
2255 
2256 // Each category can specify a PHP function that returns an altered
2257 // version of the keyword.
2258 
2259 
2260 
2261 $this->linkscripts = array(
2262  "1" => "donothing",
2263  "2" => "donothing",
2264  "3" => "donothing",
2265  "4" => "donothing");
2266 }
2267 
2268 
2269 function donothing($keywordin)
2270 {
2271  return $keywordin;
2272 }
2273 
2274 }?>