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