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

syntax_highlight/php/HFile/HFile_vb.php

Go to the documentation of this file.
00001 <?php
00002 
00003 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00004 if (!isset ($BEAUT_PATH)) return;
00005 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00006   class HFile_vb extends HFile{
00007    function HFile_vb(){
00008      $this->HFile();
00009      
00010 /*************************************/
00011 // Beautifier Highlighting Configuration File 
00012 // Visual Basic
00013 /*************************************/
00014 // Flags
00015 
00016 $this->nocase                   = "1";
00017 $this->notrim                   = "0";
00018 $this->perl                     = "0";
00019 
00020 // Colours
00021 
00022 $this->colours          = array("blue", "purple", "gray", "brown", "blue", "purple");
00023 $this->quotecolour              = "blue";
00024 $this->blockcommentcolour       = "green";
00025 $this->linecommentcolour        = "green";
00026 
00027 // Indent Strings
00028 
00029 $this->indent                   = array("Private Sub", "Public Sub", "With");
00030 $this->unindent                 = array("End Sub", "End With");
00031 
00032 // String characters and delimiters
00033 
00034 $this->stringchars              = array();
00035 $this->delimiters               = array(" ", "(", ")", ".");
00036 $this->escchar                  = "";
00037 
00038 // Comment settings
00039 
00040 $this->linecommenton            = array("'");
00041 $this->blockcommenton           = array("");
00042 $this->blockcommentoff          = array("");
00043 
00044 // Keywords (keyword mapping to colour number)
00045 
00046 $this->keywords                 = array(
00047                         "Abs" => "1", 
00048                         "Array" => "1", 
00049                         "Asc" => "1", 
00050                         "AscB" => "1", 
00051                         "AscW" => "1", 
00052                         "Atn" => "1", 
00053                         "Avg" => "1", 
00054                         "CBool" => "1", 
00055                         "CByte" => "1", 
00056                         "CCur" => "1", 
00057                         "CDate" => "1", 
00058                         "CDbl" => "1", 
00059                         "Cdec" => "1", 
00060                         "Choose" => "1", 
00061                         "Chr" => "1", 
00062                         "ChrB" => "1", 
00063                         "ChrW" => "1", 
00064                         "CInt" => "1", 
00065                         "CLng" => "1", 
00066                         "Command" => "1", 
00067                         "Cos" => "1", 
00068                         "Count" => "1", 
00069                         "CreateObject" => "1", 
00070                         "CSng" => "1", 
00071                         "CStr" => "1", 
00072                         "CurDir" => "1", 
00073                         "CVar" => "1", 
00074                         "CVDate" => "1", 
00075                         "CVErr" => "1", 
00076                         "Date" => "1", 
00077                         "DateAdd" => "1", 
00078                         "DateDiff" => "1", 
00079                         "DatePart" => "1", 
00080                         "DateSerial" => "1", 
00081                         "DateValue" => "1", 
00082                         "Day" => "1", 
00083                         "DDB" => "1", 
00084                         "Dir" => "1", 
00085                         "DoEvents" => "1", 
00086                         "Environ" => "1", 
00087                         "EOF" => "1", 
00088                         "Error" => "1", 
00089                         "Exp" => "1", 
00090                         "FileAttr" => "1", 
00091                         "FileDateTime" => "1", 
00092                         "FileLen" => "1", 
00093                         "Fix" => "1", 
00094                         "Format" => "1", 
00095                         "FreeFile" => "1", 
00096                         "FV" => "1", 
00097                         "GetAllStrings" => "1", 
00098                         "GetAttr" => "1", 
00099                         "GetAutoServerSettings" => "1", 
00100                         "GetObject" => "1", 
00101                         "GetSetting" => "1", 
00102                         "Hex" => "1", 
00103                         "Hour" => "1", 
00104                         "IIf" => "1", 
00105                         "IMEStatus" => "1", 
00106                         "Input" => "1", 
00107                         "InputB" => "1", 
00108                         "InputBox" => "1", 
00109                         "InStr" => "1", 
00110                         "InstB" => "1", 
00111                         "Int" => "1", 
00112                         "IPmt" => "1", 
00113                         "IsArray" => "1", 
00114                         "IsDate" => "1", 
00115                         "IsEmpty" => "1", 
00116                         "IsError" => "1", 
00117                         "IsMissing" => "1", 
00118                         "IsNull" => "1", 
00119                         "IsNumeric" => "1", 
00120                         "IsObject" => "1", 
00121                         "LBound" => "1", 
00122                         "LCase" => "1", 
00123                         "Left" => "1", 
00124                         "LeftB" => "1", 
00125                         "Len" => "1", 
00126                         "LenB" => "1", 
00127                         "LoadPicture" => "1", 
00128                         "Loc" => "1", 
00129                         "LOF" => "1", 
00130                         "Log" => "1", 
00131                         "LTrim" => "1", 
00132                         "Max" => "1", 
00133                         "Mid" => "1", 
00134                         "MidB" => "1", 
00135                         "Min" => "1", 
00136                         "Minute" => "1", 
00137                         "MIRR" => "1", 
00138                         "Month" => "1", 
00139                         "MsgBox" => "1", 
00140                         "Now" => "1", 
00141                         "NPer" => "1", 
00142                         "NPV" => "1", 
00143                         "Oct" => "1", 
00144                         "Partition" => "1", 
00145                         "Pmt" => "1", 
00146                         "PPmt" => "1", 
00147                         "PV" => "1", 
00148                         "QBColor" => "1", 
00149                         "Rate" => "1", 
00150                         "RGB" => "1", 
00151                         "Right" => "1", 
00152                         "RightB" => "1", 
00153                         "Rnd" => "1", 
00154                         "RTrim" => "1", 
00155                         "Second" => "1", 
00156                         "Seek" => "1", 
00157                         "Sgn" => "1", 
00158                         "Shell" => "1", 
00159                         "Sin" => "1", 
00160                         "SLN" => "1", 
00161                         "Space" => "1", 
00162                         "Spc" => "1", 
00163                         "Sqr" => "1", 
00164                         "StDev" => "1", 
00165                         "StDevP" => "1", 
00166                         "Str" => "1", 
00167                         "StrComp" => "1", 
00168                         "StrConv" => "1", 
00169                         "String" => "1", 
00170                         "Switch" => "1", 
00171                         "Sum" => "1", 
00172                         "SYD" => "1", 
00173                         "Tab" => "1", 
00174                         "Tan" => "1", 
00175                         "Time" => "1", 
00176                         "Timer" => "1", 
00177                         "TimeSerial" => "1", 
00178                         "TimeValue" => "1", 
00179                         "Trim" => "1", 
00180                         "TypeName" => "1", 
00181                         "UBound" => "1", 
00182                         "UCase" => "1", 
00183                         "Val" => "1", 
00184                         "Var" => "1", 
00185                         "VarP" => "1", 
00186                         "VarType" => "1", 
00187                         "Weekday" => "1", 
00188                         "Year" => "1", 
00189                         "Accept" => "2", 
00190                         "Activate" => "2", 
00191                         "Add" => "2", 
00192                         "AddCustom" => "2", 
00193                         "AddFile" => "2", 
00194                         "AddFromFile" => "2", 
00195                         "AddFromTemplate" => "2", 
00196                         "AddItem" => "2", 
00197                         "AddNew" => "2", 
00198                         "AddToAddInToolbar" => "2", 
00199                         "AddToolboxProgID" => "2", 
00200                         "Append" => "2", 
00201                         "AppendChunk" => "2", 
00202                         "Arrange" => "2", 
00203                         "Assert" => "2", 
00204                         "AsyncRead" => "2", 
00205                         "BatchUpdate" => "2", 
00206                         "BeginTrans" => "2", 
00207                         "Bind" => "2", 
00208                         "Cancel" => "2", 
00209                         "CancelAsyncRead" => "2", 
00210                         "CancelBatch" => "2", 
00211                         "CancelUpdate" => "2", 
00212                         "CanPropertyChange" => "2", 
00213                         "CaptureImage" => "2", 
00214                         "CellText" => "2", 
00215                         "CellValue" => "2", 
00216                         "Circle" => "2", 
00217                         "Clear" => "2", 
00218                         "ClearFields" => "2", 
00219                         "ClearSel" => "2", 
00220                         "ClearSelCols" => "2", 
00221                         "Clone" => "2", 
00222                         "Close" => "2", 
00223                         "Cls" => "2", 
00224                         "ColContaining" => "2", 
00225                         "ColumnSize" => "2", 
00226                         "CommitTrans" => "2", 
00227                         "CompactDatabase" => "2", 
00228                         "Compose" => "2", 
00229                         "Connect" => "2", 
00230                         "Copy" => "2", 
00231                         "CopyQueryDef" => "2", 
00232                         "CreateDatabase" => "2", 
00233                         "CreateDragImage" => "2", 
00234                         "CreateEmbed" => "2", 
00235                         "CreateField" => "2", 
00236                         "CreateGroup" => "2", 
00237                         "CreateIndex" => "2", 
00238                         "CreateLink" => "2", 
00239                         "CreatePreparedStatement" => "2", 
00240                         "CreatePropery" => "2", 
00241                         "CreateQuery" => "2", 
00242                         "CreateQueryDef" => "2", 
00243                         "CreateRelation" => "2", 
00244                         "CreateTableDef" => "2", 
00245                         "CreateUser" => "2", 
00246                         "CreateWorkspace" => "2", 
00247                         "Customize" => "2", 
00248                         "Delete" => "2", 
00249                         "DeleteColumnLabels" => "2", 
00250                         "DeleteColumns" => "2", 
00251                         "DeleteRowLabels" => "2", 
00252                         "DeleteRows" => "2", 
00253                         "DoVerb" => "2", 
00254                         "Drag" => "2", 
00255                         "Draw" => "2", 
00256                         "Edit" => "2", 
00257                         "EditCopy" => "2", 
00258                         "EditPaste" => "2", 
00259                         "EndDoc" => "2", 
00260                         "EnsureVisible" => "2", 
00261                         "EstablishConnection" => "2", 
00262                         "Execute" => "2", 
00263                         "ExtractIcon" => "2", 
00264                         "Fetch" => "2", 
00265                         "FetchVerbs" => "2", 
00266                         "Files" => "2", 
00267                         "FillCache" => "2", 
00268                         "Find" => "2", 
00269                         "FindFirst" => "2", 
00270                         "FindItem" => "2", 
00271                         "FindLast" => "2", 
00272                         "FindNext" => "2", 
00273                         "FindPrevious" => "2", 
00274                         "Forward" => "2", 
00275                         "GetBookmark" => "2", 
00276                         "GetChunk" => "2", 
00277                         "GetClipString" => "2", 
00278                         "GetData" => "2", 
00279                         "GetFirstVisible" => "2", 
00280                         "GetFormat" => "2", 
00281                         "GetHeader" => "2", 
00282                         "GetLineFromChar" => "2", 
00283                         "GetNumTicks" => "2", 
00284                         "GetRows" => "2", 
00285                         "GetSelectedPart" => "2", 
00286                         "GetText" => "2", 
00287                         "GetVisibleCount" => "2", 
00288                         "GoBack" => "2", 
00289                         "GoForward" => "2", 
00290                         "Hide" => "2", 
00291                         "HitTest" => "2", 
00292                         "HoldFields" => "2", 
00293                         "Idle" => "2", 
00294                         "InitializeLabels" => "2", 
00295                         "InsertColumnLabels" => "2", 
00296                         "InsertColumns" => "2", 
00297                         "InsertObjDlg" => "2", 
00298                         "InsertRowLabels" => "2", 
00299                         "InsertRows" => "2", 
00300                         "Item" => "2", 
00301                         "KillDoc" => "2", 
00302                         "Layout" => "2", 
00303                         "Line" => "2", 
00304                         "LinkExecute" => "2", 
00305                         "LinkPoke" => "2", 
00306                         "LinkRequest" => "2", 
00307                         "LinkSend" => "2", 
00308                         "Listen" => "2", 
00309                         "LoadFile" => "2", 
00310                         "LoadResData" => "2", 
00311                         "LoadResPicture" => "2", 
00312                         "LoadResString" => "2", 
00313                         "LogEvent" => "2", 
00314                         "MakeCompileFile" => "2", 
00315                         "MakeReplica" => "2", 
00316                         "MoreResults" => "2", 
00317                         "Move" => "2", 
00318                         "MoveData" => "2", 
00319                         "MoveFirst" => "2", 
00320                         "MoveLast" => "2", 
00321                         "MoveNext" => "2", 
00322                         "MovePrevious" => "2", 
00323                         "NavigateTo" => "2", 
00324                         "NewPage" => "2", 
00325                         "NewPassword" => "2", 
00326                         "NextRecordset" => "2", 
00327                         "OLEDrag" => "2", 
00328                         "OnAddinsUpdate" => "2", 
00329                         "OnConnection" => "2", 
00330                         "OnDisconnection" => "2", 
00331                         "OnStartupComplete" => "2", 
00332                         "Open" => "2", 
00333                         "OpenConnection" => "2", 
00334                         "OpenDatabase" => "2", 
00335                         "OpenQueryDef" => "2", 
00336                         "OpenRecordset" => "2", 
00337                         "OpenResultset" => "2", 
00338                         "OpenURL" => "2", 
00339                         "Overlay" => "2", 
00340                         "PaintPicture" => "2", 
00341                         "Paste" => "2", 
00342                         "PastSpecialDlg" => "2", 
00343                         "PeekData" => "2", 
00344                         "Play" => "2", 
00345                         "Point" => "2", 
00346                         "PopulatePartial" => "2", 
00347                         "PopupMenu" => "2", 
00348                         "Print" => "2", 
00349                         "PrintForm" => "2", 
00350                         "PropertyChanged" => "2", 
00351                         "PSet" => "2", 
00352                         "Quit" => "2", 
00353                         "Raise" => "2", 
00354                         "RandomDataFill" => "2", 
00355                         "RandomFillColumns" => "2", 
00356                         "RandomFillRows" => "2", 
00357                         "rdoCreateEnvironment" => "2", 
00358                         "rdoRegisterDataSource" => "2", 
00359                         "ReadFromFile" => "2", 
00360                         "ReadProperty" => "2", 
00361                         "Rebind" => "2", 
00362                         "ReFill" => "2", 
00363                         "Refresh" => "2", 
00364                         "RefreshLink" => "2", 
00365                         "RegisterDatabase" => "2", 
00366                         "Reload" => "2", 
00367                         "Remove" => "2", 
00368                         "RemoveAddInFromToolbar" => "2", 
00369                         "RemoveItem" => "2", 
00370                         "Render" => "2", 
00371                         "RepairDatabase" => "2", 
00372                         "Reply" => "2", 
00373                         "ReplyAll" => "2", 
00374                         "Requery" => "2", 
00375                         "ResetCustom" => "2", 
00376                         "ResetCustomLabel" => "2", 
00377                         "ResolveName" => "2", 
00378                         "RestoreToolbar" => "2", 
00379                         "Resync" => "2", 
00380                         "Rollback" => "2", 
00381                         "RollbackTrans" => "2", 
00382                         "RowBookmark" => "2", 
00383                         "RowContaining" => "2", 
00384                         "RowTop" => "2", 
00385                         "Save" => "2", 
00386                         "SaveAs" => "2", 
00387                         "SaveFile" => "2", 
00388                         "SaveToFile" => "2", 
00389                         "SaveToolbar" => "2", 
00390                         "SaveToOle1File" => "2", 
00391                         "Scale" => "2", 
00392                         "ScaleX" => "2", 
00393                         "ScaleY" => "2", 
00394                         "Scroll" => "2", 
00395                         "Select" => "2", 
00396                         "SelectAll" => "2", 
00397                         "SelectPart" => "2", 
00398                         "SelPrint" => "2", 
00399                         "Send" => "2", 
00400                         "SendData" => "2", 
00401                         "Set" => "2", 
00402                         "SetAutoServerSettings" => "2", 
00403                         "SetData" => "2", 
00404                         "SetFocus" => "2", 
00405                         "SetOption" => "2", 
00406                         "SetSize" => "2", 
00407                         "SetText" => "2", 
00408                         "SetViewport" => "2", 
00409                         "Show" => "2", 
00410                         "ShowColor" => "2", 
00411                         "ShowFont" => "2", 
00412                         "ShowHelp" => "2", 
00413                         "ShowOpen" => "2", 
00414                         "ShowPrinter" => "2", 
00415                         "ShowSave" => "2", 
00416                         "ShowWhatsThis" => "2", 
00417                         "SignOff" => "2", 
00418                         "SignOn" => "2", 
00419                         "Size" => "2", 
00420                         "Span" => "2", 
00421                         "SplitContaining" => "2", 
00422                         "StartLabelEdit" => "2", 
00423                         "StartLogging" => "2", 
00424                         "Stop" => "2", 
00425                         "Synchronize" => "2", 
00426                         "TextHeight" => "2", 
00427                         "TextWidth" => "2", 
00428                         "ToDefaults" => "2", 
00429                         "TwipsToChartPart" => "2", 
00430                         "TypeByChartType" => "2", 
00431                         "Update" => "2", 
00432                         "UpdateControls" => "2", 
00433                         "UpdateRecord" => "2", 
00434                         "UpdateRow" => "2", 
00435                         "Upto" => "2", 
00436                         "WhatsThisMode" => "2", 
00437                         "WriteProperty" => "2", 
00438                         "ZOrder" => "2", 
00439                         "AccessKeyPress" => "3", 
00440                         "AfterAddFile" => "3", 
00441                         "AfterChangeFileName" => "3", 
00442                         "AfterCloseFile" => "3", 
00443                         "AfterColEdit" => "3", 
00444                         "AfterColUpdate" => "3", 
00445                         "AfterDelete" => "3", 
00446                         "AfterInsert" => "3", 
00447                         "AfterLabelEdit" => "3", 
00448                         "AfterRemoveFile" => "3", 
00449                         "AfterUpdate" => "3", 
00450                         "AfterWriteFile" => "3", 
00451                         "AmbienChanged" => "3", 
00452                         "ApplyChanges" => "3", 
00453                         "Associate" => "3", 
00454                         "AsyncReadComplete" => "3", 
00455                         "AxisActivated" => "3", 
00456                         "AxisLabelActivated" => "3", 
00457                         "AxisLabelSelected" => "3", 
00458                         "AxisLabelUpdated" => "3", 
00459                         "AxisSelected" => "3", 
00460                         "AxisTitleActivated" => "3", 
00461                         "AxisTitleSelected" => "3", 
00462                         "AxisTitleUpdated" => "3", 
00463                         "AxisUpdated" => "3", 
00464                         "BeforeClick" => "3", 
00465                         "BeforeColEdit" => "3", 
00466                         "BeforeColUpdate" => "3", 
00467                         "BeforeConnect" => "3", 
00468                         "BeforeDelete" => "3", 
00469                         "BeforeInsert" => "3", 
00470                         "BeforeLabelEdit" => "3", 
00471                         "BeforeLoadFile" => "3", 
00472                         "BeforeUpdate" => "3", 
00473                         "ButtonClick" => "3", 
00474                         "ButtonCompleted" => "3", 
00475                         "ButtonGotFocus" => "3", 
00476                         "ButtonLostFocus" => "3", 
00477                         "Change" => "3", 
00478                         "ChartActivated" => "3", 
00479                         "ChartSelected" => "3", 
00480                         "ChartUpdated" => "3", 
00481                         "Click" => "3", 
00482                         "ColEdit" => "3", 
00483                         "Collapse" => "3", 
00484                         "ColResize" => "3", 
00485                         "ColumnClick" => "3", 
00486                         "Compare" => "3", 
00487                         "ConfigChageCancelled" => "3", 
00488                         "ConfigChanged" => "3", 
00489                         "ConnectionRequest" => "3", 
00490                         "DataArrival" => "3", 
00491                         "DataChanged" => "3", 
00492                         "DataUpdated" => "3", 
00493                         "DblClick" => "3", 
00494                         "Deactivate" => "3", 
00495                         "DeviceArrival" => "3", 
00496                         "DeviceOtherEvent" => "3", 
00497                         "DeviceQueryRemove" => "3", 
00498                         "DeviceQueryRemoveFailed" => "3", 
00499                         "DeviceRemoveComplete" => "3", 
00500                         "DeviceRemovePending" => "3", 
00501                         "DevModeChange" => "3", 
00502                         "Disconnect" => "3", 
00503                         "DisplayChanged" => "3", 
00504                         "Dissociate" => "3", 
00505                         "DoGetNewFileName" => "3", 
00506                         "Done" => "3", 
00507                         "DonePainting" => "3", 
00508                         "DownClick" => "3", 
00509                         "DragDrop" => "3", 
00510                         "DragOver" => "3", 
00511                         "DropDown" => "3", 
00512                         "EditProperty" => "3", 
00513                         "EnterCell" => "3", 
00514                         "EnterFocus" => "3", 
00515                         "Event" => "4", 
00516                         "ExitFocus" => "3", 
00517                         "Expand" => "3", 
00518                         "FootnoteActivated" => "3", 
00519                         "FootnoteSelected" => "3", 
00520                         "FootnoteUpdated" => "3", 
00521                         "GotFocus" => "3", 
00522                         "HeadClick" => "3", 
00523                         "InfoMessage" => "3", 
00524                         "Initialize" => "3", 
00525                         "IniProperties" => "3", 
00526                         "ItemActivated" => "3", 
00527                         "ItemAdded" => "3", 
00528                         "ItemCheck" => "3", 
00529                         "ItemClick" => "3", 
00530                         "ItemReloaded" => "3", 
00531                         "ItemRemoved" => "3", 
00532                         "ItemRenamed" => "3", 
00533                         "ItemSeletected" => "3", 
00534                         "KeyDown" => "3", 
00535                         "KeyPress" => "3", 
00536                         "KeyUp" => "3", 
00537                         "LeaveCell" => "3", 
00538                         "LegendActivated" => "3", 
00539                         "LegendSelected" => "3", 
00540                         "LegendUpdated" => "3", 
00541                         "LinkClose" => "3", 
00542                         "LinkError" => "3", 
00543                         "LinkNotify" => "3", 
00544                         "LinkOpen" => "3", 
00545                         "Load" => "3", 
00546                         "LostFocus" => "3", 
00547                         "MouseDown" => "3", 
00548                         "MouseMove" => "3", 
00549                         "MouseUp" => "3", 
00550                         "NodeClick" => "3", 
00551                         "ObjectMove" => "3", 
00552                         "OLECompleteDrag" => "3", 
00553                         "OLEDragDrop" => "3", 
00554                         "OLEDragOver" => "3", 
00555                         "OLEGiveFeedback" => "3", 
00556                         "OLESetData" => "3", 
00557                         "OLEStartDrag" => "3", 
00558                         "OnAddNew" => "3", 
00559                         "OnComm" => "3", 
00560                         "Paint" => "3", 
00561                         "PanelClick" => "3", 
00562                         "PanelDblClick" => "3", 
00563                         "PathChange" => "3", 
00564                         "PatternChange" => "3", 
00565                         "PlotActivated" => "3", 
00566                         "PlotSelected" => "3", 
00567                         "PlotUpdated" => "3", 
00568                         "PointActivated" => "3", 
00569                         "PointLabelActivated" => "3", 
00570                         "PointLabelSelected" => "3", 
00571                         "PointLabelUpdated" => "3", 
00572                         "PointSelected" => "3", 
00573                         "PointUpdated" => "3", 
00574                         "PowerQuerySuspend" => "3", 
00575                         "PowerResume" => "3", 
00576                         "PowerStatusChanged" => "3", 
00577                         "PowerSuspend" => "3", 
00578                         "QueryChangeConfig" => "3", 
00579                         "QueryComplete" => "3", 
00580                         "QueryCompleted" => "3", 
00581                         "QueryTimeout" => "3", 
00582                         "QueryUnload" => "3", 
00583                         "ReadProperties" => "3", 
00584                         "Reposition" => "3", 
00585                         "RequestChangeFileName" => "3", 
00586                         "RequestWriteFile" => "3", 
00587                         "Resize" => "3", 
00588                         "ResultsChanged" => "3", 
00589                         "RowColChange" => "3", 
00590                         "RowCurrencyChange" => "3", 
00591                         "RowResize" => "3", 
00592                         "RowStatusChanged" => "3", 
00593                         "SelChange" => "3", 
00594                         "SelectionChanged" => "3", 
00595                         "SendComplete" => "3", 
00596                         "SendProgress" => "3", 
00597                         "SeriesActivated" => "3", 
00598                         "SeriesSelected" => "3", 
00599                         "SeriesUpdated" => "3", 
00600                         "SettingChanged" => "3", 
00601                         "SplitChange" => "3", 
00602                         "StateChanged" => "3", 
00603                         "StatusUpdate" => "3", 
00604                         "SysColorsChanged" => "3", 
00605                         "Terminate" => "3", 
00606                         "TimeChanged" => "3", 
00607                         "TitleActivated" => "3", 
00608                         "TitleSelected" => "3", 
00609                         "UnboundAddData" => "3", 
00610                         "UnboundDeleteRow" => "3", 
00611                         "UnboundGetRelativeBookmark" => "3", 
00612                         "UnboundReadData" => "3", 
00613                         "UnboundWriteData" => "3", 
00614                         "Unload" => "3", 
00615                         "UpClick" => "3", 
00616                         "Updated" => "3", 
00617                         "Validate" => "3", 
00618                         "ValidationError" => "3", 
00619                         "WillAssociate" => "3", 
00620                         "WillChangeData" => "3", 
00621                         "WillDissociate" => "3", 
00622                         "WillExecute" => "3", 
00623                         "WillUpdateRows" => "3", 
00624                         "WithEvents" => "3", 
00625                         "WriteProperties" => "3", 
00626                         "AppActivate" => "4", 
00627                         "Base" => "4", 
00628                         "Beep" => "4", 
00629                         "Call" => "4", 
00630                         "Case" => "4", 
00631                         "ChDir" => "4", 
00632                         "ChDrive" => "4", 
00633                         "Const" => "4", 
00634                         "Declare" => "4", 
00635                         "DefBool" => "4", 
00636                         "DefByte" => "4", 
00637                         "DefCur" => "4", 
00638                         "DefDate" => "4", 
00639                         "DefDbl" => "4", 
00640                         "DefDec" => "4", 
00641                         "DefInt" => "4", 
00642                         "DefLng" => "4", 
00643                         "DefObj" => "4", 
00644                         "DefSng" => "4", 
00645                         "DefStr" => "4", 
00646                         "Deftype" => "4", 
00647                         "DefVar" => "4", 
00648                         "DeleteSetting" => "4", 
00649                         "Dim" => "4", 
00650                         "Do" => "4", 
00651                         "Else" => "4", 
00652                         "ElseIf" => "4", 
00653                         "End" => "4", 
00654                         "Enum" => "4", 
00655                         "Erase" => "4", 
00656                         "Exit" => "4", 
00657                         "Explicit" => "4", 
00658                         "False" => "4", 
00659                         "FileCopy" => "4", 
00660                         "For" => "4", 
00661                         "ForEach" => "4", 
00662                         "Friend" => "4", 
00663                         "Function" => "4", 
00664                         "Get" => "4", 
00665                         "GoSub" => "4", 
00666                         "GoTo" => "4", 
00667                         "Height" => "4",
00668                         "If" => "4", 
00669                         "Implements" => "4", 
00670                         "Kill" => "4", 
00671                         "Left" => "4",
00672                         "Let" => "4", 
00673                         "LineInput" => "4", 
00674                         "Lock" => "4", 
00675                         "Loop" => "4", 
00676                         "LSet" => "4", 
00677                         "MkDir" => "4", 
00678                         "Name" => "4", 
00679                         "Next" => "4", 
00680                         "Not" => "4", 
00681                         "OnError" => "4", 
00682                         "On" => "4", 
00683                         "Option" => "4", 
00684                         "Private" => "4", 
00685                         "Property" => "4", 
00686                         "Public" => "4", 
00687                         "Put" => "4", 
00688                         "RaiseEvent" => "4", 
00689                         "Randomize" => "4", 
00690                         "ReDim" => "4", 
00691                         "Rem" => "4", 
00692                         "Reset" => "4", 
00693                         "Resume" => "4", 
00694                         "Return" => "4", 
00695                         "RmDir" => "4", 
00696                         "RSet" => "4", 
00697                         "SavePicture" => "4", 
00698                         "SaveSetting" => "4", 
00699                         "SendKeys" => "4", 
00700                         "SetAttr" => "4", 
00701                         "Static" => "4", 
00702                         "Sub" => "4", 
00703                         "Then" => "4", 
00704                         "Top" => "4",
00705                         "True" => "4", 
00706                         "Type" => "4", 
00707                         "Unlock" => "4", 
00708                         "Wend" => "4", 
00709                         "While" => "4", 
00710                         "Width" => "4", 
00711                         "With" => "4", 
00712                         "Write" => "4", 
00713                         "&" => "5");
00714 
00715 // Special extensions
00716 
00717 // Each category can specify a PHP function that returns an altered
00718 // version of the keyword.
00719 
00720 
00721 
00722 $this->linkscripts      = array(
00723                         "1" => "donothing", 
00724                         "2" => "donothing", 
00725                         "3" => "donothing", 
00726                         "4" => "donothing", 
00727                         "5" => "donothing");
00728 
00729 }
00730 
00731 
00732 
00733 function donothing($keywordin)
00734 {
00735         return $keywordin;
00736 }
00737 
00738 }
00739 
00740 ?>

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