ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HFile_baanerp.php
Go to the documentation of this file.
1 <?php
2 $BEAUT_PATH = realpath(".")."/Services/COPage/syntax_highlight/php";
3 if (!isset ($BEAUT_PATH)) return;
4 require_once("$BEAUT_PATH/Beautifier/HFile.php");
5  class HFile_baanerp extends HFile{
6  function HFile_baanerp(){
7  $this->HFile();
8 /*************************************/
9 // Beautifier Highlighting Configuration File
10 // BaanERP 3/4-GL
11 /*************************************/
12 // Flags
13 
14 $this->nocase = "1";
15 $this->notrim = "0";
16 $this->perl = "0";
17 
18 // Colours
19 
20 $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple");
21 $this->quotecolour = "blue";
22 $this->blockcommentcolour = "green";
23 $this->linecommentcolour = "green";
24 
25 // Indent Strings
26 
27 $this->indent = array("{", "if", "else", "repeat", "selectdo", "selectempty", "selecteos", "while", "for", "case", "dllusage");
28 $this->unindent = array("}", "endif", "endselect", "endwhile", "endfor", "endcase", "until", "enddllusage");
29 
30 // String characters and delimiters
31 
32 $this->stringchars = array("\"");
33 $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ";", "\"", "'", "<", ">", " ", ",", " ", "?");
34 $this->escchar = "";
35 
36 // Comment settings
37 
38 $this->linecommenton = array("|");
39 $this->blockcommenton = array("dllusage");
40 $this->blockcommentoff = array("endusage");
41 
42 // Keywords (keyword mapping to colour number)
43 
44 $this->keywords = array(
45  "at" => "1",
46  "and" => "1",
47  "as" => "1",
48  "auto" => "1",
49  "base" => "1",
50  "based" => "1",
51  "break" => "1",
52  "bset" => "1",
53  "by" => "1",
54  "call" => "1",
55  "case" => "1",
56  "char" => "1",
57  "clean" => "1",
58  "commit" => "1",
59  "common" => "1",
60  "const" => "1",
61  "continue" => "1",
62  "default" => "1",
63  "dim" => "1",
64  "do" => "1",
65  "domain" => "1",
66  "double" => "1",
67  "else" => "1",
68  "empty" => "1",
69  "end" => "1",
70  "endcase" => "1",
71  "endfor" => "1",
72  "endif" => "1",
73  "endwhile" => "1",
74  "endselect" => "1",
75  "enum" => "1",
76  "eq" => "1",
77  "extern" => "1",
78  "false" => "1",
79  "fixed" => "1",
80  "for" => "1",
81  "from" => "1",
82  "function" => "1",
83  "ge" => "1",
84  "global" => "1",
85  "goto" => "1",
86  "gt" => "1",
87  "group" => "1",
88  "if" => "1",
89  "in" => "1",
90  "input" => "1",
91  "inrange" => "1",
92  "le" => "1",
93  "long" => "1",
94  "lt" => "1",
95  "mb" => "1",
96  "mess" => "1",
97  "multibyte" => "1",
98  "ne" => "1",
99  "not" => "1",
100  "on" => "1",
101  "or" => "1",
102  "order" => "1",
103  "print" => "1",
104  "prompt" => "1",
105  "prepared" => "1",
106  "ref" => "1",
107  "reference" => "1",
108  "register" => "1",
109  "repeat" => "1",
110  "return" => "1",
111  "rows" => "1",
112  "select" => "1",
113  "selectbind" => "1",
114  "selectdo" => "1",
115  "selectempty" => "1",
116  "selecteos" => "1",
117  "selecterror" => "1",
118  "set" => "1",
119  "static" => "1",
120  "step" => "1",
121  "stop" => "1",
122  "string" => "1",
123  "switch" => "1",
124  "table" => "1",
125  "then" => "1",
126  "to" => "1",
127  "transaction" => "1",
128  "true" => "1",
129  "typedef" => "1",
130  "union" => "1",
131  "unsigned" => "1",
132  "until" => "1",
133  "update" => "1",
134  "void" => "1",
135  "where" => "1",
136  "wherebind" => "1",
137  "whereused" => "1",
138  "while" => "1",
139  "with" => "1",
140  "#define" => "1",
141  "#include" => "1",
142  "#elif" => "1",
143  "#if" => "1",
144  "#line" => "1",
145  "#else" => "1",
146  "#ifdef" => "1",
147  "#pragma" => "1",
148  "#endif" => "1",
149  "#ifndef" => "1",
150  "#undef" => "1",
151  "#ident" => "1",
152  "db.update" => "2",
153  "db.insert" => "2",
154  "db.delete" => "2",
155  "db.retry.point" => "2",
156  "commit.transaction" => "2",
157  "abort.transaction" => "2",
158  "AbstractMethodError" => "3",
159  "AccessException" => "3",
160  "Acl" => "3",
161  "AclEntry" => "3",
162  "AclNotFoundException" => "3",
163  "ActionEvent" => "3",
164  "ActionListener" => "3",
165  "Adjustable" => "3",
166  "AdjustmentEvent" => "3",
167  "AdjustmentListener" => "3",
168  "Adler32" => "3",
169  "AlreadyBoundException" => "3",
170  "Applet" => "3",
171  "AppletContext" => "3",
172  "AppletStub" => "3",
173  "AreaAveragingScaleFilter" => "3",
174  "ArithmeticException" => "3",
175  "Array" => "3",
176  "ArrayIndexOutOfBoundsException" => "3",
177  "ArrayStoreException" => "3",
178  "AudioClip" => "3",
179  "AWTError" => "3",
180  "AWTEvent" => "3",
181  "AWTEventMulticaster" => "3",
182  "AWTException" => "3",
183  "BeanDescriptor" => "3",
184  "BeanInfo" => "3",
185  "Beans" => "3",
186  "BigDecimal" => "3",
187  "BigInteger" => "3",
188  "BindException" => "3",
189  "BitSet" => "3",
190  "Boolean" => "3",
191  "BorderLayout" => "3",
192  "BreakIterator" => "3",
193  "BufferedInputStream" => "3",
194  "BufferedOutputStream" => "3",
195  "BufferedReader" => "3",
196  "BufferedWriter" => "3",
197  "Button" => "3",
198  "ButtonPeer" => "3",
199  "Byte" => "3",
200  "ByteArrayInputStream" => "3",
201  "ByteArrayOutputStream" => "3",
202  "Calendar" => "3",
203  "CallableStatement" => "3",
204  "CanvasCanvasPeer" => "3",
205  "Certificate" => "3",
206  "Character" => "3",
207  "CharacterIterator" => "3",
208  "CharArrayReader" => "3",
209  "CharArrayWriter" => "3",
210  "CharConversionException" => "3",
211  "Checkbox" => "3",
212  "CheckboxGroup" => "3",
213  "CheckboxMenuItem" => "3",
214  "CheckboxMenuItemPeer" => "3",
215  "CheckboxPeer" => "3",
216  "CheckedInputStream" => "3",
217  "CheckedOutputStream" => "3",
218  "Checksum" => "3",
219  "Choice" => "3",
220  "ChoiceFormat" => "3",
221  "ChoicePeer" => "3",
222  "Class" => "3",
223  "ClassCastException" => "3",
224  "ClassCircularityError" => "3",
225  "ClassFormatError" => "3",
226  "ClassLoader" => "3",
227  "ClassNotFoundException" => "3",
228  "Clipboard" => "3",
229  "ClipboardOwner" => "3",
230  "Cloneable" => "3",
231  "CloneNotSupportedException" => "3",
232  "CollationElementIterator" => "3",
233  "CollationKey" => "3",
234  "Collator" => "3",
235  "Color" => "3",
236  "ColorModel" => "3",
237  "Compiler" => "3",
238  "Component" => "3",
239  "ComponentAdapter" => "3",
240  "ComponentEvent" => "3",
241  "ComponentListener" => "3",
242  "ComponentPeer" => "3",
243  "ConnectException" => "3",
244  "ConnectIOException" => "3",
245  "Connection" => "3",
246  "Constructor" => "3",
247  "Container" => "3",
248  "ContainerAdapter" => "3",
249  "ContainerEvent" => "3",
250  "ContainerListener" => "3",
251  "ContainerPeer" => "3",
252  "ContentHandler" => "3",
253  "ContentHandlerFactory" => "3",
254  "CRC32" => "3",
255  "CropImageFilter" => "3",
256  "Cursor" => "3",
257  "Customizer" => "3",
258  "CardLayout" => "3",
259  "DatabaseMetaData" => "3",
260  "DataFlavor" => "3",
261  "DataFormatException" => "3",
262  "DatagramPacket" => "3",
263  "DatagramSocket" => "3",
264  "DatagramSocketImpl" => "3",
265  "DataInput" => "3",
266  "DataInputStream" => "3",
267  "DataOutput" => "3",
268  "DataOutputStream" => "3",
269  "DataTruncation" => "3",
270  "Date" => "3",
271  "DateFormat" => "3",
272  "DateFormatSymbols" => "3",
273  "DecimalFormat" => "3",
274  "DecimalFormatSymbols" => "3",
275  "Deflater" => "3",
276  "DeflaterOutputStream" => "3",
277  "DGC" => "3",
278  "Dialog" => "3",
279  "DialogPeer" => "3",
280  "Dictionary" => "3",
281  "DigestException" => "3",
282  "DigestInputStream" => "3",
283  "DigestOutputStream" => "3",
284  "Dimension" => "3",
285  "DirectColorModel" => "3",
286  "Driver" => "3",
287  "DriverManager" => "3",
288  "DriverPropertyInfo" => "3",
289  "DSAKey" => "3",
290  "DSAKeyPairGenerator" => "3",
291  "DSAParams" => "3",
292  "DSAPrivateKey" => "3",
293  "DSAPublicKey" => "3",
294  "EmptyStackException" => "3",
295  "Enumeration" => "3",
296  "EOFException" => "3",
297  "Error" => "3",
298  "Event" => "3",
299  "EventListener" => "3",
300  "EventObject" => "3",
301  "EventQueue" => "3",
302  "EventSetDescriptor" => "3",
303  "Exception" => "3",
304  "ExceptionInInitializerError" => "3",
305  "ExportException" => "3",
306  "FeatureDescriptor" => "3",
307  "Field" => "3",
308  "FieldPosition" => "3",
309  "File" => "3",
310  "FileDescriptor" => "3",
311  "FileDialog" => "3",
312  "FileDialogPeer" => "3",
313  "FileInputStream" => "3",
314  "FilenameFilter" => "3",
315  "FileNameMap" => "3",
316  "FileNotFoundException" => "3",
317  "FileOutputStream" => "3",
318  "FileReader" => "3",
319  "FileWriter" => "3",
320  "FilteredImageSource" => "3",
321  "FilterInputStream" => "3",
322  "FilterOutputStream" => "3",
323  "FilterReader" => "3",
324  "FilterWriter" => "3",
325  "Float" => "3",
326  "FlowLayout" => "3",
327  "FocusAdapter" => "3",
328  "FocusEvent" => "3",
329  "FocusListener" => "3",
330  "Font" => "3",
331  "FontMetrics" => "3",
332  "FontPeer" => "3",
333  "Format" => "3",
334  "Frame" => "3",
335  "FramePeer" => "3",
336  "Graphics" => "3",
337  "GregorianCalendar" => "3",
338  "GridBagConstraints" => "3",
339  "GridBagLayout" => "3",
340  "GridLayout" => "3",
341  "GZIPInputStream" => "3",
342  "GZIPOutputStream" => "3",
343  "Hashtable" => "3",
344  "HttpURLConnection" => "3",
345  "Identity" => "3",
346  "IdentityScope" => "3",
347  "IllegalAccessError" => "3",
348  "IllegalAccessException" => "3",
349  "IllegalArgumentException" => "3",
350  "IllegalComponentStateException" => "3",
351  "IllegalMonitorStateException" => "3",
352  "IllegalStateException" => "3",
353  "IllegalThreadStateException" => "3",
354  "Image" => "3",
355  "ImageConsumer" => "3",
356  "ImageFilter" => "3",
357  "ImageObserver" => "3",
358  "ImageProducer" => "3",
359  "IncompatibleClassChangeError" => "3",
360  "IndexColorModel" => "3",
361  "IndexedPropertyDescriptor" => "3",
362  "IndexOutOfBoundsException" => "3",
363  "InetAddress" => "3",
364  "Inflater" => "3",
365  "InflaterInputStream" => "3",
366  "InputEvent" => "3",
367  "InputStream" => "3",
368  "InputStreamReader" => "3",
369  "Insets" => "3",
370  "InstantiationError" => "3",
371  "InstantiationException" => "3",
372  "Integer" => "3",
373  "InternalError" => "3",
374  "InterruptedException" => "3",
375  "InterruptedIOException" => "3",
376  "IntrospectionException" => "3",
377  "Introspector" => "3",
378  "InvalidClassException" => "3",
379  "InvalidKeyException" => "3",
380  "InvalidObjectException" => "3",
381  "InvalidParameterException" => "3",
382  "InvocationTargetException" => "3",
383  "IOException" => "3",
384  "ItemEvent" => "3",
385  "ItemListener" => "3",
386  "ItemSelectable" => "3",
387  "Key" => "3",
388  "KeyAdapter" => "3",
389  "KeyEvent" => "3",
390  "KeyException" => "3",
391  "KeyListener" => "3",
392  "KeyManagementException" => "3",
393  "KeyPair" => "3",
394  "KeyPairGenerator" => "3",
395  "Label" => "3",
396  "LabelPeer" => "3",
397  "LastOwnerException" => "3",
398  "LayoutManager" => "3",
399  "LayoutManager2" => "3",
400  "Lease" => "3",
401  "LightweightPeer" => "3",
402  "LineNumberInputStream" => "3",
403  "LineNumberReader" => "3",
404  "LinkageError" => "3",
405  "List" => "3",
406  "ListPeer" => "3",
407  "ListResourceBundle" => "3",
408  "LoaderHandler" => "3",
409  "Locale" => "3",
410  "LocateRegistry" => "3",
411  "LogStream" => "3",
412  "MalformedURLException" => "3",
413  "MarshalException" => "3",
414  "Math" => "3",
415  "MediaTracker" => "3",
416  "Member" => "3",
417  "MemoryImageSource" => "3",
418  "Menu" => "3",
419  "MenuBar" => "3",
420  "MenuBarPeer" => "3",
421  "MenuComponent" => "3",
422  "MenuComponentPeer" => "3",
423  "MenuContainer" => "3",
424  "MenuItem" => "3",
425  "MenuItemPeer" => "3",
426  "MenuPeer" => "3",
427  "MenuShortcut" => "3",
428  "MessageDigest" => "3",
429  "MessageFormat" => "3",
430  "Method" => "3",
431  "MethodDescriptor" => "3",
432  "MissingResourceException" => "3",
433  "Modifier" => "3",
434  "MouseAdapter" => "3",
435  "MouseEvent" => "3",
436  "MouseListener" => "3",
437  "MouseMotionAdapter" => "3",
438  "MouseMotionListener" => "3",
439  "MulticastSocket" => "3",
440  "Naming" => "3",
441  "NegativeArraySizeException" => "3",
442  "NoClassDefFoundError" => "3",
443  "NoRouteToHostException" => "3",
444  "NoSuchAlgorithmException" => "3",
445  "NoSuchElementException" => "3",
446  "NoSuchFieldError" => "3",
447  "NoSuchFieldException" => "3",
448  "NoSuchMethodError" => "3",
449  "NoSuchMethodException" => "3",
450  "NoSuchObjectException" => "3",
451  "NoSuchProviderException" => "3",
452  "NotActiveException" => "3",
453  "NotBoundException" => "3",
454  "NotOwnerException" => "3",
455  "NotSerializableException" => "3",
456  "NullPointerException" => "3",
457  "Number" => "3",
458  "NumberFormat" => "3",
459  "NumberFormatException" => "3",
460  "Object" => "3",
461  "ObjectInput" => "3",
462  "ObjectInputStream" => "3",
463  "ObjectInputValidation" => "3",
464  "ObjectOutput" => "3",
465  "ObjectOutputStream" => "3",
466  "ObjectStreamClass" => "3",
467  "ObjectStreamException" => "3",
468  "ObjID" => "3",
469  "Observable" => "3",
470  "Observer" => "3",
471  "Operation" => "3",
472  "OptionalDataException" => "3",
473  "OutOfMemoryError" => "3",
474  "OutputStream" => "3",
475  "OutputStreamWriter" => "3",
476  "Owner" => "3",
477  "PaintEvent" => "3",
478  "Panel" => "3",
479  "PanelPeer" => "3",
480  "ParameterDescriptor" => "3",
481  "ParseException" => "3",
482  "ParsePosition" => "3",
483  "Permission" => "3",
484  "PipedInputStream" => "3",
485  "PipedOutputStream" => "3",
486  "PipedReader" => "3",
487  "PipedWriter" => "3",
488  "PixelGrabber" => "3",
489  "Point" => "3",
490  "Polygon" => "3",
491  "PopupMenu" => "3",
492  "PopupMenuPeer" => "3",
493  "PreparedStatement" => "3",
494  "Principal" => "3",
495  "PrintGraphics" => "3",
496  "PrintJob" => "3",
497  "PrintStream" => "3",
498  "PrintWriter" => "3",
499  "PrivateKey" => "3",
500  "Process" => "3",
501  "Properties" => "3",
502  "PropertyChangeEvent" => "3",
503  "PropertyChangeListener" => "3",
504  "PropertyChangeSupport" => "3",
505  "PropertyDescriptor" => "3",
506  "PropertyEditor" => "3",
507  "PropertyEditorManager" => "3",
508  "PropertyEditorSupport" => "3",
509  "PropertyResourceBundle" => "3",
510  "PropertyVetoException" => "3",
511  "ProtocolException" => "3",
512  "Provider" => "3",
513  "ProviderException" => "3",
514  "PublicKey" => "3",
515  "PushbackInputStream" => "3",
516  "PushbackReader" => "3",
517  "Random" => "3",
518  "RandomAccessFile" => "3",
519  "Reader" => "3",
520  "RectangleRegistry" => "3",
521  "RegistryHandler" => "3",
522  "Remote" => "3",
523  "RemoteCall" => "3",
524  "RemoteException" => "3",
525  "RemoteObject" => "3",
526  "RemoteRef" => "3",
527  "RemoteServer" => "3",
528  "RemoteStub" => "3",
529  "ReplicateScaleFilter" => "3",
530  "ResourceBundle" => "3",
531  "ResultSet" => "3",
532  "ResultSetMetaData" => "3",
533  "RGBImageFilter" => "3",
534  "RMIClassLoader" => "3",
535  "RMIFailureHandler" => "3",
536  "RMISecurityException" => "3",
537  "RMISecurityManager" => "3",
538  "RMISocketFactory" => "3",
539  "RuleBasedCollator" => "3",
540  "Runnable" => "3",
541  "Runtime" => "3",
542  "RuntimeException" => "3",
543  "Scrollbar" => "3",
544  "ScrollbarPeer" => "3",
545  "ScrollPane" => "3",
546  "ScrollPanePeer" => "3",
547  "SecureRandom" => "3",
548  "Security" => "3",
549  "SecurityException" => "3",
550  "SecurityManager" => "3",
551  "SequenceInputStream" => "3",
552  "Serializable" => "3",
553  "ServerCloneException" => "3",
554  "ServerError" => "3",
555  "ServerException" => "3",
556  "ServerNotActiveException" => "3",
557  "ServerRef" => "3",
558  "ServerRuntimeException" => "3",
559  "ServerSocket" => "3",
560  "Shape" => "3",
561  "Short" => "3",
562  "Signature" => "3",
563  "SignatureException" => "3",
564  "Signer" => "3",
565  "SimpleBeanInfo" => "3",
566  "SimpleDateFormat" => "3",
567  "SimpleTimeZone" => "3",
568  "Skeleton" => "3",
569  "SkeletonMismatchException" => "3",
570  "SkeletonNotFoundException" => "3",
571  "Socket" => "3",
572  "SocketException" => "3",
573  "SocketImpl" => "3",
574  "SocketImplFactory" => "3",
575  "SocketSecurityException" => "3",
576  "SQLException" => "3",
577  "SQLWarning" => "3",
578  "Stack" => "3",
579  "StackOverflowError" => "3",
580  "Statement" => "3",
581  "StreamCorruptedException" => "3",
582  "StreamTokenizer" => "3",
583  "StringBuffer" => "3",
584  "StringBufferInputStream" => "3",
585  "StringCharacterIterator" => "3",
586  "StringIndexOutOfBoundsException" => "3",
587  "StringReader" => "3",
588  "StringSelection" => "3",
589  "StringTokenizer" => "3",
590  "StringWriter" => "3",
591  "StubNotFoundException" => "3",
592  "SyncFailedException" => "3",
593  "System" => "3",
594  "SystemColor" => "3",
595  "TextArea" => "3",
596  "TextAreaPeer" => "3",
597  "TextComponent" => "3",
598  "TextComponentPeer" => "3",
599  "TextEvent" => "3",
600  "TextField" => "3",
601  "TextFieldPeer" => "3",
602  "TextListener" => "3",
603  "Thread" => "3",
604  "ThreadDeath" => "3",
605  "ThreadGroup" => "3",
606  "Throwable" => "3",
607  "Time" => "3",
608  "Timestamp" => "3",
609  "TimeZone" => "3",
610  "Toolkit" => "3",
611  "TooManyListenersException" => "3",
612  "Transferable" => "3",
613  "Types" => "3",
614  "UID" => "3",
615  "UnexpectedException" => "3",
616  "UnicastRemoteObject" => "3",
617  "UnknownError" => "3",
618  "UnknownHostException" => "3",
619  "UnknownServiceException" => "3",
620  "UnmarshalException" => "3",
621  "Unreferenced" => "3",
622  "UnsatisfiedLinkError" => "3",
623  "UnsupportedEncodingException" => "3",
624  "UnsupportedFlavorException" => "3",
625  "URL" => "3",
626  "URLConnection" => "3",
627  "URLEncoder" => "3",
628  "URLStreamHandler" => "3",
629  "URLStreamHandlerFactory" => "3",
630  "UTFDataFormatException" => "3",
631  "Vector" => "3",
632  "VerifyError" => "3",
633  "VetoableChangeListener" => "3",
634  "VetoableChangeSupport" => "3",
635  "VirtualMachineError" => "3",
636  "Visibility" => "3",
637  "VMID" => "3",
638  "Window" => "3",
639  "WindowAdapter" => "3",
640  "WindowEvent" => "3",
641  "WindowListener" => "3",
642  "WindowPeer" => "3",
643  "WriteAbortedException" => "3",
644  "Writer" => "3",
645  "ZipEntry" => "3",
646  "ZipException" => "3",
647  "ZipFile" => "3",
648  "ZipInputStream" => "3",
649  "ZipOutputStream" => "3",
650  "after.choice:" => "4",
651  "after.delete:" => "4",
652  "after.display:" => "4",
653  "after.field:" => "4",
654  "after.form:" => "4",
655  "after.input:" => "4",
656  "after.program:" => "4",
657  "after.read:" => "4",
658  "after.rewrite:" => "4",
659  "after.skip.delete:" => "4",
660  "after.skip.rewrite:" => "4",
661  "after.skip.write:" => "4",
662  "after.update.db.commit:" => "4",
663  "after.write:" => "4",
664  "after.zoom:" => "4",
665  "before.checks:" => "4",
666  "before.choice:" => "4",
667  "before.delete:" => "4",
668  "before.display:" => "4",
669  "before.field:" => "4",
670  "before.form:" => "4",
671  "before.input:" => "4",
672  "before.program:" => "4",
673  "before.read:" => "4",
674  "before.rewrite:" => "4",
675  "before.write:" => "4",
676  "before.zoom:" => "4",
677  "check.input:" => "4",
678  "choice.abort.program:" => "4",
679  "choice.add.set:" => "4",
680  "choice.bms:" => "4",
681  "choice.change.frm:" => "4",
682  "choice.change.order:" => "4",
683  "choice.cont.process:" => "4",
684  "choice.create.job:" => "4",
685  "choice.def.find:" => "4",
686  "choice.dupl.occur:" => "4",
687  "choice.end.program:" => "4",
688  "choice.find.data:" => "4",
689  "choice.first.frm:" => "4",
690  "choice.first.set:" => "4",
691  "choice.first.view:" => "4",
692  "choice.get.defaults:" => "4",
693  "choice.global.copy:" => "4",
694  "choice.global.delete:" => "4",
695  "choice.interrupt:" => "4",
696  "choice.last.frm:" => "4",
697  "choice.last.set:" => "4",
698  "choice.last.view:" => "4",
699  "choice.make.resident:" => "4",
700  "choice.mark.delete:" => "4",
701  "choice.mark.occur:" => "4",
702  "choice.modify.set:" => "4",
703  "choice.next.frm:" => "4",
704  "choice.next.halfset:" => "4",
705  "choice.next.set:" => "4",
706  "choice.prev.frm:" => "4",
707  "choice.prev.halfset:" => "4",
708  "choice.prev.set:" => "4",
709  "choice.prev.view:" => "4",
710  "choice.print.data:" => "4",
711  "choice.recover.set:" => "4",
712  "choice.resize.frm:" => "4",
713  "choice.restart.input:" => "4",
714  "choice.run.job:" => "4",
715  "choice.save.defaults:" => "4",
716  "choice.start.chart:" => "4",
717  "choice.start.query:" => "4",
718  "choice.start.set:" => "4",
719  "choice.text.manager:" => "4",
720  "choice.update.db:" => "4",
721  "choice.user.0:" => "4",
722  "choice.user.1:" => "4",
723  "choice.user.2:" => "4",
724  "choice.user.3:" => "4",
725  "choice.user.4:" => "4",
726  "choice.user.5:" => "4",
727  "choice.user.6:" => "4",
728  "choice.user.7:" => "4",
729  "choice.user.8:" => "4",
730  "choice.user.9:" => "4",
731  "choice.zoom:" => "4",
732  "declaration:" => "4",
733  "domain.error:" => "4",
734  "field.all:" => "4",
735  "field.other:" => "4",
736  "form.10:" => "4",
737  "form.11:" => "4",
738  "form.12:" => "4",
739  "form.1:" => "4",
740  "form.2:" => "4",
741  "form.3:" => "4",
742  "form.4:" => "4",
743  "form.5:" => "4",
744  "form.6:" => "4",
745  "form.7:" => "4",
746  "form.8:" => "4",
747  "form.9:" => "4",
748  "form.all:" => "4",
749  "form.other:" => "4",
750  "functions:" => "4",
751  "init.field:" => "4",
752  "init.form:" => "4",
753  "main.table.io:" => "4",
754  "on.choice:" => "4",
755  "on.entry:" => "4",
756  "on.error:" => "4",
757  "on.exit:" => "4",
758  "on.input:" => "4",
759  "read.view:" => "4",
760  "ref.display:" => "4",
761  "ref.input:" => "4",
762  "when.field.changes:" => "4",
763  "zoom.from.all:" => "4",
764  "zoom.from.other:" => "4",
765  "bms.send" => "5",
766  "bms.receive" => "5",
767  "bms.add.mask" => "5",
768  "bms.receive$" => "5",
769  "brw.parse.message" => "5",
770  "brw.message.type" => "5",
771  "brw.message.argument" => "5",
772  "brw.message.content" => "5",
773  "brw.start.init" => "5",
774  "brw.end.init" => "5",
775  "brw.mess" => "5",
776  "brw.mouse.normal" => "5",
777  "brw.mouse.watch" => "5",
778  "brw.display" => "5",
779  "browser.send" => "5",
780  "evt.bms.sender" => "5",
781  "dal.start.business.method" => "6",
782  "dal.new" => "6",
783  "dal.update" => "6",
784  "dal.destroy" => "6",
785  "dal.set.error.message" => "6",
786  "DALHOOKERROR" => "6");
787 
788 // Special extensions
789 
790 // Each category can specify a PHP function that returns an altered
791 // version of the keyword.
792 
793 
794 
795 $this->linkscripts = array(
796  "1" => "donothing",
797  "2" => "donothing",
798  "3" => "donothing",
799  "4" => "donothing",
800  "5" => "donothing",
801  "6" => "donothing");
802 }
803 
804 
805 function donothing($keywordin)
806 {
807  return $keywordin;
808 }
809 
810 }?>