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

syntax_highlight/php/HFile/HFile_aspvb.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_aspvb extends HFile{
00006    function HFile_aspvb(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // ASP-HTML-VB
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("Then", "<TD>", "<td>", "<Td>");
00028 $this->unindent                 = array("End", "Next", "End If", "End Select", "</td>", "</Td>", "</TD>");
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("REM");
00039 $this->blockcommenton           = array("<!--");
00040 $this->blockcommentoff          = array("-->");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "<A" => "1", 
00046                         "</A>" => "1", 
00047                         "<ABBR>" => "1", 
00048                         "<ABBR" => "1", 
00049                         "</ABBR>" => "1", 
00050                         "<ABOVE>" => "1", 
00051                         "<ACRONYM>" => "1", 
00052                         "<ACRONYM" => "1", 
00053                         "</ACRONYM>" => "1", 
00054                         "<ADDRESS>" => "1", 
00055                         "<ADDRESS" => "1", 
00056                         "</ADDRESS>" => "1", 
00057                         "<APPLET" => "1", 
00058                         "</APPLET>" => "1", 
00059                         "<ARRAY>" => "1", 
00060                         "<AREA" => "1", 
00061                         "</AREA" => "1", 
00062                         "<B>" => "1", 
00063                         "<B" => "1", 
00064                         "</B>" => "1", 
00065                         "<BASE" => "1", 
00066                         "<BASEFONT" => "1", 
00067                         "<BDO>" => "1", 
00068                         "<BDO" => "1", 
00069                         "</BDO>" => "1", 
00070                         "<BGSOUND" => "1", 
00071                         "<BIG>" => "1", 
00072                         "<BIG" => "1", 
00073                         "</BIG>" => "1", 
00074                         "<BLINK>" => "1", 
00075                         "</BLINK>" => "1", 
00076                         "<BLOCKQUOTE>" => "1", 
00077                         "<BLOCKQUOTE" => "1", 
00078                         "</BLOCKQUOTE>" => "1", 
00079                         "<BODY" => "1", 
00080                         "<BODY>" => "1", 
00081                         "</BODY>" => "1", 
00082                         "<BOX>" => "1", 
00083                         "<BR" => "1", 
00084                         "<BR>" => "1", 
00085                         "<BLINK" => "1", 
00086                         "<BUTTON>" => "1", 
00087                         "</BUTTON>" => "1", 
00088                         "<CAPTION>" => "1", 
00089                         "<CAPTION" => "1", 
00090                         "</CAPTION>" => "1", 
00091                         "<CENTER>" => "1", 
00092                         "<CENTER" => "1", 
00093                         "</CENTER>" => "1", 
00094                         "<CITE>" => "1", 
00095                         "<CITE" => "1", 
00096                         "</CITE>" => "1", 
00097                         "<CODE>" => "1", 
00098                         "<CODE" => "1", 
00099                         "</CODE>" => "1", 
00100                         "<COL>" => "1", 
00101                         "</COL>" => "1", 
00102                         "<COLGROUP>" => "1", 
00103                         "</COLGROUP>" => "1", 
00104                         "<COMMENT>" => "1", 
00105                         "</COMMENT>" => "1", 
00106                         "<DD>" => "1", 
00107                         "<DD" => "1", 
00108                         "</DD>" => "1", 
00109                         "<DEL>" => "1", 
00110                         "<DEL" => "1", 
00111                         "</DEL>" => "1", 
00112                         "<DFN>" => "1", 
00113                         "<DFN" => "1", 
00114                         "</DFN>" => "1", 
00115                         "<DIR>" => "1", 
00116                         "<DIR" => "1", 
00117                         "</DIR>" => "1", 
00118                         "<DIV>" => "1", 
00119                         "<DIV" => "1", 
00120                         "</DIV>" => "1", 
00121                         "<DL>" => "1", 
00122                         "<DL" => "1", 
00123                         "</DL>" => "1", 
00124                         "<DT>" => "1", 
00125                         "<DT" => "1", 
00126                         "</DT>" => "1", 
00127                         "<EM>" => "1", 
00128                         "<EM" => "1", 
00129                         "</EM>" => "1", 
00130                         "<EMBED" => "1", 
00131                         "<FIELDSET>" => "1", 
00132                         "<FIELDSET" => "1", 
00133                         "</FIELDSET>" => "1", 
00134                         "<FIG>" => "1", 
00135                         "<FONT" => "1", 
00136                         "</FONT>" => "1", 
00137                         "<FORM>" => "1", 
00138                         "<FORM" => "1", 
00139                         "</FORM>" => "1", 
00140                         "<FRAME" => "1", 
00141                         "<FRAMESET" => "1", 
00142                         "</FRAMESET>" => "1", 
00143                         "<H1>" => "1", 
00144                         "<H1" => "1", 
00145                         "</H1>" => "1", 
00146                         "<H2>" => "1", 
00147                         "<H2" => "1", 
00148                         "</H2>" => "1", 
00149                         "<H3>" => "1", 
00150                         "<H3" => "1", 
00151                         "</H3>" => "1", 
00152                         "<H4>" => "1", 
00153                         "<H4" => "1", 
00154                         "</H4>" => "1", 
00155                         "<H5>" => "1", 
00156                         "<H5" => "1", 
00157                         "</H5>" => "1", 
00158                         "<H6>" => "1", 
00159                         "<H6" => "1", 
00160                         "</H6>" => "1", 
00161                         "<HEAD>" => "1", 
00162                         "<HEAD" => "1", 
00163                         "</HEAD>" => "1", 
00164                         "<HR>" => "1", 
00165                         "<HR" => "1", 
00166                         "<HTML>" => "1", 
00167                         "<HTML" => "1", 
00168                         "</HTML>" => "1", 
00169                         "<I>" => "1", 
00170                         "<I" => "1", 
00171                         "</I>" => "1", 
00172                         "<IFRAME>" => "1", 
00173                         "</IFRAME>" => "1", 
00174                         "<ILAYER>" => "1", 
00175                         "</ILAYER>" => "1", 
00176                         "<IMG" => "1", 
00177                         "<INPUT>" => "1", 
00178                         "<INPUT" => "1", 
00179                         "<INS>" => "1", 
00180                         "<INS" => "1", 
00181                         "</INS>" => "1", 
00182                         "<ISINDEX>" => "1", 
00183                         "<ISINDEX" => "1", 
00184                         "<KBD>" => "1", 
00185                         "<KBD" => "1", 
00186                         "</KBD>" => "1", 
00187                         "<LABEL>" => "1", 
00188                         "<LABEL" => "1", 
00189                         "</LABEL>" => "1", 
00190                         "<LAYER>" => "1", 
00191                         "<LEGEND>" => "1", 
00192                         "<LEGEND" => "1", 
00193                         "</LEGEND>" => "1", 
00194                         "<LI>" => "1", 
00195                         "<LI" => "1", 
00196                         "</LI>" => "1", 
00197                         "<LINK" => "1", 
00198                         "<LISTING>" => "1", 
00199                         "</LISTING>" => "1", 
00200                         "<MAP" => "1", 
00201                         "</MAP>" => "1", 
00202                         "<MARQUEE" => "1", 
00203                         "</MARQUEE>" => "1", 
00204                         "<MENU>" => "1", 
00205                         "<MENU" => "1", 
00206                         "</MENU>" => "1", 
00207                         "<META" => "1", 
00208                         "<MULTICOL>" => "1", 
00209                         "</MULTICOL>" => "1", 
00210                         "<NEXTID" => "1", 
00211                         "<NOBR>" => "1", 
00212                         "</NOBR>" => "1", 
00213                         "<NOFRAMES>" => "1", 
00214                         "</NOFRAMES>" => "1", 
00215                         "<NOLAYER>" => "1", 
00216                         "</NOLAYER>" => "1", 
00217                         "<NOTE>" => "1", 
00218                         "</NOTE>" => "1", 
00219                         "<NOSCRIPT>" => "1", 
00220                         "</NOSCRIPT>" => "1", 
00221                         "<OBJECT>" => "1", 
00222                         "<OBJECT" => "1", 
00223                         "<OL>" => "1", 
00224                         "<OL" => "1", 
00225                         "</OL>" => "1", 
00226                         "<OPTION>" => "1", 
00227                         "<OPTION" => "1", 
00228                         "</OPTION>" => "1", 
00229                         "<OPTGROUP>" => "1", 
00230                         "<OPTGROUP" => "1", 
00231                         "</OPTGROUP>" => "1", 
00232                         "<P" => "1", 
00233                         "<P>" => "1", 
00234                         "</P>" => "1", 
00235                         "<PARAM" => "1", 
00236                         "<PRE>" => "1", 
00237                         "<PRE" => "1", 
00238                         "</PRE>" => "1", 
00239                         "<Q>" => "1", 
00240                         "<Q" => "1", 
00241                         "</Q>" => "1", 
00242                         "<QUOTE>" => "1", 
00243                         "<RANGE>" => "1", 
00244                         "<ROOT>" => "1", 
00245                         "<S>" => "1", 
00246                         "<S" => "1", 
00247                         "</S>" => "1", 
00248                         "<SAMP>" => "1", 
00249                         "<SAMP" => "1", 
00250                         "</SAMP>" => "1", 
00251                         "<SCRIPT" => "1", 
00252                         "<SCRIPT>" => "1", 
00253                         "</SCRIPT>" => "1", 
00254                         "<SELECT" => "1", 
00255                         "</SELECT>" => "1", 
00256                         "<SMALL>" => "1", 
00257                         "<SMALL" => "1", 
00258                         "</SMALL>" => "1", 
00259                         "<SOUND" => "1", 
00260                         "<SPACER>" => "1", 
00261                         "<SPAN>" => "1", 
00262                         "<SPAN" => "1", 
00263                         "</SPAN>" => "1", 
00264                         "<SQRT>" => "1", 
00265                         "<STRIKE>" => "1", 
00266                         "<STRIKE" => "1", 
00267                         "</STRIKE>" => "1", 
00268                         "<STRONG>" => "1", 
00269                         "<STRONG" => "1", 
00270                         "</STRONG>" => "1", 
00271                         "<STYLE>" => "1", 
00272                         "<STYLE" => "1", 
00273                         "</STYLE>" => "1", 
00274                         "<SUB>" => "1", 
00275                         "<SUB" => "1", 
00276                         "</SUB>" => "1", 
00277                         "<SUP>" => "1", 
00278                         "<SUP" => "1", 
00279                         "</SUP>" => "1", 
00280                         "<TABLE>" => "1", 
00281                         "<TABLE" => "1", 
00282                         "</TABLE>" => "1", 
00283                         "<TBODY>" => "1", 
00284                         "<TBODY" => "1", 
00285                         "</TBODY>" => "1", 
00286                         "<TD" => "1", 
00287                         "<TD>" => "1", 
00288                         "</TD>" => "1", 
00289                         "<TEXT>" => "1", 
00290                         "<TEXTAREA" => "1", 
00291                         "<TEXTAREA>" => "1", 
00292                         "</TEXTAREA>" => "1", 
00293                         "<TFOOT>" => "1", 
00294                         "<TFOOT" => "1", 
00295                         "</TFOOT>" => "1", 
00296                         "<TH" => "1", 
00297                         "<TH>" => "1", 
00298                         "</TH>" => "1", 
00299                         "<THEAD>" => "1", 
00300                         "<THEAD" => "1", 
00301                         "</THEAD>" => "1", 
00302                         "<TITLE>" => "1", 
00303                         "</TITLE>" => "1", 
00304                         "<TR" => "1", 
00305                         "<TR>" => "1", 
00306                         "</TR>" => "1", 
00307                         "<TT>" => "1", 
00308                         "</TT>" => "1", 
00309                         "<TT" => "1", 
00310                         "<U>" => "1", 
00311                         "<U" => "1", 
00312                         "</U>" => "1", 
00313                         "<UL>" => "1", 
00314                         "<UL" => "1", 
00315                         "</UL>" => "1", 
00316                         "<VAR>" => "1", 
00317                         "</VAR>" => "1", 
00318                         "<VAR" => "1", 
00319                         "<WBR>" => "1", 
00320                         "<XMP>" => "1", 
00321                         "</XMP>" => "1", 
00322                         "ABBR=" => "2", 
00323                         "ACCEPT-CHARSET=" => "2", 
00324                         "ACCEPT=" => "2", 
00325                         "ACCESSKEY=" => "2", 
00326                         "ACTION=" => "2", 
00327                         "ALIGN=" => "2", 
00328                         "ALINK=" => "2", 
00329                         "ALT=" => "2", 
00330                         "ARCHIVE=" => "2", 
00331                         "AXIS=" => "2", 
00332                         "BACKGROUND=" => "2", 
00333                         "BEHAVIOR" => "2", 
00334                         "BELOW" => "2", 
00335                         "BGCOLOR=" => "2", 
00336                         "BORDER=" => "2", 
00337                         "CELLPADDING=" => "2", 
00338                         "CELLSPACING=" => "2", 
00339                         "CHAR=" => "2", 
00340                         "CHAROFF=" => "2", 
00341                         "CHARSET=" => "2", 
00342                         "CHECKED" => "2", 
00343                         "CITE=" => "2", 
00344                         "CLASS=" => "2", 
00345                         "CLASSID=" => "2", 
00346                         "CLEAR=" => "2", 
00347                         "CODE=" => "2", 
00348                         "CODEBASE=" => "2", 
00349                         "CODETYPE=" => "2", 
00350                         "COLOR=" => "2", 
00351                         "COLS=" => "2", 
00352                         "COLSPAN=" => "2", 
00353                         "COMPACT" => "2", 
00354                         "CONTENT=" => "2", 
00355                         "COORDS=" => "2", 
00356                         "DATA=" => "2", 
00357                         "DATETIME=" => "2", 
00358                         "DECLARE" => "2", 
00359                         "DEFER" => "2", 
00360                         "DIR=" => "2", 
00361                         "DISABLED" => "2", 
00362                         "ENCTYPE=" => "2", 
00363                         "FACE=" => "2", 
00364                         "FOR=" => "2", 
00365                         "FRAME=" => "2", 
00366                         "FRAMEBORDER=" => "2", 
00367                         "FRAMESPACING=" => "2", 
00368                         "HEADERS=" => "2", 
00369                         "HEIGHT=" => "2", 
00370                         "HIDDEN=" => "2", 
00371                         "HREF=" => "2", 
00372                         "HREFLANG=" => "2", 
00373                         "HSPACE=" => "2", 
00374                         "HTTP-EQUIV=" => "2", 
00375                         "ID=" => "2", 
00376                         "ISMAP=" => "2", 
00377                         "LABEL=" => "2", 
00378                         "LANG=" => "2", 
00379                         "LANGUAGE=" => "2", 
00380                         "LINK=" => "2", 
00381                         "LOOP=" => "2", 
00382                         "LONGDESC=" => "2", 
00383                         "MAILTO=" => "2", 
00384                         "MARGINHEIGHT=" => "2", 
00385                         "MARGINWIDTH=" => "2", 
00386                         "MAXLENGTH=" => "2", 
00387                         "MEDIA=" => "2", 
00388                         "METHOD=" => "2", 
00389                         "MULTIPLE" => "2", 
00390                         "NAME=" => "2", 
00391                         "NOHREF" => "2", 
00392                         "NORESIZE" => "2", 
00393                         "NOSHADE" => "2", 
00394                         "OBJECT=" => "2", 
00395                         "ONBLUR=" => "2", 
00396                         "ONCHANGE=" => "2", 
00397                         "ONFOCUS=" => "2", 
00398                         "ONKEYDOWN=" => "2", 
00399                         "ONKEYPRESS=" => "2", 
00400                         "ONKEYUP=" => "2", 
00401                         "ONLOAD=" => "2", 
00402                         "ONRESET=" => "2", 
00403                         "ONSELECT=" => "2", 
00404                         "ONSUBMIT=" => "2", 
00405                         "ONUNLOAD=" => "2", 
00406                         "ONCLICK=" => "2", 
00407                         "ONDBLCLICK=" => "2", 
00408                         "ONMOUSEDOWN=" => "2", 
00409                         "ONMOUSEMOVE=" => "2", 
00410                         "ONMOUSEOUT=" => "2", 
00411                         "ONMOUSEOVER=" => "2", 
00412                         "ONMOUSEUP=" => "2", 
00413                         "PROFILE=" => "2", 
00414                         "PROMPT=" => "2", 
00415                         "READONLY" => "2", 
00416                         "REL=" => "2", 
00417                         "REV=" => "2", 
00418                         "ROWS=" => "2", 
00419                         "ROWSPAN=" => "2", 
00420                         "RULES=" => "2", 
00421                         "SCHEME=" => "2", 
00422                         "SCOPE=" => "2", 
00423                         "SCROLLING=" => "2", 
00424                         "SELECTED" => "2", 
00425                         "SHAPE=" => "2", 
00426                         "SIZE=" => "2", 
00427                         "SPAN=" => "2", 
00428                         "SRC=" => "2", 
00429                         "STANDBY=" => "2", 
00430                         "START=" => "2", 
00431                         "STYLE=" => "2", 
00432                         "SUMMARY=" => "2", 
00433                         "TABINDEX=" => "2", 
00434                         "TARGET=" => "2", 
00435                         "TEXT=" => "2", 
00436                         "TITLE=" => "2", 
00437                         "TOPMARGIN=" => "2", 
00438                         "TYPE=" => "2", 
00439                         "URL=" => "2", 
00440                         "USEMAP=" => "2", 
00441                         "VALIGN=" => "2", 
00442                         "VALUE=" => "2", 
00443                         "VALUETYPE=" => "2", 
00444                         "VERSION=" => "2", 
00445                         "VLINK=" => "2", 
00446                         "VSPACE=" => "2", 
00447                         "WIDTH=" => "2", 
00448                         "=" => "2", 
00449                         "Abs" => "3", 
00450                         "Array" => "3", 
00451                         "Asc" => "3", 
00452                         "AscB" => "3", 
00453                         "AscW" => "3", 
00454                         "Atn" => "3", 
00455                         "Avg" => "3", 
00456                         "CBool" => "3", 
00457                         "CByte" => "3", 
00458                         "CCur" => "3", 
00459                         "CDate" => "3", 
00460                         "CDbl" => "3", 
00461                         "Cdec" => "3", 
00462                         "Choose" => "3", 
00463                         "Chr" => "3", 
00464                         "ChrB" => "3", 
00465                         "ChrW" => "3", 
00466                         "CInt" => "3", 
00467                         "CLng" => "3", 
00468                         "Command" => "3", 
00469                         "Cos" => "3", 
00470                         "Count" => "3", 
00471                         "CreateObject" => "3", 
00472                         "CSng" => "3", 
00473                         "CStr" => "3", 
00474                         "CurDir" => "3", 
00475                         "CVar" => "3", 
00476                         "CVDate" => "3", 
00477                         "CVErr" => "3", 
00478                         "Date" => "3", 
00479                         "DateAdd" => "3", 
00480                         "DateDiff" => "3", 
00481                         "DatePart" => "3", 
00482                         "DateSerial" => "3", 
00483                         "DateValue" => "3", 
00484                         "Day" => "3", 
00485                         "DDB" => "3", 
00486                         "Dir" => "3", 
00487                         "DoEvents" => "3", 
00488                         "Environ" => "3", 
00489                         "EOF" => "3", 
00490                         "Error" => "3", 
00491                         "Exp" => "3", 
00492                         "FileAttr" => "3", 
00493                         "FileDateTime" => "3", 
00494                         "FileLen" => "3", 
00495                         "Fix" => "3", 
00496                         "Format" => "3", 
00497                         "FreeFile" => "3", 
00498                         "FV" => "3", 
00499                         "GetAllStrings" => "3", 
00500                         "GetAttr" => "3", 
00501                         "GetAutoServerSettings" => "3", 
00502                         "GetObject" => "3", 
00503                         "GetSetting" => "3", 
00504                         "Hex" => "3", 
00505                         "Hour" => "3", 
00506                         "IIf" => "3", 
00507                         "IMEStatus" => "3", 
00508                         "Input" => "3", 
00509                         "InputB" => "3", 
00510                         "InputBox" => "3", 
00511                         "InStr" => "3", 
00512                         "InstB" => "3", 
00513                         "Int" => "3", 
00514                         "IPmt" => "3", 
00515                         "IsArray" => "3", 
00516                         "IsDate" => "3", 
00517                         "IsEmpty" => "3", 
00518                         "IsError" => "3", 
00519                         "IsMissing" => "3", 
00520                         "IsNull" => "3", 
00521                         "IsNumeric" => "3", 
00522                         "IsObject" => "3", 
00523                         "LBound" => "3", 
00524                         "LCase" => "3", 
00525                         "Left" => "3", 
00526                         "LeftB" => "3", 
00527                         "Len" => "3", 
00528                         "LenB" => "3", 
00529                         "LoadPicture" => "3", 
00530                         "Loc" => "3", 
00531                         "LOF" => "3", 
00532                         "Log" => "3", 
00533                         "LTrim" => "3", 
00534                         "Max" => "3", 
00535                         "Mid" => "3", 
00536                         "MidB" => "3", 
00537                         "Min" => "3", 
00538                         "Minute" => "3", 
00539                         "MIRR" => "3", 
00540                         "Month" => "3", 
00541                         "MsgBox" => "3", 
00542                         "Now" => "3", 
00543                         "NPer" => "3", 
00544                         "NPV" => "3", 
00545                         "Oct" => "3", 
00546                         "Partition" => "3", 
00547                         "Pmt" => "3", 
00548                         "PPmt" => "3", 
00549                         "PV" => "3", 
00550                         "QBColor" => "3", 
00551                         "Rate" => "3", 
00552                         "RGB" => "3", 
00553                         "Right" => "3", 
00554                         "RightB" => "3", 
00555                         "Rnd" => "3", 
00556                         "RTrim" => "3", 
00557                         "Second" => "3", 
00558                         "Seek" => "3", 
00559                         "Sgn" => "3", 
00560                         "Shell" => "3", 
00561                         "Sin" => "3", 
00562                         "SLN" => "3", 
00563                         "Space" => "3", 
00564                         "Spc" => "3", 
00565                         "Sqr" => "3", 
00566                         "StDev" => "3", 
00567                         "StDevP" => "3", 
00568                         "Str" => "3", 
00569                         "StrComp" => "3", 
00570                         "StrConv" => "3", 
00571                         "String" => "3", 
00572                         "Switch" => "3", 
00573                         "Sum" => "3", 
00574                         "SYD" => "3", 
00575                         "Tab" => "3", 
00576                         "Tan" => "3", 
00577                         "Time" => "3", 
00578                         "Timer" => "3", 
00579                         "TimeSerial" => "3", 
00580                         "TimeValue" => "3", 
00581                         "Trim" => "3", 
00582                         "TypeName" => "3", 
00583                         "UBound" => "3", 
00584                         "UCase" => "3", 
00585                         "Val" => "3", 
00586                         "Var" => "3", 
00587                         "VarP" => "3", 
00588                         "VarType" => "3", 
00589                         "Weekday" => "3", 
00590                         "Year" => "3", 
00591                         "Accept" => "4", 
00592                         "Activate" => "4", 
00593                         "Add" => "4", 
00594                         "AddCustom" => "4", 
00595                         "AddFile" => "4", 
00596                         "AddFromFile" => "4", 
00597                         "AddFromTemplate" => "4", 
00598                         "AddItem" => "4", 
00599                         "AddNew" => "4", 
00600                         "AddToAddInToolbar" => "4", 
00601                         "AddToolboxProgID" => "4", 
00602                         "Append" => "4", 
00603                         "AppendChunk" => "4", 
00604                         "Arrange" => "4", 
00605                         "Assert" => "4", 
00606                         "AsyncRead" => "4", 
00607                         "BatchUpdate" => "4", 
00608                         "BeginTrans" => "4", 
00609                         "Bind" => "4", 
00610                         "Cancel" => "4", 
00611                         "CancelAsyncRead" => "4", 
00612                         "CancelBatch" => "4", 
00613                         "CancelUpdate" => "4", 
00614                         "CanPropertyChange" => "4", 
00615                         "CaptureImage" => "4", 
00616                         "CellText" => "4", 
00617                         "CellValue" => "4", 
00618                         "Circle" => "4", 
00619                         "Clear" => "4", 
00620                         "ClearFields" => "4", 
00621                         "ClearSel" => "4", 
00622                         "ClearSelCols" => "4", 
00623                         "Clone" => "4", 
00624                         "Close" => "4", 
00625                         "Cls" => "4", 
00626                         "ColContaining" => "4", 
00627                         "ColumnSize" => "4", 
00628                         "CommitTrans" => "4", 
00629                         "CompactDatabase" => "4", 
00630                         "Compose" => "4", 
00631                         "Connect" => "4", 
00632                         "Copy" => "4", 
00633                         "CopyQueryDef" => "4", 
00634                         "CreateDatabase" => "4", 
00635                         "CreateDragImage" => "4", 
00636                         "CreateEmbed" => "4", 
00637                         "CreateField" => "4", 
00638                         "CreateGroup" => "4", 
00639                         "CreateIndex" => "4", 
00640                         "CreateLink" => "4", 
00641                         "CreatePreparedStatement" => "4", 
00642                         "CreatePropery" => "4", 
00643                         "CreateQuery" => "4", 
00644                         "CreateQueryDef" => "4", 
00645                         "CreateRelation" => "4", 
00646                         "CreateTableDef" => "4", 
00647                         "CreateUser" => "4", 
00648                         "CreateWorkspace" => "4", 
00649                         "Customize" => "4", 
00650                         "Delete" => "4", 
00651                         "DeleteColumnLabels" => "4", 
00652                         "DeleteColumns" => "4", 
00653                         "DeleteRowLabels" => "4", 
00654                         "DeleteRows" => "4", 
00655                         "DoVerb" => "4", 
00656                         "Drag" => "4", 
00657                         "Draw" => "4", 
00658                         "Edit" => "4", 
00659                         "EditCopy" => "4", 
00660                         "EditPaste" => "4", 
00661                         "EndDoc" => "4", 
00662                         "EnsureVisible" => "4", 
00663                         "EstablishConnection" => "4", 
00664                         "Execute" => "4", 
00665                         "ExtractIcon" => "4", 
00666                         "Fetch" => "4", 
00667                         "FetchVerbs" => "4", 
00668                         "Files" => "4", 
00669                         "FillCache" => "4", 
00670                         "Find" => "4", 
00671                         "FindFirst" => "4", 
00672                         "FindItem" => "4", 
00673                         "FindLast" => "4", 
00674                         "FindNext" => "4", 
00675                         "FindPrevious" => "4", 
00676                         "Forward" => "4", 
00677                         "GetBookmark" => "4", 
00678                         "GetChunk" => "4", 
00679                         "GetClipString" => "4", 
00680                         "GetData" => "4", 
00681                         "GetFirstVisible" => "4", 
00682                         "GetFormat" => "4", 
00683                         "GetHeader" => "4", 
00684                         "GetLineFromChar" => "4", 
00685                         "GetNumTicks" => "4", 
00686                         "GetRows" => "4", 
00687                         "GetSelectedPart" => "4", 
00688                         "GetText" => "4", 
00689                         "GetVisibleCount" => "4", 
00690                         "GoBack" => "4", 
00691                         "GoForward" => "4", 
00692                         "Hide" => "4", 
00693                         "HitTest" => "4", 
00694                         "HoldFields" => "4", 
00695                         "Idle" => "4", 
00696                         "InitializeLabels" => "4", 
00697                         "InsertColumnLabels" => "4", 
00698                         "InsertColumns" => "4", 
00699                         "InsertObjDlg" => "4", 
00700                         "InsertRowLabels" => "4", 
00701                         "InsertRows" => "4", 
00702                         "Item" => "4", 
00703                         "KillDoc" => "4", 
00704                         "Layout" => "4", 
00705                         "Line" => "4", 
00706                         "LinkExecute" => "4", 
00707                         "LinkPoke" => "4", 
00708                         "LinkRequest" => "4", 
00709                         "LinkSend" => "4", 
00710                         "Listen" => "4", 
00711                         "LoadFile" => "4", 
00712                         "LoadResData" => "4", 
00713                         "LoadResPicture" => "4", 
00714                         "LoadResString" => "4", 
00715                         "LogEvent" => "4", 
00716                         "MakeCompileFile" => "4", 
00717                         "MakeReplica" => "4", 
00718                         "MoreResults" => "4", 
00719                         "Move" => "4", 
00720                         "MoveData" => "4", 
00721                         "MoveFirst" => "4", 
00722                         "MoveLast" => "4", 
00723                         "MoveNext" => "4", 
00724                         "MovePrevious" => "4", 
00725                         "NavigateTo" => "4", 
00726                         "NewPage" => "4", 
00727                         "NewPassword" => "4", 
00728                         "NextRecordset" => "4", 
00729                         "OLEDrag" => "4", 
00730                         "OnAddinsUpdate" => "4", 
00731                         "OnConnection" => "4", 
00732                         "OnDisconnection" => "4", 
00733                         "OnStartupComplete" => "4", 
00734                         "Open" => "4", 
00735                         "OpenConnection" => "4", 
00736                         "OpenDatabase" => "4", 
00737                         "OpenQueryDef" => "4", 
00738                         "OpenRecordset" => "4", 
00739                         "OpenResultset" => "4", 
00740                         "OpenURL" => "4", 
00741                         "Overlay" => "4", 
00742                         "PaintPicture" => "4", 
00743                         "Paste" => "4", 
00744                         "PastSpecialDlg" => "4", 
00745                         "PeekData" => "4", 
00746                         "Play" => "4", 
00747                         "Point" => "4", 
00748                         "PopulatePartial" => "4", 
00749                         "PopupMenu" => "4", 
00750                         "Print" => "4", 
00751                         "PrintForm" => "4", 
00752                         "PropertyChanged" => "4", 
00753                         "PSet" => "4", 
00754                         "Quit" => "4", 
00755                         "Raise" => "4", 
00756                         "RandomDataFill" => "4", 
00757                         "RandomFillColumns" => "4", 
00758                         "RandomFillRows" => "4", 
00759                         "rdoCreateEnvironment" => "4", 
00760                         "rdoRegisterDataSource" => "4", 
00761                         "ReadFromFile" => "4", 
00762                         "ReadProperty" => "4", 
00763                         "Rebind" => "4", 
00764                         "ReFill" => "4", 
00765                         "Refresh" => "4", 
00766                         "RefreshLink" => "4", 
00767                         "RegisterDatabase" => "4", 
00768                         "Reload" => "4", 
00769                         "Remove" => "4", 
00770                         "RemoveAddInFromToolbar" => "4", 
00771                         "RemoveItem" => "4", 
00772                         "Render" => "4", 
00773                         "RepairDatabase" => "4", 
00774                         "Reply" => "4", 
00775                         "ReplyAll" => "4", 
00776                         "Requery" => "4", 
00777                         "ResetCustom" => "4", 
00778                         "ResetCustomLabel" => "4", 
00779                         "ResolveName" => "4", 
00780                         "RestoreToolbar" => "4", 
00781                         "Resync" => "4", 
00782                         "Rollback" => "4", 
00783                         "RollbackTrans" => "4", 
00784                         "RowBookmark" => "4", 
00785                         "RowContaining" => "4", 
00786                         "RowTop" => "4", 
00787                         "Save" => "4", 
00788                         "SaveAs" => "4", 
00789                         "SaveFile" => "4", 
00790                         "SaveToFile" => "4", 
00791                         "SaveToolbar" => "4", 
00792                         "SaveToOle1File" => "4", 
00793                         "Scale" => "4", 
00794                         "ScaleX" => "4", 
00795                         "ScaleY" => "4", 
00796                         "Scroll" => "4", 
00797                         "Select" => "4", 
00798                         "SelectAll" => "4", 
00799                         "SelectPart" => "4", 
00800                         "SelPrint" => "4", 
00801                         "Send" => "4", 
00802                         "SendData" => "4", 
00803                         "Set" => "4", 
00804                         "SetAutoServerSettings" => "4", 
00805                         "SetData" => "4", 
00806                         "SetFocus" => "4", 
00807                         "SetOption" => "4", 
00808                         "SetSize" => "4", 
00809                         "SetText" => "4", 
00810                         "SetViewport" => "4", 
00811                         "Show" => "4", 
00812                         "ShowColor" => "4", 
00813                         "ShowFont" => "4", 
00814                         "ShowHelp" => "4", 
00815                         "ShowOpen" => "4", 
00816                         "ShowPrinter" => "4", 
00817                         "ShowSave" => "4", 
00818                         "ShowWhatsThis" => "4", 
00819                         "SignOff" => "4", 
00820                         "SignOn" => "4", 
00821                         "Size" => "4", 
00822                         "Span" => "4", 
00823                         "SplitContaining" => "4", 
00824                         "StartLabelEdit" => "4", 
00825                         "StartLogging" => "4", 
00826                         "Stop" => "4", 
00827                         "Synchronize" => "4", 
00828                         "TextHeight" => "4", 
00829                         "TextWidth" => "4", 
00830                         "ToDefaults" => "4", 
00831                         "TwipsToChartPart" => "4", 
00832                         "TypeByChartType" => "4", 
00833                         "Update" => "4", 
00834                         "UpdateControls" => "4", 
00835                         "UpdateRecord" => "4", 
00836                         "UpdateRow" => "4", 
00837                         "Upto" => "4", 
00838                         "WhatsThisMode" => "4", 
00839                         "WriteProperty" => "4", 
00840                         "ZOrder" => "4", 
00841                         "AccessKeyPress" => "5", 
00842                         "AfterAddFile" => "5", 
00843                         "AfterChangeFileName" => "5", 
00844                         "AfterCloseFile" => "5", 
00845                         "AfterColEdit" => "5", 
00846                         "AfterColUpdate" => "5", 
00847                         "AfterDelete" => "5", 
00848                         "AfterInsert" => "5", 
00849                         "AfterLabelEdit" => "5", 
00850                         "AfterRemoveFile" => "5", 
00851                         "AfterUpdate" => "5", 
00852                         "AfterWriteFile" => "5", 
00853                         "AmbienChanged" => "5", 
00854                         "ApplyChanges" => "5", 
00855                         "Associate" => "5", 
00856                         "AsyncReadComplete" => "5", 
00857                         "AxisActivated" => "5", 
00858                         "AxisLabelActivated" => "5", 
00859                         "AxisLabelSelected" => "5", 
00860                         "AxisLabelUpdated" => "5", 
00861                         "AxisSelected" => "5", 
00862                         "AxisTitleActivated" => "5", 
00863                         "AxisTitleSelected" => "5", 
00864                         "AxisTitleUpdated" => "5", 
00865                         "AxisUpdated" => "5", 
00866                         "BeforeClick" => "5", 
00867                         "BeforeColEdit" => "5", 
00868                         "BeforeColUpdate" => "5", 
00869                         "BeforeConnect" => "5", 
00870                         "BeforeDelete" => "5", 
00871                         "BeforeInsert" => "5", 
00872                         "BeforeLabelEdit" => "5", 
00873                         "BeforeLoadFile" => "5", 
00874                         "BeforeUpdate" => "5", 
00875                         "ButtonClick" => "5", 
00876                         "ButtonCompleted" => "5", 
00877                         "ButtonGotFocus" => "5", 
00878                         "ButtonLostFocus" => "5", 
00879                         "Change" => "5", 
00880                         "ChartActivated" => "5", 
00881                         "ChartSelected" => "5", 
00882                         "ChartUpdated" => "5", 
00883                         "Click" => "5", 
00884                         "ColEdit" => "5", 
00885                         "Collapse" => "5", 
00886                         "ColResize" => "5", 
00887                         "ColumnClick" => "5", 
00888                         "Compare" => "5", 
00889                         "ConfigChageCancelled" => "5", 
00890                         "ConfigChanged" => "5", 
00891                         "ConnectionRequest" => "5", 
00892                         "DataArrival" => "5", 
00893                         "DataChanged" => "5", 
00894                         "DataUpdated" => "5", 
00895                         "DblClick" => "5", 
00896                         "Deactivate" => "5", 
00897                         "DeviceArrival" => "5", 
00898                         "DeviceOtherEvent" => "5", 
00899                         "DeviceQueryRemove" => "5", 
00900                         "DeviceQueryRemoveFailed" => "5", 
00901                         "DeviceRemoveComplete" => "5", 
00902                         "DeviceRemovePending" => "5", 
00903                         "DevModeChange" => "5", 
00904                         "Disconnect" => "5", 
00905                         "DisplayChanged" => "5", 
00906                         "Dissociate" => "5", 
00907                         "DoGetNewFileName" => "5", 
00908                         "Done" => "5", 
00909                         "DonePainting" => "5", 
00910                         "DownClick" => "5", 
00911                         "DragDrop" => "5", 
00912                         "DragOver" => "5", 
00913                         "DropDown" => "5", 
00914                         "EditProperty" => "5", 
00915                         "EnterCell" => "5", 
00916                         "EnterFocus" => "5", 
00917                         "ExitFocus" => "5", 
00918                         "Expand" => "5", 
00919                         "FootnoteActivated" => "5", 
00920                         "FootnoteSelected" => "5", 
00921                         "FootnoteUpdated" => "5", 
00922                         "GotFocus" => "5", 
00923                         "HeadClick" => "5", 
00924                         "InfoMessage" => "5", 
00925                         "Initialize" => "5", 
00926                         "IniProperties" => "5", 
00927                         "ItemActivated" => "5", 
00928                         "ItemAdded" => "5", 
00929                         "ItemCheck" => "5", 
00930                         "ItemClick" => "5", 
00931                         "ItemReloaded" => "5", 
00932                         "ItemRemoved" => "5", 
00933                         "ItemRenamed" => "5", 
00934                         "ItemSeletected" => "5", 
00935                         "KeyDown" => "5", 
00936                         "KeyPress" => "5", 
00937                         "KeyUp" => "5", 
00938                         "LeaveCell" => "5", 
00939                         "LegendActivated" => "5", 
00940                         "LegendSelected" => "5", 
00941                         "LegendUpdated" => "5", 
00942                         "LinkClose" => "5", 
00943                         "LinkError" => "5", 
00944                         "LinkNotify" => "5", 
00945                         "LinkOpen" => "5", 
00946                         "Load" => "5", 
00947                         "LostFocus" => "5", 
00948                         "MouseDown" => "5", 
00949                         "MouseMove" => "5", 
00950                         "MouseUp" => "5", 
00951                         "NodeClick" => "5", 
00952                         "ObjectMove" => "5", 
00953                         "OLECompleteDrag" => "5", 
00954                         "OLEDragDrop" => "5", 
00955                         "OLEDragOver" => "5", 
00956                         "OLEGiveFeedback" => "5", 
00957                         "OLESetData" => "5", 
00958                         "OLEStartDrag" => "5", 
00959                         "OnAddNew" => "5", 
00960                         "OnComm" => "5", 
00961                         "Paint" => "5", 
00962                         "PanelClick" => "5", 
00963                         "PanelDblClick" => "5", 
00964                         "PathChange" => "5", 
00965                         "PatternChange" => "5", 
00966                         "PlotActivated" => "5", 
00967                         "PlotSelected" => "5", 
00968                         "PlotUpdated" => "5", 
00969                         "PointActivated" => "5", 
00970                         "PointLabelActivated" => "5", 
00971                         "PointLabelSelected" => "5", 
00972                         "PointLabelUpdated" => "5", 
00973                         "PointSelected" => "5", 
00974                         "PointUpdated" => "5", 
00975                         "PowerQuerySuspend" => "5", 
00976                         "PowerResume" => "5", 
00977                         "PowerStatusChanged" => "5", 
00978                         "PowerSuspend" => "5", 
00979                         "QueryChangeConfig" => "5", 
00980                         "QueryComplete" => "5", 
00981                         "QueryCompleted" => "5", 
00982                         "QueryTimeout" => "5", 
00983                         "QueryUnload" => "5", 
00984                         "ReadProperties" => "5", 
00985                         "Reposition" => "5", 
00986                         "RequestChangeFileName" => "5", 
00987                         "RequestWriteFile" => "5", 
00988                         "Resize" => "5", 
00989                         "ResultsChanged" => "5", 
00990                         "RowColChange" => "5", 
00991                         "RowCurrencyChange" => "5", 
00992                         "RowResize" => "5", 
00993                         "RowStatusChanged" => "5", 
00994                         "SelChange" => "5", 
00995                         "SelectionChanged" => "5", 
00996                         "SendComplete" => "5", 
00997                         "SendProgress" => "5", 
00998                         "SeriesActivated" => "5", 
00999                         "SeriesSelected" => "5", 
01000                         "SeriesUpdated" => "5", 
01001                         "SettingChanged" => "5", 
01002                         "SplitChange" => "5", 
01003                         "StateChanged" => "5", 
01004                         "StatusUpdate" => "5", 
01005                         "SysColorsChanged" => "5", 
01006                         "Terminate" => "5", 
01007                         "TimeChanged" => "5", 
01008                         "TitleActivated" => "5", 
01009                         "TitleSelected" => "5", 
01010                         "UnboundAddData" => "5", 
01011                         "UnboundDeleteRow" => "5", 
01012                         "UnboundGetRelativeBookmark" => "5", 
01013                         "UnboundReadData" => "5", 
01014                         "UnboundWriteData" => "5", 
01015                         "Unload" => "5", 
01016                         "UpClick" => "5", 
01017                         "Updated" => "5", 
01018                         "Validate" => "5", 
01019                         "ValidationError" => "5", 
01020                         "WillAssociate" => "5", 
01021                         "WillChangeData" => "5", 
01022                         "WillDissociate" => "5", 
01023                         "WillExecute" => "5", 
01024                         "WillUpdateRows" => "5", 
01025                         "WriteProperties" => "5", 
01026                         "AppActivate" => "6", 
01027                         "Base" => "6", 
01028                         "Beep" => "6", 
01029                         "Call" => "6", 
01030                         "Case" => "6", 
01031                         "ChDir" => "6", 
01032                         "ChDrive" => "6", 
01033                         "Const" => "6", 
01034                         "DefBool" => "6", 
01035                         "DefByte" => "6", 
01036                         "DefCur" => "6", 
01037                         "DefDate" => "6", 
01038                         "DefDbl" => "6", 
01039                         "DefDec" => "6", 
01040                         "DefInt" => "6", 
01041                         "DefLng" => "6", 
01042                         "DefObj" => "6", 
01043                         "DefSng" => "6", 
01044                         "DefStr" => "6", 
01045                         "Deftype" => "6", 
01046                         "DefVar" => "6", 
01047                         "DeleteSetting" => "6", 
01048                         "Dim" => "6", 
01049                         "Do" => "6", 
01050                         "Else" => "6", 
01051                         "ElseIf" => "6", 
01052                         "End" => "6", 
01053                         "Enum" => "6", 
01054                         "Erase" => "6", 
01055                         "Event" => "6", 
01056                         "Exit" => "6", 
01057                         "Explicit" => "6", 
01058                         "FileCopy" => "6", 
01059                         "For" => "6", 
01060                         "ForEach" => "6", 
01061                         "Function" => "6", 
01062                         "Get" => "6", 
01063                         "GoSub" => "6", 
01064                         "GoTo" => "6", 
01065                         "If" => "6", 
01066                         "Implements" => "6", 
01067                         "Kill" => "6", 
01068                         "Let" => "6", 
01069                         "LineInput" => "6", 
01070                         "Lock" => "6", 
01071                         "LSet" => "6", 
01072                         "MkDir" => "6", 
01073                         "Name" => "6", 
01074                         "Next" => "6", 
01075                         "OnError" => "6", 
01076                         "On" => "6", 
01077                         "Option" => "6", 
01078                         "Private" => "6", 
01079                         "Property" => "6", 
01080                         "Public" => "6", 
01081                         "Put" => "6", 
01082                         "RaiseEvent" => "6", 
01083                         "Randomize" => "6", 
01084                         "ReDim" => "6", 
01085                         "Reset" => "6", 
01086                         "Resume" => "6", 
01087                         "Return" => "6", 
01088                         "RmDir" => "6", 
01089                         "RSet" => "6", 
01090                         "SavePicture" => "6", 
01091                         "SaveSetting" => "6", 
01092                         "SendKeys" => "6", 
01093                         "SetAttr" => "6", 
01094                         "Static" => "6", 
01095                         "Sub" => "6", 
01096                         "Then" => "6", 
01097                         "Type" => "6", 
01098                         "Unlock" => "6", 
01099                         "Wend" => "6", 
01100                         "While" => "6", 
01101                         "Width" => "6", 
01102                         "With" => "6", 
01103                         "Write" => "6");
01104 
01105 // Special extensions
01106 
01107 // Each category can specify a PHP function that returns an altered
01108 // version of the keyword.
01109         
01110         
01111 
01112 $this->linkscripts      = array(
01113                         "1" => "donothing", 
01114                         "2" => "donothing", 
01115                         "3" => "donothing", 
01116                         "4" => "donothing", 
01117                         "5" => "donothing", 
01118                         "6" => "donothing");
01119 }
01120 
01121 
01122 function donothing($keywordin)
01123 {
01124         return $keywordin;
01125 }
01126 
01127 }?>

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