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

syntax_highlight/php/HFile/HFile_baanerp.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_baanerp extends HFile{
00006    function HFile_baanerp(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // BaanERP 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", "gray", "brown", "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                         "by" => "1", 
00054                         "call" => "1", 
00055                         "case" => "1", 
00056                         "char" => "1", 
00057                         "clean" => "1", 
00058                         "commit" => "1", 
00059                         "common" => "1", 
00060                         "const" => "1", 
00061                         "continue" => "1", 
00062                         "default" => "1", 
00063                         "dim" => "1", 
00064                         "do" => "1", 
00065                         "domain" => "1", 
00066                         "double" => "1", 
00067                         "else" => "1", 
00068                         "empty" => "1", 
00069                         "end" => "1", 
00070                         "endcase" => "1", 
00071                         "endfor" => "1", 
00072                         "endif" => "1", 
00073                         "endwhile" => "1", 
00074                         "endselect" => "1", 
00075                         "enum" => "1", 
00076                         "eq" => "1", 
00077                         "extern" => "1", 
00078                         "false" => "1", 
00079                         "fixed" => "1", 
00080                         "for" => "1", 
00081                         "from" => "1", 
00082                         "function" => "1", 
00083                         "ge" => "1", 
00084                         "global" => "1", 
00085                         "goto" => "1", 
00086                         "gt" => "1", 
00087                         "group" => "1", 
00088                         "if" => "1", 
00089                         "in" => "1", 
00090                         "input" => "1", 
00091                         "inrange" => "1", 
00092                         "le" => "1", 
00093                         "long" => "1", 
00094                         "lt" => "1", 
00095                         "mb" => "1", 
00096                         "mess" => "1", 
00097                         "multibyte" => "1", 
00098                         "ne" => "1", 
00099                         "not" => "1", 
00100                         "on" => "1", 
00101                         "or" => "1", 
00102                         "order" => "1", 
00103                         "print" => "1", 
00104                         "prompt" => "1", 
00105                         "prepared" => "1", 
00106                         "ref" => "1", 
00107                         "reference" => "1", 
00108                         "register" => "1", 
00109                         "repeat" => "1", 
00110                         "return" => "1", 
00111                         "rows" => "1", 
00112                         "select" => "1", 
00113                         "selectbind" => "1", 
00114                         "selectdo" => "1", 
00115                         "selectempty" => "1", 
00116                         "selecteos" => "1", 
00117                         "selecterror" => "1", 
00118                         "set" => "1", 
00119                         "static" => "1", 
00120                         "step" => "1", 
00121                         "stop" => "1", 
00122                         "string" => "1", 
00123                         "switch" => "1", 
00124                         "table" => "1", 
00125                         "then" => "1", 
00126                         "to" => "1", 
00127                         "transaction" => "1", 
00128                         "true" => "1", 
00129                         "typedef" => "1", 
00130                         "union" => "1", 
00131                         "unsigned" => "1", 
00132                         "until" => "1", 
00133                         "update" => "1", 
00134                         "void" => "1", 
00135                         "where" => "1", 
00136                         "wherebind" => "1", 
00137                         "whereused" => "1", 
00138                         "while" => "1", 
00139                         "with" => "1", 
00140                         "#define" => "1", 
00141                         "#include" => "1", 
00142                         "#elif" => "1", 
00143                         "#if" => "1", 
00144                         "#line" => "1", 
00145                         "#else" => "1", 
00146                         "#ifdef" => "1", 
00147                         "#pragma" => "1", 
00148                         "#endif" => "1", 
00149                         "#ifndef" => "1", 
00150                         "#undef" => "1", 
00151                         "#ident" => "1", 
00152                         "db.update" => "2", 
00153                         "db.insert" => "2", 
00154                         "db.delete" => "2", 
00155                         "db.retry.point" => "2", 
00156                         "commit.transaction" => "2", 
00157                         "abort.transaction" => "2", 
00158                         "AbstractMethodError" => "3", 
00159                         "AccessException" => "3", 
00160                         "Acl" => "3", 
00161                         "AclEntry" => "3", 
00162                         "AclNotFoundException" => "3", 
00163                         "ActionEvent" => "3", 
00164                         "ActionListener" => "3", 
00165                         "Adjustable" => "3", 
00166                         "AdjustmentEvent" => "3", 
00167                         "AdjustmentListener" => "3", 
00168                         "Adler32" => "3", 
00169                         "AlreadyBoundException" => "3", 
00170                         "Applet" => "3", 
00171                         "AppletContext" => "3", 
00172                         "AppletStub" => "3", 
00173                         "AreaAveragingScaleFilter" => "3", 
00174                         "ArithmeticException" => "3", 
00175                         "Array" => "3", 
00176                         "ArrayIndexOutOfBoundsException" => "3", 
00177                         "ArrayStoreException" => "3", 
00178                         "AudioClip" => "3", 
00179                         "AWTError" => "3", 
00180                         "AWTEvent" => "3", 
00181                         "AWTEventMulticaster" => "3", 
00182                         "AWTException" => "3", 
00183                         "BeanDescriptor" => "3", 
00184                         "BeanInfo" => "3", 
00185                         "Beans" => "3", 
00186                         "BigDecimal" => "3", 
00187                         "BigInteger" => "3", 
00188                         "BindException" => "3", 
00189                         "BitSet" => "3", 
00190                         "Boolean" => "3", 
00191                         "BorderLayout" => "3", 
00192                         "BreakIterator" => "3", 
00193                         "BufferedInputStream" => "3", 
00194                         "BufferedOutputStream" => "3", 
00195                         "BufferedReader" => "3", 
00196                         "BufferedWriter" => "3", 
00197                         "Button" => "3", 
00198                         "ButtonPeer" => "3", 
00199                         "Byte" => "3", 
00200                         "ByteArrayInputStream" => "3", 
00201                         "ByteArrayOutputStream" => "3", 
00202                         "Calendar" => "3", 
00203                         "CallableStatement" => "3", 
00204                         "CanvasCanvasPeer" => "3", 
00205                         "Certificate" => "3", 
00206                         "Character" => "3", 
00207                         "CharacterIterator" => "3", 
00208                         "CharArrayReader" => "3", 
00209                         "CharArrayWriter" => "3", 
00210                         "CharConversionException" => "3", 
00211                         "Checkbox" => "3", 
00212                         "CheckboxGroup" => "3", 
00213                         "CheckboxMenuItem" => "3", 
00214                         "CheckboxMenuItemPeer" => "3", 
00215                         "CheckboxPeer" => "3", 
00216                         "CheckedInputStream" => "3", 
00217                         "CheckedOutputStream" => "3", 
00218                         "Checksum" => "3", 
00219                         "Choice" => "3", 
00220                         "ChoiceFormat" => "3", 
00221                         "ChoicePeer" => "3", 
00222                         "Class" => "3", 
00223                         "ClassCastException" => "3", 
00224                         "ClassCircularityError" => "3", 
00225                         "ClassFormatError" => "3", 
00226                         "ClassLoader" => "3", 
00227                         "ClassNotFoundException" => "3", 
00228                         "Clipboard" => "3", 
00229                         "ClipboardOwner" => "3", 
00230                         "Cloneable" => "3", 
00231                         "CloneNotSupportedException" => "3", 
00232                         "CollationElementIterator" => "3", 
00233                         "CollationKey" => "3", 
00234                         "Collator" => "3", 
00235                         "Color" => "3", 
00236                         "ColorModel" => "3", 
00237                         "Compiler" => "3", 
00238                         "Component" => "3", 
00239                         "ComponentAdapter" => "3", 
00240                         "ComponentEvent" => "3", 
00241                         "ComponentListener" => "3", 
00242                         "ComponentPeer" => "3", 
00243                         "ConnectException" => "3", 
00244                         "ConnectIOException" => "3", 
00245                         "Connection" => "3", 
00246                         "Constructor" => "3", 
00247                         "Container" => "3", 
00248                         "ContainerAdapter" => "3", 
00249                         "ContainerEvent" => "3", 
00250                         "ContainerListener" => "3", 
00251                         "ContainerPeer" => "3", 
00252                         "ContentHandler" => "3", 
00253                         "ContentHandlerFactory" => "3", 
00254                         "CRC32" => "3", 
00255                         "CropImageFilter" => "3", 
00256                         "Cursor" => "3", 
00257                         "Customizer" => "3", 
00258                         "CardLayout" => "3", 
00259                         "DatabaseMetaData" => "3", 
00260                         "DataFlavor" => "3", 
00261                         "DataFormatException" => "3", 
00262                         "DatagramPacket" => "3", 
00263                         "DatagramSocket" => "3", 
00264                         "DatagramSocketImpl" => "3", 
00265                         "DataInput" => "3", 
00266                         "DataInputStream" => "3", 
00267                         "DataOutput" => "3", 
00268                         "DataOutputStream" => "3", 
00269                         "DataTruncation" => "3", 
00270                         "Date" => "3", 
00271                         "DateFormat" => "3", 
00272                         "DateFormatSymbols" => "3", 
00273                         "DecimalFormat" => "3", 
00274                         "DecimalFormatSymbols" => "3", 
00275                         "Deflater" => "3", 
00276                         "DeflaterOutputStream" => "3", 
00277                         "DGC" => "3", 
00278                         "Dialog" => "3", 
00279                         "DialogPeer" => "3", 
00280                         "Dictionary" => "3", 
00281                         "DigestException" => "3", 
00282                         "DigestInputStream" => "3", 
00283                         "DigestOutputStream" => "3", 
00284                         "Dimension" => "3", 
00285                         "DirectColorModel" => "3", 
00286                         "Driver" => "3", 
00287                         "DriverManager" => "3", 
00288                         "DriverPropertyInfo" => "3", 
00289                         "DSAKey" => "3", 
00290                         "DSAKeyPairGenerator" => "3", 
00291                         "DSAParams" => "3", 
00292                         "DSAPrivateKey" => "3", 
00293                         "DSAPublicKey" => "3", 
00294                         "EmptyStackException" => "3", 
00295                         "Enumeration" => "3", 
00296                         "EOFException" => "3", 
00297                         "Error" => "3", 
00298                         "Event" => "3", 
00299                         "EventListener" => "3", 
00300                         "EventObject" => "3", 
00301                         "EventQueue" => "3", 
00302                         "EventSetDescriptor" => "3", 
00303                         "Exception" => "3", 
00304                         "ExceptionInInitializerError" => "3", 
00305                         "ExportException" => "3", 
00306                         "FeatureDescriptor" => "3", 
00307                         "Field" => "3", 
00308                         "FieldPosition" => "3", 
00309                         "File" => "3", 
00310                         "FileDescriptor" => "3", 
00311                         "FileDialog" => "3", 
00312                         "FileDialogPeer" => "3", 
00313                         "FileInputStream" => "3", 
00314                         "FilenameFilter" => "3", 
00315                         "FileNameMap" => "3", 
00316                         "FileNotFoundException" => "3", 
00317                         "FileOutputStream" => "3", 
00318                         "FileReader" => "3", 
00319                         "FileWriter" => "3", 
00320                         "FilteredImageSource" => "3", 
00321                         "FilterInputStream" => "3", 
00322                         "FilterOutputStream" => "3", 
00323                         "FilterReader" => "3", 
00324                         "FilterWriter" => "3", 
00325                         "Float" => "3", 
00326                         "FlowLayout" => "3", 
00327                         "FocusAdapter" => "3", 
00328                         "FocusEvent" => "3", 
00329                         "FocusListener" => "3", 
00330                         "Font" => "3", 
00331                         "FontMetrics" => "3", 
00332                         "FontPeer" => "3", 
00333                         "Format" => "3", 
00334                         "Frame" => "3", 
00335                         "FramePeer" => "3", 
00336                         "Graphics" => "3", 
00337                         "GregorianCalendar" => "3", 
00338                         "GridBagConstraints" => "3", 
00339                         "GridBagLayout" => "3", 
00340                         "GridLayout" => "3", 
00341                         "GZIPInputStream" => "3", 
00342                         "GZIPOutputStream" => "3", 
00343                         "Hashtable" => "3", 
00344                         "HttpURLConnection" => "3", 
00345                         "Identity" => "3", 
00346                         "IdentityScope" => "3", 
00347                         "IllegalAccessError" => "3", 
00348                         "IllegalAccessException" => "3", 
00349                         "IllegalArgumentException" => "3", 
00350                         "IllegalComponentStateException" => "3", 
00351                         "IllegalMonitorStateException" => "3", 
00352                         "IllegalStateException" => "3", 
00353                         "IllegalThreadStateException" => "3", 
00354                         "Image" => "3", 
00355                         "ImageConsumer" => "3", 
00356                         "ImageFilter" => "3", 
00357                         "ImageObserver" => "3", 
00358                         "ImageProducer" => "3", 
00359                         "IncompatibleClassChangeError" => "3", 
00360                         "IndexColorModel" => "3", 
00361                         "IndexedPropertyDescriptor" => "3", 
00362                         "IndexOutOfBoundsException" => "3", 
00363                         "InetAddress" => "3", 
00364                         "Inflater" => "3", 
00365                         "InflaterInputStream" => "3", 
00366                         "InputEvent" => "3", 
00367                         "InputStream" => "3", 
00368                         "InputStreamReader" => "3", 
00369                         "Insets" => "3", 
00370                         "InstantiationError" => "3", 
00371                         "InstantiationException" => "3", 
00372                         "Integer" => "3", 
00373                         "InternalError" => "3", 
00374                         "InterruptedException" => "3", 
00375                         "InterruptedIOException" => "3", 
00376                         "IntrospectionException" => "3", 
00377                         "Introspector" => "3", 
00378                         "InvalidClassException" => "3", 
00379                         "InvalidKeyException" => "3", 
00380                         "InvalidObjectException" => "3", 
00381                         "InvalidParameterException" => "3", 
00382                         "InvocationTargetException" => "3", 
00383                         "IOException" => "3", 
00384                         "ItemEvent" => "3", 
00385                         "ItemListener" => "3", 
00386                         "ItemSelectable" => "3", 
00387                         "Key" => "3", 
00388                         "KeyAdapter" => "3", 
00389                         "KeyEvent" => "3", 
00390                         "KeyException" => "3", 
00391                         "KeyListener" => "3", 
00392                         "KeyManagementException" => "3", 
00393                         "KeyPair" => "3", 
00394                         "KeyPairGenerator" => "3", 
00395                         "Label" => "3", 
00396                         "LabelPeer" => "3", 
00397                         "LastOwnerException" => "3", 
00398                         "LayoutManager" => "3", 
00399                         "LayoutManager2" => "3", 
00400                         "Lease" => "3", 
00401                         "LightweightPeer" => "3", 
00402                         "LineNumberInputStream" => "3", 
00403                         "LineNumberReader" => "3", 
00404                         "LinkageError" => "3", 
00405                         "List" => "3", 
00406                         "ListPeer" => "3", 
00407                         "ListResourceBundle" => "3", 
00408                         "LoaderHandler" => "3", 
00409                         "Locale" => "3", 
00410                         "LocateRegistry" => "3", 
00411                         "LogStream" => "3", 
00412                         "MalformedURLException" => "3", 
00413                         "MarshalException" => "3", 
00414                         "Math" => "3", 
00415                         "MediaTracker" => "3", 
00416                         "Member" => "3", 
00417                         "MemoryImageSource" => "3", 
00418                         "Menu" => "3", 
00419                         "MenuBar" => "3", 
00420                         "MenuBarPeer" => "3", 
00421                         "MenuComponent" => "3", 
00422                         "MenuComponentPeer" => "3", 
00423                         "MenuContainer" => "3", 
00424                         "MenuItem" => "3", 
00425                         "MenuItemPeer" => "3", 
00426                         "MenuPeer" => "3", 
00427                         "MenuShortcut" => "3", 
00428                         "MessageDigest" => "3", 
00429                         "MessageFormat" => "3", 
00430                         "Method" => "3", 
00431                         "MethodDescriptor" => "3", 
00432                         "MissingResourceException" => "3", 
00433                         "Modifier" => "3", 
00434                         "MouseAdapter" => "3", 
00435                         "MouseEvent" => "3", 
00436                         "MouseListener" => "3", 
00437                         "MouseMotionAdapter" => "3", 
00438                         "MouseMotionListener" => "3", 
00439                         "MulticastSocket" => "3", 
00440                         "Naming" => "3", 
00441                         "NegativeArraySizeException" => "3", 
00442                         "NoClassDefFoundError" => "3", 
00443                         "NoRouteToHostException" => "3", 
00444                         "NoSuchAlgorithmException" => "3", 
00445                         "NoSuchElementException" => "3", 
00446                         "NoSuchFieldError" => "3", 
00447                         "NoSuchFieldException" => "3", 
00448                         "NoSuchMethodError" => "3", 
00449                         "NoSuchMethodException" => "3", 
00450                         "NoSuchObjectException" => "3", 
00451                         "NoSuchProviderException" => "3", 
00452                         "NotActiveException" => "3", 
00453                         "NotBoundException" => "3", 
00454                         "NotOwnerException" => "3", 
00455                         "NotSerializableException" => "3", 
00456                         "NullPointerException" => "3", 
00457                         "Number" => "3", 
00458                         "NumberFormat" => "3", 
00459                         "NumberFormatException" => "3", 
00460                         "Object" => "3", 
00461                         "ObjectInput" => "3", 
00462                         "ObjectInputStream" => "3", 
00463                         "ObjectInputValidation" => "3", 
00464                         "ObjectOutput" => "3", 
00465                         "ObjectOutputStream" => "3", 
00466                         "ObjectStreamClass" => "3", 
00467                         "ObjectStreamException" => "3", 
00468                         "ObjID" => "3", 
00469                         "Observable" => "3", 
00470                         "Observer" => "3", 
00471                         "Operation" => "3", 
00472                         "OptionalDataException" => "3", 
00473                         "OutOfMemoryError" => "3", 
00474                         "OutputStream" => "3", 
00475                         "OutputStreamWriter" => "3", 
00476                         "Owner" => "3", 
00477                         "PaintEvent" => "3", 
00478                         "Panel" => "3", 
00479                         "PanelPeer" => "3", 
00480                         "ParameterDescriptor" => "3", 
00481                         "ParseException" => "3", 
00482                         "ParsePosition" => "3", 
00483                         "Permission" => "3", 
00484                         "PipedInputStream" => "3", 
00485                         "PipedOutputStream" => "3", 
00486                         "PipedReader" => "3", 
00487                         "PipedWriter" => "3", 
00488                         "PixelGrabber" => "3", 
00489                         "Point" => "3", 
00490                         "Polygon" => "3", 
00491                         "PopupMenu" => "3", 
00492                         "PopupMenuPeer" => "3", 
00493                         "PreparedStatement" => "3", 
00494                         "Principal" => "3", 
00495                         "PrintGraphics" => "3", 
00496                         "PrintJob" => "3", 
00497                         "PrintStream" => "3", 
00498                         "PrintWriter" => "3", 
00499                         "PrivateKey" => "3", 
00500                         "Process" => "3", 
00501                         "Properties" => "3", 
00502                         "PropertyChangeEvent" => "3", 
00503                         "PropertyChangeListener" => "3", 
00504                         "PropertyChangeSupport" => "3", 
00505                         "PropertyDescriptor" => "3", 
00506                         "PropertyEditor" => "3", 
00507                         "PropertyEditorManager" => "3", 
00508                         "PropertyEditorSupport" => "3", 
00509                         "PropertyResourceBundle" => "3", 
00510                         "PropertyVetoException" => "3", 
00511                         "ProtocolException" => "3", 
00512                         "Provider" => "3", 
00513                         "ProviderException" => "3", 
00514                         "PublicKey" => "3", 
00515                         "PushbackInputStream" => "3", 
00516                         "PushbackReader" => "3", 
00517                         "Random" => "3", 
00518                         "RandomAccessFile" => "3", 
00519                         "Reader" => "3", 
00520                         "RectangleRegistry" => "3", 
00521                         "RegistryHandler" => "3", 
00522                         "Remote" => "3", 
00523                         "RemoteCall" => "3", 
00524                         "RemoteException" => "3", 
00525                         "RemoteObject" => "3", 
00526                         "RemoteRef" => "3", 
00527                         "RemoteServer" => "3", 
00528                         "RemoteStub" => "3", 
00529                         "ReplicateScaleFilter" => "3", 
00530                         "ResourceBundle" => "3", 
00531                         "ResultSet" => "3", 
00532                         "ResultSetMetaData" => "3", 
00533                         "RGBImageFilter" => "3", 
00534                         "RMIClassLoader" => "3", 
00535                         "RMIFailureHandler" => "3", 
00536                         "RMISecurityException" => "3", 
00537                         "RMISecurityManager" => "3", 
00538                         "RMISocketFactory" => "3", 
00539                         "RuleBasedCollator" => "3", 
00540                         "Runnable" => "3", 
00541                         "Runtime" => "3", 
00542                         "RuntimeException" => "3", 
00543                         "Scrollbar" => "3", 
00544                         "ScrollbarPeer" => "3", 
00545                         "ScrollPane" => "3", 
00546                         "ScrollPanePeer" => "3", 
00547                         "SecureRandom" => "3", 
00548                         "Security" => "3", 
00549                         "SecurityException" => "3", 
00550                         "SecurityManager" => "3", 
00551                         "SequenceInputStream" => "3", 
00552                         "Serializable" => "3", 
00553                         "ServerCloneException" => "3", 
00554                         "ServerError" => "3", 
00555                         "ServerException" => "3", 
00556                         "ServerNotActiveException" => "3", 
00557                         "ServerRef" => "3", 
00558                         "ServerRuntimeException" => "3", 
00559                         "ServerSocket" => "3", 
00560                         "Shape" => "3", 
00561                         "Short" => "3", 
00562                         "Signature" => "3", 
00563                         "SignatureException" => "3", 
00564                         "Signer" => "3", 
00565                         "SimpleBeanInfo" => "3", 
00566                         "SimpleDateFormat" => "3", 
00567                         "SimpleTimeZone" => "3", 
00568                         "Skeleton" => "3", 
00569                         "SkeletonMismatchException" => "3", 
00570                         "SkeletonNotFoundException" => "3", 
00571                         "Socket" => "3", 
00572                         "SocketException" => "3", 
00573                         "SocketImpl" => "3", 
00574                         "SocketImplFactory" => "3", 
00575                         "SocketSecurityException" => "3", 
00576                         "SQLException" => "3", 
00577                         "SQLWarning" => "3", 
00578                         "Stack" => "3", 
00579                         "StackOverflowError" => "3", 
00580                         "Statement" => "3", 
00581                         "StreamCorruptedException" => "3", 
00582                         "StreamTokenizer" => "3", 
00583                         "StringBuffer" => "3", 
00584                         "StringBufferInputStream" => "3", 
00585                         "StringCharacterIterator" => "3", 
00586                         "StringIndexOutOfBoundsException" => "3", 
00587                         "StringReader" => "3", 
00588                         "StringSelection" => "3", 
00589                         "StringTokenizer" => "3", 
00590                         "StringWriter" => "3", 
00591                         "StubNotFoundException" => "3", 
00592                         "SyncFailedException" => "3", 
00593                         "System" => "3", 
00594                         "SystemColor" => "3", 
00595                         "TextArea" => "3", 
00596                         "TextAreaPeer" => "3", 
00597                         "TextComponent" => "3", 
00598                         "TextComponentPeer" => "3", 
00599                         "TextEvent" => "3", 
00600                         "TextField" => "3", 
00601                         "TextFieldPeer" => "3", 
00602                         "TextListener" => "3", 
00603                         "Thread" => "3", 
00604                         "ThreadDeath" => "3", 
00605                         "ThreadGroup" => "3", 
00606                         "Throwable" => "3", 
00607                         "Time" => "3", 
00608                         "Timestamp" => "3", 
00609                         "TimeZone" => "3", 
00610                         "Toolkit" => "3", 
00611                         "TooManyListenersException" => "3", 
00612                         "Transferable" => "3", 
00613                         "Types" => "3", 
00614                         "UID" => "3", 
00615                         "UnexpectedException" => "3", 
00616                         "UnicastRemoteObject" => "3", 
00617                         "UnknownError" => "3", 
00618                         "UnknownHostException" => "3", 
00619                         "UnknownServiceException" => "3", 
00620                         "UnmarshalException" => "3", 
00621                         "Unreferenced" => "3", 
00622                         "UnsatisfiedLinkError" => "3", 
00623                         "UnsupportedEncodingException" => "3", 
00624                         "UnsupportedFlavorException" => "3", 
00625                         "URL" => "3", 
00626                         "URLConnection" => "3", 
00627                         "URLEncoder" => "3", 
00628                         "URLStreamHandler" => "3", 
00629                         "URLStreamHandlerFactory" => "3", 
00630                         "UTFDataFormatException" => "3", 
00631                         "Vector" => "3", 
00632                         "VerifyError" => "3", 
00633                         "VetoableChangeListener" => "3", 
00634                         "VetoableChangeSupport" => "3", 
00635                         "VirtualMachineError" => "3", 
00636                         "Visibility" => "3", 
00637                         "VMID" => "3", 
00638                         "Window" => "3", 
00639                         "WindowAdapter" => "3", 
00640                         "WindowEvent" => "3", 
00641                         "WindowListener" => "3", 
00642                         "WindowPeer" => "3", 
00643                         "WriteAbortedException" => "3", 
00644                         "Writer" => "3", 
00645                         "ZipEntry" => "3", 
00646                         "ZipException" => "3", 
00647                         "ZipFile" => "3", 
00648                         "ZipInputStream" => "3", 
00649                         "ZipOutputStream" => "3", 
00650                         "after.choice:" => "4", 
00651                         "after.delete:" => "4", 
00652                         "after.display:" => "4", 
00653                         "after.field:" => "4", 
00654                         "after.form:" => "4", 
00655                         "after.input:" => "4", 
00656                         "after.program:" => "4", 
00657                         "after.read:" => "4", 
00658                         "after.rewrite:" => "4", 
00659                         "after.skip.delete:" => "4", 
00660                         "after.skip.rewrite:" => "4", 
00661                         "after.skip.write:" => "4", 
00662                         "after.update.db.commit:" => "4", 
00663                         "after.write:" => "4", 
00664                         "after.zoom:" => "4", 
00665                         "before.checks:" => "4", 
00666                         "before.choice:" => "4", 
00667                         "before.delete:" => "4", 
00668                         "before.display:" => "4", 
00669                         "before.field:" => "4", 
00670                         "before.form:" => "4", 
00671                         "before.input:" => "4", 
00672                         "before.program:" => "4", 
00673                         "before.read:" => "4", 
00674                         "before.rewrite:" => "4", 
00675                         "before.write:" => "4", 
00676                         "before.zoom:" => "4", 
00677                         "check.input:" => "4", 
00678                         "choice.abort.program:" => "4", 
00679                         "choice.add.set:" => "4", 
00680                         "choice.bms:" => "4", 
00681                         "choice.change.frm:" => "4", 
00682                         "choice.change.order:" => "4", 
00683                         "choice.cont.process:" => "4", 
00684                         "choice.create.job:" => "4", 
00685                         "choice.def.find:" => "4", 
00686                         "choice.dupl.occur:" => "4", 
00687                         "choice.end.program:" => "4", 
00688                         "choice.find.data:" => "4", 
00689                         "choice.first.frm:" => "4", 
00690                         "choice.first.set:" => "4", 
00691                         "choice.first.view:" => "4", 
00692                         "choice.get.defaults:" => "4", 
00693                         "choice.global.copy:" => "4", 
00694                         "choice.global.delete:" => "4", 
00695                         "choice.interrupt:" => "4", 
00696                         "choice.last.frm:" => "4", 
00697                         "choice.last.set:" => "4", 
00698                         "choice.last.view:" => "4", 
00699                         "choice.make.resident:" => "4", 
00700                         "choice.mark.delete:" => "4", 
00701                         "choice.mark.occur:" => "4", 
00702                         "choice.modify.set:" => "4", 
00703                         "choice.next.frm:" => "4", 
00704                         "choice.next.halfset:" => "4", 
00705                         "choice.next.set:" => "4", 
00706                         "choice.prev.frm:" => "4", 
00707                         "choice.prev.halfset:" => "4", 
00708                         "choice.prev.set:" => "4", 
00709                         "choice.prev.view:" => "4", 
00710                         "choice.print.data:" => "4", 
00711                         "choice.recover.set:" => "4", 
00712                         "choice.resize.frm:" => "4", 
00713                         "choice.restart.input:" => "4", 
00714                         "choice.run.job:" => "4", 
00715                         "choice.save.defaults:" => "4", 
00716                         "choice.start.chart:" => "4", 
00717                         "choice.start.query:" => "4", 
00718                         "choice.start.set:" => "4", 
00719                         "choice.text.manager:" => "4", 
00720                         "choice.update.db:" => "4", 
00721                         "choice.user.0:" => "4", 
00722                         "choice.user.1:" => "4", 
00723                         "choice.user.2:" => "4", 
00724                         "choice.user.3:" => "4", 
00725                         "choice.user.4:" => "4", 
00726                         "choice.user.5:" => "4", 
00727                         "choice.user.6:" => "4", 
00728                         "choice.user.7:" => "4", 
00729                         "choice.user.8:" => "4", 
00730                         "choice.user.9:" => "4", 
00731                         "choice.zoom:" => "4", 
00732                         "declaration:" => "4", 
00733                         "domain.error:" => "4", 
00734                         "field.all:" => "4", 
00735                         "field.other:" => "4", 
00736                         "form.10:" => "4", 
00737                         "form.11:" => "4", 
00738                         "form.12:" => "4", 
00739                         "form.1:" => "4", 
00740                         "form.2:" => "4", 
00741                         "form.3:" => "4", 
00742                         "form.4:" => "4", 
00743                         "form.5:" => "4", 
00744                         "form.6:" => "4", 
00745                         "form.7:" => "4", 
00746                         "form.8:" => "4", 
00747                         "form.9:" => "4", 
00748                         "form.all:" => "4", 
00749                         "form.other:" => "4", 
00750                         "functions:" => "4", 
00751                         "init.field:" => "4", 
00752                         "init.form:" => "4", 
00753                         "main.table.io:" => "4", 
00754                         "on.choice:" => "4", 
00755                         "on.entry:" => "4", 
00756                         "on.error:" => "4", 
00757                         "on.exit:" => "4", 
00758                         "on.input:" => "4", 
00759                         "read.view:" => "4", 
00760                         "ref.display:" => "4", 
00761                         "ref.input:" => "4", 
00762                         "when.field.changes:" => "4", 
00763                         "zoom.from.all:" => "4", 
00764                         "zoom.from.other:" => "4", 
00765                         "bms.send" => "5", 
00766                         "bms.receive" => "5", 
00767                         "bms.add.mask" => "5", 
00768                         "bms.receive$" => "5", 
00769                         "brw.parse.message" => "5", 
00770                         "brw.message.type" => "5", 
00771                         "brw.message.argument" => "5", 
00772                         "brw.message.content" => "5", 
00773                         "brw.start.init" => "5", 
00774                         "brw.end.init" => "5", 
00775                         "brw.mess" => "5", 
00776                         "brw.mouse.normal" => "5", 
00777                         "brw.mouse.watch" => "5", 
00778                         "brw.display" => "5", 
00779                         "browser.send" => "5", 
00780                         "evt.bms.sender" => "5", 
00781                         "dal.start.business.method" => "6", 
00782                         "dal.new" => "6", 
00783                         "dal.update" => "6", 
00784                         "dal.destroy" => "6", 
00785                         "dal.set.error.message" => "6", 
00786                         "DALHOOKERROR" => "6");
00787 
00788 // Special extensions
00789 
00790 // Each category can specify a PHP function that returns an altered
00791 // version of the keyword.
00792         
00793         
00794 
00795 $this->linkscripts      = array(
00796                         "1" => "donothing", 
00797                         "2" => "donothing", 
00798                         "3" => "donothing", 
00799                         "4" => "donothing", 
00800                         "5" => "donothing", 
00801                         "6" => "donothing");
00802 }
00803 
00804 
00805 function donothing($keywordin)
00806 {
00807         return $keywordin;
00808 }
00809 
00810 }?>

Generated on Fri Dec 13 2013 09:06:39 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1