ThirdParty/Pygments/pygments/lexers/_asybuiltins.py

changeset 4172
4f20dba37ab6
parent 4170
8bc578136279
child 4173
10336d4d1488
equal deleted inserted replaced
4170:8bc578136279 4172:4f20dba37ab6
1 # -*- coding: utf-8 -*-
2 """
3 pygments.lexers._asybuiltins
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
6 This file contains the asy-function names and asy-variable names of
7 Asymptote.
8
9 Do not edit the ASYFUNCNAME and ASYVARNAME sets by hand.
10 TODO: perl/python script in Asymptote SVN similar to asy-list.pl but only
11 for function and variable names.
12
13 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
14 :license: BSD, see LICENSE for details.
15 """
16
17 from __future__ import unicode_literals
18
19 ASYFUNCNAME = set([
20 'AND',
21 'Arc',
22 'ArcArrow',
23 'ArcArrows',
24 'Arrow',
25 'Arrows',
26 'Automatic',
27 'AvantGarde',
28 'BBox',
29 'BWRainbow',
30 'BWRainbow2',
31 'Bar',
32 'Bars',
33 'BeginArcArrow',
34 'BeginArrow',
35 'BeginBar',
36 'BeginDotMargin',
37 'BeginMargin',
38 'BeginPenMargin',
39 'Blank',
40 'Bookman',
41 'Bottom',
42 'BottomTop',
43 'Bounds',
44 'Break',
45 'Broken',
46 'BrokenLog',
47 'Ceil',
48 'Circle',
49 'CircleBarIntervalMarker',
50 'Cos',
51 'Courier',
52 'CrossIntervalMarker',
53 'DefaultFormat',
54 'DefaultLogFormat',
55 'Degrees',
56 'Dir',
57 'DotMargin',
58 'DotMargins',
59 'Dotted',
60 'Draw',
61 'Drawline',
62 'Embed',
63 'EndArcArrow',
64 'EndArrow',
65 'EndBar',
66 'EndDotMargin',
67 'EndMargin',
68 'EndPenMargin',
69 'Fill',
70 'FillDraw',
71 'Floor',
72 'Format',
73 'Full',
74 'Gaussian',
75 'Gaussrand',
76 'Gaussrandpair',
77 'Gradient',
78 'Grayscale',
79 'Helvetica',
80 'Hermite',
81 'HookHead',
82 'InOutTicks',
83 'InTicks',
84 'J',
85 'Label',
86 'Landscape',
87 'Left',
88 'LeftRight',
89 'LeftTicks',
90 'Legend',
91 'Linear',
92 'Link',
93 'Log',
94 'LogFormat',
95 'Margin',
96 'Margins',
97 'Mark',
98 'MidArcArrow',
99 'MidArrow',
100 'NOT',
101 'NewCenturySchoolBook',
102 'NoBox',
103 'NoMargin',
104 'NoModifier',
105 'NoTicks',
106 'NoTicks3',
107 'NoZero',
108 'NoZeroFormat',
109 'None',
110 'OR',
111 'OmitFormat',
112 'OmitTick',
113 'OutTicks',
114 'Ox',
115 'Oy',
116 'Palatino',
117 'PaletteTicks',
118 'Pen',
119 'PenMargin',
120 'PenMargins',
121 'Pentype',
122 'Portrait',
123 'RadialShade',
124 'Rainbow',
125 'Range',
126 'Relative',
127 'Right',
128 'RightTicks',
129 'Rotate',
130 'Round',
131 'SQR',
132 'Scale',
133 'ScaleX',
134 'ScaleY',
135 'ScaleZ',
136 'Seascape',
137 'Shift',
138 'Sin',
139 'Slant',
140 'Spline',
141 'StickIntervalMarker',
142 'Straight',
143 'Symbol',
144 'Tan',
145 'TeXify',
146 'Ticks',
147 'Ticks3',
148 'TildeIntervalMarker',
149 'TimesRoman',
150 'Top',
151 'TrueMargin',
152 'UnFill',
153 'UpsideDown',
154 'Wheel',
155 'X',
156 'XEquals',
157 'XOR',
158 'XY',
159 'XYEquals',
160 'XYZero',
161 'XYgrid',
162 'XZEquals',
163 'XZZero',
164 'XZero',
165 'XZgrid',
166 'Y',
167 'YEquals',
168 'YXgrid',
169 'YZ',
170 'YZEquals',
171 'YZZero',
172 'YZero',
173 'YZgrid',
174 'Z',
175 'ZX',
176 'ZXgrid',
177 'ZYgrid',
178 'ZapfChancery',
179 'ZapfDingbats',
180 '_cputime',
181 '_draw',
182 '_eval',
183 '_image',
184 '_labelpath',
185 '_projection',
186 '_strokepath',
187 '_texpath',
188 'aCos',
189 'aSin',
190 'aTan',
191 'abort',
192 'abs',
193 'accel',
194 'acos',
195 'acosh',
196 'acot',
197 'acsc',
198 'add',
199 'addArrow',
200 'addMargins',
201 'addSaveFunction',
202 'addnode',
203 'addnodes',
204 'addpenarc',
205 'addpenline',
206 'addseg',
207 'adjust',
208 'alias',
209 'align',
210 'all',
211 'altitude',
212 'angabscissa',
213 'angle',
214 'angpoint',
215 'animate',
216 'annotate',
217 'anticomplementary',
218 'antipedal',
219 'apply',
220 'approximate',
221 'arc',
222 'arcarrowsize',
223 'arccircle',
224 'arcdir',
225 'arcfromcenter',
226 'arcfromfocus',
227 'arclength',
228 'arcnodesnumber',
229 'arcpoint',
230 'arcsubtended',
231 'arcsubtendedcenter',
232 'arctime',
233 'arctopath',
234 'array',
235 'arrow',
236 'arrow2',
237 'arrowbase',
238 'arrowbasepoints',
239 'arrowsize',
240 'asec',
241 'asin',
242 'asinh',
243 'ask',
244 'assert',
245 'asy',
246 'asycode',
247 'asydir',
248 'asyfigure',
249 'asyfilecode',
250 'asyinclude',
251 'asywrite',
252 'atan',
253 'atan2',
254 'atanh',
255 'atbreakpoint',
256 'atexit',
257 'atime',
258 'attach',
259 'attract',
260 'atupdate',
261 'autoformat',
262 'autoscale',
263 'autoscale3',
264 'axes',
265 'axes3',
266 'axialshade',
267 'axis',
268 'axiscoverage',
269 'azimuth',
270 'babel',
271 'background',
272 'bangles',
273 'bar',
274 'barmarksize',
275 'barsize',
276 'basealign',
277 'baseline',
278 'bbox',
279 'beep',
280 'begin',
281 'beginclip',
282 'begingroup',
283 'beginpoint',
284 'between',
285 'bevel',
286 'bezier',
287 'bezierP',
288 'bezierPP',
289 'bezierPPP',
290 'bezulate',
291 'bibliography',
292 'bibliographystyle',
293 'binarytree',
294 'binarytreeNode',
295 'binomial',
296 'binput',
297 'bins',
298 'bisector',
299 'bisectorpoint',
300 'blend',
301 'boutput',
302 'box',
303 'bqe',
304 'breakpoint',
305 'breakpoints',
306 'brick',
307 'buildRestoreDefaults',
308 'buildRestoreThunk',
309 'buildcycle',
310 'bulletcolor',
311 'canonical',
312 'canonicalcartesiansystem',
313 'cartesiansystem',
314 'case1',
315 'case2',
316 'case3',
317 'cbrt',
318 'cd',
319 'ceil',
320 'center',
321 'centerToFocus',
322 'centroid',
323 'cevian',
324 'change2',
325 'changecoordsys',
326 'checkSegment',
327 'checkconditionlength',
328 'checker',
329 'checklengths',
330 'checkposition',
331 'checktriangle',
332 'choose',
333 'circle',
334 'circlebarframe',
335 'circlemarkradius',
336 'circlenodesnumber',
337 'circumcenter',
338 'circumcircle',
339 'clamped',
340 'clear',
341 'clip',
342 'clipdraw',
343 'close',
344 'cmyk',
345 'code',
346 'colatitude',
347 'collect',
348 'collinear',
349 'color',
350 'colorless',
351 'colors',
352 'colorspace',
353 'comma',
354 'compassmark',
355 'complement',
356 'complementary',
357 'concat',
358 'concurrent',
359 'cone',
360 'conic',
361 'conicnodesnumber',
362 'conictype',
363 'conj',
364 'connect',
365 'containmentTree',
366 'contains',
367 'contour',
368 'contour3',
369 'controlSpecifier',
370 'convert',
371 'coordinates',
372 'coordsys',
373 'copy',
374 'cos',
375 'cosh',
376 'cot',
377 'countIntersections',
378 'cputime',
379 'crop',
380 'cropcode',
381 'cross',
382 'crossframe',
383 'crosshatch',
384 'crossmarksize',
385 'csc',
386 'cubicroots',
387 'curabscissa',
388 'curlSpecifier',
389 'curpoint',
390 'currentarrow',
391 'currentexitfunction',
392 'currentmomarrow',
393 'currentpolarconicroutine',
394 'curve',
395 'cut',
396 'cutafter',
397 'cutbefore',
398 'cyclic',
399 'cylinder',
400 'debugger',
401 'deconstruct',
402 'defaultdir',
403 'defaultformat',
404 'defaultpen',
405 'defined',
406 'degenerate',
407 'degrees',
408 'delete',
409 'deletepreamble',
410 'determinant',
411 'diagonal',
412 'diamond',
413 'diffdiv',
414 'dir',
415 'dirSpecifier',
416 'dirtime',
417 'display',
418 'distance',
419 'divisors',
420 'do_overpaint',
421 'dot',
422 'dotframe',
423 'dotsize',
424 'downcase',
425 'draw',
426 'drawAll',
427 'drawDoubleLine',
428 'drawFermion',
429 'drawGhost',
430 'drawGluon',
431 'drawMomArrow',
432 'drawPhoton',
433 'drawScalar',
434 'drawVertex',
435 'drawVertexBox',
436 'drawVertexBoxO',
437 'drawVertexBoxX',
438 'drawVertexO',
439 'drawVertexOX',
440 'drawVertexTriangle',
441 'drawVertexTriangleO',
442 'drawVertexX',
443 'drawarrow',
444 'drawarrow2',
445 'drawline',
446 'drawtick',
447 'duplicate',
448 'elle',
449 'ellipse',
450 'ellipsenodesnumber',
451 'embed',
452 'embed3',
453 'empty',
454 'enclose',
455 'end',
456 'endScript',
457 'endclip',
458 'endgroup',
459 'endl',
460 'endpoint',
461 'endpoints',
462 'eof',
463 'eol',
464 'equation',
465 'equations',
466 'erase',
467 'erasestep',
468 'erf',
469 'erfc',
470 'error',
471 'errorbar',
472 'errorbars',
473 'eval',
474 'excenter',
475 'excircle',
476 'exit',
477 'exitXasyMode',
478 'exitfunction',
479 'exp',
480 'expfactors',
481 'expi',
482 'expm1',
483 'exradius',
484 'extend',
485 'extension',
486 'extouch',
487 'fabs',
488 'factorial',
489 'fermat',
490 'fft',
491 'fhorner',
492 'figure',
493 'file',
494 'filecode',
495 'fill',
496 'filldraw',
497 'filloutside',
498 'fillrule',
499 'filltype',
500 'find',
501 'finite',
502 'finiteDifferenceJacobian',
503 'firstcut',
504 'firstframe',
505 'fit',
506 'fit2',
507 'fixedscaling',
508 'floor',
509 'flush',
510 'fmdefaults',
511 'fmod',
512 'focusToCenter',
513 'font',
514 'fontcommand',
515 'fontsize',
516 'foot',
517 'format',
518 'frac',
519 'frequency',
520 'fromCenter',
521 'fromFocus',
522 'fspline',
523 'functionshade',
524 'gamma',
525 'generate_random_backtrace',
526 'generateticks',
527 'gergonne',
528 'getc',
529 'getint',
530 'getpair',
531 'getreal',
532 'getstring',
533 'gettriple',
534 'gluon',
535 'gouraudshade',
536 'graph',
537 'graphic',
538 'gray',
539 'grestore',
540 'grid',
541 'grid3',
542 'gsave',
543 'halfbox',
544 'hatch',
545 'hdiffdiv',
546 'hermite',
547 'hex',
548 'histogram',
549 'history',
550 'hline',
551 'hprojection',
552 'hsv',
553 'hyperbola',
554 'hyperbolanodesnumber',
555 'hyperlink',
556 'hypot',
557 'identity',
558 'image',
559 'incenter',
560 'incentral',
561 'incircle',
562 'increasing',
563 'incrementposition',
564 'indexedTransform',
565 'indexedfigure',
566 'initXasyMode',
567 'initdefaults',
568 'input',
569 'inradius',
570 'insert',
571 'inside',
572 'integrate',
573 'interactive',
574 'interior',
575 'interp',
576 'interpolate',
577 'intersect',
578 'intersection',
579 'intersectionpoint',
580 'intersectionpoints',
581 'intersections',
582 'intouch',
583 'inverse',
584 'inversion',
585 'invisible',
586 'is3D',
587 'isDuplicate',
588 'isogonal',
589 'isogonalconjugate',
590 'isotomic',
591 'isotomicconjugate',
592 'isparabola',
593 'italic',
594 'item',
595 'key',
596 'kurtosis',
597 'kurtosisexcess',
598 'label',
599 'labelaxis',
600 'labelmargin',
601 'labelpath',
602 'labels',
603 'labeltick',
604 'labelx',
605 'labelx3',
606 'labely',
607 'labely3',
608 'labelz',
609 'labelz3',
610 'lastcut',
611 'latex',
612 'latitude',
613 'latticeshade',
614 'layer',
615 'layout',
616 'ldexp',
617 'leastsquares',
618 'legend',
619 'legenditem',
620 'length',
621 'lift',
622 'light',
623 'limits',
624 'line',
625 'linear',
626 'linecap',
627 'lineinversion',
628 'linejoin',
629 'linemargin',
630 'lineskip',
631 'linetype',
632 'linewidth',
633 'link',
634 'list',
635 'lm_enorm',
636 'lm_evaluate_default',
637 'lm_lmdif',
638 'lm_lmpar',
639 'lm_minimize',
640 'lm_print_default',
641 'lm_print_quiet',
642 'lm_qrfac',
643 'lm_qrsolv',
644 'locale',
645 'locate',
646 'locatefile',
647 'location',
648 'log',
649 'log10',
650 'log1p',
651 'logaxiscoverage',
652 'longitude',
653 'lookup',
654 'magnetize',
655 'makeNode',
656 'makedraw',
657 'makepen',
658 'map',
659 'margin',
660 'markangle',
661 'markangleradius',
662 'markanglespace',
663 'markarc',
664 'marker',
665 'markinterval',
666 'marknodes',
667 'markrightangle',
668 'markuniform',
669 'mass',
670 'masscenter',
671 'massformat',
672 'math',
673 'max',
674 'max3',
675 'maxbezier',
676 'maxbound',
677 'maxcoords',
678 'maxlength',
679 'maxratio',
680 'maxtimes',
681 'mean',
682 'medial',
683 'median',
684 'midpoint',
685 'min',
686 'min3',
687 'minbezier',
688 'minbound',
689 'minipage',
690 'minratio',
691 'mintimes',
692 'miterlimit',
693 'momArrowPath',
694 'momarrowsize',
695 'monotonic',
696 'multifigure',
697 'nativeformat',
698 'natural',
699 'needshipout',
700 'newl',
701 'newpage',
702 'newslide',
703 'newton',
704 'newtree',
705 'nextframe',
706 'nextnormal',
707 'nextpage',
708 'nib',
709 'nodabscissa',
710 'none',
711 'norm',
712 'normalvideo',
713 'notaknot',
714 'nowarn',
715 'numberpage',
716 'nurb',
717 'object',
718 'offset',
719 'onpath',
720 'opacity',
721 'opposite',
722 'orientation',
723 'orig_circlenodesnumber',
724 'orig_circlenodesnumber1',
725 'orig_draw',
726 'orig_ellipsenodesnumber',
727 'orig_ellipsenodesnumber1',
728 'orig_hyperbolanodesnumber',
729 'orig_parabolanodesnumber',
730 'origin',
731 'orthic',
732 'orthocentercenter',
733 'outformat',
734 'outline',
735 'outprefix',
736 'output',
737 'overloadedMessage',
738 'overwrite',
739 'pack',
740 'pad',
741 'pairs',
742 'palette',
743 'parabola',
744 'parabolanodesnumber',
745 'parallel',
746 'partialsum',
747 'path',
748 'path3',
749 'pattern',
750 'pause',
751 'pdf',
752 'pedal',
753 'periodic',
754 'perp',
755 'perpendicular',
756 'perpendicularmark',
757 'phantom',
758 'phi1',
759 'phi2',
760 'phi3',
761 'photon',
762 'piecewisestraight',
763 'point',
764 'polar',
765 'polarconicroutine',
766 'polargraph',
767 'polygon',
768 'postcontrol',
769 'postscript',
770 'pow10',
771 'ppoint',
772 'prc',
773 'prc0',
774 'precision',
775 'precontrol',
776 'prepend',
777 'print_random_addresses',
778 'project',
779 'projection',
780 'purge',
781 'pwhermite',
782 'quadrant',
783 'quadraticroots',
784 'quantize',
785 'quarticroots',
786 'quotient',
787 'radialshade',
788 'radians',
789 'radicalcenter',
790 'radicalline',
791 'radius',
792 'rand',
793 'randompath',
794 'rd',
795 'readline',
796 'realmult',
797 'realquarticroots',
798 'rectangle',
799 'rectangular',
800 'rectify',
801 'reflect',
802 'relabscissa',
803 'relative',
804 'relativedistance',
805 'reldir',
806 'relpoint',
807 'reltime',
808 'remainder',
809 'remark',
810 'removeDuplicates',
811 'rename',
812 'replace',
813 'report',
814 'resetdefaultpen',
815 'restore',
816 'restoredefaults',
817 'reverse',
818 'reversevideo',
819 'rf',
820 'rfind',
821 'rgb',
822 'rgba',
823 'rgbint',
824 'rms',
825 'rotate',
826 'rotateO',
827 'rotation',
828 'round',
829 'roundbox',
830 'roundedpath',
831 'roundrectangle',
832 'samecoordsys',
833 'sameside',
834 'sample',
835 'save',
836 'savedefaults',
837 'saveline',
838 'scale',
839 'scale3',
840 'scaleO',
841 'scaleT',
842 'scaleless',
843 'scientific',
844 'search',
845 'searchtree',
846 'sec',
847 'secondaryX',
848 'secondaryY',
849 'seconds',
850 'section',
851 'sector',
852 'seek',
853 'seekeof',
854 'segment',
855 'sequence',
856 'setpens',
857 'sgn',
858 'sgnd',
859 'sharpangle',
860 'sharpdegrees',
861 'shift',
862 'shiftless',
863 'shipout',
864 'shipout3',
865 'show',
866 'side',
867 'simeq',
868 'simpson',
869 'sin',
870 'single',
871 'sinh',
872 'size',
873 'size3',
874 'skewness',
875 'skip',
876 'slant',
877 'sleep',
878 'slope',
879 'slopefield',
880 'solve',
881 'solveBVP',
882 'sort',
883 'sourceline',
884 'sphere',
885 'split',
886 'sqrt',
887 'square',
888 'srand',
889 'standardizecoordsys',
890 'startScript',
891 'startTrembling',
892 'stdev',
893 'step',
894 'stickframe',
895 'stickmarksize',
896 'stickmarkspace',
897 'stop',
898 'straight',
899 'straightness',
900 'string',
901 'stripdirectory',
902 'stripextension',
903 'stripfile',
904 'strokepath',
905 'subdivide',
906 'subitem',
907 'subpath',
908 'substr',
909 'sum',
910 'surface',
911 'symmedial',
912 'symmedian',
913 'system',
914 'tab',
915 'tableau',
916 'tan',
917 'tangent',
918 'tangential',
919 'tangents',
920 'tanh',
921 'tell',
922 'tensionSpecifier',
923 'tensorshade',
924 'tex',
925 'texcolor',
926 'texify',
927 'texpath',
928 'texpreamble',
929 'texreset',
930 'texshipout',
931 'texsize',
932 'textpath',
933 'thick',
934 'thin',
935 'tick',
936 'tickMax',
937 'tickMax3',
938 'tickMin',
939 'tickMin3',
940 'ticklabelshift',
941 'ticklocate',
942 'tildeframe',
943 'tildemarksize',
944 'tile',
945 'tiling',
946 'time',
947 'times',
948 'title',
949 'titlepage',
950 'topbox',
951 'transform',
952 'transformation',
953 'transpose',
954 'tremble',
955 'trembleFuzz',
956 'tremble_circlenodesnumber',
957 'tremble_circlenodesnumber1',
958 'tremble_draw',
959 'tremble_ellipsenodesnumber',
960 'tremble_ellipsenodesnumber1',
961 'tremble_hyperbolanodesnumber',
962 'tremble_marknodes',
963 'tremble_markuniform',
964 'tremble_parabolanodesnumber',
965 'triangle',
966 'triangleAbc',
967 'triangleabc',
968 'triangulate',
969 'tricoef',
970 'tridiagonal',
971 'trilinear',
972 'trim',
973 'trueMagnetize',
974 'truepoint',
975 'tube',
976 'uncycle',
977 'unfill',
978 'uniform',
979 'unit',
980 'unitrand',
981 'unitsize',
982 'unityroot',
983 'unstraighten',
984 'upcase',
985 'updatefunction',
986 'uperiodic',
987 'upscale',
988 'uptodate',
989 'usepackage',
990 'usersetting',
991 'usetypescript',
992 'usleep',
993 'value',
994 'variance',
995 'variancebiased',
996 'vbox',
997 'vector',
998 'vectorfield',
999 'verbatim',
1000 'view',
1001 'vline',
1002 'vperiodic',
1003 'vprojection',
1004 'warn',
1005 'warning',
1006 'windingnumber',
1007 'write',
1008 'xaxis',
1009 'xaxis3',
1010 'xaxis3At',
1011 'xaxisAt',
1012 'xequals',
1013 'xinput',
1014 'xlimits',
1015 'xoutput',
1016 'xpart',
1017 'xscale',
1018 'xscaleO',
1019 'xtick',
1020 'xtick3',
1021 'xtrans',
1022 'yaxis',
1023 'yaxis3',
1024 'yaxis3At',
1025 'yaxisAt',
1026 'yequals',
1027 'ylimits',
1028 'ypart',
1029 'yscale',
1030 'yscaleO',
1031 'ytick',
1032 'ytick3',
1033 'ytrans',
1034 'zaxis3',
1035 'zaxis3At',
1036 'zero',
1037 'zero3',
1038 'zlimits',
1039 'zpart',
1040 'ztick',
1041 'ztick3',
1042 'ztrans'
1043 ])
1044
1045 ASYVARNAME = set([
1046 'AliceBlue',
1047 'Align',
1048 'Allow',
1049 'AntiqueWhite',
1050 'Apricot',
1051 'Aqua',
1052 'Aquamarine',
1053 'Aspect',
1054 'Azure',
1055 'BeginPoint',
1056 'Beige',
1057 'Bisque',
1058 'Bittersweet',
1059 'Black',
1060 'BlanchedAlmond',
1061 'Blue',
1062 'BlueGreen',
1063 'BlueViolet',
1064 'Both',
1065 'Break',
1066 'BrickRed',
1067 'Brown',
1068 'BurlyWood',
1069 'BurntOrange',
1070 'CCW',
1071 'CW',
1072 'CadetBlue',
1073 'CarnationPink',
1074 'Center',
1075 'Centered',
1076 'Cerulean',
1077 'Chartreuse',
1078 'Chocolate',
1079 'Coeff',
1080 'Coral',
1081 'CornflowerBlue',
1082 'Cornsilk',
1083 'Crimson',
1084 'Crop',
1085 'Cyan',
1086 'Dandelion',
1087 'DarkBlue',
1088 'DarkCyan',
1089 'DarkGoldenrod',
1090 'DarkGray',
1091 'DarkGreen',
1092 'DarkKhaki',
1093 'DarkMagenta',
1094 'DarkOliveGreen',
1095 'DarkOrange',
1096 'DarkOrchid',
1097 'DarkRed',
1098 'DarkSalmon',
1099 'DarkSeaGreen',
1100 'DarkSlateBlue',
1101 'DarkSlateGray',
1102 'DarkTurquoise',
1103 'DarkViolet',
1104 'DeepPink',
1105 'DeepSkyBlue',
1106 'DefaultHead',
1107 'DimGray',
1108 'DodgerBlue',
1109 'Dotted',
1110 'Draw',
1111 'E',
1112 'ENE',
1113 'EPS',
1114 'ESE',
1115 'E_Euler',
1116 'E_PC',
1117 'E_RK2',
1118 'E_RK3BS',
1119 'Emerald',
1120 'EndPoint',
1121 'Euler',
1122 'Fill',
1123 'FillDraw',
1124 'FireBrick',
1125 'FloralWhite',
1126 'ForestGreen',
1127 'Fuchsia',
1128 'Gainsboro',
1129 'GhostWhite',
1130 'Gold',
1131 'Goldenrod',
1132 'Gray',
1133 'Green',
1134 'GreenYellow',
1135 'Honeydew',
1136 'HookHead',
1137 'Horizontal',
1138 'HotPink',
1139 'I',
1140 'IgnoreAspect',
1141 'IndianRed',
1142 'Indigo',
1143 'Ivory',
1144 'JOIN_IN',
1145 'JOIN_OUT',
1146 'JungleGreen',
1147 'Khaki',
1148 'LM_DWARF',
1149 'LM_MACHEP',
1150 'LM_SQRT_DWARF',
1151 'LM_SQRT_GIANT',
1152 'LM_USERTOL',
1153 'Label',
1154 'Lavender',
1155 'LavenderBlush',
1156 'LawnGreen',
1157 'LeftJustified',
1158 'LeftSide',
1159 'LemonChiffon',
1160 'LightBlue',
1161 'LightCoral',
1162 'LightCyan',
1163 'LightGoldenrodYellow',
1164 'LightGreen',
1165 'LightGrey',
1166 'LightPink',
1167 'LightSalmon',
1168 'LightSeaGreen',
1169 'LightSkyBlue',
1170 'LightSlateGray',
1171 'LightSteelBlue',
1172 'LightYellow',
1173 'Lime',
1174 'LimeGreen',
1175 'Linear',
1176 'Linen',
1177 'Log',
1178 'Logarithmic',
1179 'Magenta',
1180 'Mahogany',
1181 'Mark',
1182 'MarkFill',
1183 'Maroon',
1184 'Max',
1185 'MediumAquamarine',
1186 'MediumBlue',
1187 'MediumOrchid',
1188 'MediumPurple',
1189 'MediumSeaGreen',
1190 'MediumSlateBlue',
1191 'MediumSpringGreen',
1192 'MediumTurquoise',
1193 'MediumVioletRed',
1194 'Melon',
1195 'MidPoint',
1196 'MidnightBlue',
1197 'Min',
1198 'MintCream',
1199 'MistyRose',
1200 'Moccasin',
1201 'Move',
1202 'MoveQuiet',
1203 'Mulberry',
1204 'N',
1205 'NE',
1206 'NNE',
1207 'NNW',
1208 'NW',
1209 'NavajoWhite',
1210 'Navy',
1211 'NavyBlue',
1212 'NoAlign',
1213 'NoCrop',
1214 'NoFill',
1215 'NoSide',
1216 'OldLace',
1217 'Olive',
1218 'OliveDrab',
1219 'OliveGreen',
1220 'Orange',
1221 'OrangeRed',
1222 'Orchid',
1223 'Ox',
1224 'Oy',
1225 'PC',
1226 'PaleGoldenrod',
1227 'PaleGreen',
1228 'PaleTurquoise',
1229 'PaleVioletRed',
1230 'PapayaWhip',
1231 'Peach',
1232 'PeachPuff',
1233 'Periwinkle',
1234 'Peru',
1235 'PineGreen',
1236 'Pink',
1237 'Plum',
1238 'PowderBlue',
1239 'ProcessBlue',
1240 'Purple',
1241 'RK2',
1242 'RK3',
1243 'RK3BS',
1244 'RK4',
1245 'RK5',
1246 'RK5DP',
1247 'RK5F',
1248 'RawSienna',
1249 'Red',
1250 'RedOrange',
1251 'RedViolet',
1252 'Rhodamine',
1253 'RightJustified',
1254 'RightSide',
1255 'RosyBrown',
1256 'RoyalBlue',
1257 'RoyalPurple',
1258 'RubineRed',
1259 'S',
1260 'SE',
1261 'SSE',
1262 'SSW',
1263 'SW',
1264 'SaddleBrown',
1265 'Salmon',
1266 'SandyBrown',
1267 'SeaGreen',
1268 'Seashell',
1269 'Sepia',
1270 'Sienna',
1271 'Silver',
1272 'SimpleHead',
1273 'SkyBlue',
1274 'SlateBlue',
1275 'SlateGray',
1276 'Snow',
1277 'SpringGreen',
1278 'SteelBlue',
1279 'Suppress',
1280 'SuppressQuiet',
1281 'Tan',
1282 'TeXHead',
1283 'Teal',
1284 'TealBlue',
1285 'Thistle',
1286 'Ticksize',
1287 'Tomato',
1288 'Turquoise',
1289 'UnFill',
1290 'VERSION',
1291 'Value',
1292 'Vertical',
1293 'Violet',
1294 'VioletRed',
1295 'W',
1296 'WNW',
1297 'WSW',
1298 'Wheat',
1299 'White',
1300 'WhiteSmoke',
1301 'WildStrawberry',
1302 'XYAlign',
1303 'YAlign',
1304 'Yellow',
1305 'YellowGreen',
1306 'YellowOrange',
1307 'addpenarc',
1308 'addpenline',
1309 'align',
1310 'allowstepping',
1311 'angularsystem',
1312 'animationdelay',
1313 'appendsuffix',
1314 'arcarrowangle',
1315 'arcarrowfactor',
1316 'arrow2sizelimit',
1317 'arrowangle',
1318 'arrowbarb',
1319 'arrowdir',
1320 'arrowfactor',
1321 'arrowhookfactor',
1322 'arrowlength',
1323 'arrowsizelimit',
1324 'arrowtexfactor',
1325 'authorpen',
1326 'axis',
1327 'axiscoverage',
1328 'axislabelfactor',
1329 'background',
1330 'backgroundcolor',
1331 'backgroundpen',
1332 'barfactor',
1333 'barmarksizefactor',
1334 'basealign',
1335 'baselinetemplate',
1336 'beveljoin',
1337 'bigvertexpen',
1338 'bigvertexsize',
1339 'black',
1340 'blue',
1341 'bm',
1342 'bottom',
1343 'bp',
1344 'brown',
1345 'bullet',
1346 'byfoci',
1347 'byvertices',
1348 'camerafactor',
1349 'chartreuse',
1350 'circlemarkradiusfactor',
1351 'circlenodesnumberfactor',
1352 'circleprecision',
1353 'circlescale',
1354 'cm',
1355 'codefile',
1356 'codepen',
1357 'codeskip',
1358 'colorPen',
1359 'coloredNodes',
1360 'coloredSegments',
1361 'conditionlength',
1362 'conicnodesfactor',
1363 'count',
1364 'cputimeformat',
1365 'crossmarksizefactor',
1366 'currentcoordsys',
1367 'currentlight',
1368 'currentpatterns',
1369 'currentpen',
1370 'currentpicture',
1371 'currentposition',
1372 'currentprojection',
1373 'curvilinearsystem',
1374 'cuttings',
1375 'cyan',
1376 'darkblue',
1377 'darkbrown',
1378 'darkcyan',
1379 'darkgray',
1380 'darkgreen',
1381 'darkgrey',
1382 'darkmagenta',
1383 'darkolive',
1384 'darkred',
1385 'dashdotted',
1386 'dashed',
1387 'datepen',
1388 'dateskip',
1389 'debuggerlines',
1390 'debugging',
1391 'deepblue',
1392 'deepcyan',
1393 'deepgray',
1394 'deepgreen',
1395 'deepgrey',
1396 'deepmagenta',
1397 'deepred',
1398 'default',
1399 'defaultControl',
1400 'defaultS',
1401 'defaultbackpen',
1402 'defaultcoordsys',
1403 'defaultfilename',
1404 'defaultformat',
1405 'defaultmassformat',
1406 'defaultpen',
1407 'diagnostics',
1408 'differentlengths',
1409 'dot',
1410 'dotfactor',
1411 'dotframe',
1412 'dotted',
1413 'doublelinepen',
1414 'doublelinespacing',
1415 'down',
1416 'duplicateFuzz',
1417 'ellipsenodesnumberfactor',
1418 'eps',
1419 'epsgeo',
1420 'epsilon',
1421 'evenodd',
1422 'extendcap',
1423 'fermionpen',
1424 'figureborder',
1425 'figuremattpen',
1426 'firstnode',
1427 'firststep',
1428 'foregroundcolor',
1429 'fuchsia',
1430 'fuzz',
1431 'gapfactor',
1432 'ghostpen',
1433 'gluonamplitude',
1434 'gluonpen',
1435 'gluonratio',
1436 'gray',
1437 'green',
1438 'grey',
1439 'hatchepsilon',
1440 'havepagenumber',
1441 'heavyblue',
1442 'heavycyan',
1443 'heavygray',
1444 'heavygreen',
1445 'heavygrey',
1446 'heavymagenta',
1447 'heavyred',
1448 'hline',
1449 'hwratio',
1450 'hyperbolanodesnumberfactor',
1451 'identity4',
1452 'ignore',
1453 'inXasyMode',
1454 'inch',
1455 'inches',
1456 'includegraphicscommand',
1457 'inf',
1458 'infinity',
1459 'institutionpen',
1460 'intMax',
1461 'intMin',
1462 'invert',
1463 'invisible',
1464 'itempen',
1465 'itemskip',
1466 'itemstep',
1467 'labelmargin',
1468 'landscape',
1469 'lastnode',
1470 'left',
1471 'legendhskip',
1472 'legendlinelength',
1473 'legendmargin',
1474 'legendmarkersize',
1475 'legendmaxrelativewidth',
1476 'legendvskip',
1477 'lightblue',
1478 'lightcyan',
1479 'lightgray',
1480 'lightgreen',
1481 'lightgrey',
1482 'lightmagenta',
1483 'lightolive',
1484 'lightred',
1485 'lightyellow',
1486 'linemargin',
1487 'lm_infmsg',
1488 'lm_shortmsg',
1489 'longdashdotted',
1490 'longdashed',
1491 'magenta',
1492 'magneticPoints',
1493 'magneticRadius',
1494 'mantissaBits',
1495 'markangleradius',
1496 'markangleradiusfactor',
1497 'markanglespace',
1498 'markanglespacefactor',
1499 'mediumblue',
1500 'mediumcyan',
1501 'mediumgray',
1502 'mediumgreen',
1503 'mediumgrey',
1504 'mediummagenta',
1505 'mediumred',
1506 'mediumyellow',
1507 'middle',
1508 'minDistDefault',
1509 'minblockheight',
1510 'minblockwidth',
1511 'mincirclediameter',
1512 'minipagemargin',
1513 'minipagewidth',
1514 'minvertexangle',
1515 'miterjoin',
1516 'mm',
1517 'momarrowfactor',
1518 'momarrowlength',
1519 'momarrowmargin',
1520 'momarrowoffset',
1521 'momarrowpen',
1522 'monoPen',
1523 'morepoints',
1524 'nCircle',
1525 'newbulletcolor',
1526 'ngraph',
1527 'nil',
1528 'nmesh',
1529 'nobasealign',
1530 'nodeMarginDefault',
1531 'nodesystem',
1532 'nomarker',
1533 'nopoint',
1534 'noprimary',
1535 'nullpath',
1536 'nullpen',
1537 'numarray',
1538 'ocgindex',
1539 'oldbulletcolor',
1540 'olive',
1541 'orange',
1542 'origin',
1543 'overpaint',
1544 'page',
1545 'pageheight',
1546 'pagemargin',
1547 'pagenumberalign',
1548 'pagenumberpen',
1549 'pagenumberposition',
1550 'pagewidth',
1551 'paleblue',
1552 'palecyan',
1553 'palegray',
1554 'palegreen',
1555 'palegrey',
1556 'palemagenta',
1557 'palered',
1558 'paleyellow',
1559 'parabolanodesnumberfactor',
1560 'perpfactor',
1561 'phi',
1562 'photonamplitude',
1563 'photonpen',
1564 'photonratio',
1565 'pi',
1566 'pink',
1567 'plain',
1568 'plus',
1569 'preamblenodes',
1570 'pt',
1571 'purple',
1572 'r3',
1573 'r4a',
1574 'r4b',
1575 'randMax',
1576 'realDigits',
1577 'realEpsilon',
1578 'realMax',
1579 'realMin',
1580 'red',
1581 'relativesystem',
1582 'reverse',
1583 'right',
1584 'roundcap',
1585 'roundjoin',
1586 'royalblue',
1587 'salmon',
1588 'saveFunctions',
1589 'scalarpen',
1590 'sequencereal',
1591 'settings',
1592 'shipped',
1593 'signedtrailingzero',
1594 'solid',
1595 'springgreen',
1596 'sqrtEpsilon',
1597 'squarecap',
1598 'squarepen',
1599 'startposition',
1600 'stdin',
1601 'stdout',
1602 'stepfactor',
1603 'stepfraction',
1604 'steppagenumberpen',
1605 'stepping',
1606 'stickframe',
1607 'stickmarksizefactor',
1608 'stickmarkspacefactor',
1609 'textpen',
1610 'ticksize',
1611 'tildeframe',
1612 'tildemarksizefactor',
1613 'tinv',
1614 'titlealign',
1615 'titlepagepen',
1616 'titlepageposition',
1617 'titlepen',
1618 'titleskip',
1619 'top',
1620 'trailingzero',
1621 'treeLevelStep',
1622 'treeMinNodeWidth',
1623 'treeNodeStep',
1624 'trembleAngle',
1625 'trembleFrequency',
1626 'trembleRandom',
1627 'tremblingMode',
1628 'undefined',
1629 'unitcircle',
1630 'unitsquare',
1631 'up',
1632 'urlpen',
1633 'urlskip',
1634 'version',
1635 'vertexpen',
1636 'vertexsize',
1637 'viewportmargin',
1638 'viewportsize',
1639 'vline',
1640 'white',
1641 'wye',
1642 'xformStack',
1643 'yellow',
1644 'ylabelwidth',
1645 'zerotickfuzz',
1646 'zerowinding'
1647 ])

eric ide

mercurial