• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_baan3.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005   class HFile_baan3 extends HFile{
00006    function HFile_baan3(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // Baan 3/4-GL
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "1";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("blue", "purple");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array("{", "if", "else", "repeat", "selectdo", "selectempty", "selecteos", "while", "for", "case", "dllusage");
00028 $this->unindent                 = array("}", "endif", "endselect", "endwhile", "endfor", "endcase", "until", "enddllusage");
00029 
00030 // String characters and delimiters
00031 
00032 $this->stringchars              = array();
00033 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", "?");
00034 $this->escchar                  = "";
00035 
00036 // Comment settings
00037 
00038 $this->linecommenton            = array("|");
00039 $this->blockcommenton           = array("dllusage");
00040 $this->blockcommentoff          = array("endusage");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "at" => "1", 
00046                         "and" => "1", 
00047                         "as" => "1", 
00048                         "auto" => "1", 
00049                         "base" => "1", 
00050                         "based" => "1", 
00051                         "break" => "1", 
00052                         "bset" => "1", 
00053                         "call" => "1", 
00054                         "case" => "1", 
00055                         "char" => "1", 
00056                         "clean" => "1", 
00057                         "commit" => "1", 
00058                         "common" => "1", 
00059                         "const" => "1", 
00060                         "continue" => "1", 
00061                         "default" => "1", 
00062                         "dim" => "1", 
00063                         "do" => "1", 
00064                         "domain" => "1", 
00065                         "double" => "1", 
00066                         "else" => "1", 
00067                         "empty" => "1", 
00068                         "end" => "1", 
00069                         "endcase" => "1", 
00070                         "endfor" => "1", 
00071                         "endif" => "1", 
00072                         "endwhile" => "1", 
00073                         "endselect" => "1", 
00074                         "enum" => "1", 
00075                         "eq" => "1", 
00076                         "extern" => "1", 
00077                         "false" => "1", 
00078                         "fixed" => "1", 
00079                         "for" => "1", 
00080                         "from" => "1", 
00081                         "function" => "1", 
00082                         "ge" => "1", 
00083                         "global" => "1", 
00084                         "goto" => "1", 
00085                         "gt" => "1", 
00086                         "if" => "1", 
00087                         "in" => "1", 
00088                         "input" => "1", 
00089                         "le" => "1", 
00090                         "long" => "1", 
00091                         "lt" => "1", 
00092                         "mb" => "1", 
00093                         "mess" => "1", 
00094                         "multibyte" => "1", 
00095                         "ne" => "1", 
00096                         "not" => "1", 
00097                         "on" => "1", 
00098                         "or" => "1", 
00099                         "print" => "1", 
00100                         "prompt" => "1", 
00101                         "ref" => "1", 
00102                         "reference" => "1", 
00103                         "register" => "1", 
00104                         "repeat" => "1", 
00105                         "return" => "1", 
00106                         "rows" => "1", 
00107                         "select" => "1", 
00108                         "selectbind" => "1", 
00109                         "selectdo" => "1", 
00110                         "selectempty" => "1", 
00111                         "selecteos" => "1", 
00112                         "selecterror" => "1", 
00113                         "set" => "1", 
00114                         "static" => "1", 
00115                         "step" => "1", 
00116                         "stop" => "1", 
00117                         "string" => "1", 
00118                         "switch" => "1", 
00119                         "table" => "1", 
00120                         "then" => "1", 
00121                         "to" => "1", 
00122                         "transaction" => "1", 
00123                         "true" => "1", 
00124                         "typedef" => "1", 
00125                         "union" => "1", 
00126                         "unsigned" => "1", 
00127                         "until" => "1", 
00128                         "update" => "1", 
00129                         "void" => "1", 
00130                         "where" => "1", 
00131                         "wherebind" => "1", 
00132                         "whereused" => "1", 
00133                         "while" => "1", 
00134                         "with" => "1", 
00135                         "#define" => "1", 
00136                         "#include" => "1", 
00137                         "#elif" => "1", 
00138                         "#if" => "1", 
00139                         "#line" => "1", 
00140                         "#else" => "1", 
00141                         "#ifdef" => "1", 
00142                         "#pragma" => "1", 
00143                         "#endif" => "1", 
00144                         "#ifndef" => "1", 
00145                         "#undef" => "1", 
00146                         "#ident" => "1", 
00147                         "AbstractMethodError" => "2", 
00148                         "AccessException" => "2", 
00149                         "Acl" => "2", 
00150                         "AclEntry" => "2", 
00151                         "AclNotFoundException" => "2", 
00152                         "ActionEvent" => "2", 
00153                         "ActionListener" => "2", 
00154                         "Adjustable" => "2", 
00155                         "AdjustmentEvent" => "2", 
00156                         "AdjustmentListener" => "2", 
00157                         "Adler32" => "2", 
00158                         "AlreadyBoundException" => "2", 
00159                         "Applet" => "2", 
00160                         "AppletContext" => "2", 
00161                         "AppletStub" => "2", 
00162                         "AreaAveragingScaleFilter" => "2", 
00163                         "ArithmeticException" => "2", 
00164                         "Array" => "2", 
00165                         "ArrayIndexOutOfBoundsException" => "2", 
00166                         "ArrayStoreException" => "2", 
00167                         "AudioClip" => "2", 
00168                         "AWTError" => "2", 
00169                         "AWTEvent" => "2", 
00170                         "AWTEventMulticaster" => "2", 
00171                         "AWTException" => "2", 
00172                         "BeanDescriptor" => "2", 
00173                         "BeanInfo" => "2", 
00174                         "Beans" => "2", 
00175                         "BigDecimal" => "2", 
00176                         "BigInteger" => "2", 
00177                         "BindException" => "2", 
00178                         "BitSet" => "2", 
00179                         "Boolean" => "2", 
00180                         "BorderLayout" => "2", 
00181                         "BreakIterator" => "2", 
00182                         "BufferedInputStream" => "2", 
00183                         "BufferedOutputStream" => "2", 
00184                         "BufferedReader" => "2", 
00185                         "BufferedWriter" => "2", 
00186                         "Button" => "2", 
00187                         "ButtonPeer" => "2", 
00188                         "Byte" => "2", 
00189                         "ByteArrayInputStream" => "2", 
00190                         "ByteArrayOutputStream" => "2", 
00191                         "Calendar" => "2", 
00192                         "CallableStatement" => "2", 
00193                         "CanvasCanvasPeer" => "2", 
00194                         "Certificate" => "2", 
00195                         "Character" => "2", 
00196                         "CharacterIterator" => "2", 
00197                         "CharArrayReader" => "2", 
00198                         "CharArrayWriter" => "2", 
00199                         "CharConversionException" => "2", 
00200                         "Checkbox" => "2", 
00201                         "CheckboxGroup" => "2", 
00202                         "CheckboxMenuItem" => "2", 
00203                         "CheckboxMenuItemPeer" => "2", 
00204                         "CheckboxPeer" => "2", 
00205                         "CheckedInputStream" => "2", 
00206                         "CheckedOutputStream" => "2", 
00207                         "Checksum" => "2", 
00208                         "Choice" => "2", 
00209                         "ChoiceFormat" => "2", 
00210                         "ChoicePeer" => "2", 
00211                         "Class" => "2", 
00212                         "ClassCastException" => "2", 
00213                         "ClassCircularityError" => "2", 
00214                         "ClassFormatError" => "2", 
00215                         "ClassLoader" => "2", 
00216                         "ClassNotFoundException" => "2", 
00217                         "Clipboard" => "2", 
00218                         "ClipboardOwner" => "2", 
00219                         "Cloneable" => "2", 
00220                         "CloneNotSupportedException" => "2", 
00221                         "CollationElementIterator" => "2", 
00222                         "CollationKey" => "2", 
00223                         "Collator" => "2", 
00224                         "Color" => "2", 
00225                         "ColorModel" => "2", 
00226                         "Compiler" => "2", 
00227                         "Component" => "2", 
00228                         "ComponentAdapter" => "2", 
00229                         "ComponentEvent" => "2", 
00230                         "ComponentListener" => "2", 
00231                         "ComponentPeer" => "2", 
00232                         "ConnectException" => "2", 
00233                         "ConnectIOException" => "2", 
00234                         "Connection" => "2", 
00235                         "Constructor" => "2", 
00236                         "Container" => "2", 
00237                         "ContainerAdapter" => "2", 
00238                         "ContainerEvent" => "2", 
00239                         "ContainerListener" => "2", 
00240                         "ContainerPeer" => "2", 
00241                         "ContentHandler" => "2", 
00242                         "ContentHandlerFactory" => "2", 
00243                         "CRC32" => "2", 
00244                         "CropImageFilter" => "2", 
00245                         "Cursor" => "2", 
00246                         "Customizer" => "2", 
00247                         "CardLayout" => "2", 
00248                         "DatabaseMetaData" => "2", 
00249                         "DataFlavor" => "2", 
00250                         "DataFormatException" => "2", 
00251                         "DatagramPacket" => "2", 
00252                         "DatagramSocket" => "2", 
00253                         "DatagramSocketImpl" => "2", 
00254                         "DataInput" => "2", 
00255                         "DataInputStream" => "2", 
00256                         "DataOutput" => "2", 
00257                         "DataOutputStream" => "2", 
00258                         "DataTruncation" => "2", 
00259                         "Date" => "2", 
00260                         "DateFormat" => "2", 
00261                         "DateFormatSymbols" => "2", 
00262                         "DecimalFormat" => "2", 
00263                         "DecimalFormatSymbols" => "2", 
00264                         "Deflater" => "2", 
00265                         "DeflaterOutputStream" => "2", 
00266                         "DGC" => "2", 
00267                         "Dialog" => "2", 
00268                         "DialogPeer" => "2", 
00269                         "Dictionary" => "2", 
00270                         "DigestException" => "2", 
00271                         "DigestInputStream" => "2", 
00272                         "DigestOutputStream" => "2", 
00273                         "Dimension" => "2", 
00274                         "DirectColorModel" => "2", 
00275                         "Driver" => "2", 
00276                         "DriverManager" => "2", 
00277                         "DriverPropertyInfo" => "2", 
00278                         "DSAKey" => "2", 
00279                         "DSAKeyPairGenerator" => "2", 
00280                         "DSAParams" => "2", 
00281                         "DSAPrivateKey" => "2", 
00282                         "DSAPublicKey" => "2", 
00283                         "EmptyStackException" => "2", 
00284                         "Enumeration" => "2", 
00285                         "EOFException" => "2", 
00286                         "Error" => "2", 
00287                         "Event" => "2", 
00288                         "EventListener" => "2", 
00289                         "EventObject" => "2", 
00290                         "EventQueue" => "2", 
00291                         "EventSetDescriptor" => "2", 
00292                         "Exception" => "2", 
00293                         "ExceptionInInitializerError" => "2", 
00294                         "ExportException" => "2", 
00295                         "FeatureDescriptor" => "2", 
00296                         "Field" => "2", 
00297                         "FieldPosition" => "2", 
00298                         "File" => "2", 
00299                         "FileDescriptor" => "2", 
00300                         "FileDialog" => "2", 
00301                         "FileDialogPeer" => "2", 
00302                         "FileInputStream" => "2", 
00303                         "FilenameFilter" => "2", 
00304                         "FileNameMap" => "2", 
00305                         "FileNotFoundException" => "2", 
00306                         "FileOutputStream" => "2", 
00307                         "FileReader" => "2", 
00308                         "FileWriter" => "2", 
00309                         "FilteredImageSource" => "2", 
00310                         "FilterInputStream" => "2", 
00311                         "FilterOutputStream" => "2", 
00312                         "FilterReader" => "2", 
00313                         "FilterWriter" => "2", 
00314                         "Float" => "2", 
00315                         "FlowLayout" => "2", 
00316                         "FocusAdapter" => "2", 
00317                         "FocusEvent" => "2", 
00318                         "FocusListener" => "2", 
00319                         "Font" => "2", 
00320                         "FontMetrics" => "2", 
00321                         "FontPeer" => "2", 
00322                         "Format" => "2", 
00323                         "Frame" => "2", 
00324                         "FramePeer" => "2", 
00325                         "Graphics" => "2", 
00326                         "GregorianCalendar" => "2", 
00327                         "GridBagConstraints" => "2", 
00328                         "GridBagLayout" => "2", 
00329                         "GridLayout" => "2", 
00330                         "Group" => "2", 
00331                         "GZIPInputStream" => "2", 
00332                         "GZIPOutputStream" => "2", 
00333                         "Hashtable" => "2", 
00334                         "HttpURLConnection" => "2", 
00335                         "Identity" => "2", 
00336                         "IdentityScope" => "2", 
00337                         "IllegalAccessError" => "2", 
00338                         "IllegalAccessException" => "2", 
00339                         "IllegalArgumentException" => "2", 
00340                         "IllegalComponentStateException" => "2", 
00341                         "IllegalMonitorStateException" => "2", 
00342                         "IllegalStateException" => "2", 
00343                         "IllegalThreadStateException" => "2", 
00344                         "Image" => "2", 
00345                         "ImageConsumer" => "2", 
00346                         "ImageFilter" => "2", 
00347                         "ImageObserver" => "2", 
00348                         "ImageProducer" => "2", 
00349                         "IncompatibleClassChangeError" => "2", 
00350                         "IndexColorModel" => "2", 
00351                         "IndexedPropertyDescriptor" => "2", 
00352                         "IndexOutOfBoundsException" => "2", 
00353                         "InetAddress" => "2", 
00354                         "Inflater" => "2", 
00355                         "InflaterInputStream" => "2", 
00356                         "InputEvent" => "2", 
00357                         "InputStream" => "2", 
00358                         "InputStreamReader" => "2", 
00359                         "Insets" => "2", 
00360                         "InstantiationError" => "2", 
00361                         "InstantiationException" => "2", 
00362                         "Integer" => "2", 
00363                         "InternalError" => "2", 
00364                         "InterruptedException" => "2", 
00365                         "InterruptedIOException" => "2", 
00366                         "IntrospectionException" => "2", 
00367                         "Introspector" => "2", 
00368                         "InvalidClassException" => "2", 
00369                         "InvalidKeyException" => "2", 
00370                         "InvalidObjectException" => "2", 
00371                         "InvalidParameterException" => "2", 
00372                         "InvocationTargetException" => "2", 
00373                         "IOException" => "2", 
00374                         "ItemEvent" => "2", 
00375                         "ItemListener" => "2", 
00376                         "ItemSelectable" => "2", 
00377                         "Key" => "2", 
00378                         "KeyAdapter" => "2", 
00379                         "KeyEvent" => "2", 
00380                         "KeyException" => "2", 
00381                         "KeyListener" => "2", 
00382                         "KeyManagementException" => "2", 
00383                         "KeyPair" => "2", 
00384                         "KeyPairGenerator" => "2", 
00385                         "Label" => "2", 
00386                         "LabelPeer" => "2", 
00387                         "LastOwnerException" => "2", 
00388                         "LayoutManager" => "2", 
00389                         "LayoutManager2" => "2", 
00390                         "Lease" => "2", 
00391                         "LightweightPeer" => "2", 
00392                         "LineNumberInputStream" => "2", 
00393                         "LineNumberReader" => "2", 
00394                         "LinkageError" => "2", 
00395                         "List" => "2", 
00396                         "ListPeer" => "2", 
00397                         "ListResourceBundle" => "2", 
00398                         "LoaderHandler" => "2", 
00399                         "Locale" => "2", 
00400                         "LocateRegistry" => "2", 
00401                         "LogStream" => "2", 
00402                         "MalformedURLException" => "2", 
00403                         "MarshalException" => "2", 
00404                         "Math" => "2", 
00405                         "MediaTracker" => "2", 
00406                         "Member" => "2", 
00407                         "MemoryImageSource" => "2", 
00408                         "Menu" => "2", 
00409                         "MenuBar" => "2", 
00410                         "MenuBarPeer" => "2", 
00411                         "MenuComponent" => "2", 
00412                         "MenuComponentPeer" => "2", 
00413                         "MenuContainer" => "2", 
00414                         "MenuItem" => "2", 
00415                         "MenuItemPeer" => "2", 
00416                         "MenuPeer" => "2", 
00417                         "MenuShortcut" => "2", 
00418                         "MessageDigest" => "2", 
00419                         "MessageFormat" => "2", 
00420                         "Method" => "2", 
00421                         "MethodDescriptor" => "2", 
00422                         "MissingResourceException" => "2", 
00423                         "Modifier" => "2", 
00424                         "MouseAdapter" => "2", 
00425                         "MouseEvent" => "2", 
00426                         "MouseListener" => "2", 
00427                         "MouseMotionAdapter" => "2", 
00428                         "MouseMotionListener" => "2", 
00429                         "MulticastSocket" => "2", 
00430                         "Naming" => "2", 
00431                         "NegativeArraySizeException" => "2", 
00432                         "NoClassDefFoundError" => "2", 
00433                         "NoRouteToHostException" => "2", 
00434                         "NoSuchAlgorithmException" => "2", 
00435                         "NoSuchElementException" => "2", 
00436                         "NoSuchFieldError" => "2", 
00437                         "NoSuchFieldException" => "2", 
00438                         "NoSuchMethodError" => "2", 
00439                         "NoSuchMethodException" => "2", 
00440                         "NoSuchObjectException" => "2", 
00441                         "NoSuchProviderException" => "2", 
00442                         "NotActiveException" => "2", 
00443                         "NotBoundException" => "2", 
00444                         "NotOwnerException" => "2", 
00445                         "NotSerializableException" => "2", 
00446                         "NullPointerException" => "2", 
00447                         "Number" => "2", 
00448                         "NumberFormat" => "2", 
00449                         "NumberFormatException" => "2", 
00450                         "Object" => "2", 
00451                         "ObjectInput" => "2", 
00452                         "ObjectInputStream" => "2", 
00453                         "ObjectInputValidation" => "2", 
00454                         "ObjectOutput" => "2", 
00455                         "ObjectOutputStream" => "2", 
00456                         "ObjectStreamClass" => "2", 
00457                         "ObjectStreamException" => "2", 
00458                         "ObjID" => "2", 
00459                         "Observable" => "2", 
00460                         "Observer" => "2", 
00461                         "Operation" => "2", 
00462                         "OptionalDataException" => "2", 
00463                         "OutOfMemoryError" => "2", 
00464                         "OutputStream" => "2", 
00465                         "OutputStreamWriter" => "2", 
00466                         "Owner" => "2", 
00467                         "PaintEvent" => "2", 
00468                         "Panel" => "2", 
00469                         "PanelPeer" => "2", 
00470                         "ParameterDescriptor" => "2", 
00471                         "ParseException" => "2", 
00472                         "ParsePosition" => "2", 
00473                         "Permission" => "2", 
00474                         "PipedInputStream" => "2", 
00475                         "PipedOutputStream" => "2", 
00476                         "PipedReader" => "2", 
00477                         "PipedWriter" => "2", 
00478                         "PixelGrabber" => "2", 
00479                         "Point" => "2", 
00480                         "Polygon" => "2", 
00481                         "PopupMenu" => "2", 
00482                         "PopupMenuPeer" => "2", 
00483                         "PreparedStatement" => "2", 
00484                         "Principal" => "2", 
00485                         "PrintGraphics" => "2", 
00486                         "PrintJob" => "2", 
00487                         "PrintStream" => "2", 
00488                         "PrintWriter" => "2", 
00489                         "PrivateKey" => "2", 
00490                         "Process" => "2", 
00491                         "Properties" => "2", 
00492                         "PropertyChangeEvent" => "2", 
00493                         "PropertyChangeListener" => "2", 
00494                         "PropertyChangeSupport" => "2", 
00495                         "PropertyDescriptor" => "2", 
00496                         "PropertyEditor" => "2", 
00497                         "PropertyEditorManager" => "2", 
00498                         "PropertyEditorSupport" => "2", 
00499                         "PropertyResourceBundle" => "2", 
00500                         "PropertyVetoException" => "2", 
00501                         "ProtocolException" => "2", 
00502                         "Provider" => "2", 
00503                         "ProviderException" => "2", 
00504                         "PublicKey" => "2", 
00505                         "PushbackInputStream" => "2", 
00506                         "PushbackReader" => "2", 
00507                         "Random" => "2", 
00508                         "RandomAccessFile" => "2", 
00509                         "Reader" => "2", 
00510                         "RectangleRegistry" => "2", 
00511                         "RegistryHandler" => "2", 
00512                         "Remote" => "2", 
00513                         "RemoteCall" => "2", 
00514                         "RemoteException" => "2", 
00515                         "RemoteObject" => "2", 
00516                         "RemoteRef" => "2", 
00517                         "RemoteServer" => "2", 
00518                         "RemoteStub" => "2", 
00519                         "ReplicateScaleFilter" => "2", 
00520                         "ResourceBundle" => "2", 
00521                         "ResultSet" => "2", 
00522                         "ResultSetMetaData" => "2", 
00523                         "RGBImageFilter" => "2", 
00524                         "RMIClassLoader" => "2", 
00525                         "RMIFailureHandler" => "2", 
00526                         "RMISecurityException" => "2", 
00527                         "RMISecurityManager" => "2", 
00528                         "RMISocketFactory" => "2", 
00529                         "RuleBasedCollator" => "2", 
00530                         "Runnable" => "2", 
00531                         "Runtime" => "2", 
00532                         "RuntimeException" => "2", 
00533                         "Scrollbar" => "2", 
00534                         "ScrollbarPeer" => "2", 
00535                         "ScrollPane" => "2", 
00536                         "ScrollPanePeer" => "2", 
00537                         "SecureRandom" => "2", 
00538                         "Security" => "2", 
00539                         "SecurityException" => "2", 
00540                         "SecurityManager" => "2", 
00541                         "SequenceInputStream" => "2", 
00542                         "Serializable" => "2", 
00543                         "ServerCloneException" => "2", 
00544                         "ServerError" => "2", 
00545                         "ServerException" => "2", 
00546                         "ServerNotActiveException" => "2", 
00547                         "ServerRef" => "2", 
00548                         "ServerRuntimeException" => "2", 
00549                         "ServerSocket" => "2", 
00550                         "Shape" => "2", 
00551                         "Short" => "2", 
00552                         "Signature" => "2", 
00553                         "SignatureException" => "2", 
00554                         "Signer" => "2", 
00555                         "SimpleBeanInfo" => "2", 
00556                         "SimpleDateFormat" => "2", 
00557                         "SimpleTimeZone" => "2", 
00558                         "Skeleton" => "2", 
00559                         "SkeletonMismatchException" => "2", 
00560                         "SkeletonNotFoundException" => "2", 
00561                         "Socket" => "2", 
00562                         "SocketException" => "2", 
00563                         "SocketImpl" => "2", 
00564                         "SocketImplFactory" => "2", 
00565                         "SocketSecurityException" => "2", 
00566                         "SQLException" => "2", 
00567                         "SQLWarning" => "2", 
00568                         "Stack" => "2", 
00569                         "StackOverflowError" => "2", 
00570                         "Statement" => "2", 
00571                         "StreamCorruptedException" => "2", 
00572                         "StreamTokenizer" => "2", 
00573                         "StringBuffer" => "2", 
00574                         "StringBufferInputStream" => "2", 
00575                         "StringCharacterIterator" => "2", 
00576                         "StringIndexOutOfBoundsException" => "2", 
00577                         "StringReader" => "2", 
00578                         "StringSelection" => "2", 
00579                         "StringTokenizer" => "2", 
00580                         "StringWriter" => "2", 
00581                         "StubNotFoundException" => "2", 
00582                         "SyncFailedException" => "2", 
00583                         "System" => "2", 
00584                         "SystemColor" => "2", 
00585                         "TextArea" => "2", 
00586                         "TextAreaPeer" => "2", 
00587                         "TextComponent" => "2", 
00588                         "TextComponentPeer" => "2", 
00589                         "TextEvent" => "2", 
00590                         "TextField" => "2", 
00591                         "TextFieldPeer" => "2", 
00592                         "TextListener" => "2", 
00593                         "Thread" => "2", 
00594                         "ThreadDeath" => "2", 
00595                         "ThreadGroup" => "2", 
00596                         "Throwable" => "2", 
00597                         "Time" => "2", 
00598                         "Timestamp" => "2", 
00599                         "TimeZone" => "2", 
00600                         "Toolkit" => "2", 
00601                         "TooManyListenersException" => "2", 
00602                         "Transferable" => "2", 
00603                         "Types" => "2", 
00604                         "UID" => "2", 
00605                         "UnexpectedException" => "2", 
00606                         "UnicastRemoteObject" => "2", 
00607                         "UnknownError" => "2", 
00608                         "UnknownHostException" => "2", 
00609                         "UnknownServiceException" => "2", 
00610                         "UnmarshalException" => "2", 
00611                         "Unreferenced" => "2", 
00612                         "UnsatisfiedLinkError" => "2", 
00613                         "UnsupportedEncodingException" => "2", 
00614                         "UnsupportedFlavorException" => "2", 
00615                         "URL" => "2", 
00616                         "URLConnection" => "2", 
00617                         "URLEncoder" => "2", 
00618                         "URLStreamHandler" => "2", 
00619                         "URLStreamHandlerFactory" => "2", 
00620                         "UTFDataFormatException" => "2", 
00621                         "Vector" => "2", 
00622                         "VerifyError" => "2", 
00623                         "VetoableChangeListener" => "2", 
00624                         "VetoableChangeSupport" => "2", 
00625                         "VirtualMachineError" => "2", 
00626                         "Visibility" => "2", 
00627                         "VMID" => "2", 
00628                         "Window" => "2", 
00629                         "WindowAdapter" => "2", 
00630                         "WindowEvent" => "2", 
00631                         "WindowListener" => "2", 
00632                         "WindowPeer" => "2", 
00633                         "WriteAbortedException" => "2", 
00634                         "Writer" => "2", 
00635                         "ZipEntry" => "2", 
00636                         "ZipException" => "2", 
00637                         "ZipFile" => "2", 
00638                         "ZipInputStream" => "2", 
00639                         "ZipOutputStream" => "2");
00640 
00641 // Special extensions
00642 
00643 // Each category can specify a PHP function that returns an altered
00644 // version of the keyword.
00645         
00646         
00647 
00648 $this->linkscripts      = array(
00649                         "1" => "donothing", 
00650                         "2" => "donothing");
00651 }
00652 
00653 
00654 function donothing($keywordin)
00655 {
00656         return $keywordin;
00657 }
00658 
00659 }?>

Generated on Fri Dec 13 2013 13:52:15 for ILIAS Release_3_7_x_branch .rev 46817 by  doxygen 1.7.1