ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HFile_maya.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_maya extends HFile{
6  function HFile_maya(){
7  $this->HFile();
8 /*************************************/
9 // Beautifier Highlighting Configuration File
10 // Maya Script
11 /*************************************/
12 // Flags
13 
14 $this->nocase = "0";
15 $this->notrim = "0";
16 $this->perl = "0";
17 
18 // Colours
19 
20 $this->colours = array("blue", "purple", "gray");
21 $this->quotecolour = "blue";
22 $this->blockcommentcolour = "green";
23 $this->linecommentcolour = "green";
24 
25 // Indent Strings
26 
27 $this->indent = array();
28 $this->unindent = array();
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  "case" => "1",
46  "if" => "1",
47  "int" => "1",
48  "float" => "1",
49  "global" => "1",
50  "proc" => "1",
51  "string" => "1",
52  "true" => "1",
53  "about" => "2",
54  "addAttr" => "2",
55  "aimConstraint" => "2",
56  "air" => "2",
57  "aliasAttr" => "2",
58  "alignCurve" => "2",
59  "alignSurface" => "2",
60  "ambientLight" => "2",
61  "angleBetween" => "2",
62  "animCurveEditor" => "2",
63  "animDisplay" => "2",
64  "animView" => "2",
65  "applyTake" => "2",
66  "arcLenDimContext" => "2",
67  "arcLengthDimension" => "2",
68  "arclen" => "2",
69  "arrayMapper" => "2",
70  "assignCommand" => "2",
71  "assignInputDevice" => "2",
72  "attachCurve" => "2",
73  "attachDeviceAttr" => "2",
74  "attachSurface" => "2",
75  "attrColorSliderGrp" => "2",
76  "attrCompatibility" => "2",
77  "attrEnumOptionMenu" => "2",
78  "attrEnumOptionMenuGrp" => "2",
79  "attrFieldGrp" => "2",
80  "attrFieldSliderGrp" => "2",
81  "attrNavigationControlGrp" => "2",
82  "attributeQuery" => "2",
83  "autoKeyframe" => "2",
84  "autoPlace" => "2",
85  "bakeResults" => "2",
86  "bakeSimulation" => "2",
87  "batchRender" => "2",
88  "bevel" => "2",
89  "bindPose" => "2",
90  "bindSkin" => "2",
91  "blend" => "2",
92  "blendShape" => "2",
93  "blendShapeEditor" => "2",
94  "blendShapePanel" => "2",
95  "blendTwoAttr" => "2",
96  "boneLattice" => "2",
97  "boundary" => "2",
98  "boxDollyCtx" => "2",
99  "boxZoomCtx" => "2",
100  "buildBookmarkMenu" => "2",
101  "buildKeyframeMenu" => "2",
102  "button" => "2",
103  "buttonManip" => "2",
104  "camera" => "2",
105  "cameraView" => "2",
106  "canCreateManip" => "2",
107  "canvas" => "2",
108  "channelBox" => "2",
109  "checkBox" => "2",
110  "checkBoxGrp" => "2",
111  "choice" => "2",
112  "circle" => "2",
113  "circularFillet" => "2",
114  "closeCurve" => "2",
115  "closeSurface" => "2",
116  "cluster" => "2",
117  "cmdShell" => "2",
118  "collision" => "2",
119  "color" => "2",
120  "colorEditor" => "2",
121  "colorIndex" => "2",
122  "colorIndexSliderGrp" => "2",
123  "colorSliderButtonGrp" => "2",
124  "colorSliderGrp" => "2",
125  "columnLayout" => "2",
126  "commandEcho" => "2",
127  "commandLine" => "2",
128  "commandPort" => "2",
129  "commonPaintCtx" => "2",
130  "condition" => "2",
131  "cone" => "2",
132  "confirmDialog" => "2",
133  "connectAttr" => "2",
134  "connectControl" => "2",
135  "connectDynamic" => "2",
136  "connectJoint" => "2",
137  "connectionInfo" => "2",
138  "constrain" => "2",
139  "constructionHistory" => "2",
140  "contextInfo" => "2",
141  "control" => "2",
142  "convertSolidTx" => "2",
143  "convertUnit" => "2",
144  "copyKey" => "2",
145  "createDrawCtx" => "2",
146  "createEditor" => "2",
147  "createNode" => "2",
148  "ctxAbort" => "2",
149  "ctxCompletion" => "2",
150  "ctxEditMode" => "2",
151  "ctxTraverse" => "2",
152  "currentCtx" => "2",
153  "currentTime" => "2",
154  "currentTimeCtx" => "2",
155  "currentUnit" => "2",
156  "curve" => "2",
157  "curveAddPtCtx" => "2",
158  "curveCVCtx" => "2",
159  "curveEPCtx" => "2",
160  "curveEditorCtx" => "2",
161  "curveMoveEPCtx" => "2",
162  "curveOnSurface" => "2",
163  "curveSketchCtx" => "2",
164  "cutKey" => "2",
165  "cycleCheck" => "2",
166  "cylinder" => "2",
167  "dagObjectHit" => "2",
168  "defaultNavigation" => "2",
169  "defineDataServer" => "2",
170  "defineEditor" => "2",
171  "defineEditorTemplate" => "2",
172  "defineVirtualDevice" => "2",
173  "delete" => "2",
174  "deleteAttr" => "2",
175  "deleteUI" => "2",
176  "detachCurve" => "2",
177  "detachDeviceAttr" => "2",
178  "detachSurface" => "2",
179  "devicePanel" => "2",
180  "dimWhen" => "2",
181  "directKeyCtx" => "2",
182  "directionalLight" => "2",
183  "disable" => "2",
184  "disconnectAttr" => "2",
185  "disconnectJoint" => "2",
186  "displayAffected" => "2",
187  "displayColor" => "2",
188  "displayCull" => "2",
189  "displayLevelOfDetail" => "2",
190  "displayPref" => "2",
191  "displayRGBColor" => "2",
192  "displaySmoothness" => "2",
193  "displayStats" => "2",
194  "displaySurface" => "2",
195  "distanceDimContext" => "2",
196  "distanceDimension" => "2",
197  "dolly" => "2",
198  "dollyCtx" => "2",
199  "dopeSheetEditor" => "2",
200  "doubleProfileBirailSurface" => "2",
201  "drag" => "2",
202  "draggerContext" => "2",
203  "dropoffLocator" => "2",
204  "duplicate" => "2",
205  "duplicateCurve" => "2",
206  "dynCache" => "2",
207  "dynControl" => "2",
208  "dynExport" => "2",
209  "dynExpression" => "2",
210  "dynParticleCtx" => "2",
211  "dynRelEdPanel" => "2",
212  "dynRelEditor" => "2",
213  "dynamicLoad" => "2",
214  "editor" => "2",
215  "editorTemplate" => "2",
216  "effector" => "2",
217  "emitter" => "2",
218  "enableDevice" => "2",
219  "encodeString" => "2",
220  "eval" => "2",
221  "evalDeferred" => "2",
222  "evalEcho" => "2",
223  "event" => "2",
224  "exclusiveLightCheckBox" => "2",
225  "expression" => "2",
226  "expressionEditorListen" => "2",
227  "extendCurve" => "2",
228  "extendSurface" => "2",
229  "extrude" => "2",
230  "file" => "2",
231  "fileBrowserDialog" => "2",
232  "fileDialog" => "2",
233  "filletCurve" => "2",
234  "filter" => "2",
235  "filterExpand" => "2",
236  "findKeyframe" => "2",
237  "finder" => "2",
238  "fitBspline" => "2",
239  "flexor" => "2",
240  "floatField" => "2",
241  "floatFieldGrp" => "2",
242  "floatScrollBar" => "2",
243  "floatSlider" => "2",
244  "floatSliderButtonGrp" => "2",
245  "floatSliderGrp" => "2",
246  "flow" => "2",
247  "flushThumbnailCache" => "2",
248  "flushUndo" => "2",
249  "fontDialog" => "2",
250  "formLayout" => "2",
251  "frameLayout" => "2",
252  "freeFormFillet" => "2",
253  "geometryConstraint" => "2",
254  "getAttr" => "2",
255  "getClassification" => "2",
256  "getInputDeviceRange" => "2",
257  "getPanel" => "2",
258  "getParticleAttr" => "2",
259  "glRender" => "2",
260  "glRenderEditor" => "2",
261  "goal" => "2",
262  "grabColor" => "2",
263  "graphDollyCtx" => "2",
264  "graphSelectContext" => "2",
265  "graphTrackCtx" => "2",
266  "gravity" => "2",
267  "grid" => "2",
268  "gridLayout" => "2",
269  "group" => "2",
270  "handleRotateCtx" => "2",
271  "hardenPointCurve" => "2",
272  "hardware" => "2",
273  "hardwareRenderPanel" => "2",
274  "help" => "2",
275  "helpLine" => "2",
276  "hide" => "2",
277  "hilite" => "2",
278  "hotBox" => "2",
279  "hotkey" => "2",
280  "hotkeyCheck" => "2",
281  "hyperGraph" => "2",
282  "hyperPanel" => "2",
283  "iconTextButton" => "2",
284  "iconTextCheckBox" => "2",
285  "iconTextRadioButton" => "2",
286  "iconTextRadioCollection" => "2",
287  "iconTextStaticLabel" => "2",
288  "ikHandle" => "2",
289  "ikHandleCtx" => "2",
290  "ikHandleDisplayScale" => "2",
291  "ikSolver" => "2",
292  "ikSplineHandleCtx" => "2",
293  "ikSplineManipCtx" => "2",
294  "ikSystem" => "2",
295  "ikSystemInfo" => "2",
296  "image" => "2",
297  "index" => "2",
298  "inheritTransform" => "2",
299  "insertJoint" => "2",
300  "insertJointCtx" => "2",
301  "insertKeyCtx" => "2",
302  "insertKnotCurve" => "2",
303  "insertKnotSurface" => "2",
304  "instance" => "2",
305  "intField" => "2",
306  "intFieldGrp" => "2",
307  "intScrollBar" => "2",
308  "intSlider" => "2",
309  "intSliderGrp" => "2",
310  "internalVar" => "2",
311  "interpPort" => "2",
312  "intersect" => "2",
313  "isConnected" => "2",
314  "isDirty" => "2",
315  "isTrue" => "2",
316  "itemFilter" => "2",
317  "itemFilterAttr" => "2",
318  "itemFilterRender" => "2",
319  "itemFilterType" => "2",
320  "joint" => "2",
321  "jointCluster" => "2",
322  "jointCtx" => "2",
323  "jointDisplayScale" => "2",
324  "jointLattice" => "2",
325  "journal" => "2",
326  "keyTangent" => "2",
327  "keyframe" => "2",
328  "keyframeOutliner" => "2",
329  "keyframeRegionCurrentTimeCtx" => "2",
330  "keyframeRegionDirectKeyCtx" => "2",
331  "keyframeRegionDollyCtx" => "2",
332  "keyframeRegionInsertKeyCtx" => "2",
333  "keyframeRegionMoveKeyCtx" => "2",
334  "keyframeRegionScaleKeyCtx" => "2",
335  "keyframeRegionSelectKeyCtx" => "2",
336  "keyframeRegionSetKeyCtx" => "2",
337  "keyframeRegionTrackCtx" => "2",
338  "keyframeStats" => "2",
339  "lastMenuItem" => "2",
340  "lattice" => "2",
341  "layeredShaderPort" => "2",
342  "lightList" => "2",
343  "lightListEditor" => "2",
344  "lightListPanel" => "2",
345  "listAnimatable" => "2",
346  "listAttr" => "2",
347  "listCameras" => "2",
348  "listConnections" => "2",
349  "listDeviceAttachments" => "2",
350  "listHistory" => "2",
351  "listInputDeviceAxes" => "2",
352  "listInputDeviceButtons" => "2",
353  "listInputDevices" => "2",
354  "listNodeTypes" => "2",
355  "listRelatives" => "2",
356  "listerEditor" => "2",
357  "loadPlugin" => "2",
358  "loft" => "2",
359  "lookThru" => "2",
360  "ls" => "2",
361  "lsThroughFilter" => "2",
362  "lsUI" => "2",
363  "makeIdentity" => "2",
364  "makeLive" => "2",
365  "manipMoveContext" => "2",
366  "manipMoveLimitsCtx" => "2",
367  "manipOptions" => "2",
368  "manipRotateContext" => "2",
369  "manipRotateLimitsCtx" => "2",
370  "manipScaleContext" => "2",
371  "manipScaleLimitsCtx" => "2",
372  "marker" => "2",
373  "memory" => "2",
374  "menu" => "2",
375  "menuBarLayout" => "2",
376  "menuEditor" => "2",
377  "menuItem" => "2",
378  "messageLine" => "2",
379  "minimizeApp" => "2",
380  "mirrorJoint" => "2",
381  "modelCurrentTimeCtx" => "2",
382  "modelEditor" => "2",
383  "modelPanel" => "2",
384  "movIn" => "2",
385  "movOut" => "2",
386  "move" => "2",
387  "moveKeyCtx" => "2",
388  "multiProfileBirailSurface" => "2",
389  "nameCommand" => "2",
390  "nameField" => "2",
391  "newPanelItems" => "2",
392  "newton" => "2",
393  "nodeOutliner" => "2",
394  "nodeType" => "2",
395  "normalConstraint" => "2",
396  "nurbsCube" => "2",
397  "nurbsPlane" => "2",
398  "nurbsToPoly" => "2",
399  "nurbsToPolygonsPref" => "2",
400  "objExists" => "2",
401  "objectCenter" => "2",
402  "objectType" => "2",
403  "objectTypeUI" => "2",
404  "offsetCurve" => "2",
405  "offsetCurveOnSurface" => "2",
406  "openMayaPref" => "2",
407  "optionMenu" => "2",
408  "optionMenuGrp" => "2",
409  "optionVar" => "2",
410  "orbit" => "2",
411  "orbitCtx" => "2",
412  "orientConstraint" => "2",
413  "outlinerEditor" => "2",
414  "outlinerPanel" => "2",
415  "overrideModifier" => "2",
416  "palettePort" => "2",
417  "paneLayout" => "2",
418  "panel" => "2",
419  "panelConfiguration" => "2",
420  "panelHistory" => "2",
421  "paramDimContext" => "2",
422  "paramDimension" => "2",
423  "paramLocator" => "2",
424  "parent" => "2",
425  "particle" => "2",
426  "particleRenderInfo" => "2",
427  "partition" => "2",
428  "pasteKey" => "2",
429  "pathAnimation" => "2",
430  "pause" => "2",
431  "percent" => "2",
432  "performanceOptions" => "2",
433  "pickWalk" => "2",
434  "picture" => "2",
435  "pixelMove" => "2",
436  "planarSrf" => "2",
437  "plane" => "2",
438  "play" => "2",
439  "playbackOptions" => "2",
440  "playblast" => "2",
441  "pluginInfo" => "2",
442  "pointConstraint" => "2",
443  "pointCurveConstraint" => "2",
444  "pointLight" => "2",
445  "pointOnCurve" => "2",
446  "pointOnSurface" => "2",
447  "poleVectorConstraint" => "2",
448  "polyAppend" => "2",
449  "polyBevel" => "2",
450  "polyChipOff" => "2",
451  "polyCloseBorder" => "2",
452  "polyCollapseEdge" => "2",
453  "polyCollapseFacet" => "2",
454  "polyCone" => "2",
455  "polyCreateFacet" => "2",
456  "polyCube" => "2",
457  "polyCylinder" => "2",
458  "polyCylindricalProjection" => "2",
459  "polyDelEdge" => "2",
460  "polyDelFacet" => "2",
461  "polyDelVertex" => "2",
462  "polyEvaluate" => "2",
463  "polyExtrudeFacet" => "2",
464  "polyInstallAction" => "2",
465  "polyMapCut" => "2",
466  "polyMapDel" => "2",
467  "polyMapSew" => "2",
468  "polyMergeEdge" => "2",
469  "polyMergeFacet" => "2",
470  "polyMoveEdge" => "2",
471  "polyMoveFacet" => "2",
472  "polyMoveFacetUV" => "2",
473  "polyMoveUV" => "2",
474  "polyMoveVertex" => "2",
475  "polyNormal" => "2",
476  "polyOptions" => "2",
477  "polyPlanarProjection" => "2",
478  "polyPlane" => "2",
479  "polyQuad" => "2",
480  "polySelectConstraint" => "2",
481  "polySelectConstraintMonitor" => "2",
482  "polySeparate" => "2",
483  "polySmooth" => "2",
484  "polySoftEdge" => "2",
485  "polySphere" => "2",
486  "polySphericalProjection" => "2",
487  "polySplit" => "2",
488  "polySubdivideEdge" => "2",
489  "polySubdivideFacet" => "2",
490  "polySuperCtx" => "2",
491  "polyTorus" => "2",
492  "polyTriangulate" => "2",
493  "polyUnite" => "2",
494  "popupMenu" => "2",
495  "projFileViewer" => "2",
496  "projectCurve" => "2",
497  "projectLight" => "2",
498  "projectLightEditor" => "2",
499  "projectTangent" => "2",
500  "projectionContext" => "2",
501  "projectionManip" => "2",
502  "promptDialog" => "2",
503  "propModCtx" => "2",
504  "propMove" => "2",
505  "puttyCtx" => "2",
506  "quit" => "2",
507  "radial" => "2",
508  "radioButton" => "2",
509  "radioButtonGrp" => "2",
510  "radioCollection" => "2",
511  "radioMenuItemCollection" => "2",
512  "rampColorPort" => "2",
513  "rangeControl" => "2",
514  "readTake" => "2",
515  "rebuildCurve" => "2",
516  "rebuildSurface" => "2",
517  "recordAttr" => "2",
518  "recordDevice" => "2",
519  "redo" => "2",
520  "refresh" => "2",
521  "reloadImage" => "2",
522  "removeJoint" => "2",
523  "removeMultiInstance" => "2",
524  "rename" => "2",
525  "renameUI" => "2",
526  "render" => "2",
527  "renderGlobalsNode" => "2",
528  "renderInfo" => "2",
529  "renderManip" => "2",
530  "renderPartition" => "2",
531  "renderQualityNode" => "2",
532  "renderThumbnailUpdate" => "2",
533  "renderWindowEditor" => "2",
534  "renderWindowSelectContext" => "2",
535  "reorder" => "2",
536  "reorderDeformers" => "2",
537  "requires" => "2",
538  "reroot" => "2",
539  "resetTool" => "2",
540  "resolutionNode" => "2",
541  "reverseCurve" => "2",
542  "reverseSurface" => "2",
543  "revolve" => "2",
544  "rigidBody" => "2",
545  "rigidSolver" => "2",
546  "roll" => "2",
547  "rollCtx" => "2",
548  "rotate" => "2",
549  "rowColumnLayout" => "2",
550  "rowLayout" => "2",
551  "saveAllShelves" => "2",
552  "saveImage" => "2",
553  "saveInitialState" => "2",
554  "saveMenu" => "2",
555  "savePrefs" => "2",
556  "saveShelf" => "2",
557  "saveToolSettings" => "2",
558  "scale" => "2",
559  "scaleConstraint" => "2",
560  "scaleKey" => "2",
561  "scaleKeyCtx" => "2",
562  "sceneUIReplacement" => "2",
563  "sceneViewer" => "2",
564  "scriptJob" => "2",
565  "scriptedPanel" => "2",
566  "scriptedPanelType" => "2",
567  "scrollField" => "2",
568  "scrollLayout" => "2",
569  "sculpt" => "2",
570  "select" => "2",
571  "selectContext" => "2",
572  "selectKey" => "2",
573  "selectKeyCtx" => "2",
574  "selectMode" => "2",
575  "selectPaintCtx" => "2",
576  "selectPref" => "2",
577  "selectPriority" => "2",
578  "selectType" => "2",
579  "selectedLine" => "2",
580  "selectedNodes" => "2",
581  "selectionConnection" => "2",
582  "separator" => "2",
583  "setAttr" => "2",
584  "setAttrMapping" => "2",
585  "setDefaultShadingGroup" => "2",
586  "setDrivenKeyframe" => "2",
587  "setDynamic" => "2",
588  "setEditCtx" => "2",
589  "setEditor" => "2",
590  "setEscapeCtx" => "2",
591  "setFocus" => "2",
592  "setInfinity" => "2",
593  "setInputDeviceMapping" => "2",
594  "setKeyCtx" => "2",
595  "setKeyPath" => "2",
596  "setKeyframe" => "2",
597  "setParent" => "2",
598  "setParticleAttr" => "2",
599  "setStartupMessage" => "2",
600  "setToolTo" => "2",
601  "setUITemplate" => "2",
602  "sets" => "2",
603  "shadingConnection" => "2",
604  "shadingGeometryRelCtx" => "2",
605  "shadingGroupDialogDaemon" => "2",
606  "shadingLightRelCtx" => "2",
607  "shadingNode" => "2",
608  "shelfButton" => "2",
609  "shelfLayout" => "2",
610  "shelfTabLayout" => "2",
611  "shellField" => "2",
612  "showHidden" => "2",
613  "showManipCtx" => "2",
614  "showSelectionInTitle" => "2",
615  "showShadingGroupAttrEditor" => "2",
616  "showWindow" => "2",
617  "simplify" => "2",
618  "singleProfileBirailSurface" => "2",
619  "snapMode" => "2",
620  "snaHFileot" => "2",
621  "soft" => "2",
622  "sound" => "2",
623  "soundControl" => "2",
624  "spaceLocator" => "2",
625  "sphere" => "2",
626  "spotLight" => "2",
627  "spotLightPreviewPort" => "2",
628  "spreadSheetEditor" => "2",
629  "spring" => "2",
630  "srtContext" => "2",
631  "stackTrace" => "2",
632  "stitchSurface" => "2",
633  "stitchSurfacePoints" => "2",
634  "superCtx" => "2",
635  "surface" => "2",
636  "surfacePaintCtx" => "2",
637  "surfaceShaderList" => "2",
638  "swatchDisplayPort" => "2",
639  "symbolButton" => "2",
640  "symbolCheckBox" => "2",
641  "tabLayout" => "2",
642  "tangentConstraint" => "2",
643  "texManipContext" => "2",
644  "texSelectContext" => "2",
645  "texWinToolCtx" => "2",
646  "text" => "2",
647  "textCurves" => "2",
648  "textField" => "2",
649  "textFieldButtonGrp" => "2",
650  "textFieldGrp" => "2",
651  "textScrollList" => "2",
652  "texturePlacementContext" => "2",
653  "textureWindow" => "2",
654  "timeControl" => "2",
655  "timePort" => "2",
656  "toggle" => "2",
657  "toggleAxis" => "2",
658  "toggleWindowVisibility" => "2",
659  "tolerance" => "2",
660  "toolButton" => "2",
661  "toolCollection" => "2",
662  "toolDropped" => "2",
663  "toolHasOptions" => "2",
664  "toolPropertyWindow" => "2",
665  "track" => "2",
666  "trackCtx" => "2",
667  "transformLimits" => "2",
668  "translator" => "2",
669  "trim" => "2",
670  "tumble" => "2",
671  "tumbleCtx" => "2",
672  "turbulence" => "2",
673  "uiTemplate" => "2",
674  "unassignInputDevice" => "2",
675  "undo" => "2",
676  "undoInfo" => "2",
677  "ungroup" => "2",
678  "uniform" => "2",
679  "unloadPlugin" => "2",
680  "untrim" => "2",
681  "upAxis" => "2",
682  "userCtx" => "2",
683  "userPaintCtx" => "2",
684  "valuePaintCtx" => "2",
685  "view2dToolCtx" => "2",
686  "viewCamera" => "2",
687  "viewClipPlane" => "2",
688  "viewFit" => "2",
689  "viewHeadOn" => "2",
690  "viewLookAt" => "2",
691  "viewPlace" => "2",
692  "viewSet" => "2",
693  "vortex" => "2",
694  "waitCursor" => "2",
695  "window" => "2",
696  "windowPref" => "2",
697  "wire" => "2",
698  "wireContext" => "2",
699  "workspace" => "2",
700  "wrinkle" => "2",
701  "wrinkleContext" => "2",
702  "writeTake" => "2",
703  "wtPaintCtx" => "2",
704  "xform" => "2",
705  "xpmPicker" => "2",
706  "-aob" => "3",
707  "-annotation" => "3",
708  "-attribute" => "3",
709  "-b" => "3",
710  "-c" => "3",
711  "-cb" => "3",
712  "-columnAttach" => "3",
713  "-columnWidth" => "3",
714  "-command" => "3",
715  "-component" => "3",
716  "-cpp" => "3",
717  "-curveParameterPoint" => "3",
718  "-cv" => "3",
719  "-d" => "3",
720  "-dragMenuCommand" => "3",
721  "-e" => "3",
722  "-editPoint" => "3",
723  "-ex" => "3",
724  "-exists" => "3",
725  "-f" => "3",
726  "-facet" => "3",
727  "-false" => "3",
728  "-field" => "3",
729  "-fieldMaxValue" => "3",
730  "-fieldMinValue" => "3",
731  "-g" => "3",
732  "-hull" => "3",
733  "-imagePlane" => "3",
734  "-isoparm" => "3",
735  "-itt" => "3",
736  "-jointPivot" => "3",
737  "-l" => "3",
738  "-label" => "3",
739  "-latticePoint" => "3",
740  "-localRotationAxis" => "3",
741  "-m" => "3",
742  "-maxValue" => "3",
743  "-minValue" => "3",
744  "-mm" => "3",
745  "-optionBox" => "3",
746  "-p" => "3",
747  "-particle" => "3",
748  "-pmc" => "3",
749  "-polymeshEdge" => "3",
750  "-polymeshVertex" => "3",
751  "-q" => "3",
752  "-query" => "3",
753  "-rb" => "3",
754  "-rotatePivot" => "3",
755  "-rowSpacing" => "3",
756  "-rp" => "3",
757  "-scalePivot" => "3",
758  "-selectHandle" => "3",
759  "-sh" => "3",
760  "-spp" => "3",
761  "-subMenu" => "3",
762  "-surfaceEdge" => "3",
763  "-surfaceParameterPoint" => "3",
764  "-time" => "3",
765  "-value" => "3",
766  "-width" => "3");
767 
768 // Special extensions
769 
770 // Each category can specify a PHP function that returns an altered
771 // version of the keyword.
772 
773 
774 
775 $this->linkscripts = array(
776  "1" => "donothing",
777  "2" => "donothing",
778  "3" => "donothing");
779 }
780 
781 
782 function donothing($keywordin)
783 {
784  return $keywordin;
785 }
786 
787 }?>