ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_aspvb.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_aspvb extends HFile
8 {
9 public function HFile_aspvb()
10 {
11 $this->HFile();
12 /*************************************/
13 // Beautifier Highlighting Configuration File
14 // ASP-HTML-VB
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("Then", "<TD>", "<td>", "<Td>");
32 $this->unindent = array("End", "Next", "End If", "End Select", "</td>", "</Td>", "</TD>");
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("REM");
43 $this->blockcommenton = array("<!--");
44 $this->blockcommentoff = array("-->");
45
46 // Keywords (keyword mapping to colour number)
47
48 $this->keywords = array(
49 "<A" => "1",
50 "</A>" => "1",
51 "<ABBR>" => "1",
52 "<ABBR" => "1",
53 "</ABBR>" => "1",
54 "<ABOVE>" => "1",
55 "<ACRONYM>" => "1",
56 "<ACRONYM" => "1",
57 "</ACRONYM>" => "1",
58 "<ADDRESS>" => "1",
59 "<ADDRESS" => "1",
60 "</ADDRESS>" => "1",
61 "<APPLET" => "1",
62 "</APPLET>" => "1",
63 "<ARRAY>" => "1",
64 "<AREA" => "1",
65 "</AREA" => "1",
66 "<B>" => "1",
67 "<B" => "1",
68 "</B>" => "1",
69 "<BASE" => "1",
70 "<BASEFONT" => "1",
71 "<BDO>" => "1",
72 "<BDO" => "1",
73 "</BDO>" => "1",
74 "<BGSOUND" => "1",
75 "<BIG>" => "1",
76 "<BIG" => "1",
77 "</BIG>" => "1",
78 "<BLINK>" => "1",
79 "</BLINK>" => "1",
80 "<BLOCKQUOTE>" => "1",
81 "<BLOCKQUOTE" => "1",
82 "</BLOCKQUOTE>" => "1",
83 "<BODY" => "1",
84 "<BODY>" => "1",
85 "</BODY>" => "1",
86 "<BOX>" => "1",
87 "<BR" => "1",
88 "<BR>" => "1",
89 "<BLINK" => "1",
90 "<BUTTON>" => "1",
91 "</BUTTON>" => "1",
92 "<CAPTION>" => "1",
93 "<CAPTION" => "1",
94 "</CAPTION>" => "1",
95 "<CENTER>" => "1",
96 "<CENTER" => "1",
97 "</CENTER>" => "1",
98 "<CITE>" => "1",
99 "<CITE" => "1",
100 "</CITE>" => "1",
101 "<CODE>" => "1",
102 "<CODE" => "1",
103 "</CODE>" => "1",
104 "<COL>" => "1",
105 "</COL>" => "1",
106 "<COLGROUP>" => "1",
107 "</COLGROUP>" => "1",
108 "<COMMENT>" => "1",
109 "</COMMENT>" => "1",
110 "<DD>" => "1",
111 "<DD" => "1",
112 "</DD>" => "1",
113 "<DEL>" => "1",
114 "<DEL" => "1",
115 "</DEL>" => "1",
116 "<DFN>" => "1",
117 "<DFN" => "1",
118 "</DFN>" => "1",
119 "<DIR>" => "1",
120 "<DIR" => "1",
121 "</DIR>" => "1",
122 "<DIV>" => "1",
123 "<DIV" => "1",
124 "</DIV>" => "1",
125 "<DL>" => "1",
126 "<DL" => "1",
127 "</DL>" => "1",
128 "<DT>" => "1",
129 "<DT" => "1",
130 "</DT>" => "1",
131 "<EM>" => "1",
132 "<EM" => "1",
133 "</EM>" => "1",
134 "<EMBED" => "1",
135 "<FIELDSET>" => "1",
136 "<FIELDSET" => "1",
137 "</FIELDSET>" => "1",
138 "<FIG>" => "1",
139 "<FONT" => "1",
140 "</FONT>" => "1",
141 "<FORM>" => "1",
142 "<FORM" => "1",
143 "</FORM>" => "1",
144 "<FRAME" => "1",
145 "<FRAMESET" => "1",
146 "</FRAMESET>" => "1",
147 "<H1>" => "1",
148 "<H1" => "1",
149 "</H1>" => "1",
150 "<H2>" => "1",
151 "<H2" => "1",
152 "</H2>" => "1",
153 "<H3>" => "1",
154 "<H3" => "1",
155 "</H3>" => "1",
156 "<H4>" => "1",
157 "<H4" => "1",
158 "</H4>" => "1",
159 "<H5>" => "1",
160 "<H5" => "1",
161 "</H5>" => "1",
162 "<H6>" => "1",
163 "<H6" => "1",
164 "</H6>" => "1",
165 "<HEAD>" => "1",
166 "<HEAD" => "1",
167 "</HEAD>" => "1",
168 "<HR>" => "1",
169 "<HR" => "1",
170 "<HTML>" => "1",
171 "<HTML" => "1",
172 "</HTML>" => "1",
173 "<I>" => "1",
174 "<I" => "1",
175 "</I>" => "1",
176 "<IFRAME>" => "1",
177 "</IFRAME>" => "1",
178 "<ILAYER>" => "1",
179 "</ILAYER>" => "1",
180 "<IMG" => "1",
181 "<INPUT>" => "1",
182 "<INPUT" => "1",
183 "<INS>" => "1",
184 "<INS" => "1",
185 "</INS>" => "1",
186 "<ISINDEX>" => "1",
187 "<ISINDEX" => "1",
188 "<KBD>" => "1",
189 "<KBD" => "1",
190 "</KBD>" => "1",
191 "<LABEL>" => "1",
192 "<LABEL" => "1",
193 "</LABEL>" => "1",
194 "<LAYER>" => "1",
195 "<LEGEND>" => "1",
196 "<LEGEND" => "1",
197 "</LEGEND>" => "1",
198 "<LI>" => "1",
199 "<LI" => "1",
200 "</LI>" => "1",
201 "<LINK" => "1",
202 "<LISTING>" => "1",
203 "</LISTING>" => "1",
204 "<MAP" => "1",
205 "</MAP>" => "1",
206 "<MARQUEE" => "1",
207 "</MARQUEE>" => "1",
208 "<MENU>" => "1",
209 "<MENU" => "1",
210 "</MENU>" => "1",
211 "<META" => "1",
212 "<MULTICOL>" => "1",
213 "</MULTICOL>" => "1",
214 "<NEXTID" => "1",
215 "<NOBR>" => "1",
216 "</NOBR>" => "1",
217 "<NOFRAMES>" => "1",
218 "</NOFRAMES>" => "1",
219 "<NOLAYER>" => "1",
220 "</NOLAYER>" => "1",
221 "<NOTE>" => "1",
222 "</NOTE>" => "1",
223 "<NOSCRIPT>" => "1",
224 "</NOSCRIPT>" => "1",
225 "<OBJECT>" => "1",
226 "<OBJECT" => "1",
227 "<OL>" => "1",
228 "<OL" => "1",
229 "</OL>" => "1",
230 "<OPTION>" => "1",
231 "<OPTION" => "1",
232 "</OPTION>" => "1",
233 "<OPTGROUP>" => "1",
234 "<OPTGROUP" => "1",
235 "</OPTGROUP>" => "1",
236 "<P" => "1",
237 "<P>" => "1",
238 "</P>" => "1",
239 "<PARAM" => "1",
240 "<PRE>" => "1",
241 "<PRE" => "1",
242 "</PRE>" => "1",
243 "<Q>" => "1",
244 "<Q" => "1",
245 "</Q>" => "1",
246 "<QUOTE>" => "1",
247 "<RANGE>" => "1",
248 "<ROOT>" => "1",
249 "<S>" => "1",
250 "<S" => "1",
251 "</S>" => "1",
252 "<SAMP>" => "1",
253 "<SAMP" => "1",
254 "</SAMP>" => "1",
255 "<SCRIPT" => "1",
256 "<SCRIPT>" => "1",
257 "</SCRIPT>" => "1",
258 "<SELECT" => "1",
259 "</SELECT>" => "1",
260 "<SMALL>" => "1",
261 "<SMALL" => "1",
262 "</SMALL>" => "1",
263 "<SOUND" => "1",
264 "<SPACER>" => "1",
265 "<SPAN>" => "1",
266 "<SPAN" => "1",
267 "</SPAN>" => "1",
268 "<SQRT>" => "1",
269 "<STRIKE>" => "1",
270 "<STRIKE" => "1",
271 "</STRIKE>" => "1",
272 "<STRONG>" => "1",
273 "<STRONG" => "1",
274 "</STRONG>" => "1",
275 "<STYLE>" => "1",
276 "<STYLE" => "1",
277 "</STYLE>" => "1",
278 "<SUB>" => "1",
279 "<SUB" => "1",
280 "</SUB>" => "1",
281 "<SUP>" => "1",
282 "<SUP" => "1",
283 "</SUP>" => "1",
284 "<TABLE>" => "1",
285 "<TABLE" => "1",
286 "</TABLE>" => "1",
287 "<TBODY>" => "1",
288 "<TBODY" => "1",
289 "</TBODY>" => "1",
290 "<TD" => "1",
291 "<TD>" => "1",
292 "</TD>" => "1",
293 "<TEXT>" => "1",
294 "<TEXTAREA" => "1",
295 "<TEXTAREA>" => "1",
296 "</TEXTAREA>" => "1",
297 "<TFOOT>" => "1",
298 "<TFOOT" => "1",
299 "</TFOOT>" => "1",
300 "<TH" => "1",
301 "<TH>" => "1",
302 "</TH>" => "1",
303 "<THEAD>" => "1",
304 "<THEAD" => "1",
305 "</THEAD>" => "1",
306 "<TITLE>" => "1",
307 "</TITLE>" => "1",
308 "<TR" => "1",
309 "<TR>" => "1",
310 "</TR>" => "1",
311 "<TT>" => "1",
312 "</TT>" => "1",
313 "<TT" => "1",
314 "<U>" => "1",
315 "<U" => "1",
316 "</U>" => "1",
317 "<UL>" => "1",
318 "<UL" => "1",
319 "</UL>" => "1",
320 "<VAR>" => "1",
321 "</VAR>" => "1",
322 "<VAR" => "1",
323 "<WBR>" => "1",
324 "<XMP>" => "1",
325 "</XMP>" => "1",
326 "ABBR=" => "2",
327 "ACCEPT-CHARSET=" => "2",
328 "ACCEPT=" => "2",
329 "ACCESSKEY=" => "2",
330 "ACTION=" => "2",
331 "ALIGN=" => "2",
332 "ALINK=" => "2",
333 "ALT=" => "2",
334 "ARCHIVE=" => "2",
335 "AXIS=" => "2",
336 "BACKGROUND=" => "2",
337 "BEHAVIOR" => "2",
338 "BELOW" => "2",
339 "BGCOLOR=" => "2",
340 "BORDER=" => "2",
341 "CELLPADDING=" => "2",
342 "CELLSPACING=" => "2",
343 "CHAR=" => "2",
344 "CHAROFF=" => "2",
345 "CHARSET=" => "2",
346 "CHECKED" => "2",
347 "CITE=" => "2",
348 "CLASS=" => "2",
349 "CLASSID=" => "2",
350 "CLEAR=" => "2",
351 "CODE=" => "2",
352 "CODEBASE=" => "2",
353 "CODETYPE=" => "2",
354 "COLOR=" => "2",
355 "COLS=" => "2",
356 "COLSPAN=" => "2",
357 "COMPACT" => "2",
358 "CONTENT=" => "2",
359 "COORDS=" => "2",
360 "DATA=" => "2",
361 "DATETIME=" => "2",
362 "DECLARE" => "2",
363 "DEFER" => "2",
364 "DIR=" => "2",
365 "DISABLED" => "2",
366 "ENCTYPE=" => "2",
367 "FACE=" => "2",
368 "FOR=" => "2",
369 "FRAME=" => "2",
370 "FRAMEBORDER=" => "2",
371 "FRAMESPACING=" => "2",
372 "HEADERS=" => "2",
373 "HEIGHT=" => "2",
374 "HIDDEN=" => "2",
375 "HREF=" => "2",
376 "HREFLANG=" => "2",
377 "HSPACE=" => "2",
378 "HTTP-EQUIV=" => "2",
379 "ID=" => "2",
380 "ISMAP=" => "2",
381 "LABEL=" => "2",
382 "LANG=" => "2",
383 "LANGUAGE=" => "2",
384 "LINK=" => "2",
385 "LOOP=" => "2",
386 "LONGDESC=" => "2",
387 "MAILTO=" => "2",
388 "MARGINHEIGHT=" => "2",
389 "MARGINWIDTH=" => "2",
390 "MAXLENGTH=" => "2",
391 "MEDIA=" => "2",
392 "METHOD=" => "2",
393 "MULTIPLE" => "2",
394 "NAME=" => "2",
395 "NOHREF" => "2",
396 "NORESIZE" => "2",
397 "NOSHADE" => "2",
398 "OBJECT=" => "2",
399 "ONBLUR=" => "2",
400 "ONCHANGE=" => "2",
401 "ONFOCUS=" => "2",
402 "ONKEYDOWN=" => "2",
403 "ONKEYPRESS=" => "2",
404 "ONKEYUP=" => "2",
405 "ONLOAD=" => "2",
406 "ONRESET=" => "2",
407 "ONSELECT=" => "2",
408 "ONSUBMIT=" => "2",
409 "ONUNLOAD=" => "2",
410 "ONCLICK=" => "2",
411 "ONDBLCLICK=" => "2",
412 "ONMOUSEDOWN=" => "2",
413 "ONMOUSEMOVE=" => "2",
414 "ONMOUSEOUT=" => "2",
415 "ONMOUSEOVER=" => "2",
416 "ONMOUSEUP=" => "2",
417 "PROFILE=" => "2",
418 "PROMPT=" => "2",
419 "READONLY" => "2",
420 "REL=" => "2",
421 "REV=" => "2",
422 "ROWS=" => "2",
423 "ROWSPAN=" => "2",
424 "RULES=" => "2",
425 "SCHEME=" => "2",
426 "SCOPE=" => "2",
427 "SCROLLING=" => "2",
428 "SELECTED" => "2",
429 "SHAPE=" => "2",
430 "SIZE=" => "2",
431 "SPAN=" => "2",
432 "SRC=" => "2",
433 "STANDBY=" => "2",
434 "START=" => "2",
435 "STYLE=" => "2",
436 "SUMMARY=" => "2",
437 "TABINDEX=" => "2",
438 "TARGET=" => "2",
439 "TEXT=" => "2",
440 "TITLE=" => "2",
441 "TOPMARGIN=" => "2",
442 "TYPE=" => "2",
443 "URL=" => "2",
444 "USEMAP=" => "2",
445 "VALIGN=" => "2",
446 "VALUE=" => "2",
447 "VALUETYPE=" => "2",
448 "VERSION=" => "2",
449 "VLINK=" => "2",
450 "VSPACE=" => "2",
451 "WIDTH=" => "2",
452 "=" => "2",
453 "Abs" => "3",
454 "Array" => "3",
455 "Asc" => "3",
456 "AscB" => "3",
457 "AscW" => "3",
458 "Atn" => "3",
459 "Avg" => "3",
460 "CBool" => "3",
461 "CByte" => "3",
462 "CCur" => "3",
463 "CDate" => "3",
464 "CDbl" => "3",
465 "Cdec" => "3",
466 "Choose" => "3",
467 "Chr" => "3",
468 "ChrB" => "3",
469 "ChrW" => "3",
470 "CInt" => "3",
471 "CLng" => "3",
472 "Command" => "3",
473 "Cos" => "3",
474 "Count" => "3",
475 "CreateObject" => "3",
476 "CSng" => "3",
477 "CStr" => "3",
478 "CurDir" => "3",
479 "CVar" => "3",
480 "CVDate" => "3",
481 "CVErr" => "3",
482 "Date" => "3",
483 "DateAdd" => "3",
484 "DateDiff" => "3",
485 "DatePart" => "3",
486 "DateSerial" => "3",
487 "DateValue" => "3",
488 "Day" => "3",
489 "DDB" => "3",
490 "Dir" => "3",
491 "DoEvents" => "3",
492 "Environ" => "3",
493 "EOF" => "3",
494 "Error" => "3",
495 "Exp" => "3",
496 "FileAttr" => "3",
497 "FileDateTime" => "3",
498 "FileLen" => "3",
499 "Fix" => "3",
500 "Format" => "3",
501 "FreeFile" => "3",
502 "FV" => "3",
503 "GetAllStrings" => "3",
504 "GetAttr" => "3",
505 "GetAutoServerSettings" => "3",
506 "GetObject" => "3",
507 "GetSetting" => "3",
508 "Hex" => "3",
509 "Hour" => "3",
510 "IIf" => "3",
511 "IMEStatus" => "3",
512 "Input" => "3",
513 "InputB" => "3",
514 "InputBox" => "3",
515 "InStr" => "3",
516 "InstB" => "3",
517 "Int" => "3",
518 "IPmt" => "3",
519 "IsArray" => "3",
520 "IsDate" => "3",
521 "IsEmpty" => "3",
522 "IsError" => "3",
523 "IsMissing" => "3",
524 "IsNull" => "3",
525 "IsNumeric" => "3",
526 "IsObject" => "3",
527 "LBound" => "3",
528 "LCase" => "3",
529 "Left" => "3",
530 "LeftB" => "3",
531 "Len" => "3",
532 "LenB" => "3",
533 "LoadPicture" => "3",
534 "Loc" => "3",
535 "LOF" => "3",
536 "Log" => "3",
537 "LTrim" => "3",
538 "Max" => "3",
539 "Mid" => "3",
540 "MidB" => "3",
541 "Min" => "3",
542 "Minute" => "3",
543 "MIRR" => "3",
544 "Month" => "3",
545 "MsgBox" => "3",
546 "Now" => "3",
547 "NPer" => "3",
548 "NPV" => "3",
549 "Oct" => "3",
550 "Partition" => "3",
551 "Pmt" => "3",
552 "PPmt" => "3",
553 "PV" => "3",
554 "QBColor" => "3",
555 "Rate" => "3",
556 "RGB" => "3",
557 "Right" => "3",
558 "RightB" => "3",
559 "Rnd" => "3",
560 "RTrim" => "3",
561 "Second" => "3",
562 "Seek" => "3",
563 "Sgn" => "3",
564 "Shell" => "3",
565 "Sin" => "3",
566 "SLN" => "3",
567 "Space" => "3",
568 "Spc" => "3",
569 "Sqr" => "3",
570 "StDev" => "3",
571 "StDevP" => "3",
572 "Str" => "3",
573 "StrComp" => "3",
574 "StrConv" => "3",
575 "String" => "3",
576 "Switch" => "3",
577 "Sum" => "3",
578 "SYD" => "3",
579 "Tab" => "3",
580 "Tan" => "3",
581 "Time" => "3",
582 "Timer" => "3",
583 "TimeSerial" => "3",
584 "TimeValue" => "3",
585 "Trim" => "3",
586 "TypeName" => "3",
587 "UBound" => "3",
588 "UCase" => "3",
589 "Val" => "3",
590 "Var" => "3",
591 "VarP" => "3",
592 "VarType" => "3",
593 "Weekday" => "3",
594 "Year" => "3",
595 "Accept" => "4",
596 "Activate" => "4",
597 "Add" => "4",
598 "AddCustom" => "4",
599 "AddFile" => "4",
600 "AddFromFile" => "4",
601 "AddFromTemplate" => "4",
602 "AddItem" => "4",
603 "AddNew" => "4",
604 "AddToAddInToolbar" => "4",
605 "AddToolboxProgID" => "4",
606 "Append" => "4",
607 "AppendChunk" => "4",
608 "Arrange" => "4",
609 "Assert" => "4",
610 "AsyncRead" => "4",
611 "BatchUpdate" => "4",
612 "BeginTrans" => "4",
613 "Bind" => "4",
614 "Cancel" => "4",
615 "CancelAsyncRead" => "4",
616 "CancelBatch" => "4",
617 "CancelUpdate" => "4",
618 "CanPropertyChange" => "4",
619 "CaptureImage" => "4",
620 "CellText" => "4",
621 "CellValue" => "4",
622 "Circle" => "4",
623 "Clear" => "4",
624 "ClearFields" => "4",
625 "ClearSel" => "4",
626 "ClearSelCols" => "4",
627 "Clone" => "4",
628 "Close" => "4",
629 "Cls" => "4",
630 "ColContaining" => "4",
631 "ColumnSize" => "4",
632 "CommitTrans" => "4",
633 "CompactDatabase" => "4",
634 "Compose" => "4",
635 "Connect" => "4",
636 "Copy" => "4",
637 "CopyQueryDef" => "4",
638 "CreateDatabase" => "4",
639 "CreateDragImage" => "4",
640 "CreateEmbed" => "4",
641 "CreateField" => "4",
642 "CreateGroup" => "4",
643 "CreateIndex" => "4",
644 "CreateLink" => "4",
645 "CreatePreparedStatement" => "4",
646 "CreatePropery" => "4",
647 "CreateQuery" => "4",
648 "CreateQueryDef" => "4",
649 "CreateRelation" => "4",
650 "CreateTableDef" => "4",
651 "CreateUser" => "4",
652 "CreateWorkspace" => "4",
653 "Customize" => "4",
654 "Delete" => "4",
655 "DeleteColumnLabels" => "4",
656 "DeleteColumns" => "4",
657 "DeleteRowLabels" => "4",
658 "DeleteRows" => "4",
659 "DoVerb" => "4",
660 "Drag" => "4",
661 "Draw" => "4",
662 "Edit" => "4",
663 "EditCopy" => "4",
664 "EditPaste" => "4",
665 "EndDoc" => "4",
666 "EnsureVisible" => "4",
667 "EstablishConnection" => "4",
668 "Execute" => "4",
669 "ExtractIcon" => "4",
670 "Fetch" => "4",
671 "FetchVerbs" => "4",
672 "Files" => "4",
673 "FillCache" => "4",
674 "Find" => "4",
675 "FindFirst" => "4",
676 "FindItem" => "4",
677 "FindLast" => "4",
678 "FindNext" => "4",
679 "FindPrevious" => "4",
680 "Forward" => "4",
681 "GetBookmark" => "4",
682 "GetChunk" => "4",
683 "GetClipString" => "4",
684 "GetData" => "4",
685 "GetFirstVisible" => "4",
686 "GetFormat" => "4",
687 "GetHeader" => "4",
688 "GetLineFromChar" => "4",
689 "GetNumTicks" => "4",
690 "GetRows" => "4",
691 "GetSelectedPart" => "4",
692 "GetText" => "4",
693 "GetVisibleCount" => "4",
694 "GoBack" => "4",
695 "GoForward" => "4",
696 "Hide" => "4",
697 "HitTest" => "4",
698 "HoldFields" => "4",
699 "Idle" => "4",
700 "InitializeLabels" => "4",
701 "InsertColumnLabels" => "4",
702 "InsertColumns" => "4",
703 "InsertObjDlg" => "4",
704 "InsertRowLabels" => "4",
705 "InsertRows" => "4",
706 "Item" => "4",
707 "KillDoc" => "4",
708 "Layout" => "4",
709 "Line" => "4",
710 "LinkExecute" => "4",
711 "LinkPoke" => "4",
712 "LinkRequest" => "4",
713 "LinkSend" => "4",
714 "Listen" => "4",
715 "LoadFile" => "4",
716 "LoadResData" => "4",
717 "LoadResPicture" => "4",
718 "LoadResString" => "4",
719 "LogEvent" => "4",
720 "MakeCompileFile" => "4",
721 "MakeReplica" => "4",
722 "MoreResults" => "4",
723 "Move" => "4",
724 "MoveData" => "4",
725 "MoveFirst" => "4",
726 "MoveLast" => "4",
727 "MoveNext" => "4",
728 "MovePrevious" => "4",
729 "NavigateTo" => "4",
730 "NewPage" => "4",
731 "NewPassword" => "4",
732 "NextRecordset" => "4",
733 "OLEDrag" => "4",
734 "OnAddinsUpdate" => "4",
735 "OnConnection" => "4",
736 "OnDisconnection" => "4",
737 "OnStartupComplete" => "4",
738 "Open" => "4",
739 "OpenConnection" => "4",
740 "OpenDatabase" => "4",
741 "OpenQueryDef" => "4",
742 "OpenRecordset" => "4",
743 "OpenResultset" => "4",
744 "OpenURL" => "4",
745 "Overlay" => "4",
746 "PaintPicture" => "4",
747 "Paste" => "4",
748 "PastSpecialDlg" => "4",
749 "PeekData" => "4",
750 "Play" => "4",
751 "Point" => "4",
752 "PopulatePartial" => "4",
753 "PopupMenu" => "4",
754 "Print" => "4",
755 "PrintForm" => "4",
756 "PropertyChanged" => "4",
757 "PSet" => "4",
758 "Quit" => "4",
759 "Raise" => "4",
760 "RandomDataFill" => "4",
761 "RandomFillColumns" => "4",
762 "RandomFillRows" => "4",
763 "rdoCreateEnvironment" => "4",
764 "rdoRegisterDataSource" => "4",
765 "ReadFromFile" => "4",
766 "ReadProperty" => "4",
767 "Rebind" => "4",
768 "ReFill" => "4",
769 "Refresh" => "4",
770 "RefreshLink" => "4",
771 "RegisterDatabase" => "4",
772 "Reload" => "4",
773 "Remove" => "4",
774 "RemoveAddInFromToolbar" => "4",
775 "RemoveItem" => "4",
776 "Render" => "4",
777 "RepairDatabase" => "4",
778 "Reply" => "4",
779 "ReplyAll" => "4",
780 "Requery" => "4",
781 "ResetCustom" => "4",
782 "ResetCustomLabel" => "4",
783 "ResolveName" => "4",
784 "RestoreToolbar" => "4",
785 "Resync" => "4",
786 "Rollback" => "4",
787 "RollbackTrans" => "4",
788 "RowBookmark" => "4",
789 "RowContaining" => "4",
790 "RowTop" => "4",
791 "Save" => "4",
792 "SaveAs" => "4",
793 "SaveFile" => "4",
794 "SaveToFile" => "4",
795 "SaveToolbar" => "4",
796 "SaveToOle1File" => "4",
797 "Scale" => "4",
798 "ScaleX" => "4",
799 "ScaleY" => "4",
800 "Scroll" => "4",
801 "Select" => "4",
802 "SelectAll" => "4",
803 "SelectPart" => "4",
804 "SelPrint" => "4",
805 "Send" => "4",
806 "SendData" => "4",
807 "Set" => "4",
808 "SetAutoServerSettings" => "4",
809 "SetData" => "4",
810 "SetFocus" => "4",
811 "SetOption" => "4",
812 "SetSize" => "4",
813 "SetText" => "4",
814 "SetViewport" => "4",
815 "Show" => "4",
816 "ShowColor" => "4",
817 "ShowFont" => "4",
818 "ShowHelp" => "4",
819 "ShowOpen" => "4",
820 "ShowPrinter" => "4",
821 "ShowSave" => "4",
822 "ShowWhatsThis" => "4",
823 "SignOff" => "4",
824 "SignOn" => "4",
825 "Size" => "4",
826 "Span" => "4",
827 "SplitContaining" => "4",
828 "StartLabelEdit" => "4",
829 "StartLogging" => "4",
830 "Stop" => "4",
831 "Synchronize" => "4",
832 "TextHeight" => "4",
833 "TextWidth" => "4",
834 "ToDefaults" => "4",
835 "TwipsToChartPart" => "4",
836 "TypeByChartType" => "4",
837 "Update" => "4",
838 "UpdateControls" => "4",
839 "UpdateRecord" => "4",
840 "UpdateRow" => "4",
841 "Upto" => "4",
842 "WhatsThisMode" => "4",
843 "WriteProperty" => "4",
844 "ZOrder" => "4",
845 "AccessKeyPress" => "5",
846 "AfterAddFile" => "5",
847 "AfterChangeFileName" => "5",
848 "AfterCloseFile" => "5",
849 "AfterColEdit" => "5",
850 "AfterColUpdate" => "5",
851 "AfterDelete" => "5",
852 "AfterInsert" => "5",
853 "AfterLabelEdit" => "5",
854 "AfterRemoveFile" => "5",
855 "AfterUpdate" => "5",
856 "AfterWriteFile" => "5",
857 "AmbienChanged" => "5",
858 "ApplyChanges" => "5",
859 "Associate" => "5",
860 "AsyncReadComplete" => "5",
861 "AxisActivated" => "5",
862 "AxisLabelActivated" => "5",
863 "AxisLabelSelected" => "5",
864 "AxisLabelUpdated" => "5",
865 "AxisSelected" => "5",
866 "AxisTitleActivated" => "5",
867 "AxisTitleSelected" => "5",
868 "AxisTitleUpdated" => "5",
869 "AxisUpdated" => "5",
870 "BeforeClick" => "5",
871 "BeforeColEdit" => "5",
872 "BeforeColUpdate" => "5",
873 "BeforeConnect" => "5",
874 "BeforeDelete" => "5",
875 "BeforeInsert" => "5",
876 "BeforeLabelEdit" => "5",
877 "BeforeLoadFile" => "5",
878 "BeforeUpdate" => "5",
879 "ButtonClick" => "5",
880 "ButtonCompleted" => "5",
881 "ButtonGotFocus" => "5",
882 "ButtonLostFocus" => "5",
883 "Change" => "5",
884 "ChartActivated" => "5",
885 "ChartSelected" => "5",
886 "ChartUpdated" => "5",
887 "Click" => "5",
888 "ColEdit" => "5",
889 "Collapse" => "5",
890 "ColResize" => "5",
891 "ColumnClick" => "5",
892 "Compare" => "5",
893 "ConfigChageCancelled" => "5",
894 "ConfigChanged" => "5",
895 "ConnectionRequest" => "5",
896 "DataArrival" => "5",
897 "DataChanged" => "5",
898 "DataUpdated" => "5",
899 "DblClick" => "5",
900 "Deactivate" => "5",
901 "DeviceArrival" => "5",
902 "DeviceOtherEvent" => "5",
903 "DeviceQueryRemove" => "5",
904 "DeviceQueryRemoveFailed" => "5",
905 "DeviceRemoveComplete" => "5",
906 "DeviceRemovePending" => "5",
907 "DevModeChange" => "5",
908 "Disconnect" => "5",
909 "DisplayChanged" => "5",
910 "Dissociate" => "5",
911 "DoGetNewFileName" => "5",
912 "Done" => "5",
913 "DonePainting" => "5",
914 "DownClick" => "5",
915 "DragDrop" => "5",
916 "DragOver" => "5",
917 "DropDown" => "5",
918 "EditProperty" => "5",
919 "EnterCell" => "5",
920 "EnterFocus" => "5",
921 "ExitFocus" => "5",
922 "Expand" => "5",
923 "FootnoteActivated" => "5",
924 "FootnoteSelected" => "5",
925 "FootnoteUpdated" => "5",
926 "GotFocus" => "5",
927 "HeadClick" => "5",
928 "InfoMessage" => "5",
929 "Initialize" => "5",
930 "IniProperties" => "5",
931 "ItemActivated" => "5",
932 "ItemAdded" => "5",
933 "ItemCheck" => "5",
934 "ItemClick" => "5",
935 "ItemReloaded" => "5",
936 "ItemRemoved" => "5",
937 "ItemRenamed" => "5",
938 "ItemSeletected" => "5",
939 "KeyDown" => "5",
940 "KeyPress" => "5",
941 "KeyUp" => "5",
942 "LeaveCell" => "5",
943 "LegendActivated" => "5",
944 "LegendSelected" => "5",
945 "LegendUpdated" => "5",
946 "LinkClose" => "5",
947 "LinkError" => "5",
948 "LinkNotify" => "5",
949 "LinkOpen" => "5",
950 "Load" => "5",
951 "LostFocus" => "5",
952 "MouseDown" => "5",
953 "MouseMove" => "5",
954 "MouseUp" => "5",
955 "NodeClick" => "5",
956 "ObjectMove" => "5",
957 "OLECompleteDrag" => "5",
958 "OLEDragDrop" => "5",
959 "OLEDragOver" => "5",
960 "OLEGiveFeedback" => "5",
961 "OLESetData" => "5",
962 "OLEStartDrag" => "5",
963 "OnAddNew" => "5",
964 "OnComm" => "5",
965 "Paint" => "5",
966 "PanelClick" => "5",
967 "PanelDblClick" => "5",
968 "PathChange" => "5",
969 "PatternChange" => "5",
970 "PlotActivated" => "5",
971 "PlotSelected" => "5",
972 "PlotUpdated" => "5",
973 "PointActivated" => "5",
974 "PointLabelActivated" => "5",
975 "PointLabelSelected" => "5",
976 "PointLabelUpdated" => "5",
977 "PointSelected" => "5",
978 "PointUpdated" => "5",
979 "PowerQuerySuspend" => "5",
980 "PowerResume" => "5",
981 "PowerStatusChanged" => "5",
982 "PowerSuspend" => "5",
983 "QueryChangeConfig" => "5",
984 "QueryComplete" => "5",
985 "QueryCompleted" => "5",
986 "QueryTimeout" => "5",
987 "QueryUnload" => "5",
988 "ReadProperties" => "5",
989 "Reposition" => "5",
990 "RequestChangeFileName" => "5",
991 "RequestWriteFile" => "5",
992 "Resize" => "5",
993 "ResultsChanged" => "5",
994 "RowColChange" => "5",
995 "RowCurrencyChange" => "5",
996 "RowResize" => "5",
997 "RowStatusChanged" => "5",
998 "SelChange" => "5",
999 "SelectionChanged" => "5",
1000 "SendComplete" => "5",
1001 "SendProgress" => "5",
1002 "SeriesActivated" => "5",
1003 "SeriesSelected" => "5",
1004 "SeriesUpdated" => "5",
1005 "SettingChanged" => "5",
1006 "SplitChange" => "5",
1007 "StateChanged" => "5",
1008 "StatusUpdate" => "5",
1009 "SysColorsChanged" => "5",
1010 "Terminate" => "5",
1011 "TimeChanged" => "5",
1012 "TitleActivated" => "5",
1013 "TitleSelected" => "5",
1014 "UnboundAddData" => "5",
1015 "UnboundDeleteRow" => "5",
1016 "UnboundGetRelativeBookmark" => "5",
1017 "UnboundReadData" => "5",
1018 "UnboundWriteData" => "5",
1019 "Unload" => "5",
1020 "UpClick" => "5",
1021 "Updated" => "5",
1022 "Validate" => "5",
1023 "ValidationError" => "5",
1024 "WillAssociate" => "5",
1025 "WillChangeData" => "5",
1026 "WillDissociate" => "5",
1027 "WillExecute" => "5",
1028 "WillUpdateRows" => "5",
1029 "WriteProperties" => "5",
1030 "AppActivate" => "6",
1031 "Base" => "6",
1032 "Beep" => "6",
1033 "Call" => "6",
1034 "Case" => "6",
1035 "ChDir" => "6",
1036 "ChDrive" => "6",
1037 "Const" => "6",
1038 "DefBool" => "6",
1039 "DefByte" => "6",
1040 "DefCur" => "6",
1041 "DefDate" => "6",
1042 "DefDbl" => "6",
1043 "DefDec" => "6",
1044 "DefInt" => "6",
1045 "DefLng" => "6",
1046 "DefObj" => "6",
1047 "DefSng" => "6",
1048 "DefStr" => "6",
1049 "Deftype" => "6",
1050 "DefVar" => "6",
1051 "DeleteSetting" => "6",
1052 "Dim" => "6",
1053 "Do" => "6",
1054 "Else" => "6",
1055 "ElseIf" => "6",
1056 "End" => "6",
1057 "Enum" => "6",
1058 "Erase" => "6",
1059 "Event" => "6",
1060 "Exit" => "6",
1061 "Explicit" => "6",
1062 "FileCopy" => "6",
1063 "For" => "6",
1064 "ForEach" => "6",
1065 "Function" => "6",
1066 "Get" => "6",
1067 "GoSub" => "6",
1068 "GoTo" => "6",
1069 "If" => "6",
1070 "Implements" => "6",
1071 "Kill" => "6",
1072 "Let" => "6",
1073 "LineInput" => "6",
1074 "Lock" => "6",
1075 "LSet" => "6",
1076 "MkDir" => "6",
1077 "Name" => "6",
1078 "Next" => "6",
1079 "OnError" => "6",
1080 "On" => "6",
1081 "Option" => "6",
1082 "Private" => "6",
1083 "Property" => "6",
1084 "Public" => "6",
1085 "Put" => "6",
1086 "RaiseEvent" => "6",
1087 "Randomize" => "6",
1088 "ReDim" => "6",
1089 "Reset" => "6",
1090 "Resume" => "6",
1091 "Return" => "6",
1092 "RmDir" => "6",
1093 "RSet" => "6",
1094 "SavePicture" => "6",
1095 "SaveSetting" => "6",
1096 "SendKeys" => "6",
1097 "SetAttr" => "6",
1098 "Static" => "6",
1099 "Sub" => "6",
1100 "Then" => "6",
1101 "Type" => "6",
1102 "Unlock" => "6",
1103 "Wend" => "6",
1104 "While" => "6",
1105 "Width" => "6",
1106 "With" => "6",
1107 "Write" => "6");
1108
1109 // Special extensions
1110
1111 // Each category can specify a PHP function that returns an altered
1112 // version of the keyword.
1113
1114
1115
1116 $this->linkscripts = array(
1117 "1" => "donothing",
1118 "2" => "donothing",
1119 "3" => "donothing",
1120 "4" => "donothing",
1121 "5" => "donothing",
1122 "6" => "donothing");
1123 }
1124
1125
1126 public function donothing($keywordin)
1127 {
1128 return $keywordin;
1129 }
1130 }
$BEAUT_PATH
Definition: HFile_aspvb.php:2
An exception for terminatinating execution or to throw for unit testing.
donothing($keywordin)