plugins/geshi/geshi/java5.php
author Dan
Fri, 29 May 2009 19:30:59 -0400
changeset 2 9e3258dfae15
parent 0 441963e5b07a
child 3 f3e2bbbd2155
permissions -rwxr-xr-x
Updated GeSHi. w00t.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     1
<?php
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     2
/*************************************************************************************
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     3
 * java.php
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     4
 * --------
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     5
 * Author: Nigel McNie (nigel@geshi.org)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     6
 * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
     7
 * Release Version: 1.0.8.2
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     8
 * Date Started: 2004/07/10
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     9
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    10
 * Java language file for GeSHi.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    11
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    12
 * CHANGES
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    13
 * -------
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    14
 * 2008/05/25 (1.0.7.22)
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    15
 *   -  Added highlighting of import and package directives as non-OOP
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    16
 * 2005/12/28 (1.0.4)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    17
 *   -  Added instanceof keyword
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    18
 * 2004/11/27 (1.0.3)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    19
 *   -  Added support for multiple object splitters
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    20
 * 2004/08/05 (1.0.2)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    21
 *   -  Added URL support
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    22
 *   -  Added keyword "this", as bugs in GeSHi class ironed out
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    23
 * 2004/08/05 (1.0.1)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    24
 *   -  Added support for symbols
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    25
 *   -  Added extra missed keywords
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    26
 * 2004/07/14 (1.0.0)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    27
 *   -  First Release
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    28
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    29
 * TODO
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    30
 * -------------------------
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    31
 * *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    32
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    33
 *************************************************************************************
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    34
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    35
 *     This file is part of GeSHi.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    36
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    37
 *   GeSHi is free software; you can redistribute it and/or modify
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    38
 *   it under the terms of the GNU General Public License as published by
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    39
 *   the Free Software Foundation; either version 2 of the License, or
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    40
 *   (at your option) any later version.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    41
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    42
 *   GeSHi is distributed in the hope that it will be useful,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    43
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    44
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    45
 *   GNU General Public License for more details.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    46
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    47
 *   You should have received a copy of the GNU General Public License
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    48
 *   along with GeSHi; if not, write to the Free Software
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    49
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    50
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    51
 ************************************************************************************/
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    52
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    53
$language_data = array (
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    54
    'LANG_NAME' => 'Java(TM) 2 Platform Standard Edition 5.0',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    55
    'COMMENT_SINGLE' => array(1 => '//'),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    56
    'COMMENT_MULTI' => array('/*' => '*/'),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    57
    'COMMENT_REGEXP' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    58
        //Import and Package directives (Basic Support only)
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    59
        2 => '/(?:(?<=import[\\n\\s])|(?<=package[\\n\\s]))[\\n\\s]*([a-zA-Z0-9_]+\\.)*([a-zA-Z0-9_]+|\*)(?=[\n\s;])/i',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    60
        // javadoc comments
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    61
        3 => '#/\*\*(?![\*\/]).*\*/#sU'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    62
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    63
    'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    64
    'QUOTEMARKS' => array("'", '"'),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    65
    'ESCAPE_CHAR' => '\\',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    66
    'KEYWORDS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    67
        1 => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    68
            /* see the authoritative list of all 50 Java keywords at */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    69
            /* http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#229308 */
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    70
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    71
            /* java keywords, part 1: control flow */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    72
            'case', 'default', 'do', 'else', 'for',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    73
            'goto', 'if', 'switch', 'while'
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    74
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    75
            /* IMO 'break', 'continue', 'return' and 'throw' */
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    76
                        /* should also be added to this group, as they   */
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    77
            /* also manage the control flow,                 */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    78
            /* arguably 'try'/'catch'/'finally' as well      */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    79
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    80
        2 => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    81
            /* java keywords, part 2 */
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    82
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    83
            'break', 'continue', 'return', 'throw',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    84
            'try', 'catch', 'finally',
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    85
2
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    86
            'abstract', 'assert', 'class', 'const', 'enum', 'extends',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    87
            'final', 'implements', 'import', 'instanceof', 'interface',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    88
            'native', 'new', 'package', 'private', 'protected',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    89
            'public', 'static', 'strictfp', 'super', 'synchronized',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    90
            'this', 'throws', 'transient', 'volatile'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    91
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    92
        3 => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    93
            /* Java keywords, part 3: primitive data types and 'void' */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    94
            'boolean', 'byte', 'char', 'double',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    95
            'float', 'int', 'long', 'short', 'void'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    96
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    97
        4 => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    98
            /* other reserved words in Java: literals */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
    99
            /* should be styled to look similar to numbers and Strings */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   100
            'false', 'null', 'true'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   101
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   102
        5 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   103
            'Applet', 'AppletContext', 'AppletStub', 'AudioClip'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   104
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   105
        6 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   106
            'AWTError', 'AWTEvent', 'AWTEventMulticaster', 'AWTException', 'AWTKeyStroke', 'AWTPermission', 'ActiveEvent', 'Adjustable', 'AlphaComposite', 'BasicStroke', 'BorderLayout', 'BufferCapabilities', 'BufferCapabilities.FlipContents', 'Button', 'Canvas', 'CardLayout', 'Checkbox', 'CheckboxGroup', 'CheckboxMenuItem', 'Choice', 'Color', 'Component', 'ComponentOrientation', 'Composite', 'CompositeContext', 'Container', 'ContainerOrderFocusTraversalPolicy', 'Cursor', 'DefaultFocusTraversalPolicy', 'DefaultKeyboardFocusManager', 'Dialog', 'Dimension', 'DisplayMode', 'EventQueue', 'FileDialog', 'FlowLayout', 'FocusTraversalPolicy', 'Font', 'FontFormatException', 'FontMetrics', 'Frame', 'GradientPaint', 'Graphics', 'Graphics2D', 'GraphicsConfigTemplate', 'GraphicsConfiguration', 'GraphicsDevice', 'GraphicsEnvironment', 'GridBagConstraints', 'GridBagLayout', 'GridLayout', 'HeadlessException', 'IllegalComponentStateException', 'Image', 'ImageCapabilities', 'Insets', 'ItemSelectable', 'JobAttributes',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   107
            'JobAttributes.DefaultSelectionType', 'JobAttributes.DestinationType', 'JobAttributes.DialogType', 'JobAttributes.MultipleDocumentHandlingType', 'JobAttributes.SidesType', 'KeyEventDispatcher', 'KeyEventPostProcessor', 'KeyboardFocusManager', 'Label', 'LayoutManager', 'LayoutManager2', 'MediaTracker', 'Menu', 'MenuBar', 'MenuComponent', 'MenuContainer', 'MenuItem', 'MenuShortcut', 'MouseInfo', 'PageAttributes', 'PageAttributes.ColorType', 'PageAttributes.MediaType', 'PageAttributes.OrientationRequestedType', 'PageAttributes.OriginType', 'PageAttributes.PrintQualityType', 'Paint', 'PaintContext', 'Panel', 'Point', 'PointerInfo', 'Polygon', 'PopupMenu', 'PrintGraphics', 'PrintJob', 'Rectangle', 'RenderingHints', 'RenderingHints.Key', 'Robot', 'ScrollPane', 'ScrollPaneAdjustable', 'Scrollbar', 'Shape', 'Stroke', 'SystemColor', 'TextArea', 'TextComponent', 'TextField', 'TexturePaint', 'Toolkit', 'Transparency', 'Window'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   108
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   109
        7 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   110
            'CMMException', 'ColorSpace', 'ICC_ColorSpace', 'ICC_Profile', 'ICC_ProfileGray', 'ICC_ProfileRGB', 'ProfileDataException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   111
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   112
        8 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   113
            'Clipboard', 'ClipboardOwner', 'DataFlavor', 'FlavorEvent', 'FlavorListener', 'FlavorMap', 'FlavorTable', 'MimeTypeParseException', 'StringSelection', 'SystemFlavorMap', 'Transferable', 'UnsupportedFlavorException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   114
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   115
        9 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   116
            'Autoscroll', 'DnDConstants', 'DragGestureEvent', 'DragGestureListener', 'DragGestureRecognizer', 'DragSource', 'DragSourceAdapter', 'DragSourceContext', 'DragSourceDragEvent', 'DragSourceDropEvent', 'DragSourceEvent', 'DragSourceListener', 'DragSourceMotionListener', 'DropTarget', 'DropTarget.DropTargetAutoScroller', 'DropTargetAdapter', 'DropTargetContext', 'DropTargetDragEvent', 'DropTargetDropEvent', 'DropTargetEvent', 'DropTargetListener', 'InvalidDnDOperationException', 'MouseDragGestureRecognizer'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   117
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   118
        10 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   119
            'AWTEventListener', 'AWTEventListenerProxy', 'ActionEvent', 'ActionListener', 'AdjustmentEvent', 'AdjustmentListener', 'ComponentAdapter', 'ComponentEvent', 'ComponentListener', 'ContainerAdapter', 'ContainerEvent', 'ContainerListener', 'FocusAdapter', 'FocusEvent', 'FocusListener', 'HierarchyBoundsAdapter', 'HierarchyBoundsListener', 'HierarchyEvent', 'HierarchyListener', 'InputEvent', 'InputMethodEvent', 'InputMethodListener', 'InvocationEvent', 'ItemEvent', 'ItemListener', 'KeyAdapter', 'KeyEvent', 'KeyListener', 'MouseAdapter', 'MouseListener', 'MouseMotionAdapter', 'MouseMotionListener', 'MouseWheelEvent', 'MouseWheelListener', 'PaintEvent', 'TextEvent', 'TextListener', 'WindowAdapter', 'WindowEvent', 'WindowFocusListener', 'WindowListener', 'WindowStateListener'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   120
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   121
        11 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   122
            'FontRenderContext', 'GlyphJustificationInfo', 'GlyphMetrics', 'GlyphVector', 'GraphicAttribute', 'ImageGraphicAttribute', 'LineBreakMeasurer', 'LineMetrics', 'MultipleMaster', 'NumericShaper', 'ShapeGraphicAttribute', 'TextAttribute', 'TextHitInfo', 'TextLayout', 'TextLayout.CaretPolicy', 'TextMeasurer', 'TransformAttribute'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   123
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   124
        12 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   125
            'AffineTransform', 'Arc2D', 'Arc2D.Double', 'Arc2D.Float', 'Area', 'CubicCurve2D', 'CubicCurve2D.Double', 'CubicCurve2D.Float', 'Dimension2D', 'Ellipse2D', 'Ellipse2D.Double', 'Ellipse2D.Float', 'FlatteningPathIterator', 'GeneralPath', 'IllegalPathStateException', 'Line2D', 'Line2D.Double', 'Line2D.Float', 'NoninvertibleTransformException', 'PathIterator', 'Point2D', 'Point2D.Double', 'Point2D.Float', 'QuadCurve2D', 'QuadCurve2D.Double', 'QuadCurve2D.Float', 'Rectangle2D', 'Rectangle2D.Double', 'Rectangle2D.Float', 'RectangularShape', 'RoundRectangle2D', 'RoundRectangle2D.Double', 'RoundRectangle2D.Float'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   126
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   127
        13 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   128
            'InputContext', 'InputMethodHighlight', 'InputMethodRequests', 'InputSubset'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   129
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   130
        14 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   131
            'InputMethod', 'InputMethodContext', 'InputMethodDescriptor'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   132
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   133
        15 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   134
            'AffineTransformOp', 'AreaAveragingScaleFilter', 'BandCombineOp', 'BandedSampleModel', 'BufferStrategy', 'BufferedImage', 'BufferedImageFilter', 'BufferedImageOp', 'ByteLookupTable', 'ColorConvertOp', 'ColorModel', 'ComponentColorModel', 'ComponentSampleModel', 'ConvolveOp', 'CropImageFilter', 'DataBuffer', 'DataBufferByte', 'DataBufferDouble', 'DataBufferFloat', 'DataBufferInt', 'DataBufferShort', 'DataBufferUShort', 'DirectColorModel', 'FilteredImageSource', 'ImageConsumer', 'ImageFilter', 'ImageObserver', 'ImageProducer', 'ImagingOpException', 'IndexColorModel', 'Kernel', 'LookupOp', 'LookupTable', 'MemoryImageSource', 'MultiPixelPackedSampleModel', 'PackedColorModel', 'PixelGrabber', 'PixelInterleavedSampleModel', 'RGBImageFilter', 'Raster', 'RasterFormatException', 'RasterOp', 'RenderedImage', 'ReplicateScaleFilter', 'RescaleOp', 'SampleModel', 'ShortLookupTable', 'SinglePixelPackedSampleModel', 'TileObserver', 'VolatileImage', 'WritableRaster', 'WritableRenderedImage'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   135
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   136
        16 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   137
            'ContextualRenderedImageFactory', 'ParameterBlock', 'RenderContext', 'RenderableImage', 'RenderableImageOp', 'RenderableImageProducer', 'RenderedImageFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   138
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   139
        17 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   140
            'Book', 'PageFormat', 'Pageable', 'Paper', 'Printable', 'PrinterAbortException', 'PrinterException', 'PrinterGraphics', 'PrinterIOException', 'PrinterJob'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   141
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   142
        18 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   143
            'AppletInitializer', 'BeanDescriptor', 'BeanInfo', 'Beans', 'Customizer', 'DefaultPersistenceDelegate', 'DesignMode', 'Encoder', 'EventHandler', 'EventSetDescriptor', 'ExceptionListener', 'Expression', 'FeatureDescriptor', 'IndexedPropertyChangeEvent', 'IndexedPropertyDescriptor', 'Introspector', 'MethodDescriptor', 'ParameterDescriptor', 'PersistenceDelegate', 'PropertyChangeEvent', 'PropertyChangeListener', 'PropertyChangeListenerProxy', 'PropertyChangeSupport', 'PropertyDescriptor', 'PropertyEditor', 'PropertyEditorManager', 'PropertyEditorSupport', 'PropertyVetoException', 'SimpleBeanInfo', 'VetoableChangeListener', 'VetoableChangeListenerProxy', 'VetoableChangeSupport', 'Visibility', 'XMLDecoder', 'XMLEncoder'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   144
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   145
        19 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   146
            'BeanContext', 'BeanContextChild', 'BeanContextChildComponentProxy', 'BeanContextChildSupport', 'BeanContextContainerProxy', 'BeanContextEvent', 'BeanContextMembershipEvent', 'BeanContextMembershipListener', 'BeanContextProxy', 'BeanContextServiceAvailableEvent', 'BeanContextServiceProvider', 'BeanContextServiceProviderBeanInfo', 'BeanContextServiceRevokedEvent', 'BeanContextServiceRevokedListener', 'BeanContextServices', 'BeanContextServicesListener', 'BeanContextServicesSupport', 'BeanContextServicesSupport.BCSSServiceProvider', 'BeanContextSupport', 'BeanContextSupport.BCSIterator'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   147
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   148
        20 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   149
            'BufferedInputStream', 'BufferedOutputStream', 'BufferedReader', 'BufferedWriter', 'ByteArrayInputStream', 'ByteArrayOutputStream', 'CharArrayReader', 'CharArrayWriter', 'CharConversionException', 'Closeable', 'DataInput', 'DataOutput', 'EOFException', 'Externalizable', 'File', 'FileDescriptor', 'FileInputStream', 'FileNotFoundException', 'FileOutputStream', 'FilePermission', 'FileReader', 'FileWriter', 'FilenameFilter', 'FilterInputStream', 'FilterOutputStream', 'FilterReader', 'FilterWriter', 'Flushable', 'IOException', 'InputStreamReader', 'InterruptedIOException', 'InvalidClassException', 'InvalidObjectException', 'LineNumberInputStream', 'LineNumberReader', 'NotActiveException', 'NotSerializableException', 'ObjectInput', 'ObjectInputStream', 'ObjectInputStream.GetField', 'ObjectInputValidation', 'ObjectOutput', 'ObjectOutputStream', 'ObjectOutputStream.PutField', 'ObjectStreamClass', 'ObjectStreamConstants', 'ObjectStreamException', 'ObjectStreamField', 'OptionalDataException', 'OutputStreamWriter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   150
            'PipedInputStream', 'PipedOutputStream', 'PipedReader', 'PipedWriter', 'PrintStream', 'PrintWriter', 'PushbackInputStream', 'PushbackReader', 'RandomAccessFile', 'Reader', 'SequenceInputStream', 'Serializable', 'SerializablePermission', 'StreamCorruptedException', 'StreamTokenizer', 'StringBufferInputStream', 'StringReader', 'StringWriter', 'SyncFailedException', 'UTFDataFormatException', 'UnsupportedEncodingException', 'WriteAbortedException', 'Writer'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   151
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   152
        21 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   153
            'AbstractMethodError', 'Appendable', 'ArithmeticException', 'ArrayIndexOutOfBoundsException', 'ArrayStoreException', 'AssertionError', 'Boolean', 'Byte', 'CharSequence', 'Character', 'Character.Subset', 'Character.UnicodeBlock', 'Class', 'ClassCastException', 'ClassCircularityError', 'ClassFormatError', 'ClassLoader', 'ClassNotFoundException', 'CloneNotSupportedException', 'Cloneable', 'Comparable', 'Compiler', 'Deprecated', 'Double', 'Enum', 'EnumConstantNotPresentException', 'Error', 'Exception', 'ExceptionInInitializerError', 'Float', 'IllegalAccessError', 'IllegalAccessException', 'IllegalArgumentException', 'IllegalMonitorStateException', 'IllegalStateException', 'IllegalThreadStateException', 'IncompatibleClassChangeError', 'IndexOutOfBoundsException', 'InheritableThreadLocal', 'InstantiationError', 'InstantiationException', 'Integer', 'InternalError', 'InterruptedException', 'Iterable', 'LinkageError', 'Long', 'Math', 'NegativeArraySizeException', 'NoClassDefFoundError', 'NoSuchFieldError',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   154
            'NoSuchFieldException', 'NoSuchMethodError', 'NoSuchMethodException', 'NullPointerException', 'Number', 'NumberFormatException', 'OutOfMemoryError', 'Override', 'Package', 'Process', 'ProcessBuilder', 'Readable', 'Runnable', 'Runtime', 'RuntimeException', 'RuntimePermission', 'SecurityException', 'SecurityManager', 'Short', 'StackOverflowError', 'StackTraceElement', 'StrictMath', 'String', 'StringBuffer', 'StringBuilder', 'StringIndexOutOfBoundsException', 'SuppressWarnings', 'System', 'Thread', 'Thread.State', 'Thread.UncaughtExceptionHandler', 'ThreadDeath', 'ThreadGroup', 'ThreadLocal', 'Throwable', 'TypeNotPresentException', 'UnknownError', 'UnsatisfiedLinkError', 'UnsupportedClassVersionError', 'UnsupportedOperationException', 'VerifyError', 'VirtualMachineError', 'Void'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   155
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   156
        22 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   157
            'AnnotationFormatError', 'AnnotationTypeMismatchException', 'Documented', 'ElementType', 'IncompleteAnnotationException', 'Inherited', 'Retention', 'RetentionPolicy', 'Target'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   158
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   159
        23 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   160
            'ClassDefinition', 'ClassFileTransformer', 'IllegalClassFormatException', 'Instrumentation', 'UnmodifiableClassException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   161
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   162
        24 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   163
            'ClassLoadingMXBean', 'CompilationMXBean', 'GarbageCollectorMXBean', 'ManagementFactory', 'ManagementPermission', 'MemoryMXBean', 'MemoryManagerMXBean', 'MemoryNotificationInfo', 'MemoryPoolMXBean', 'MemoryType', 'MemoryUsage', 'OperatingSystemMXBean', 'RuntimeMXBean', 'ThreadInfo', 'ThreadMXBean'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   164
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   165
        25 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   166
            'PhantomReference', 'ReferenceQueue', 'SoftReference', 'WeakReference'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   167
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   168
        26 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   169
            'AccessibleObject', 'AnnotatedElement', 'Constructor', 'Field', 'GenericArrayType', 'GenericDeclaration', 'GenericSignatureFormatError', 'InvocationHandler', 'InvocationTargetException', 'MalformedParameterizedTypeException', 'Member', 'Method', 'Modifier', 'ParameterizedType', 'ReflectPermission', 'Type', 'TypeVariable', 'UndeclaredThrowableException', 'WildcardType'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   170
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   171
        27 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   172
            'BigDecimal', 'BigInteger', 'MathContext', 'RoundingMode'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   173
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   174
        28 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   175
            'Authenticator', 'Authenticator.RequestorType', 'BindException', 'CacheRequest', 'CacheResponse', 'ContentHandlerFactory', 'CookieHandler', 'DatagramPacket', 'DatagramSocket', 'DatagramSocketImpl', 'DatagramSocketImplFactory', 'FileNameMap', 'HttpRetryException', 'HttpURLConnection', 'Inet4Address', 'Inet6Address', 'InetAddress', 'InetSocketAddress', 'JarURLConnection', 'MalformedURLException', 'MulticastSocket', 'NetPermission', 'NetworkInterface', 'NoRouteToHostException', 'PasswordAuthentication', 'PortUnreachableException', 'ProtocolException', 'Proxy.Type', 'ProxySelector', 'ResponseCache', 'SecureCacheResponse', 'ServerSocket', 'Socket', 'SocketAddress', 'SocketException', 'SocketImpl', 'SocketImplFactory', 'SocketOptions', 'SocketPermission', 'SocketTimeoutException', 'URI', 'URISyntaxException', 'URL', 'URLClassLoader', 'URLConnection', 'URLDecoder', 'URLEncoder', 'URLStreamHandler', 'URLStreamHandlerFactory', 'UnknownServiceException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   176
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   177
        29 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   178
            'Buffer', 'BufferOverflowException', 'BufferUnderflowException', 'ByteBuffer', 'ByteOrder', 'CharBuffer', 'DoubleBuffer', 'FloatBuffer', 'IntBuffer', 'InvalidMarkException', 'LongBuffer', 'MappedByteBuffer', 'ReadOnlyBufferException', 'ShortBuffer'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   179
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   180
        30 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   181
            'AlreadyConnectedException', 'AsynchronousCloseException', 'ByteChannel', 'CancelledKeyException', 'Channel', 'Channels', 'ClosedByInterruptException', 'ClosedChannelException', 'ClosedSelectorException', 'ConnectionPendingException', 'DatagramChannel', 'FileChannel', 'FileChannel.MapMode', 'FileLock', 'FileLockInterruptionException', 'GatheringByteChannel', 'IllegalBlockingModeException', 'IllegalSelectorException', 'InterruptibleChannel', 'NoConnectionPendingException', 'NonReadableChannelException', 'NonWritableChannelException', 'NotYetBoundException', 'NotYetConnectedException', 'OverlappingFileLockException', 'Pipe', 'Pipe.SinkChannel', 'Pipe.SourceChannel', 'ReadableByteChannel', 'ScatteringByteChannel', 'SelectableChannel', 'SelectionKey', 'Selector', 'ServerSocketChannel', 'SocketChannel', 'UnresolvedAddressException', 'UnsupportedAddressTypeException', 'WritableByteChannel'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   182
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   183
        31 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   184
            'AbstractInterruptibleChannel', 'AbstractSelectableChannel', 'AbstractSelectionKey', 'AbstractSelector', 'SelectorProvider'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   185
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   186
        32 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   187
            'CharacterCodingException', 'Charset', 'CharsetDecoder', 'CharsetEncoder', 'CoderMalfunctionError', 'CoderResult', 'CodingErrorAction', 'IllegalCharsetNameException', 'MalformedInputException', 'UnmappableCharacterException', 'UnsupportedCharsetException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   188
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   189
        33 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   190
            'CharsetProvider'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   191
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   192
        34 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   193
            'AccessException', 'AlreadyBoundException', 'ConnectIOException', 'MarshalException', 'MarshalledObject', 'Naming', 'NoSuchObjectException', 'NotBoundException', 'RMISecurityException', 'RMISecurityManager', 'Remote', 'RemoteException', 'ServerError', 'ServerException', 'ServerRuntimeException', 'StubNotFoundException', 'UnexpectedException', 'UnmarshalException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   194
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   195
        35 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   196
            'Activatable', 'ActivateFailedException', 'ActivationDesc', 'ActivationException', 'ActivationGroup', 'ActivationGroupDesc', 'ActivationGroupDesc.CommandEnvironment', 'ActivationGroupID', 'ActivationGroup_Stub', 'ActivationID', 'ActivationInstantiator', 'ActivationMonitor', 'ActivationSystem', 'Activator', 'UnknownGroupException', 'UnknownObjectException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   197
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   198
        36 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   199
            'DGC', 'Lease', 'VMID'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   200
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   201
        37 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   202
            'LocateRegistry', 'Registry', 'RegistryHandler'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   203
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   204
        38 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   205
            'ExportException', 'LoaderHandler', 'LogStream', 'ObjID', 'Operation', 'RMIClassLoader', 'RMIClassLoaderSpi', 'RMIClientSocketFactory', 'RMIFailureHandler', 'RMIServerSocketFactory', 'RMISocketFactory', 'RemoteCall', 'RemoteObject', 'RemoteObjectInvocationHandler', 'RemoteRef', 'RemoteServer', 'RemoteStub', 'ServerCloneException', 'ServerNotActiveException', 'ServerRef', 'Skeleton', 'SkeletonMismatchException', 'SkeletonNotFoundException', 'SocketSecurityException', 'UID', 'UnicastRemoteObject', 'Unreferenced'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   206
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   207
        39 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   208
            'AccessControlContext', 'AccessControlException', 'AccessController', 'AlgorithmParameterGenerator', 'AlgorithmParameterGeneratorSpi', 'AlgorithmParameters', 'AlgorithmParametersSpi', 'AllPermission', 'AuthProvider', 'BasicPermission', 'CodeSigner', 'CodeSource', 'DigestException', 'DigestInputStream', 'DigestOutputStream', 'DomainCombiner', 'GeneralSecurityException', 'Guard', 'GuardedObject', 'Identity', 'IdentityScope', 'InvalidAlgorithmParameterException', 'InvalidParameterException', 'Key', 'KeyException', 'KeyFactory', 'KeyFactorySpi', 'KeyManagementException', 'KeyPair', 'KeyPairGenerator', 'KeyPairGeneratorSpi', 'KeyRep', 'KeyRep.Type', 'KeyStore', 'KeyStore.Builder', 'KeyStore.CallbackHandlerProtection', 'KeyStore.Entry', 'KeyStore.LoadStoreParameter', 'KeyStore.PasswordProtection', 'KeyStore.PrivateKeyEntry', 'KeyStore.ProtectionParameter', 'KeyStore.SecretKeyEntry', 'KeyStore.TrustedCertificateEntry', 'KeyStoreException', 'KeyStoreSpi', 'MessageDigest', 'MessageDigestSpi',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   209
            'NoSuchAlgorithmException', 'NoSuchProviderException', 'PermissionCollection', 'Permissions', 'PrivateKey', 'PrivilegedAction', 'PrivilegedActionException', 'PrivilegedExceptionAction', 'ProtectionDomain', 'Provider', 'Provider.Service', 'ProviderException', 'PublicKey', 'SecureClassLoader', 'SecureRandom', 'SecureRandomSpi', 'Security', 'SecurityPermission', 'Signature', 'SignatureException', 'SignatureSpi', 'SignedObject', 'Signer', 'UnrecoverableEntryException', 'UnrecoverableKeyException', 'UnresolvedPermission'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   210
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   211
        40 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   212
            'Acl', 'AclEntry', 'AclNotFoundException', 'Group', 'LastOwnerException', 'NotOwnerException', 'Owner'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   213
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   214
        41 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   215
            'CRL', 'CRLException', 'CRLSelector', 'CertPath', 'CertPath.CertPathRep', 'CertPathBuilder', 'CertPathBuilderException', 'CertPathBuilderResult', 'CertPathBuilderSpi', 'CertPathParameters', 'CertPathValidator', 'CertPathValidatorException', 'CertPathValidatorResult', 'CertPathValidatorSpi', 'CertSelector', 'CertStore', 'CertStoreException', 'CertStoreParameters', 'CertStoreSpi', 'Certificate.CertificateRep', 'CertificateFactory', 'CertificateFactorySpi', 'CollectionCertStoreParameters', 'LDAPCertStoreParameters', 'PKIXBuilderParameters', 'PKIXCertPathBuilderResult', 'PKIXCertPathChecker', 'PKIXCertPathValidatorResult', 'PKIXParameters', 'PolicyNode', 'PolicyQualifierInfo', 'TrustAnchor', 'X509CRL', 'X509CRLEntry', 'X509CRLSelector', 'X509CertSelector', 'X509Extension'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   216
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   217
        42 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   218
            'DSAKey', 'DSAKeyPairGenerator', 'DSAParams', 'DSAPrivateKey', 'DSAPublicKey', 'ECKey', 'ECPrivateKey', 'ECPublicKey', 'RSAKey', 'RSAMultiPrimePrivateCrtKey', 'RSAPrivateCrtKey', 'RSAPrivateKey', 'RSAPublicKey'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   219
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   220
        43 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   221
            'AlgorithmParameterSpec', 'DSAParameterSpec', 'DSAPrivateKeySpec', 'DSAPublicKeySpec', 'ECField', 'ECFieldF2m', 'ECFieldFp', 'ECGenParameterSpec', 'ECParameterSpec', 'ECPoint', 'ECPrivateKeySpec', 'ECPublicKeySpec', 'EllipticCurve', 'EncodedKeySpec', 'InvalidKeySpecException', 'InvalidParameterSpecException', 'KeySpec', 'MGF1ParameterSpec', 'PKCS8EncodedKeySpec', 'PSSParameterSpec', 'RSAKeyGenParameterSpec', 'RSAMultiPrimePrivateCrtKeySpec', 'RSAOtherPrimeInfo', 'RSAPrivateCrtKeySpec', 'RSAPrivateKeySpec', 'RSAPublicKeySpec', 'X509EncodedKeySpec'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   222
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   223
        44 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   224
            'BatchUpdateException', 'Blob', 'CallableStatement', 'Clob', 'Connection', 'DataTruncation', 'DatabaseMetaData', 'Driver', 'DriverManager', 'DriverPropertyInfo', 'ParameterMetaData', 'PreparedStatement', 'Ref', 'ResultSet', 'ResultSetMetaData', 'SQLData', 'SQLException', 'SQLInput', 'SQLOutput', 'SQLPermission', 'SQLWarning', 'Savepoint', 'Struct', 'Time', 'Types'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   225
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   226
        45 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   227
            'AttributedCharacterIterator', 'AttributedCharacterIterator.Attribute', 'AttributedString', 'Bidi', 'BreakIterator', 'CharacterIterator', 'ChoiceFormat', 'CollationElementIterator', 'CollationKey', 'Collator', 'DateFormat', 'DateFormat.Field', 'DateFormatSymbols', 'DecimalFormat', 'DecimalFormatSymbols', 'FieldPosition', 'Format', 'Format.Field', 'MessageFormat', 'MessageFormat.Field', 'NumberFormat', 'NumberFormat.Field', 'ParseException', 'ParsePosition', 'RuleBasedCollator', 'SimpleDateFormat', 'StringCharacterIterator'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   228
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   229
        46 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   230
            'AbstractCollection', 'AbstractList', 'AbstractMap', 'AbstractQueue', 'AbstractSequentialList', 'AbstractSet', 'ArrayList', 'Arrays', 'BitSet', 'Calendar', 'Collection', 'Collections', 'Comparator', 'ConcurrentModificationException', 'Currency', 'Dictionary', 'DuplicateFormatFlagsException', 'EmptyStackException', 'EnumMap', 'EnumSet', 'Enumeration', 'EventListenerProxy', 'EventObject', 'FormatFlagsConversionMismatchException', 'Formattable', 'FormattableFlags', 'Formatter.BigDecimalLayoutForm', 'FormatterClosedException', 'GregorianCalendar', 'HashMap', 'HashSet', 'Hashtable', 'IdentityHashMap', 'IllegalFormatCodePointException', 'IllegalFormatConversionException', 'IllegalFormatException', 'IllegalFormatFlagsException', 'IllegalFormatPrecisionException', 'IllegalFormatWidthException', 'InputMismatchException', 'InvalidPropertiesFormatException', 'Iterator', 'LinkedHashMap', 'LinkedHashSet', 'LinkedList', 'ListIterator', 'ListResourceBundle', 'Locale', 'Map', 'Map.Entry', 'MissingFormatArgumentException',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   231
            'MissingFormatWidthException', 'MissingResourceException', 'NoSuchElementException', 'Observable', 'Observer', 'PriorityQueue', 'Properties', 'PropertyPermission', 'PropertyResourceBundle', 'Queue', 'Random', 'RandomAccess', 'ResourceBundle', 'Scanner', 'Set', 'SimpleTimeZone', 'SortedMap', 'SortedSet', 'Stack', 'StringTokenizer', 'TimeZone', 'TimerTask', 'TooManyListenersException', 'TreeMap', 'TreeSet', 'UUID', 'UnknownFormatConversionException', 'UnknownFormatFlagsException', 'Vector', 'WeakHashMap'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   232
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   233
        47 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   234
            'AbstractExecutorService', 'ArrayBlockingQueue', 'BlockingQueue', 'BrokenBarrierException', 'Callable', 'CancellationException', 'CompletionService', 'ConcurrentHashMap', 'ConcurrentLinkedQueue', 'ConcurrentMap', 'CopyOnWriteArrayList', 'CopyOnWriteArraySet', 'CountDownLatch', 'CyclicBarrier', 'DelayQueue', 'Delayed', 'Exchanger', 'ExecutionException', 'Executor', 'ExecutorCompletionService', 'ExecutorService', 'Executors', 'Future', 'FutureTask', 'LinkedBlockingQueue', 'PriorityBlockingQueue', 'RejectedExecutionException', 'RejectedExecutionHandler', 'ScheduledExecutorService', 'ScheduledFuture', 'ScheduledThreadPoolExecutor', 'Semaphore', 'SynchronousQueue', 'ThreadFactory', 'ThreadPoolExecutor', 'ThreadPoolExecutor.AbortPolicy', 'ThreadPoolExecutor.CallerRunsPolicy', 'ThreadPoolExecutor.DiscardOldestPolicy', 'ThreadPoolExecutor.DiscardPolicy', 'TimeUnit', 'TimeoutException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   235
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   236
        48 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   237
            'AtomicBoolean', 'AtomicInteger', 'AtomicIntegerArray', 'AtomicIntegerFieldUpdater', 'AtomicLong', 'AtomicLongArray', 'AtomicLongFieldUpdater', 'AtomicMarkableReference', 'AtomicReference', 'AtomicReferenceArray', 'AtomicReferenceFieldUpdater', 'AtomicStampedReference'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   238
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   239
        49 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   240
            'AbstractQueuedSynchronizer', 'Condition', 'Lock', 'LockSupport', 'ReadWriteLock', 'ReentrantLock', 'ReentrantReadWriteLock', 'ReentrantReadWriteLock.ReadLock', 'ReentrantReadWriteLock.WriteLock'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   241
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   242
        50 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   243
            'Attributes.Name', 'JarEntry', 'JarException', 'JarFile', 'JarInputStream', 'JarOutputStream', 'Manifest', 'Pack200', 'Pack200.Packer', 'Pack200.Unpacker'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   244
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   245
        51 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   246
            'ConsoleHandler', 'ErrorManager', 'FileHandler', 'Filter', 'Handler', 'Level', 'LogManager', 'LogRecord', 'Logger', 'LoggingMXBean', 'LoggingPermission', 'MemoryHandler', 'SimpleFormatter', 'SocketHandler', 'StreamHandler', 'XMLFormatter'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   247
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   248
        52 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   249
            'AbstractPreferences', 'BackingStoreException', 'InvalidPreferencesFormatException', 'NodeChangeEvent', 'NodeChangeListener', 'PreferenceChangeEvent', 'PreferenceChangeListener', 'Preferences', 'PreferencesFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   250
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   251
        53 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   252
            'MatchResult', 'Matcher', 'Pattern', 'PatternSyntaxException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   253
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   254
        54 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   255
            'Adler32', 'CRC32', 'CheckedInputStream', 'CheckedOutputStream', 'Checksum', 'DataFormatException', 'Deflater', 'DeflaterOutputStream', 'GZIPInputStream', 'GZIPOutputStream', 'Inflater', 'InflaterInputStream', 'ZipEntry', 'ZipException', 'ZipFile', 'ZipInputStream', 'ZipOutputStream'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   256
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   257
        55 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   258
            'Accessible', 'AccessibleAction', 'AccessibleAttributeSequence', 'AccessibleBundle', 'AccessibleComponent', 'AccessibleContext', 'AccessibleEditableText', 'AccessibleExtendedComponent', 'AccessibleExtendedTable', 'AccessibleExtendedText', 'AccessibleHyperlink', 'AccessibleHypertext', 'AccessibleIcon', 'AccessibleKeyBinding', 'AccessibleRelation', 'AccessibleRelationSet', 'AccessibleResourceBundle', 'AccessibleRole', 'AccessibleSelection', 'AccessibleState', 'AccessibleStateSet', 'AccessibleStreamable', 'AccessibleTable', 'AccessibleTableModelChange', 'AccessibleText', 'AccessibleTextSequence', 'AccessibleValue'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   259
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   260
        56 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   261
            'ActivityCompletedException', 'ActivityRequiredException', 'InvalidActivityException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   262
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   263
        57 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   264
            'BadPaddingException', 'Cipher', 'CipherInputStream', 'CipherOutputStream', 'CipherSpi', 'EncryptedPrivateKeyInfo', 'ExemptionMechanism', 'ExemptionMechanismException', 'ExemptionMechanismSpi', 'IllegalBlockSizeException', 'KeyAgreement', 'KeyAgreementSpi', 'KeyGenerator', 'KeyGeneratorSpi', 'Mac', 'MacSpi', 'NoSuchPaddingException', 'NullCipher', 'SealedObject', 'SecretKey', 'SecretKeyFactory', 'SecretKeyFactorySpi', 'ShortBufferException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   265
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   266
        58 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   267
            'DHKey', 'DHPrivateKey', 'DHPublicKey', 'PBEKey'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   268
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   269
        59 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   270
            'DESKeySpec', 'DESedeKeySpec', 'DHGenParameterSpec', 'DHParameterSpec', 'DHPrivateKeySpec', 'DHPublicKeySpec', 'IvParameterSpec', 'OAEPParameterSpec', 'PBEKeySpec', 'PBEParameterSpec', 'PSource', 'PSource.PSpecified', 'RC2ParameterSpec', 'RC5ParameterSpec', 'SecretKeySpec'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   271
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   272
        60 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   273
            'IIOException', 'IIOImage', 'IIOParam', 'IIOParamController', 'ImageIO', 'ImageReadParam', 'ImageReader', 'ImageTranscoder', 'ImageTypeSpecifier', 'ImageWriteParam', 'ImageWriter'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   274
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   275
        61 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   276
            'IIOReadProgressListener', 'IIOReadUpdateListener', 'IIOReadWarningListener', 'IIOWriteProgressListener', 'IIOWriteWarningListener'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   277
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   278
        62 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   279
            'IIOInvalidTreeException', 'IIOMetadata', 'IIOMetadataController', 'IIOMetadataFormat', 'IIOMetadataFormatImpl', 'IIOMetadataNode'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   280
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   281
        63 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   282
            'BMPImageWriteParam'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   283
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   284
        64 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   285
            'JPEGHuffmanTable', 'JPEGImageReadParam', 'JPEGImageWriteParam', 'JPEGQTable'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   286
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   287
        65 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   288
            'IIORegistry', 'IIOServiceProvider', 'ImageInputStreamSpi', 'ImageOutputStreamSpi', 'ImageReaderSpi', 'ImageReaderWriterSpi', 'ImageTranscoderSpi', 'ImageWriterSpi', 'RegisterableService', 'ServiceRegistry', 'ServiceRegistry.Filter'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   289
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   290
        66 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   291
            'FileCacheImageInputStream', 'FileCacheImageOutputStream', 'FileImageInputStream', 'FileImageOutputStream', 'IIOByteBuffer', 'ImageInputStream', 'ImageInputStreamImpl', 'ImageOutputStream', 'ImageOutputStreamImpl', 'MemoryCacheImageInputStream', 'MemoryCacheImageOutputStream'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   292
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   293
        67 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   294
            'AttributeChangeNotification', 'AttributeChangeNotificationFilter', 'AttributeNotFoundException', 'AttributeValueExp', 'BadAttributeValueExpException', 'BadBinaryOpValueExpException', 'BadStringOperationException', 'Descriptor', 'DescriptorAccess', 'DynamicMBean', 'InstanceAlreadyExistsException', 'InstanceNotFoundException', 'InvalidApplicationException', 'JMException', 'JMRuntimeException', 'ListenerNotFoundException', 'MBeanAttributeInfo', 'MBeanConstructorInfo', 'MBeanException', 'MBeanFeatureInfo', 'MBeanInfo', 'MBeanNotificationInfo', 'MBeanOperationInfo', 'MBeanParameterInfo', 'MBeanPermission', 'MBeanRegistration', 'MBeanRegistrationException', 'MBeanServer', 'MBeanServerBuilder', 'MBeanServerConnection', 'MBeanServerDelegate', 'MBeanServerDelegateMBean', 'MBeanServerFactory', 'MBeanServerInvocationHandler', 'MBeanServerNotification', 'MBeanServerPermission', 'MBeanTrustPermission', 'MalformedObjectNameException', 'NotCompliantMBeanException', 'Notification', 'NotificationBroadcaster',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   295
            'NotificationBroadcasterSupport', 'NotificationEmitter', 'NotificationFilter', 'NotificationFilterSupport', 'NotificationListener', 'ObjectInstance', 'ObjectName', 'OperationsException', 'PersistentMBean', 'Query', 'QueryEval', 'QueryExp', 'ReflectionException', 'RuntimeErrorException', 'RuntimeMBeanException', 'RuntimeOperationsException', 'ServiceNotFoundException', 'StandardMBean', 'StringValueExp', 'ValueExp'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   296
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   297
        68 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   298
            'ClassLoaderRepository', 'MLet', 'MLetMBean', 'PrivateClassLoader', 'PrivateMLet'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   299
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   300
        69 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   301
            'DescriptorSupport', 'InvalidTargetObjectTypeException', 'ModelMBean', 'ModelMBeanAttributeInfo', 'ModelMBeanConstructorInfo', 'ModelMBeanInfo', 'ModelMBeanInfoSupport', 'ModelMBeanNotificationBroadcaster', 'ModelMBeanNotificationInfo', 'ModelMBeanOperationInfo', 'RequiredModelMBean', 'XMLParseException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   302
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   303
        70 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   304
            'CounterMonitor', 'CounterMonitorMBean', 'GaugeMonitor', 'GaugeMonitorMBean', 'Monitor', 'MonitorMBean', 'MonitorNotification', 'MonitorSettingException', 'StringMonitor', 'StringMonitorMBean'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   305
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   306
        71 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   307
            'ArrayType', 'CompositeData', 'CompositeDataSupport', 'CompositeType', 'InvalidOpenTypeException', 'KeyAlreadyExistsException', 'OpenDataException', 'OpenMBeanAttributeInfo', 'OpenMBeanAttributeInfoSupport', 'OpenMBeanConstructorInfo', 'OpenMBeanConstructorInfoSupport', 'OpenMBeanInfo', 'OpenMBeanInfoSupport', 'OpenMBeanOperationInfo', 'OpenMBeanOperationInfoSupport', 'OpenMBeanParameterInfo', 'OpenMBeanParameterInfoSupport', 'SimpleType', 'TabularData', 'TabularDataSupport', 'TabularType'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   308
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   309
        72 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   310
            'InvalidRelationIdException', 'InvalidRelationServiceException', 'InvalidRelationTypeException', 'InvalidRoleInfoException', 'InvalidRoleValueException', 'MBeanServerNotificationFilter', 'Relation', 'RelationException', 'RelationNotFoundException', 'RelationNotification', 'RelationService', 'RelationServiceMBean', 'RelationServiceNotRegisteredException', 'RelationSupport', 'RelationSupportMBean', 'RelationType', 'RelationTypeNotFoundException', 'RelationTypeSupport', 'Role', 'RoleInfo', 'RoleInfoNotFoundException', 'RoleList', 'RoleNotFoundException', 'RoleResult', 'RoleStatus', 'RoleUnresolved', 'RoleUnresolvedList'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   311
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   312
        73 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   313
            'JMXAuthenticator', 'JMXConnectionNotification', 'JMXConnector', 'JMXConnectorFactory', 'JMXConnectorProvider', 'JMXConnectorServer', 'JMXConnectorServerFactory', 'JMXConnectorServerMBean', 'JMXConnectorServerProvider', 'JMXPrincipal', 'JMXProviderException', 'JMXServerErrorException', 'JMXServiceURL', 'MBeanServerForwarder', 'NotificationResult', 'SubjectDelegationPermission', 'TargetedNotification'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   314
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   315
        74 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   316
            'RMIConnection', 'RMIConnectionImpl', 'RMIConnectionImpl_Stub', 'RMIConnector', 'RMIConnectorServer', 'RMIIIOPServerImpl', 'RMIJRMPServerImpl', 'RMIServer', 'RMIServerImpl', 'RMIServerImpl_Stub'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   317
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   318
        75 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   319
            'TimerAlarmClockNotification', 'TimerMBean', 'TimerNotification'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   320
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   321
        76 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   322
            'AuthenticationNotSupportedException', 'BinaryRefAddr', 'CannotProceedException', 'CommunicationException', 'CompositeName', 'CompoundName', 'ConfigurationException', 'ContextNotEmptyException', 'InitialContext', 'InsufficientResourcesException', 'InterruptedNamingException', 'InvalidNameException', 'LimitExceededException', 'LinkException', 'LinkLoopException', 'LinkRef', 'MalformedLinkException', 'Name', 'NameAlreadyBoundException', 'NameClassPair', 'NameNotFoundException', 'NameParser', 'NamingEnumeration', 'NamingException', 'NamingSecurityException', 'NoInitialContextException', 'NoPermissionException', 'NotContextException', 'OperationNotSupportedException', 'PartialResultException', 'RefAddr', 'Referenceable', 'ReferralException', 'ServiceUnavailableException', 'SizeLimitExceededException', 'StringRefAddr', 'TimeLimitExceededException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   323
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   324
        77 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   325
            'AttributeInUseException', 'AttributeModificationException', 'BasicAttribute', 'BasicAttributes', 'DirContext', 'InitialDirContext', 'InvalidAttributeIdentifierException', 'InvalidAttributesException', 'InvalidSearchControlsException', 'InvalidSearchFilterException', 'ModificationItem', 'NoSuchAttributeException', 'SchemaViolationException', 'SearchControls', 'SearchResult'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   326
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   327
        78 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   328
            'EventContext', 'EventDirContext', 'NamespaceChangeListener', 'NamingEvent', 'NamingExceptionEvent', 'NamingListener', 'ObjectChangeListener'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   329
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   330
        79 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   331
            'BasicControl', 'ControlFactory', 'ExtendedRequest', 'ExtendedResponse', 'HasControls', 'InitialLdapContext', 'LdapContext', 'LdapName', 'LdapReferralException', 'ManageReferralControl', 'PagedResultsControl', 'PagedResultsResponseControl', 'Rdn', 'SortControl', 'SortKey', 'SortResponseControl', 'StartTlsRequest', 'StartTlsResponse', 'UnsolicitedNotification', 'UnsolicitedNotificationEvent', 'UnsolicitedNotificationListener'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   332
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   333
        80 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   334
            'DirObjectFactory', 'DirStateFactory', 'DirStateFactory.Result', 'DirectoryManager', 'InitialContextFactory', 'InitialContextFactoryBuilder', 'NamingManager', 'ObjectFactory', 'ObjectFactoryBuilder', 'ResolveResult', 'Resolver', 'StateFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   335
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   336
        81 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   337
            'ServerSocketFactory', 'SocketFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   338
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   339
        82 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   340
            'CertPathTrustManagerParameters', 'HandshakeCompletedEvent', 'HandshakeCompletedListener', 'HostnameVerifier', 'HttpsURLConnection', 'KeyManager', 'KeyManagerFactory', 'KeyManagerFactorySpi', 'KeyStoreBuilderParameters', 'ManagerFactoryParameters', 'SSLContext', 'SSLContextSpi', 'SSLEngine', 'SSLEngineResult', 'SSLEngineResult.HandshakeStatus', 'SSLEngineResult.Status', 'SSLException', 'SSLHandshakeException', 'SSLKeyException', 'SSLPeerUnverifiedException', 'SSLPermission', 'SSLProtocolException', 'SSLServerSocket', 'SSLServerSocketFactory', 'SSLSession', 'SSLSessionBindingEvent', 'SSLSessionBindingListener', 'SSLSessionContext', 'SSLSocket', 'SSLSocketFactory', 'TrustManager', 'TrustManagerFactory', 'TrustManagerFactorySpi', 'X509ExtendedKeyManager', 'X509KeyManager', 'X509TrustManager'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   341
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   342
        83 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   343
            'AttributeException', 'CancelablePrintJob', 'Doc', 'DocFlavor', 'DocFlavor.BYTE_ARRAY', 'DocFlavor.CHAR_ARRAY', 'DocFlavor.INPUT_STREAM', 'DocFlavor.READER', 'DocFlavor.SERVICE_FORMATTED', 'DocFlavor.STRING', 'DocFlavor.URL', 'DocPrintJob', 'FlavorException', 'MultiDoc', 'MultiDocPrintJob', 'MultiDocPrintService', 'PrintException', 'PrintService', 'PrintServiceLookup', 'ServiceUI', 'ServiceUIFactory', 'SimpleDoc', 'StreamPrintService', 'StreamPrintServiceFactory', 'URIException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   344
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   345
        84 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   346
            'AttributeSetUtilities', 'DateTimeSyntax', 'DocAttribute', 'DocAttributeSet', 'EnumSyntax', 'HashAttributeSet', 'HashDocAttributeSet', 'HashPrintJobAttributeSet', 'HashPrintRequestAttributeSet', 'HashPrintServiceAttributeSet', 'IntegerSyntax', 'PrintJobAttribute', 'PrintJobAttributeSet', 'PrintRequestAttribute', 'PrintRequestAttributeSet', 'PrintServiceAttribute', 'PrintServiceAttributeSet', 'ResolutionSyntax', 'SetOfIntegerSyntax', 'Size2DSyntax', 'SupportedValuesAttribute', 'TextSyntax', 'URISyntax', 'UnmodifiableSetException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   347
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   348
        85 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   349
            'Chromaticity', 'ColorSupported', 'Compression', 'Copies', 'CopiesSupported', 'DateTimeAtCompleted', 'DateTimeAtCreation', 'DateTimeAtProcessing', 'Destination', 'DocumentName', 'Fidelity', 'Finishings', 'JobHoldUntil', 'JobImpressions', 'JobImpressionsCompleted', 'JobImpressionsSupported', 'JobKOctets', 'JobKOctetsProcessed', 'JobKOctetsSupported', 'JobMediaSheets', 'JobMediaSheetsCompleted', 'JobMediaSheetsSupported', 'JobMessageFromOperator', 'JobName', 'JobOriginatingUserName', 'JobPriority', 'JobPrioritySupported', 'JobSheets', 'JobState', 'JobStateReason', 'JobStateReasons', 'Media', 'MediaName', 'MediaPrintableArea', 'MediaSize', 'MediaSize.Engineering', 'MediaSize.ISO', 'MediaSize.JIS', 'MediaSize.NA', 'MediaSize.Other', 'MediaSizeName', 'MediaTray', 'MultipleDocumentHandling', 'NumberOfDocuments', 'NumberOfInterveningJobs', 'NumberUp', 'NumberUpSupported', 'OrientationRequested', 'OutputDeviceAssigned', 'PDLOverrideSupported', 'PageRanges', 'PagesPerMinute', 'PagesPerMinuteColor',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   350
            'PresentationDirection', 'PrintQuality', 'PrinterInfo', 'PrinterIsAcceptingJobs', 'PrinterLocation', 'PrinterMakeAndModel', 'PrinterMessageFromOperator', 'PrinterMoreInfo', 'PrinterMoreInfoManufacturer', 'PrinterName', 'PrinterResolution', 'PrinterState', 'PrinterStateReason', 'PrinterStateReasons', 'PrinterURI', 'QueuedJobCount', 'ReferenceUriSchemesSupported', 'RequestingUserName', 'Severity', 'SheetCollate', 'Sides'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   351
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   352
        86 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   353
            'PrintEvent', 'PrintJobAdapter', 'PrintJobAttributeEvent', 'PrintJobAttributeListener', 'PrintJobEvent', 'PrintJobListener', 'PrintServiceAttributeEvent', 'PrintServiceAttributeListener'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   354
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   355
        87 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   356
            'PortableRemoteObject'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   357
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   358
        88 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   359
            'ClassDesc', 'PortableRemoteObjectDelegate', 'Stub', 'StubDelegate', 'Tie', 'Util', 'UtilDelegate', 'ValueHandler', 'ValueHandlerMultiFormat'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   360
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   361
        89 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   362
            'SslRMIClientSocketFactory', 'SslRMIServerSocketFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   363
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   364
        90 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   365
            'AuthPermission', 'DestroyFailedException', 'Destroyable', 'PrivateCredentialPermission', 'RefreshFailedException', 'Refreshable', 'Subject', 'SubjectDomainCombiner'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   366
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   367
        91 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   368
            'Callback', 'CallbackHandler', 'ChoiceCallback', 'ConfirmationCallback', 'LanguageCallback', 'NameCallback', 'PasswordCallback', 'TextInputCallback', 'TextOutputCallback', 'UnsupportedCallbackException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   369
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   370
        92 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   371
            'DelegationPermission', 'KerberosKey', 'KerberosPrincipal', 'KerberosTicket', 'ServicePermission'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   372
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   373
        93 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   374
            'AccountException', 'AccountExpiredException', 'AccountLockedException', 'AccountNotFoundException', 'AppConfigurationEntry', 'AppConfigurationEntry.LoginModuleControlFlag', 'Configuration', 'CredentialException', 'CredentialExpiredException', 'CredentialNotFoundException', 'FailedLoginException', 'LoginContext', 'LoginException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   375
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   376
        94 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   377
            'LoginModule'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   378
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   379
        95 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   380
            'X500Principal', 'X500PrivateCredential'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   381
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   382
        96 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   383
            'AuthorizeCallback', 'RealmCallback', 'RealmChoiceCallback', 'Sasl', 'SaslClient', 'SaslClientFactory', 'SaslException', 'SaslServer', 'SaslServerFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   384
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   385
        97 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   386
            'ControllerEventListener', 'Instrument', 'InvalidMidiDataException', 'MetaEventListener', 'MetaMessage', 'MidiChannel', 'MidiDevice', 'MidiDevice.Info', 'MidiEvent', 'MidiFileFormat', 'MidiMessage', 'MidiSystem', 'MidiUnavailableException', 'Patch', 'Receiver', 'Sequence', 'Sequencer', 'Sequencer.SyncMode', 'ShortMessage', 'Soundbank', 'SoundbankResource', 'Synthesizer', 'SysexMessage', 'Track', 'Transmitter', 'VoiceStatus'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   387
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   388
        98 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   389
            'MidiDeviceProvider', 'MidiFileReader', 'MidiFileWriter', 'SoundbankReader'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   390
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   391
        99 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   392
            'AudioFileFormat', 'AudioFileFormat.Type', 'AudioFormat', 'AudioFormat.Encoding', 'AudioInputStream', 'AudioPermission', 'AudioSystem', 'BooleanControl', 'BooleanControl.Type', 'Clip', 'CompoundControl', 'CompoundControl.Type', 'Control.Type', 'DataLine', 'DataLine.Info', 'EnumControl', 'EnumControl.Type', 'FloatControl', 'FloatControl.Type', 'Line', 'Line.Info', 'LineEvent', 'LineEvent.Type', 'LineListener', 'LineUnavailableException', 'Mixer', 'Mixer.Info', 'Port', 'Port.Info', 'ReverbType', 'SourceDataLine', 'TargetDataLine', 'UnsupportedAudioFileException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   393
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   394
        100 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   395
            'AudioFileReader', 'AudioFileWriter', 'FormatConversionProvider', 'MixerProvider'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   396
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   397
        101 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   398
            'ConnectionEvent', 'ConnectionEventListener', 'ConnectionPoolDataSource', 'DataSource', 'PooledConnection', 'RowSet', 'RowSetEvent', 'RowSetInternal', 'RowSetListener', 'RowSetMetaData', 'RowSetReader', 'RowSetWriter', 'XAConnection', 'XADataSource'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   399
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   400
        102 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   401
            'BaseRowSet', 'CachedRowSet', 'FilteredRowSet', 'JdbcRowSet', 'JoinRowSet', 'Joinable', 'Predicate', 'RowSetMetaDataImpl', 'RowSetWarning', 'WebRowSet'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   402
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   403
        103 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   404
            'SQLInputImpl', 'SQLOutputImpl', 'SerialArray', 'SerialBlob', 'SerialClob', 'SerialDatalink', 'SerialException', 'SerialJavaObject', 'SerialRef', 'SerialStruct'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   405
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   406
        104 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   407
            'SyncFactory', 'SyncFactoryException', 'SyncProvider', 'SyncProviderException', 'SyncResolver', 'TransactionalWriter', 'XmlReader', 'XmlWriter'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   408
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   409
        105 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   410
            'AbstractAction', 'AbstractButton', 'AbstractCellEditor', 'AbstractListModel', 'AbstractSpinnerModel', 'Action', 'ActionMap', 'BorderFactory', 'BoundedRangeModel', 'Box', 'Box.Filler', 'BoxLayout', 'ButtonGroup', 'ButtonModel', 'CellEditor', 'CellRendererPane', 'ComboBoxEditor', 'ComboBoxModel', 'ComponentInputMap', 'DebugGraphics', 'DefaultBoundedRangeModel', 'DefaultButtonModel', 'DefaultCellEditor', 'DefaultComboBoxModel', 'DefaultDesktopManager', 'DefaultFocusManager', 'DefaultListCellRenderer', 'DefaultListCellRenderer.UIResource', 'DefaultListModel', 'DefaultListSelectionModel', 'DefaultSingleSelectionModel', 'DesktopManager', 'FocusManager', 'GrayFilter', 'Icon', 'ImageIcon', 'InputMap', 'InputVerifier', 'InternalFrameFocusTraversalPolicy', 'JApplet', 'JButton', 'JCheckBox', 'JCheckBoxMenuItem', 'JColorChooser', 'JComboBox', 'JComboBox.KeySelectionManager', 'JComponent', 'JDesktopPane', 'JDialog', 'JEditorPane', 'JFileChooser', 'JFormattedTextField', 'JFormattedTextField.AbstractFormatter',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   411
            'JFormattedTextField.AbstractFormatterFactory', 'JFrame', 'JInternalFrame', 'JInternalFrame.JDesktopIcon', 'JLabel', 'JLayeredPane', 'JList', 'JMenu', 'JMenuBar', 'JMenuItem', 'JOptionPane', 'JPanel', 'JPasswordField', 'JPopupMenu', 'JPopupMenu.Separator', 'JProgressBar', 'JRadioButton', 'JRadioButtonMenuItem', 'JRootPane', 'JScrollBar', 'JScrollPane', 'JSeparator', 'JSlider', 'JSpinner', 'JSpinner.DateEditor', 'JSpinner.DefaultEditor', 'JSpinner.ListEditor', 'JSpinner.NumberEditor', 'JSplitPane', 'JTabbedPane', 'JTable', 'JTable.PrintMode', 'JTextArea', 'JTextField', 'JTextPane', 'JToggleButton', 'JToggleButton.ToggleButtonModel', 'JToolBar', 'JToolBar.Separator', 'JToolTip', 'JTree', 'JTree.DynamicUtilTreeNode', 'JTree.EmptySelectionModel', 'JViewport', 'JWindow', 'KeyStroke', 'LayoutFocusTraversalPolicy', 'ListCellRenderer', 'ListModel', 'ListSelectionModel', 'LookAndFeel', 'MenuElement', 'MenuSelectionManager', 'MutableComboBoxModel', 'OverlayLayout', 'Popup', 'PopupFactory', 'ProgressMonitor',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   412
            'ProgressMonitorInputStream', 'Renderer', 'RepaintManager', 'RootPaneContainer', 'ScrollPaneConstants', 'ScrollPaneLayout', 'ScrollPaneLayout.UIResource', 'Scrollable', 'SingleSelectionModel', 'SizeRequirements', 'SizeSequence', 'SortingFocusTraversalPolicy', 'SpinnerDateModel', 'SpinnerListModel', 'SpinnerModel', 'SpinnerNumberModel', 'Spring', 'SpringLayout', 'SpringLayout.Constraints', 'SwingConstants', 'SwingUtilities', 'ToolTipManager', 'TransferHandler', 'UIDefaults', 'UIDefaults.ActiveValue', 'UIDefaults.LazyInputMap', 'UIDefaults.LazyValue', 'UIDefaults.ProxyLazyValue', 'UIManager', 'UIManager.LookAndFeelInfo', 'UnsupportedLookAndFeelException', 'ViewportLayout', 'WindowConstants'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   413
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   414
        106 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   415
            'AbstractBorder', 'BevelBorder', 'Border', 'CompoundBorder', 'EmptyBorder', 'EtchedBorder', 'LineBorder', 'MatteBorder', 'SoftBevelBorder', 'TitledBorder'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   416
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   417
        107 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   418
            'AbstractColorChooserPanel', 'ColorChooserComponentFactory', 'ColorSelectionModel', 'DefaultColorSelectionModel'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   419
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   420
        108 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   421
            'AncestorEvent', 'AncestorListener', 'CaretEvent', 'CaretListener', 'CellEditorListener', 'ChangeEvent', 'ChangeListener', 'DocumentEvent.ElementChange', 'DocumentEvent.EventType', 'DocumentListener', 'EventListenerList', 'HyperlinkEvent', 'HyperlinkEvent.EventType', 'HyperlinkListener', 'InternalFrameAdapter', 'InternalFrameEvent', 'InternalFrameListener', 'ListDataEvent', 'ListDataListener', 'ListSelectionEvent', 'ListSelectionListener', 'MenuDragMouseEvent', 'MenuDragMouseListener', 'MenuEvent', 'MenuKeyEvent', 'MenuKeyListener', 'MenuListener', 'MouseInputAdapter', 'MouseInputListener', 'PopupMenuEvent', 'PopupMenuListener', 'SwingPropertyChangeSupport', 'TableColumnModelEvent', 'TableColumnModelListener', 'TableModelEvent', 'TableModelListener', 'TreeExpansionEvent', 'TreeExpansionListener', 'TreeModelEvent', 'TreeModelListener', 'TreeSelectionEvent', 'TreeSelectionListener', 'TreeWillExpandListener', 'UndoableEditEvent', 'UndoableEditListener'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   422
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   423
        109 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   424
            'FileSystemView', 'FileView'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   425
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   426
        110 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   427
            'ActionMapUIResource', 'BorderUIResource', 'BorderUIResource.BevelBorderUIResource', 'BorderUIResource.CompoundBorderUIResource', 'BorderUIResource.EmptyBorderUIResource', 'BorderUIResource.EtchedBorderUIResource', 'BorderUIResource.LineBorderUIResource', 'BorderUIResource.MatteBorderUIResource', 'BorderUIResource.TitledBorderUIResource', 'ButtonUI', 'ColorChooserUI', 'ColorUIResource', 'ComboBoxUI', 'ComponentInputMapUIResource', 'ComponentUI', 'DesktopIconUI', 'DesktopPaneUI', 'DimensionUIResource', 'FileChooserUI', 'FontUIResource', 'IconUIResource', 'InputMapUIResource', 'InsetsUIResource', 'InternalFrameUI', 'LabelUI', 'ListUI', 'MenuBarUI', 'MenuItemUI', 'OptionPaneUI', 'PanelUI', 'PopupMenuUI', 'ProgressBarUI', 'RootPaneUI', 'ScrollBarUI', 'ScrollPaneUI', 'SeparatorUI', 'SliderUI', 'SpinnerUI', 'SplitPaneUI', 'TabbedPaneUI', 'TableHeaderUI', 'TableUI', 'TextUI', 'ToolBarUI', 'ToolTipUI', 'TreeUI', 'UIResource', 'ViewportUI'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   428
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   429
        111 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   430
            'BasicArrowButton', 'BasicBorders', 'BasicBorders.ButtonBorder', 'BasicBorders.FieldBorder', 'BasicBorders.MarginBorder', 'BasicBorders.MenuBarBorder', 'BasicBorders.RadioButtonBorder', 'BasicBorders.RolloverButtonBorder', 'BasicBorders.SplitPaneBorder', 'BasicBorders.ToggleButtonBorder', 'BasicButtonListener', 'BasicButtonUI', 'BasicCheckBoxMenuItemUI', 'BasicCheckBoxUI', 'BasicColorChooserUI', 'BasicComboBoxEditor', 'BasicComboBoxEditor.UIResource', 'BasicComboBoxRenderer', 'BasicComboBoxRenderer.UIResource', 'BasicComboBoxUI', 'BasicComboPopup', 'BasicDesktopIconUI', 'BasicDesktopPaneUI', 'BasicDirectoryModel', 'BasicEditorPaneUI', 'BasicFileChooserUI', 'BasicFormattedTextFieldUI', 'BasicGraphicsUtils', 'BasicHTML', 'BasicIconFactory', 'BasicInternalFrameTitlePane', 'BasicInternalFrameUI', 'BasicLabelUI', 'BasicListUI', 'BasicLookAndFeel', 'BasicMenuBarUI', 'BasicMenuItemUI', 'BasicMenuUI', 'BasicOptionPaneUI', 'BasicOptionPaneUI.ButtonAreaLayout', 'BasicPanelUI', 'BasicPasswordFieldUI',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   431
            'BasicPopupMenuSeparatorUI', 'BasicPopupMenuUI', 'BasicProgressBarUI', 'BasicRadioButtonMenuItemUI', 'BasicRadioButtonUI', 'BasicRootPaneUI', 'BasicScrollBarUI', 'BasicScrollPaneUI', 'BasicSeparatorUI', 'BasicSliderUI', 'BasicSpinnerUI', 'BasicSplitPaneDivider', 'BasicSplitPaneUI', 'BasicTabbedPaneUI', 'BasicTableHeaderUI', 'BasicTableUI', 'BasicTextAreaUI', 'BasicTextFieldUI', 'BasicTextPaneUI', 'BasicTextUI', 'BasicTextUI.BasicCaret', 'BasicTextUI.BasicHighlighter', 'BasicToggleButtonUI', 'BasicToolBarSeparatorUI', 'BasicToolBarUI', 'BasicToolTipUI', 'BasicTreeUI', 'BasicViewportUI', 'ComboPopup', 'DefaultMenuLayout'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   432
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   433
        112 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   434
            'DefaultMetalTheme', 'MetalBorders', 'MetalBorders.ButtonBorder', 'MetalBorders.Flush3DBorder', 'MetalBorders.InternalFrameBorder', 'MetalBorders.MenuBarBorder', 'MetalBorders.MenuItemBorder', 'MetalBorders.OptionDialogBorder', 'MetalBorders.PaletteBorder', 'MetalBorders.PopupMenuBorder', 'MetalBorders.RolloverButtonBorder', 'MetalBorders.ScrollPaneBorder', 'MetalBorders.TableHeaderBorder', 'MetalBorders.TextFieldBorder', 'MetalBorders.ToggleButtonBorder', 'MetalBorders.ToolBarBorder', 'MetalButtonUI', 'MetalCheckBoxIcon', 'MetalCheckBoxUI', 'MetalComboBoxButton', 'MetalComboBoxEditor', 'MetalComboBoxEditor.UIResource', 'MetalComboBoxIcon', 'MetalComboBoxUI', 'MetalDesktopIconUI', 'MetalFileChooserUI', 'MetalIconFactory', 'MetalIconFactory.FileIcon16', 'MetalIconFactory.FolderIcon16', 'MetalIconFactory.PaletteCloseIcon', 'MetalIconFactory.TreeControlIcon', 'MetalIconFactory.TreeFolderIcon', 'MetalIconFactory.TreeLeafIcon', 'MetalInternalFrameTitlePane', 'MetalInternalFrameUI', 'MetalLabelUI',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   435
            'MetalLookAndFeel', 'MetalMenuBarUI', 'MetalPopupMenuSeparatorUI', 'MetalProgressBarUI', 'MetalRadioButtonUI', 'MetalRootPaneUI', 'MetalScrollBarUI', 'MetalScrollButton', 'MetalScrollPaneUI', 'MetalSeparatorUI', 'MetalSliderUI', 'MetalSplitPaneUI', 'MetalTabbedPaneUI', 'MetalTextFieldUI', 'MetalTheme', 'MetalToggleButtonUI', 'MetalToolBarUI', 'MetalToolTipUI', 'MetalTreeUI', 'OceanTheme'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   436
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   437
        113 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   438
            'MultiButtonUI', 'MultiColorChooserUI', 'MultiComboBoxUI', 'MultiDesktopIconUI', 'MultiDesktopPaneUI', 'MultiFileChooserUI', 'MultiInternalFrameUI', 'MultiLabelUI', 'MultiListUI', 'MultiLookAndFeel', 'MultiMenuBarUI', 'MultiMenuItemUI', 'MultiOptionPaneUI', 'MultiPanelUI', 'MultiPopupMenuUI', 'MultiProgressBarUI', 'MultiRootPaneUI', 'MultiScrollBarUI', 'MultiScrollPaneUI', 'MultiSeparatorUI', 'MultiSliderUI', 'MultiSpinnerUI', 'MultiSplitPaneUI', 'MultiTabbedPaneUI', 'MultiTableHeaderUI', 'MultiTableUI', 'MultiTextUI', 'MultiToolBarUI', 'MultiToolTipUI', 'MultiTreeUI', 'MultiViewportUI'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   439
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   440
        114 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   441
            'ColorType', 'Region', 'SynthConstants', 'SynthContext', 'SynthGraphicsUtils', 'SynthLookAndFeel', 'SynthPainter', 'SynthStyle', 'SynthStyleFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   442
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   443
        115 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   444
            'AbstractTableModel', 'DefaultTableCellRenderer', 'DefaultTableCellRenderer.UIResource', 'DefaultTableColumnModel', 'DefaultTableModel', 'JTableHeader', 'TableCellEditor', 'TableCellRenderer', 'TableColumn', 'TableColumnModel', 'TableModel'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   445
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   446
        116 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   447
            'AbstractDocument', 'AbstractDocument.AttributeContext', 'AbstractDocument.Content', 'AbstractDocument.ElementEdit', 'AbstractWriter', 'AsyncBoxView', 'AttributeSet.CharacterAttribute', 'AttributeSet.ColorAttribute', 'AttributeSet.FontAttribute', 'AttributeSet.ParagraphAttribute', 'BadLocationException', 'BoxView', 'Caret', 'ChangedCharSetException', 'ComponentView', 'CompositeView', 'DateFormatter', 'DefaultCaret', 'DefaultEditorKit', 'DefaultEditorKit.BeepAction', 'DefaultEditorKit.CopyAction', 'DefaultEditorKit.CutAction', 'DefaultEditorKit.DefaultKeyTypedAction', 'DefaultEditorKit.InsertBreakAction', 'DefaultEditorKit.InsertContentAction', 'DefaultEditorKit.InsertTabAction', 'DefaultEditorKit.PasteAction', 'DefaultFormatter', 'DefaultFormatterFactory', 'DefaultHighlighter', 'DefaultHighlighter.DefaultHighlightPainter', 'DefaultStyledDocument', 'DefaultStyledDocument.AttributeUndoableEdit', 'DefaultStyledDocument.ElementSpec', 'DefaultTextUI', 'DocumentFilter', 'DocumentFilter.FilterBypass',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   448
            'EditorKit', 'ElementIterator', 'FieldView', 'FlowView', 'FlowView.FlowStrategy', 'GapContent', 'GlyphView', 'GlyphView.GlyphPainter', 'Highlighter', 'Highlighter.Highlight', 'Highlighter.HighlightPainter', 'IconView', 'InternationalFormatter', 'JTextComponent', 'JTextComponent.KeyBinding', 'Keymap', 'LabelView', 'LayeredHighlighter', 'LayeredHighlighter.LayerPainter', 'LayoutQueue', 'MaskFormatter', 'MutableAttributeSet', 'NavigationFilter', 'NavigationFilter.FilterBypass', 'NumberFormatter', 'PasswordView', 'PlainDocument', 'PlainView', 'Position', 'Position.Bias', 'Segment', 'SimpleAttributeSet', 'StringContent', 'Style', 'StyleConstants', 'StyleConstants.CharacterConstants', 'StyleConstants.ColorConstants', 'StyleConstants.FontConstants', 'StyleConstants.ParagraphConstants', 'StyleContext', 'StyledDocument', 'StyledEditorKit', 'StyledEditorKit.AlignmentAction', 'StyledEditorKit.BoldAction', 'StyledEditorKit.FontFamilyAction', 'StyledEditorKit.FontSizeAction', 'StyledEditorKit.ForegroundAction',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   449
            'StyledEditorKit.ItalicAction', 'StyledEditorKit.StyledTextAction', 'StyledEditorKit.UnderlineAction', 'TabExpander', 'TabSet', 'TabStop', 'TabableView', 'TableView', 'TextAction', 'Utilities', 'View', 'ViewFactory', 'WrappedPlainView', 'ZoneView'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   450
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   451
        117 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   452
            'BlockView', 'CSS', 'CSS.Attribute', 'FormSubmitEvent', 'FormSubmitEvent.MethodType', 'FormView', 'HTML', 'HTML.Attribute', 'HTML.Tag', 'HTML.UnknownTag', 'HTMLDocument', 'HTMLDocument.Iterator', 'HTMLEditorKit', 'HTMLEditorKit.HTMLFactory', 'HTMLEditorKit.HTMLTextAction', 'HTMLEditorKit.InsertHTMLTextAction', 'HTMLEditorKit.LinkController', 'HTMLEditorKit.Parser', 'HTMLEditorKit.ParserCallback', 'HTMLFrameHyperlinkEvent', 'HTMLWriter', 'ImageView', 'InlineView', 'ListView', 'MinimalHTMLWriter', 'ObjectView', 'Option', 'StyleSheet', 'StyleSheet.BoxPainter', 'StyleSheet.ListPainter'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   453
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   454
        118 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   455
            'ContentModel', 'DTD', 'DTDConstants', 'DocumentParser', 'ParserDelegator', 'TagElement'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   456
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   457
        119 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   458
            'RTFEditorKit'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   459
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   460
        120 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   461
            'AbstractLayoutCache', 'AbstractLayoutCache.NodeDimensions', 'DefaultMutableTreeNode', 'DefaultTreeCellEditor', 'DefaultTreeCellRenderer', 'DefaultTreeModel', 'DefaultTreeSelectionModel', 'ExpandVetoException', 'FixedHeightLayoutCache', 'MutableTreeNode', 'RowMapper', 'TreeCellEditor', 'TreeCellRenderer', 'TreeModel', 'TreeNode', 'TreePath', 'TreeSelectionModel', 'VariableHeightLayoutCache'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   462
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   463
        121 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   464
            'AbstractUndoableEdit', 'CannotRedoException', 'CannotUndoException', 'CompoundEdit', 'StateEdit', 'StateEditable', 'UndoManager', 'UndoableEdit', 'UndoableEditSupport'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   465
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   466
        122 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   467
            'InvalidTransactionException', 'TransactionRequiredException', 'TransactionRolledbackException'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   468
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   469
        123 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   470
            'XAException', 'XAResource', 'Xid'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   471
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   472
        124 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   473
            'XMLConstants'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   474
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   475
        125 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   476
            'DatatypeConfigurationException', 'DatatypeConstants', 'DatatypeConstants.Field', 'DatatypeFactory', 'Duration', 'XMLGregorianCalendar'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   477
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   478
        126 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   479
            'NamespaceContext', 'QName'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   480
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   481
        127 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   482
            'DocumentBuilder', 'DocumentBuilderFactory', 'FactoryConfigurationError', 'ParserConfigurationException', 'SAXParser', 'SAXParserFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   483
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   484
        128 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   485
            'ErrorListener', 'OutputKeys', 'Result', 'Source', 'SourceLocator', 'Templates', 'Transformer', 'TransformerConfigurationException', 'TransformerException', 'TransformerFactory', 'TransformerFactoryConfigurationError', 'URIResolver'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   486
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   487
        129 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   488
            'DOMResult', 'DOMSource'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   489
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   490
        130 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   491
            'SAXResult', 'SAXSource', 'SAXTransformerFactory', 'TemplatesHandler', 'TransformerHandler'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   492
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   493
        131 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   494
            'StreamResult', 'StreamSource'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   495
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   496
        132 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   497
            'Schema', 'SchemaFactory', 'SchemaFactoryLoader', 'TypeInfoProvider', 'Validator', 'ValidatorHandler'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   498
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   499
        133 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   500
            'XPath', 'XPathConstants', 'XPathException', 'XPathExpression', 'XPathExpressionException', 'XPathFactory', 'XPathFactoryConfigurationException', 'XPathFunction', 'XPathFunctionException', 'XPathFunctionResolver', 'XPathVariableResolver'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   501
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   502
        134 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   503
            'ChannelBinding', 'GSSContext', 'GSSCredential', 'GSSException', 'GSSManager', 'GSSName', 'MessageProp', 'Oid'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   504
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   505
        135 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   506
            'ACTIVITY_COMPLETED', 'ACTIVITY_REQUIRED', 'ARG_IN', 'ARG_INOUT', 'ARG_OUT', 'Any', 'AnyHolder', 'AnySeqHolder', 'BAD_CONTEXT', 'BAD_INV_ORDER', 'BAD_OPERATION', 'BAD_PARAM', 'BAD_POLICY', 'BAD_POLICY_TYPE', 'BAD_POLICY_VALUE', 'BAD_QOS', 'BAD_TYPECODE', 'BooleanHolder', 'BooleanSeqHelper', 'BooleanSeqHolder', 'ByteHolder', 'CODESET_INCOMPATIBLE', 'COMM_FAILURE', 'CTX_RESTRICT_SCOPE', 'CharHolder', 'CharSeqHelper', 'CharSeqHolder', 'CompletionStatus', 'CompletionStatusHelper', 'ContextList', 'CurrentHolder', 'CustomMarshal', 'DATA_CONVERSION', 'DefinitionKind', 'DefinitionKindHelper', 'DomainManager', 'DomainManagerOperations', 'DoubleHolder', 'DoubleSeqHelper', 'DoubleSeqHolder', 'Environment', 'ExceptionList', 'FREE_MEM', 'FixedHolder', 'FloatHolder', 'FloatSeqHelper', 'FloatSeqHolder', 'IDLType', 'IDLTypeHelper', 'IDLTypeOperations', 'IMP_LIMIT', 'INITIALIZE', 'INTERNAL', 'INTF_REPOS', 'INVALID_ACTIVITY', 'INVALID_TRANSACTION', 'INV_FLAG', 'INV_IDENT', 'INV_OBJREF', 'INV_POLICY', 'IRObject',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   507
            'IRObjectOperations', 'IdentifierHelper', 'IntHolder', 'LocalObject', 'LongHolder', 'LongLongSeqHelper', 'LongLongSeqHolder', 'LongSeqHelper', 'LongSeqHolder', 'MARSHAL', 'NO_IMPLEMENT', 'NO_MEMORY', 'NO_PERMISSION', 'NO_RESOURCES', 'NO_RESPONSE', 'NVList', 'NamedValue', 'OBJECT_NOT_EXIST', 'OBJ_ADAPTER', 'OMGVMCID', 'ObjectHelper', 'ObjectHolder', 'OctetSeqHelper', 'OctetSeqHolder', 'PERSIST_STORE', 'PRIVATE_MEMBER', 'PUBLIC_MEMBER', 'ParameterMode', 'ParameterModeHelper', 'ParameterModeHolder', 'PolicyError', 'PolicyErrorCodeHelper', 'PolicyErrorHelper', 'PolicyErrorHolder', 'PolicyHelper', 'PolicyHolder', 'PolicyListHelper', 'PolicyListHolder', 'PolicyOperations', 'PolicyTypeHelper', 'PrincipalHolder', 'REBIND', 'RepositoryIdHelper', 'Request', 'ServerRequest', 'ServiceDetail', 'ServiceDetailHelper', 'ServiceInformation', 'ServiceInformationHelper', 'ServiceInformationHolder', 'SetOverrideType', 'SetOverrideTypeHelper', 'ShortHolder', 'ShortSeqHelper', 'ShortSeqHolder', 'StringHolder',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   508
            'StringSeqHelper', 'StringSeqHolder', 'StringValueHelper', 'StructMember', 'StructMemberHelper', 'SystemException', 'TCKind', 'TIMEOUT', 'TRANSACTION_MODE', 'TRANSACTION_REQUIRED', 'TRANSACTION_ROLLEDBACK', 'TRANSACTION_UNAVAILABLE', 'TRANSIENT', 'TypeCode', 'TypeCodeHolder', 'ULongLongSeqHelper', 'ULongLongSeqHolder', 'ULongSeqHelper', 'ULongSeqHolder', 'UNSUPPORTED_POLICY', 'UNSUPPORTED_POLICY_VALUE', 'UShortSeqHelper', 'UShortSeqHolder', 'UnionMember', 'UnionMemberHelper', 'UnknownUserException', 'UnknownUserExceptionHelper', 'UnknownUserExceptionHolder', 'UserException', 'VM_ABSTRACT', 'VM_CUSTOM', 'VM_NONE', 'VM_TRUNCATABLE', 'ValueBaseHelper', 'ValueBaseHolder', 'ValueMember', 'ValueMemberHelper', 'VersionSpecHelper', 'VisibilityHelper', 'WCharSeqHelper', 'WCharSeqHolder', 'WStringSeqHelper', 'WStringSeqHolder', 'WStringValueHelper', 'WrongTransaction', 'WrongTransactionHelper', 'WrongTransactionHolder', '_IDLTypeStub', '_PolicyStub'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   509
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   510
        136 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   511
            'Invalid', 'InvalidSeq'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   512
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   513
        137 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   514
            'BadKind'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   515
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   516
        138 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   517
            'ApplicationException', 'BoxedValueHelper', 'CustomValue', 'IDLEntity', 'IndirectionException', 'InvokeHandler', 'RemarshalException', 'ResponseHandler', 'ServantObject', 'Streamable', 'StreamableValue', 'UnknownException', 'ValueBase', 'ValueFactory', 'ValueInputStream', 'ValueOutputStream'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   518
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   519
        139 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   520
            'BindingHelper', 'BindingHolder', 'BindingIterator', 'BindingIteratorHelper', 'BindingIteratorHolder', 'BindingIteratorOperations', 'BindingIteratorPOA', 'BindingListHelper', 'BindingListHolder', 'BindingType', 'BindingTypeHelper', 'BindingTypeHolder', 'IstringHelper', 'NameComponent', 'NameComponentHelper', 'NameComponentHolder', 'NameHelper', 'NameHolder', 'NamingContext', 'NamingContextExt', 'NamingContextExtHelper', 'NamingContextExtHolder', 'NamingContextExtOperations', 'NamingContextExtPOA', 'NamingContextHelper', 'NamingContextHolder', 'NamingContextOperations', 'NamingContextPOA', '_BindingIteratorImplBase', '_BindingIteratorStub', '_NamingContextExtStub', '_NamingContextImplBase', '_NamingContextStub'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   521
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   522
        140 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   523
            'AddressHelper', 'InvalidAddress', 'InvalidAddressHelper', 'InvalidAddressHolder', 'StringNameHelper', 'URLStringHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   524
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   525
        141 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   526
            'AlreadyBound', 'AlreadyBoundHelper', 'AlreadyBoundHolder', 'CannotProceed', 'CannotProceedHelper', 'CannotProceedHolder', 'InvalidNameHolder', 'NotEmpty', 'NotEmptyHelper', 'NotEmptyHolder', 'NotFound', 'NotFoundHelper', 'NotFoundHolder', 'NotFoundReason', 'NotFoundReasonHelper', 'NotFoundReasonHolder'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   527
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   528
        142 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   529
            'Parameter'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   530
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   531
        143 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   532
            'DynAnyFactory', 'DynAnyFactoryHelper', 'DynAnyFactoryOperations', 'DynAnyHelper', 'DynAnyOperations', 'DynAnySeqHelper', 'DynArrayHelper', 'DynArrayOperations', 'DynEnumHelper', 'DynEnumOperations', 'DynFixedHelper', 'DynFixedOperations', 'DynSequenceHelper', 'DynSequenceOperations', 'DynStructHelper', 'DynStructOperations', 'DynUnionHelper', 'DynUnionOperations', 'DynValueBox', 'DynValueBoxOperations', 'DynValueCommon', 'DynValueCommonOperations', 'DynValueHelper', 'DynValueOperations', 'NameDynAnyPair', 'NameDynAnyPairHelper', 'NameDynAnyPairSeqHelper', 'NameValuePairSeqHelper', '_DynAnyFactoryStub', '_DynAnyStub', '_DynArrayStub', '_DynEnumStub', '_DynFixedStub', '_DynSequenceStub', '_DynStructStub', '_DynUnionStub', '_DynValueStub'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   533
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   534
        144 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   535
            'InconsistentTypeCodeHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   536
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   537
        145 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   538
            'InvalidValueHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   539
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   540
        146 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   541
            'CodeSets', 'Codec', 'CodecFactory', 'CodecFactoryHelper', 'CodecFactoryOperations', 'CodecOperations', 'ComponentIdHelper', 'ENCODING_CDR_ENCAPS', 'Encoding', 'ExceptionDetailMessage', 'IOR', 'IORHelper', 'IORHolder', 'MultipleComponentProfileHelper', 'MultipleComponentProfileHolder', 'ProfileIdHelper', 'RMICustomMaxStreamFormat', 'ServiceContext', 'ServiceContextHelper', 'ServiceContextHolder', 'ServiceContextListHelper', 'ServiceContextListHolder', 'ServiceIdHelper', 'TAG_ALTERNATE_IIOP_ADDRESS', 'TAG_CODE_SETS', 'TAG_INTERNET_IOP', 'TAG_JAVA_CODEBASE', 'TAG_MULTIPLE_COMPONENTS', 'TAG_ORB_TYPE', 'TAG_POLICIES', 'TAG_RMI_CUSTOM_MAX_STREAM_FORMAT', 'TaggedComponent', 'TaggedComponentHelper', 'TaggedComponentHolder', 'TaggedProfile', 'TaggedProfileHelper', 'TaggedProfileHolder', 'TransactionService'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   542
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   543
        147 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   544
            'UnknownEncoding', 'UnknownEncodingHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   545
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   546
        148 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   547
            'FormatMismatch', 'FormatMismatchHelper', 'InvalidTypeForEncoding', 'InvalidTypeForEncodingHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   548
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   549
        149 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   550
            'SYNC_WITH_TRANSPORT', 'SyncScopeHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   551
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   552
        150 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   553
            'ACTIVE', 'AdapterManagerIdHelper', 'AdapterNameHelper', 'AdapterStateHelper', 'ClientRequestInfo', 'ClientRequestInfoOperations', 'ClientRequestInterceptor', 'ClientRequestInterceptorOperations', 'DISCARDING', 'HOLDING', 'INACTIVE', 'IORInfo', 'IORInfoOperations', 'IORInterceptor', 'IORInterceptorOperations', 'IORInterceptor_3_0', 'IORInterceptor_3_0Helper', 'IORInterceptor_3_0Holder', 'IORInterceptor_3_0Operations', 'Interceptor', 'InterceptorOperations', 'InvalidSlot', 'InvalidSlotHelper', 'LOCATION_FORWARD', 'NON_EXISTENT', 'ORBIdHelper', 'ORBInitInfo', 'ORBInitInfoOperations', 'ORBInitializer', 'ORBInitializerOperations', 'ObjectReferenceFactory', 'ObjectReferenceFactoryHelper', 'ObjectReferenceFactoryHolder', 'ObjectReferenceTemplate', 'ObjectReferenceTemplateHelper', 'ObjectReferenceTemplateHolder', 'ObjectReferenceTemplateSeqHelper', 'ObjectReferenceTemplateSeqHolder', 'PolicyFactory', 'PolicyFactoryOperations', 'RequestInfo', 'RequestInfoOperations', 'SUCCESSFUL', 'SYSTEM_EXCEPTION',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   554
            'ServerIdHelper', 'ServerRequestInfo', 'ServerRequestInfoOperations', 'ServerRequestInterceptor', 'ServerRequestInterceptorOperations', 'TRANSPORT_RETRY', 'USER_EXCEPTION'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   555
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   556
        151 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   557
            'DuplicateName', 'DuplicateNameHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   558
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   559
        152 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   560
            'AdapterActivator', 'AdapterActivatorOperations', 'ID_ASSIGNMENT_POLICY_ID', 'ID_UNIQUENESS_POLICY_ID', 'IMPLICIT_ACTIVATION_POLICY_ID', 'IdAssignmentPolicy', 'IdAssignmentPolicyOperations', 'IdAssignmentPolicyValue', 'IdUniquenessPolicy', 'IdUniquenessPolicyOperations', 'IdUniquenessPolicyValue', 'ImplicitActivationPolicy', 'ImplicitActivationPolicyOperations', 'ImplicitActivationPolicyValue', 'LIFESPAN_POLICY_ID', 'LifespanPolicy', 'LifespanPolicyOperations', 'LifespanPolicyValue', 'POA', 'POAHelper', 'POAManager', 'POAManagerOperations', 'POAOperations', 'REQUEST_PROCESSING_POLICY_ID', 'RequestProcessingPolicy', 'RequestProcessingPolicyOperations', 'RequestProcessingPolicyValue', 'SERVANT_RETENTION_POLICY_ID', 'Servant', 'ServantActivator', 'ServantActivatorHelper', 'ServantActivatorOperations', 'ServantActivatorPOA', 'ServantLocator', 'ServantLocatorHelper', 'ServantLocatorOperations', 'ServantLocatorPOA', 'ServantManager', 'ServantManagerOperations', 'ServantRetentionPolicy',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   561
            'ServantRetentionPolicyOperations', 'ServantRetentionPolicyValue', 'THREAD_POLICY_ID', 'ThreadPolicy', 'ThreadPolicyOperations', 'ThreadPolicyValue', '_ServantActivatorStub', '_ServantLocatorStub'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   562
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   563
        153 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   564
            'NoContext', 'NoContextHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   565
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   566
        154 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   567
            'AdapterInactive', 'AdapterInactiveHelper', 'State'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   568
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   569
        155 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   570
            'AdapterAlreadyExists', 'AdapterAlreadyExistsHelper', 'AdapterNonExistent', 'AdapterNonExistentHelper', 'InvalidPolicy', 'InvalidPolicyHelper', 'NoServant', 'NoServantHelper', 'ObjectAlreadyActive', 'ObjectAlreadyActiveHelper', 'ObjectNotActive', 'ObjectNotActiveHelper', 'ServantAlreadyActive', 'ServantAlreadyActiveHelper', 'ServantNotActive', 'ServantNotActiveHelper', 'WrongAdapter', 'WrongAdapterHelper', 'WrongPolicy', 'WrongPolicyHelper'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   571
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   572
        156 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   573
            'CookieHolder'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   574
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   575
        157 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   576
            'RunTime', 'RunTimeOperations'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   577
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   578
        158 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   579
            '_Remote_Stub'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   580
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   581
        159 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   582
            'Attr', 'CDATASection', 'CharacterData', 'Comment', 'DOMConfiguration', 'DOMError', 'DOMErrorHandler', 'DOMException', 'DOMImplementation', 'DOMImplementationList', 'DOMImplementationSource', 'DOMStringList', 'DocumentFragment', 'DocumentType', 'EntityReference', 'NameList', 'NamedNodeMap', 'Node', 'NodeList', 'Notation', 'ProcessingInstruction', 'Text', 'TypeInfo', 'UserDataHandler'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   583
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   584
        160 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   585
            'DOMImplementationRegistry'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   586
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   587
        161 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   588
            'EventException', 'EventTarget', 'MutationEvent', 'UIEvent'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   589
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   590
        162 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   591
            'DOMImplementationLS', 'LSException', 'LSInput', 'LSLoadEvent', 'LSOutput', 'LSParser', 'LSParserFilter', 'LSProgressEvent', 'LSResourceResolver', 'LSSerializer', 'LSSerializerFilter'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   592
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   593
        163 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   594
            'DTDHandler', 'DocumentHandler', 'EntityResolver', 'ErrorHandler', 'HandlerBase', 'InputSource', 'Locator', 'SAXException', 'SAXNotRecognizedException', 'SAXNotSupportedException', 'SAXParseException', 'XMLFilter', 'XMLReader'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   595
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   596
        164 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   597
            'Attributes2', 'Attributes2Impl', 'DeclHandler', 'DefaultHandler2', 'EntityResolver2', 'LexicalHandler', 'Locator2', 'Locator2Impl'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   598
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   599
        165 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   600
            'AttributeListImpl', 'AttributesImpl', 'DefaultHandler', 'LocatorImpl', 'NamespaceSupport', 'ParserAdapter', 'ParserFactory', 'XMLFilterImpl', 'XMLReaderAdapter', 'XMLReaderFactory'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   601
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   602
        /* ambiguous class names (appear in more than one package) */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   603
        166 => array (
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   604
            'Annotation', 'AnySeqHelper', 'Array', 'Attribute', 'AttributeList', 'AttributeSet', 'Attributes', 'AuthenticationException', 'Binding', 'Bounds', 'Certificate', 'CertificateEncodingException', 'CertificateException', 'CertificateExpiredException', 'CertificateNotYetValidException', 'CertificateParsingException', 'ConnectException', 'ContentHandler', 'Context', 'Control', 'Current', 'CurrentHelper', 'CurrentOperations', 'DOMLocator', 'DataInputStream', 'DataOutputStream', 'Date', 'DefaultLoaderRepository', 'Delegate', 'Document', 'DocumentEvent', 'DynAny', 'DynArray', 'DynEnum', 'DynFixed', 'DynSequence', 'DynStruct', 'DynUnion', 'DynValue', 'DynamicImplementation', 'Element', 'Entity', 'Event', 'EventListener', 'FieldNameHelper', 'FileFilter', 'Formatter', 'ForwardRequest', 'ForwardRequestHelper', 'InconsistentTypeCode', 'InputStream', 'IntrospectionException', 'InvalidAttributeValueException', 'InvalidKeyException', 'InvalidName', 'InvalidNameHelper', 'InvalidValue', 'List', 'MouseEvent',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   605
            'NameValuePair', 'NameValuePairHelper', 'ORB', 'Object', 'ObjectIdHelper', 'ObjectImpl', 'OpenType', 'OutputStream', 'ParagraphView', 'Parser', 'Permission', 'Policy', 'Principal', 'Proxy', 'Reference', 'Statement', 'Timer', 'Timestamp', 'TypeMismatch', 'TypeMismatchHelper', 'UNKNOWN', 'UnknownHostException', 'X509Certificate'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   606
            )
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   607
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   608
    'SYMBOLS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   609
        '(', ')', '[', ']', '{', '}', '*', '&', '%', '!', ';', '<', '>', '?'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   610
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   611
    'CASE_SENSITIVE' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   612
        GESHI_COMMENTS => false,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   613
        /* all Java keywords are case sensitive */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   614
        1 => true, 2 => true, 3 => true, 4 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   615
        5 => true, 6 => true, 7 => true, 8 => true, 9 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   616
        10 => true, 11 => true, 12 => true, 13 => true, 14 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   617
        15 => true, 16 => true, 17 => true, 18 => true, 19 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   618
        20 => true, 21 => true, 22 => true, 23 => true, 24 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   619
        25 => true, 26 => true, 27 => true, 28 => true, 29 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   620
        30 => true, 31 => true, 32 => true, 33 => true, 34 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   621
        35 => true, 36 => true, 37 => true, 38 => true, 39 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   622
        40 => true, 41 => true, 42 => true, 43 => true, 44 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   623
        45 => true, 46 => true, 47 => true, 48 => true, 49 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   624
        50 => true, 51 => true, 52 => true, 53 => true, 54 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   625
        55 => true, 56 => true, 57 => true, 58 => true, 59 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   626
        60 => true, 61 => true, 62 => true, 63 => true, 64 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   627
        65 => true, 66 => true, 67 => true, 68 => true, 69 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   628
        70 => true, 71 => true, 72 => true, 73 => true, 74 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   629
        75 => true, 76 => true, 77 => true, 78 => true, 79 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   630
        80 => true, 81 => true, 82 => true, 83 => true, 84 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   631
        85 => true, 86 => true, 87 => true, 88 => true, 89 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   632
        90 => true, 91 => true, 92 => true, 93 => true, 94 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   633
        95 => true, 96 => true, 97 => true, 98 => true, 99 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   634
        100 => true, 101 => true, 102 => true, 103 => true, 104 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   635
        105 => true, 106 => true, 107 => true, 108 => true, 109 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   636
        110 => true, 111 => true, 112 => true, 113 => true, 114 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   637
        115 => true, 116 => true, 117 => true, 118 => true, 119 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   638
        120 => true, 121 => true, 122 => true, 123 => true, 124 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   639
        125 => true, 126 => true, 127 => true, 128 => true, 129 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   640
        130 => true, 131 => true, 132 => true, 133 => true, 134 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   641
        135 => true, 136 => true, 137 => true, 138 => true, 139 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   642
        140 => true, 141 => true, 142 => true, 143 => true, 144 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   643
        145 => true, 146 => true, 147 => true, 148 => true, 149 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   644
        150 => true, 151 => true, 152 => true, 153 => true, 154 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   645
        155 => true, 156 => true, 157 => true, 158 => true, 159 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   646
        160 => true, 161 => true, 162 => true, 163 => true, 164 => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   647
        165 => true, 166 => true
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   648
    ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   649
    'STYLES' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   650
        'KEYWORDS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   651
            1 => 'color: #000000;  font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   652
            2 => 'color: #000000; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   653
            3 => 'color: #006600; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   654
            4 => 'color: #006600; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   655
            5 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   656
            6 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   657
            7 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   658
            8 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   659
            9 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   660
            10 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   661
            11 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   662
            12 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   663
            13 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   664
            14 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   665
            15 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   666
            16 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   667
            17 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   668
            18 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   669
            19 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   670
            20 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   671
            21 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   672
            22 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   673
            23 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   674
            24 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   675
            25 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   676
            26 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   677
            27 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   678
            28 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   679
            29 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   680
            30 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   681
            31 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   682
            32 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   683
            33 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   684
            34 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   685
            35 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   686
            36 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   687
            37 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   688
            38 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   689
            39 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   690
            40 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   691
            41 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   692
            42 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   693
            43 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   694
            44 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   695
            45 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   696
            46 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   697
            47 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   698
            48 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   699
            49 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   700
            50 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   701
            51 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   702
            52 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   703
            53 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   704
            54 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   705
            55 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   706
            56 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   707
            57 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   708
            58 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   709
            59 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   710
            60 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   711
            61 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   712
            62 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   713
            63 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   714
            64 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   715
            65 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   716
            66 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   717
            67 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   718
            68 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   719
            69 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   720
            70 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   721
            71 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   722
            72 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   723
            73 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   724
            74 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   725
            75 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   726
            76 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   727
            77 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   728
            78 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   729
            79 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   730
            80 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   731
            81 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   732
            82 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   733
            83 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   734
            84 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   735
            85 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   736
            86 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   737
            87 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   738
            88 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   739
            89 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   740
            90 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   741
            91 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   742
            92 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   743
            93 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   744
            94 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   745
            95 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   746
            96 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   747
            97 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   748
            98 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   749
            99 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   750
            100 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   751
            101 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   752
            102 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   753
            103 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   754
            104 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   755
            105 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   756
            106 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   757
            107 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   758
            108 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   759
            109 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   760
            110 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   761
            111 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   762
            112 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   763
            113 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   764
            114 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   765
            115 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   766
            116 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   767
            117 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   768
            118 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   769
            119 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   770
            120 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   771
            121 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   772
            122 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   773
            123 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   774
            124 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   775
            125 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   776
            126 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   777
            127 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   778
            128 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   779
            129 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   780
            130 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   781
            131 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   782
            132 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   783
            133 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   784
            134 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   785
            135 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   786
            136 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   787
            137 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   788
            138 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   789
            139 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   790
            140 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   791
            141 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   792
            142 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   793
            143 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   794
            144 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   795
            145 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   796
            146 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   797
            147 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   798
            148 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   799
            149 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   800
            150 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   801
            151 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   802
            152 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   803
            153 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   804
            154 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   805
            155 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   806
            156 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   807
            157 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   808
            158 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   809
            159 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   810
            160 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   811
            161 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   812
            162 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   813
            163 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   814
            164 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   815
            165 => 'color: #003399; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   816
            166 => 'color: #003399; font-weight: bold;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   817
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   818
        'COMMENTS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   819
            1 => 'color: #666666; font-style: italic;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   820
            2 => 'color: #006699;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   821
            3 => 'color: #008000; font-style: italic; font-weight: bold;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   822
            'MULTI' => 'color: #666666; font-style: italic;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   823
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   824
        'ESCAPE_CHAR' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   825
            0 => 'color: #000099; font-weight: bold;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   826
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   827
        'BRACKETS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   828
            0 => 'color: #009900;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   829
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   830
        'STRINGS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   831
            0 => 'color: #0000ff;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   832
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   833
        'NUMBERS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   834
            0 => 'color: #cc66cc;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   835
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   836
        'METHODS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   837
            1 => 'color: #006633;',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   838
            2 => 'color: #006633;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   839
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   840
        'SYMBOLS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   841
            0 => 'color: #339933;'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   842
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   843
        'SCRIPT' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   844
            ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   845
        'REGEXPS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   846
            )
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   847
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   848
    'URLS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   849
        1 => '',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   850
        2 => '',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   851
        3 => '',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   852
        4 => '',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   853
        5 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/applet/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   854
        6 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   855
        7 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/color/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   856
        8 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/datatransfer/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   857
        9 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/dnd/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   858
        10 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/event/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   859
        11 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/font/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   860
        12 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   861
        13 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/im/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   862
        14 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/im/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   863
        15 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/image/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   864
        16 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/image/renderable/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   865
        17 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/awt/print/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   866
        18 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/beans/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   867
        19 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/beans/beancontext/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   868
        20 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/io/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   869
        21 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/lang/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   870
        22 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/lang/annotation/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   871
        23 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/lang/instrument/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   872
        24 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   873
        25 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ref/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   874
        26 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   875
        27 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/math/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   876
        28 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/net/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   877
        29 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/nio/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   878
        30 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/nio/channels/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   879
        31 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/nio/channels/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   880
        32 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   881
        33 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   882
        34 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/rmi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   883
        35 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/rmi/activation/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   884
        36 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/rmi/dgc/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   885
        37 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/rmi/registry/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   886
        38 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/rmi/server/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   887
        39 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/security/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   888
        40 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/security/acl/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   889
        41 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/security/cert/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   890
        42 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/security/interfaces/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   891
        43 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/security/spec/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   892
        44 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/sql/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   893
        45 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/text/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   894
        46 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   895
        47 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   896
        48 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/atomic/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   897
        49 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/locks/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   898
        50 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/jar/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   899
        51 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/logging/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   900
        52 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/prefs/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   901
        53 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   902
        54 => 'http://java.sun.com/j2se/1.5.0/docs/api/java/util/zip/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   903
        55 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/accessibility/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   904
        56 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/activity/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   905
        57 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/crypto/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   906
        58 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/crypto/interfaces/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   907
        59 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/crypto/spec/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   908
        60 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/imageio/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   909
        61 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/imageio/event/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   910
        62 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/imageio/metadata/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   911
        63 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/imageio/plugins/bmp/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   912
        64 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/imageio/plugins/jpeg/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   913
        65 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/imageio/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   914
        66 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/imageio/stream/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   915
        67 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   916
        68 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/loading/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   917
        69 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/modelmbean/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   918
        70 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/monitor/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   919
        71 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/openmbean/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   920
        72 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/relation/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   921
        73 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/remote/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   922
        74 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/remote/rmi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   923
        75 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/management/timer/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   924
        76 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   925
        77 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/directory/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   926
        78 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/event/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   927
        79 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/ldap/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   928
        80 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   929
        81 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/net/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   930
        82 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   931
        83 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/print/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   932
        84 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/print/attribute/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   933
        85 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/print/attribute/standard/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   934
        86 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/print/event/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   935
        87 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/rmi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   936
        88 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/rmi/CORBA/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   937
        89 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/rmi/ssl/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   938
        90 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   939
        91 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/callback/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   940
        92 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/kerberos/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   941
        93 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/login/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   942
        94 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   943
        95 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/x500/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   944
        96 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/security/sasl/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   945
        97 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   946
        98 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   947
        99 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/sampled/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   948
        100 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/sampled/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   949
        101 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   950
        102 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/rowset/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   951
        103 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/rowset/serial/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   952
        104 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/rowset/spi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   953
        105 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   954
        106 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/border/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   955
        107 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/colorchooser/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   956
        108 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/event/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   957
        109 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/filechooser/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   958
        110 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   959
        111 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/basic/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   960
        112 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/metal/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   961
        113 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/multi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   962
        114 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/synth/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   963
        115 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/table/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   964
        116 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/text/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   965
        117 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/text/html/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   966
        118 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/text/html/parser/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   967
        119 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/text/rtf/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   968
        120 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/tree/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   969
        121 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/undo/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   970
        122 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/transaction/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   971
        123 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/transaction/xa/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   972
        124 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   973
        125 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/datatype/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   974
        126 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   975
        127 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/parsers/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   976
        128 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/transform/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   977
        129 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/transform/dom/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   978
        130 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/transform/sax/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   979
        131 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/transform/stream/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   980
        132 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/validation/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   981
        133 => 'http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/xpath/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   982
        134 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/ietf/jgss/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   983
        135 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/CORBA/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   984
        136 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/CORBA/DynAnyPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   985
        137 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/CORBA/TypeCodePackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   986
        138 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/CORBA/portable/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   987
        139 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/CosNaming/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   988
        140 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/CosNaming/NamingContextExtPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   989
        141 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/CosNaming/NamingContextPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   990
        142 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/Dynamic/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   991
        143 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/DynamicAny/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   992
        144 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/DynamicAny/DynAnyFactoryPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   993
        145 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/DynamicAny/DynAnyPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   994
        146 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/IOP/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   995
        147 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/IOP/CodecFactoryPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   996
        148 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/IOP/CodecPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   997
        149 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/Messaging/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   998
        150 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableInterceptor/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
   999
        151 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableInterceptor/ORBInitInfoPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1000
        152 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableServer/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1001
        153 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableServer/CurrentPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1002
        154 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableServer/POAManagerPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1003
        155 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableServer/POAPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1004
        156 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableServer/ServantLocatorPackage/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1005
        157 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/SendingContext/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1006
        158 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/omg/stub/java/rmi/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1007
        159 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1008
        160 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/bootstrap/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1009
        161 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/events/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1010
        162 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/ls/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1011
        163 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1012
        164 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/ext/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1013
        165 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/helpers/{FNAME}.html',
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1014
        /* ambiguous class names (appear in more than one package) */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1015
        166 => 'http://www.google.com/search?sitesearch=java.sun.com&amp;q=allinurl%3Aj2se%2F1+5+0%2Fdocs%2Fapi+{FNAME}'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1016
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1017
    'OOLANG' => true,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1018
    'OBJECT_SPLITTERS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1019
        1 => '.'
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1020
        /* Java does not use '::' */
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1021
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1022
    'REGEXPS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1023
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1024
    'STRICT_MODE_APPLIES' => GESHI_NEVER,
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1025
    'SCRIPT_DELIMITERS' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1026
        ),
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1027
    'HIGHLIGHT_STRICT_BLOCK' => array(
9e3258dfae15 Updated GeSHi. w00t.
Dan
parents: 0
diff changeset
  1028
        )
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1029
);
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1030
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1031
?>