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