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

syntax_highlight/php/HFile/HFile_clearbasic.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_clearbasic extends HFile{
00006    function HFile_clearbasic(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // ClearBasic
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", "gray", "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", "Do");
00028 $this->unindent                 = array("End", "Next", "End If", "End Select", "Loop");
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("'");
00039 $this->blockcommenton           = array("/*");
00040 $this->blockcommentoff          = array("*/");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "AppMenu" => "1", 
00046                         "Boolean" => "1", 
00047                         "BulkRetrieve" => "1", 
00048                         "BulkSave" => "1", 
00049                         "Form" => "1", 
00050                         "Integer" => "7", 
00051                         "List" => "1", 
00052                         "Long" => "7", 
00053                         "Record" => "1", 
00054                         "SQLDB" => "1", 
00055                         "String" => "7", 
00056                         "AND" => "2", 
00057                         "As" => "2", 
00058                         "ByRef" => "2", 
00059                         "ByVal" => "2", 
00060                         "Case" => "2", 
00061                         "Declare" => "2", 
00062                         "Dim" => "2", 
00063                         "Else" => "2", 
00064                         "ElseIf" => "2", 
00065                         "End" => "2", 
00066                         "For" => "2", 
00067                         "Function" => "2", 
00068                         "Global" => "2", 
00069                         "If" => "2", 
00070                         "Next" => "2", 
00071                         "New" => "2", 
00072                         "NOT" => "2", 
00073                         "OR" => "2", 
00074                         "Sub" => "2", 
00075                         "Select" => "2", 
00076                         "Set" => "2", 
00077                         "Step" => "2", 
00078                         "To" => "2", 
00079                         "Type" => "2", 
00080                         "Then" => "2", 
00081                         "While" => "2", 
00082                         "cbAbortRetryIgnore" => "3", 
00083                         "cbAscending" => "3", 
00084                         "cbByRef" => "3", 
00085                         "cbByValue" => "3", 
00086                         "cbCloseChildren" => "3", 
00087                         "cbCloseMessage" => "3", 
00088                         "cbDescending" => "3", 
00089                         "cbDefClosedWindow" => "3", 
00090                         "cbEqual" => "3", 
00091                         "cbFirstMessage" => "3", 
00092                         "cbFrontIfUp" => "3", 
00093                         "cbGreater" => "3", 
00094                         "cbGreaterorEqual" => "3", 
00095                         "cbIdAbort" => "3", 
00096                         "cbIdCancel" => "3", 
00097                         "cbIdDiscard" => "3", 
00098                         "cbIdIgnore" => "3", 
00099                         "cbIdNo" => "3", 
00100                         "cbIdOK" => "3", 
00101                         "cbIdRetry" => "3", 
00102                         "cbIdSave" => "3", 
00103                         "cbIdYes" => "3", 
00104                         "cbIn" => "3", 
00105                         "cbLess" => "3", 
00106                         "cbLessOrEqual" => "3", 
00107                         "cbLike" => "3", 
00108                         "cbNoDefault" => "3", 
00109                         "cbNotEqual" => "3", 
00110                         "cbNotLike" => "3", 
00111                         "cbOK" => "3", 
00112                         "cbOKCancel" => "3", 
00113                         "cbRefreshMessage" => "3", 
00114                         "cbRetryCancel" => "3", 
00115                         "cbSaveDiscardCancel" => "3", 
00116                         "cbSoundsLike" => "3", 
00117                         "cbYesNo" => "3", 
00118                         "cbYesNoCancel" => "3", 
00119                         "ebCritical" => "3", 
00120                         "ebExclamation" => "3", 
00121                         "ebInformation" => "3", 
00122                         "ebQuestion" => "3", 
00123                         "ebApplicationModal" => "3", 
00124                         "ebSystemModal" => "3", 
00125                         "False" => "3", 
00126                         "True" => "3", 
00127                         "*" => "4", 
00128                         "+" => "4", 
00129                         "-" => "4", 
00130                         "." => "4", 
00131                         "/" => "4", 
00132                         ":" => "4", 
00133                         "<" => "4", 
00134                         "<=" => "4", 
00135                         "=" => "4", 
00136                         ">" => "4", 
00137                         ">=" => "4", 
00138                         "&" => "4", 
00139                         "AddItem" => "5", 
00140                         "AllSpaces" => "5", 
00141                         "AllowDuplicates" => "5", 
00142                         "AppendFilter" => "5", 
00143                         "AppendItem" => "5", 
00144                         "AppendSeparator" => "5", 
00145                         "AppendSort" => "5", 
00146                         "Caption" => "5", 
00147                         "CancelRecord" => "5", 
00148                         "ChangeRecord" => "5", 
00149                         "ChangeToNew" => "5", 
00150                         "Clear" => "5", 
00151                         "Close" => "5", 
00152                         "CLTransition" => "5", 
00153                         "ColorCells" => "5", 
00154                         "Concat" => "5", 
00155                         "Connect" => "5", 
00156                         "Contains" => "5", 
00157                         "Contents" => "5", 
00158                         "Copy" => "5", 
00159                         "CopyFields" => "5", 
00160                         "Count" => "5", 
00161                         "CountByType" => "5", 
00162                         "CreateColorScheme" => "5", 
00163                         "DeleteRecord" => "5", 
00164                         "DeleteRecordById" => "5", 
00165                         "DisableControls" => "5", 
00166                         "DisableControlsDeep" => "5", 
00167                         "Disconnect" => "5", 
00168                         "DoDefault" => "5", 
00169                         "Down" => "5", 
00170                         "EmployeeObjid" => "5", 
00171                         "Empty" => "5", 
00172                         "Enable" => "5", 
00173                         "EnableControlDeep" => "5", 
00174                         "EnableControls" => "5", 
00175                         "EndDoc" => "5", 
00176                         "EntryCount" => "5", 
00177                         "Execute" => "5", 
00178                         "ExecuteCB" => "5", 
00179                         "ExecuteMenu" => "5", 
00180                         "ExecuteProc" => "5", 
00181                         "ExitApp" => "5", 
00182                         "ExtractList" => "5", 
00183                         "Fill" => "5", 
00184                         "FindFirstIndex" => "5", 
00185                         "ForceRedraw" => "5", 
00186                         "Format" => "5", 
00187                         "GetByIndex" => "5", 
00188                         "GetContents" => "5", 
00189                         "GetContext" => "5", 
00190                         "GetControlByName" => "5", 
00191                         "GetCurrentDB" => "5", 
00192                         "GetField" => "5", 
00193                         "GetFormat" => "5", 
00194                         "GetFormInstance" => "5", 
00195                         "GetItemByIndex" => "5", 
00196                         "GetList" => "5", 
00197                         "GetRecordByIndex" => "5", 
00198                         "GetRecordList" => "5", 
00199                         "GetRelatedRecordList" => "5", 
00200                         "GetSelected" => "5", 
00201                         "GetString" => "5", 
00202                         "GetText" => "5", 
00203                         "InputBox" => "5", 
00204                         "InsertRecord" => "5", 
00205                         "IsDirty" => "5", 
00206                         "IsEnabled" => "5", 
00207                         "IsExactly" => "5", 
00208                         "IsNew" => "5", 
00209                         "ItemType" => "5", 
00210                         "ItemByIndex" => "5", 
00211                         "Line" => "5", 
00212                         "ListByIndex" => "5", 
00213                         "Login" => "5", 
00214                         "Logout" => "5", 
00215                         "LogSQL" => "5", 
00216                         "Move" => "5", 
00217                         "MsgBox" => "5", 
00218                         "NewPage" => "5", 
00219                         "Notify" => "5", 
00220                         "NotifyById" => "5", 
00221                         "NotifyByKey" => "5", 
00222                         "NotifyChild" => "5", 
00223                         "NotifyParent" => "5", 
00224                         "NotifyTab" => "5", 
00225                         "NotifyTabParent" => "5", 
00226                         "Print" => "5", 
00227                         "RecordType" => "5", 
00228                         "Refresh" => "5", 
00229                         "RelateRecords" => "5", 
00230                         "RelateRecordsFromID" => "5", 
00231                         "RelateRecordsFromToID" => "5", 
00232                         "RelateRecordsToID" => "5", 
00233                         "RemoveByIndex" => "5", 
00234                         "RemoveByItem" => "5", 
00235                         "RemoveItem" => "5", 
00236                         "RemoveSelected" => "5", 
00237                         "RenameItem" => "5", 
00238                         "ReplaceByIndex" => "5", 
00239                         "ReplaceItem" => "5", 
00240                         "RetrieveRecords" => "5", 
00241                         "Save" => "5", 
00242                         "SelectedIndexes" => "5", 
00243                         "SelectedList" => "5", 
00244                         "SetCellColoring" => "5", 
00245                         "SetColorScheme" => "5", 
00246                         "SetField" => "5", 
00247                         "SetFocus" => "5", 
00248                         "SetFunction" => "5", 
00249                         "SetParent" => "5", 
00250                         "SetRoot" => "5", 
00251                         "SetRootById" => "5", 
00252                         "SetSelected" => "5", 
00253                         "SetText" => "5", 
00254                         "SetValue" => "5", 
00255                         "Show" => "5", 
00256                         "ShowAttachments" => "5", 
00257                         "ShowCase" => "5", 
00258                         "ShowContact" => "5", 
00259                         "ShowContract" => "5", 
00260                         "ShowControls" => "5", 
00261                         "ShowControlsDeep" => "5", 
00262                         "ShowCR" => "5", 
00263                         "ShowDebugWindow" => "5", 
00264                         "ShowDefaultMenu" => "5", 
00265                         "ShowEmployee" => "5", 
00266                         "ShowFTS" => "5", 
00267                         "ShowSelect" => "5", 
00268                         "ShowSite" => "5", 
00269                         "ShowSubcase" => "5", 
00270                         "SimpleQuery" => "5", 
00271                         "Sort" => "5", 
00272                         "TextHeight" => "5", 
00273                         "TextWidth" => "5", 
00274                         "TransferPart" => "5", 
00275                         "TraverseFromParent" => "5", 
00276                         "TraverseFromRoot" => "5", 
00277                         "UnrelateRecords" => "5", 
00278                         "Unselect" => "5", 
00279                         "Up" => "5", 
00280                         "UpdateRecord" => "5", 
00281                         "UserName" => "5", 
00282                         "UserObjid" => "5", 
00283                         "Value" => "5", 
00284                         "App" => "6", 
00285                         "Basic" => "6", 
00286                         "Debug" => "6", 
00287                         "Err" => "6", 
00288                         "Me" => "6", 
00289                         "Msg" => "6", 
00290                         "Net" => "6", 
00291                         "Printer" => "6", 
00292                         "System" => "6", 
00293                         "Abs" => "7", 
00294                         "ActivateControl" => "7", 
00295                         "AddCon" => "7", 
00296                         "AnswerBox" => "7", 
00297                         "AppActivate" => "7", 
00298                         "AppClose" => "7", 
00299                         "AppFileName" => "7", 
00300                         "AppFind" => "7", 
00301                         "AppGetActive" => "7", 
00302                         "AppGetPosition" => "7", 
00303                         "AppGetState" => "7", 
00304                         "AppHide" => "7", 
00305                         "AppList" => "7", 
00306                         "AppMaximize" => "7", 
00307                         "AppMinimize" => "7", 
00308                         "AppMove" => "7", 
00309                         "AppRestore" => "7", 
00310                         "AppSetState" => "7", 
00311                         "AppShow" => "7", 
00312                         "AppSize" => "7", 
00313                         "AppType" => "7", 
00314                         "Architecture" => "7", 
00315                         "ArrangeIcons" => "7", 
00316                         "ArrayDims" => "7", 
00317                         "Arrays" => "7", 
00318                         "ArraySort" => "7", 
00319                         "Asc" => "7", 
00320                         "AscB" => "7", 
00321                         "AscW" => "7", 
00322                         "AskBox" => "7", 
00323                         "AskPasssword" => "7", 
00324                         "Atn" => "7", 
00325                         "Base" => "7", 
00326                         "BasicScript" => "7", 
00327                         "Beep" => "7", 
00328                         "Begin" => "7", 
00329                         "Dialog" => "7", 
00330                         "Browse" => "7", 
00331                         "ButtonEnabled" => "7", 
00332                         "ButtonExists" => "7", 
00333                         "Call" => "7", 
00334                         "CancelCon" => "7", 
00335                         "Capability" => "7", 
00336                         "Cascade" => "7", 
00337                         "CBool" => "7", 
00338                         "CCur" => "7", 
00339                         "CDate" => "7", 
00340                         "CDbl" => "7", 
00341                         "ChDir" => "7", 
00342                         "ChDrive" => "7", 
00343                         "CheckBox" => "7", 
00344                         "CheckBoxEnabled" => "7", 
00345                         "CheckBoxExists" => "7", 
00346                         "Choose" => "7", 
00347                         "Chr" => "7", 
00348                         "ChrB" => "7", 
00349                         "ChrW" => "7", 
00350                         "CInt" => "7", 
00351                         "CLng" => "7", 
00352                         "CodePage" => "7", 
00353                         "ComboBox" => "7", 
00354                         "ComboBoxEnabled" => "7", 
00355                         "ComboBoxExists" => "7", 
00356                         "Command" => "7", 
00357                         "Comments" => "7", 
00358                         "Compare" => "7", 
00359                         "Const" => "7", 
00360                         "Conversion" => "7", 
00361                         "Cos" => "7", 
00362                         "CreateObject" => "7", 
00363                         "CSng" => "7", 
00364                         "CStr" => "7", 
00365                         "CStrings" => "7", 
00366                         "CurDir" => "7", 
00367                         "Currency" => "7", 
00368                         "CVar" => "7", 
00369                         "CVDate" => "7", 
00370                         "CVErr" => "7", 
00371                         "Date" => "7", 
00372                         "DateAdd" => "7", 
00373                         "DateDiff" => "7", 
00374                         "DatePart" => "7", 
00375                         "DateSerial" => "7", 
00376                         "DateValue" => "7", 
00377                         "Day" => "7", 
00378                         "DDB" => "7", 
00379                         "DDEExecute" => "7", 
00380                         "DDEInitate" => "7", 
00381                         "DDEPoke" => "7", 
00382                         "DDERequest" => "7", 
00383                         "DDESend" => "7", 
00384                         "DDETermiateAll" => "7", 
00385                         "DDETerminate" => "7", 
00386                         "DDETimeOut" => "7", 
00387                         "Default" => "7", 
00388                         "DefBool" => "7", 
00389                         "DefCur" => "7", 
00390                         "DefDate" => "7", 
00391                         "DefDbl" => "7", 
00392                         "DefInt" => "7", 
00393                         "DefLng" => "7", 
00394                         "DefObj" => "7", 
00395                         "DefSng" => "7", 
00396                         "DefStr" => "7", 
00397                         "DefVar" => "7", 
00398                         "DeleteSettings" => "7", 
00399                         "Description" => "7", 
00400                         "Dir" => "7", 
00401                         "DiskDrives" => "7", 
00402                         "DiskFree" => "7", 
00403                         "DlgBaseUnitsX" => "7", 
00404                         "DlgBaseUnitsY" => "7", 
00405                         "DlgCaption" => "7", 
00406                         "DlgControlID" => "7", 
00407                         "DlgEnable" => "7", 
00408                         "DlgFocus" => "7", 
00409                         "DlgListBoxArray" => "7", 
00410                         "DlgSetPicture" => "7", 
00411                         "DlgText" => "7", 
00412                         "DlgValue" => "7", 
00413                         "DlgVisible" => "7", 
00414                         "Do" => "7", 
00415                         "DoEvents" => "7", 
00416                         "DoKeys" => "7", 
00417                         "Double" => "7", 
00418                         "DropListBox" => "7", 
00419                         "EditEnabled" => "7", 
00420                         "EditExists" => "7", 
00421                         "Environ" => "7", 
00422                         "Eof" => "7", 
00423                         "Eoln$" => "7", 
00424                         "Eqv" => "7", 
00425                         "Erase" => "7", 
00426                         "Erl" => "7", 
00427                         "Error" => "7", 
00428                         "Exit" => "7", 
00429                         "Exp" => "7", 
00430                         "Explicit" => "7", 
00431                         "FileAttr" => "7", 
00432                         "FileCopy" => "7", 
00433                         "FileDateTime" => "7", 
00434                         "FileDirs" => "7", 
00435                         "FileExists" => "7", 
00436                         "FileLen" => "7", 
00437                         "FileList" => "7", 
00438                         "FileParse" => "7", 
00439                         "FileType" => "7", 
00440                         "Financial" => "7", 
00441                         "Fix" => "7", 
00442                         "FreeFile" => "7", 
00443                         "FreeMemory" => "7", 
00444                         "FreeResources" => "7", 
00445                         "FV" => "7", 
00446                         "Get" => "7", 
00447                         "GetAllSettings" => "7", 
00448                         "GetAttr" => "7", 
00449                         "GetCaps" => "7", 
00450                         "GetCheckBox" => "7", 
00451                         "GetComboBoxItem" => "7", 
00452                         "GetComboBoxItemCount" => "7", 
00453                         "GetCon" => "7", 
00454                         "GetEditText" => "7", 
00455                         "GetListBoxItem" => "7", 
00456                         "GetListBoxItemCount" => "7", 
00457                         "GetObject" => "7", 
00458                         "GetOption" => "7", 
00459                         "GetSetting" => "7", 
00460                         "GoSub" => "7", 
00461                         "Goto" => "7", 
00462                         "GroupBox" => "7", 
00463                         "Height" => "7", 
00464                         "HelpContext" => "7", 
00465                         "HelpFIle" => "7", 
00466                         "Hex" => "7", 
00467                         "HLine" => "7", 
00468                         "HomeDir" => "7", 
00469                         "Hour" => "7", 
00470                         "HPage" => "7", 
00471                         "HScroll" => "7", 
00472                         "HWND" => "7", 
00473                         "IIf" => "7", 
00474                         "IMEStatus" => "7", 
00475                         "Imp" => "7", 
00476                         "Inline" => "7", 
00477                         "Input" => "7", 
00478                         "InputB" => "7", 
00479                         "InStr" => "7", 
00480                         "InStrB" => "7", 
00481                         "Int" => "7", 
00482                         "IPmt" => "7", 
00483                         "IRR" => "7", 
00484                         "Is" => "7", 
00485                         "IsDate" => "7", 
00486                         "IsEmpty" => "7", 
00487                         "IsError" => "7", 
00488                         "IsMissing" => "7", 
00489                         "IsNull" => "7", 
00490                         "IsNumeric" => "7", 
00491                         "IsObject" => "7", 
00492                         "Item" => "7", 
00493                         "ItemCount" => "7", 
00494                         "Kill" => "7", 
00495                         "LastDLLError" => "7", 
00496                         "LBound" => "7", 
00497                         "LCase" => "7", 
00498                         "Left" => "7", 
00499                         "LeftB" => "7", 
00500                         "Len" => "7", 
00501                         "LenB" => "7", 
00502                         "Let" => "7", 
00503                         "Like" => "7", 
00504                         "LineCount" => "7", 
00505                         "ListBox" => "7", 
00506                         "ListBoxEnabled" => "7", 
00507                         "ListBoxExists" => "7", 
00508                         "Loc" => "7", 
00509                         "Locale" => "7", 
00510                         "Lock" => "7", 
00511                         "Lof" => "7", 
00512                         "Log" => "7", 
00513                         "Loop" => "7", 
00514                         "LSet" => "7", 
00515                         "LTrim" => "7", 
00516                         "MacID" => "7", 
00517                         "MacScript" => "7", 
00518                         "Main" => "7", 
00519                         "Mci" => "7", 
00520                         "Menu" => "7", 
00521                         "MenuItemChecked" => "7", 
00522                         "MenuItemEnabled" => "7", 
00523                         "MenuItemExists" => "7", 
00524                         "Mid" => "7", 
00525                         "MidB" => "7", 
00526                         "Minute" => "7", 
00527                         "MIRR" => "7", 
00528                         "Miscellaneous" => "7", 
00529                         "MkDir" => "7", 
00530                         "Mod" => "7", 
00531                         "Month" => "7", 
00532                         "MouseTrails" => "7", 
00533                         "Msg.Close" => "7", 
00534                         "Msg.Open" => "7", 
00535                         "Msg.SetText" => "7", 
00536                         "Msg.SetThermometer" => "7", 
00537                         "Name" => "7", 
00538                         "Networks" => "7", 
00539                         "Nothing" => "7", 
00540                         "Now" => "7", 
00541                         "NPer" => "7", 
00542                         "NPV" => "7", 
00543                         "Number" => "7", 
00544                         "Oct" => "7", 
00545                         "On" => "7", 
00546                         "Open" => "7", 
00547                         "OpenFilename" => "7", 
00548                         "OperatingSystem" => "7", 
00549                         "OperatingSystemVendor" => "7", 
00550                         "OperatingSystemVersion" => "7", 
00551                         "Option" => "7", 
00552                         "OptionButton" => "7", 
00553                         "OptionEnabled" => "7", 
00554                         "OptionExists" => "7", 
00555                         "OptionGroup" => "7", 
00556                         "OS" => "7", 
00557                         "PathSeparator" => "7", 
00558                         "Picture" => "7", 
00559                         "PictureButton" => "7", 
00560                         "Pmt" => "7", 
00561                         "PopupMenu" => "7", 
00562                         "PPmt" => "7", 
00563                         "Predefined" => "7", 
00564                         "PrinterGetOrientation" => "7", 
00565                         "PrinterSetOrientation" => "7", 
00566                         "PrintFile" => "7", 
00567                         "Printing" => "7", 
00568                         "Private" => "7", 
00569                         "Processor" => "7", 
00570                         "ProcessorCount" => "7", 
00571                         "Public" => "7", 
00572                         "PushButton" => "7", 
00573                         "Put" => "7", 
00574                         "PV" => "7", 
00575                         "QueEmpty" => "7", 
00576                         "QueFlush" => "7", 
00577                         "QueKeyDn" => "7", 
00578                         "QueKeys" => "7", 
00579                         "QueKeyUp" => "7", 
00580                         "QueMouseClick" => "7", 
00581                         "QueMouseDblClick" => "7", 
00582                         "QueMouseDblDn" => "7", 
00583                         "QueMouseDn" => "7", 
00584                         "QueMouseMove" => "7", 
00585                         "QueMouseMoveBatch" => "7", 
00586                         "QueMouseUp" => "7", 
00587                         "QueSetRelativeWindow" => "7", 
00588                         "Raise" => "7", 
00589                         "Random" => "7", 
00590                         "Randomize" => "7", 
00591                         "Rate" => "7", 
00592                         "ReadIni" => "7", 
00593                         "ReadIniSection" => "7", 
00594                         "ReDim" => "7", 
00595                         "Reset" => "7", 
00596                         "Restart" => "7", 
00597                         "Resume" => "7", 
00598                         "Return" => "7", 
00599                         "Right" => "7", 
00600                         "RightB" => "7", 
00601                         "RmDir" => "7", 
00602                         "Rnd" => "7", 
00603                         "RSet" => "7", 
00604                         "RTrim" => "7", 
00605                         "SaveFilename" => "7", 
00606                         "SaveSetting" => "7", 
00607                         "Second" => "7", 
00608                         "Seek" => "7", 
00609                         "statement" => "7", 
00610                         "SelectBox" => "7", 
00611                         "SelectButton" => "7", 
00612                         "SelectComboBoxItem" => "7", 
00613                         "SelectListBoxItem" => "7", 
00614                         "SendKeys" => "7", 
00615                         "SetAttr" => "7", 
00616                         "SetCheckBox" => "7", 
00617                         "SetColors" => "7", 
00618                         "SetEditText" => "7", 
00619                         "SetOption" => "7", 
00620                         "SetWallpaper" => "7", 
00621                         "Sgn" => "7", 
00622                         "Shell" => "7", 
00623                         "Sin" => "7", 
00624                         "Single" => "7", 
00625                         "Sleep" => "7", 
00626                         "SLN" => "7", 
00627                         "SnaHFileot" => "7", 
00628                         "Source" => "7", 
00629                         "Space" => "7", 
00630                         "Spc" => "7", 
00631                         "SQLBind" => "7", 
00632                         "SQLClose" => "7", 
00633                         "SQLError" => "7", 
00634                         "SQLExecQuery" => "7", 
00635                         "SQLGetSchema" => "7", 
00636                         "SQLOpen" => "7", 
00637                         "SQLRequest" => "7", 
00638                         "SQLRetrieve" => "7", 
00639                         "SQLRetrieveToFile" => "7", 
00640                         "Sqr" => "7", 
00641                         "Stop" => "7", 
00642                         "Str" => "7", 
00643                         "StrComp" => "7", 
00644                         "StrConv" => "7", 
00645                         "Switch" => "7", 
00646                         "SYD" => "7", 
00647                         "Tab" => "7", 
00648                         "Tan" => "7", 
00649                         "Text" => "7", 
00650                         "TextBox" => "7", 
00651                         "Tile" => "7", 
00652                         "Time" => "7", 
00653                         "Timer" => "7", 
00654                         "TimeSerial" => "7", 
00655                         "TimeValue" => "7", 
00656                         "TotalMemory" => "7", 
00657                         "Trim" => "7", 
00658                         "TwipsPerPixelX" => "7", 
00659                         "TwipsPerPixelY" => "7", 
00660                         "UBound" => "7", 
00661                         "UCase" => "7", 
00662                         "Unlock" => "7", 
00663                         "User" => "7", 
00664                         "Val" => "7", 
00665                         "Variants" => "7", 
00666                         "Varient" => "7", 
00667                         "VarType" => "7", 
00668                         "Version" => "7", 
00669                         "Viewport" => "7", 
00670                         "ViewportClear" => "7", 
00671                         "ViewportClose" => "7", 
00672                         "ViewportOpen" => "7", 
00673                         "VLine" => "7", 
00674                         "VPage" => "7", 
00675                         "VScroll" => "7", 
00676                         "Weekday" => "7", 
00677                         "Wend" => "7", 
00678                         "Width" => "7", 
00679                         "Width#" => "7", 
00680                         "WinActivate" => "7", 
00681                         "WinClose" => "7", 
00682                         "WindowsDirectory" => "7", 
00683                         "WindowsVersion" => "7", 
00684                         "WinFind" => "7", 
00685                         "WinList" => "7", 
00686                         "WinMaximize" => "7", 
00687                         "WinMinimize" => "7", 
00688                         "WinMove" => "7", 
00689                         "WinRestore" => "7", 
00690                         "WinSize" => "7", 
00691                         "Word" => "7", 
00692                         "WordCount" => "7", 
00693                         "Write" => "7", 
00694                         "WriteIni" => "7", 
00695                         "Xor" => "7", 
00696                         "Year" => "7");
00697 
00698 // Special extensions
00699 
00700 // Each category can specify a PHP function that returns an altered
00701 // version of the keyword.
00702         
00703         
00704 
00705 $this->linkscripts      = array(
00706                         "1" => "donothing", 
00707                         "7" => "donothing", 
00708                         "2" => "donothing", 
00709                         "3" => "donothing", 
00710                         "4" => "donothing", 
00711                         "5" => "donothing", 
00712                         "6" => "donothing");
00713 }
00714 
00715 
00716 function donothing($keywordin)
00717 {
00718         return $keywordin;
00719 }
00720 
00721 }?>

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