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

syntax_highlight/php/HFile/HFile_winbatch.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_winbatch extends HFile{
00006    function HFile_winbatch(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // WinBatch
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");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array();
00028 $this->unindent                 = array();
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                         "break" => "1", 
00046                         "by" => "1", 
00047                         "call" => "1", 
00048                         "callext" => "1", 
00049                         "case" => "1", 
00050                         "continue" => "1", 
00051                         "debug" => "1", 
00052                         "drop" => "1", 
00053                         "else" => "1", 
00054                         "end" => "1", 
00055                         "endfor" => "1", 
00056                         "endif" => "1", 
00057                         "endselect" => "1", 
00058                         "endswitch" => "1", 
00059                         "endwhile" => "1", 
00060                         "errormode" => "1", 
00061                         "execute" => "1", 
00062                         "exit" => "1", 
00063                         "for" => "1", 
00064                         "gosub" => "1", 
00065                         "goto" => "1", 
00066                         "if" => "1", 
00067                         "intcontrol" => "1", 
00068                         "next" => "1", 
00069                         "return" => "1", 
00070                         "select" => "1", 
00071                         "switch" => "1", 
00072                         "then" => "1", 
00073                         "to" => "1", 
00074                         "while" => "1", 
00075                         "about" => "2", 
00076                         "abs" => "2", 
00077                         "acos" => "2", 
00078                         "addextender" => "2", 
00079                         "appexist" => "2", 
00080                         "appwaitclose" => "2", 
00081                         "asin" => "2", 
00082                         "askdirectory" => "2", 
00083                         "askfilename" => "2", 
00084                         "askfiletext" => "2", 
00085                         "askitemlist" => "2", 
00086                         "askline" => "2", 
00087                         "askpassword" => "2", 
00088                         "askyesno" => "2", 
00089                         "atan" => "2", 
00090                         "average" => "2", 
00091                         "beep" => "2", 
00092                         "binaryalloc" => "2", 
00093                         "binaryand" => "2", 
00094                         "binaryclipget" => "2", 
00095                         "binaryclipput" => "2", 
00096                         "binarycompare" => "2", 
00097                         "binaryconvert" => "2", 
00098                         "binarycopy" => "2", 
00099                         "binaryeodget" => "2", 
00100                         "binaryeodset" => "2", 
00101                         "binaryfree" => "2", 
00102                         "binaryhashrec" => "2", 
00103                         "binaryincr" => "2", 
00104                         "binaryincr2" => "2", 
00105                         "binaryincr4" => "2", 
00106                         "binaryincrflt" => "2", 
00107                         "binaryindex" => "2", 
00108                         "binaryindexex" => "2", 
00109                         "binaryindexnc" => "2", 
00110                         "binaryoletype" => "2", 
00111                         "binaryor" => "2", 
00112                         "binarypeek" => "2", 
00113                         "binarypeek2" => "2", 
00114                         "binarypeek4" => "2", 
00115                         "binarypeekflt" => "2", 
00116                         "binarypeekstr" => "2", 
00117                         "binarypoke" => "2", 
00118                         "binarypoke2" => "2", 
00119                         "binarypoke4" => "2", 
00120                         "binarypokeflt" => "2", 
00121                         "binarypokestr" => "2", 
00122                         "binaryread" => "2", 
00123                         "binaryreadex" => "2", 
00124                         "binarysort" => "2", 
00125                         "binarystrcnt" => "2", 
00126                         "binarytagextr" => "2", 
00127                         "binarytagfind" => "2", 
00128                         "binarytaginit" => "2", 
00129                         "binarytagrepl" => "2", 
00130                         "binarywrite" => "2", 
00131                         "binarywriteex" => "2", 
00132                         "binaryxor" => "2", 
00133                         "boxbuttondraw" => "2", 
00134                         "boxbuttonkill" => "2", 
00135                         "boxbuttonstat" => "2", 
00136                         "boxbuttonwait" => "2", 
00137                         "boxcaption" => "2", 
00138                         "boxcolor" => "2", 
00139                         "boxdataclear" => "2", 
00140                         "boxdatatag" => "2", 
00141                         "boxdestroy" => "2", 
00142                         "boxdrawcircle" => "2", 
00143                         "boxdrawline" => "2", 
00144                         "boxdrawrect" => "2", 
00145                         "boxdrawtext" => "2", 
00146                         "boxesup" => "2", 
00147                         "boxmapmode" => "2", 
00148                         "boxnew" => "2", 
00149                         "boxopen" => "2", 
00150                         "boxpen" => "2", 
00151                         "boxshut" => "2", 
00152                         "boxtext" => "2", 
00153                         "boxtextcolor" => "2", 
00154                         "boxtextfont" => "2", 
00155                         "boxtitle" => "2", 
00156                         "boxupdates" => "2", 
00157                         "buttonnames" => "2", 
00158                         "ceiling" => "2", 
00159                         "char2num" => "2", 
00160                         "clipappend" => "2", 
00161                         "clipget" => "2", 
00162                         "clipgetex" => "2", 
00163                         "clipput" => "2", 
00164                         "cos" => "2", 
00165                         "cosh" => "2", 
00166                         "datetime" => "2", 
00167                         "ddeexecute" => "2", 
00168                         "ddeinitiate" => "2", 
00169                         "ddepoke" => "2", 
00170                         "dderequest" => "2", 
00171                         "ddeterminate" => "2", 
00172                         "ddetimeout" => "2", 
00173                         "debugdata" => "2", 
00174                         "decimals" => "2", 
00175                         "delay" => "2", 
00176                         "dialog" => "2", 
00177                         "dialogbox" => "2", 
00178                         "dirattrget" => "2", 
00179                         "dirattrset" => "2", 
00180                         "dirchange" => "2", 
00181                         "direxist" => "2", 
00182                         "dirget" => "2", 
00183                         "dirhome" => "2", 
00184                         "diritemize" => "2", 
00185                         "dirmake" => "2", 
00186                         "dirremove" => "2", 
00187                         "dirrename" => "2", 
00188                         "dirsize" => "2", 
00189                         "dirwindows" => "2", 
00190                         "diskexist" => "2", 
00191                         "diskfree" => "2", 
00192                         "diskinfo" => "2", 
00193                         "diskscan" => "2", 
00194                         "disksize" => "2", 
00195                         "diskvolinfo" => "2", 
00196                         "display" => "2", 
00197                         "dllcall" => "2", 
00198                         "dllfree" => "2", 
00199                         "dllhinst" => "2", 
00200                         "dllhwnd" => "2", 
00201                         "dllload" => "2", 
00202                         "dosversion" => "2", 
00203                         "endsession" => "2", 
00204                         "environment" => "2", 
00205                         "environset" => "2", 
00206                         "envitemize" => "2", 
00207                         "exclusive" => "2", 
00208                         "exetypeinfo" => "2", 
00209                         "exp" => "2", 
00210                         "fabs" => "2", 
00211                         "fileappend" => "2", 
00212                         "fileattrget" => "2", 
00213                         "fileattrset" => "2", 
00214                         "fileclose" => "2", 
00215                         "filecompare" => "2", 
00216                         "filecopy" => "2", 
00217                         "filedelete" => "2", 
00218                         "fileexist" => "2", 
00219                         "fileextension" => "2", 
00220                         "filefullname" => "2", 
00221                         "fileitemize" => "2", 
00222                         "filelocate" => "2", 
00223                         "filemapname" => "2", 
00224                         "filemove" => "2", 
00225                         "filenameeval1" => "2", 
00226                         "filenameeval2" => "2", 
00227                         "filenamelong" => "2", 
00228                         "filenameshort" => "2", 
00229                         "fileopen" => "2", 
00230                         "filepath" => "2", 
00231                         "fileread" => "2", 
00232                         "filerename" => "2", 
00233                         "fileroot" => "2", 
00234                         "filesize" => "2", 
00235                         "filetimecode" => "2", 
00236                         "filetimeget" => "2", 
00237                         "filetimegetex" => "2", 
00238                         "filetimeset" => "2", 
00239                         "filetimesetex" => "2", 
00240                         "filetimetouch" => "2", 
00241                         "fileverinfo" => "2", 
00242                         "filewrite" => "2", 
00243                         "fileymdhms" => "2", 
00244                         "findwindow" => "2", 
00245                         "floor" => "2", 
00246                         "getexacttime" => "2", 
00247                         "gettickcount" => "2", 
00248                         "iconarrange" => "2", 
00249                         "iconreplace" => "2", 
00250                         "ignoreinput" => "2", 
00251                         "inidelete" => "2", 
00252                         "inideletepvt" => "2", 
00253                         "iniitemize" => "2", 
00254                         "iniitemizepvt" => "2", 
00255                         "iniread" => "2", 
00256                         "inireadpvt" => "2", 
00257                         "iniwrite" => "2", 
00258                         "iniwritepvt" => "2", 
00259                         "installfile" => "2", 
00260                         "int" => "2", 
00261                         "isdefined" => "2", 
00262                         "isfloat" => "2", 
00263                         "isint" => "2", 
00264                         "iskeydown" => "2", 
00265                         "islicensed" => "2", 
00266                         "isnumber" => "2", 
00267                         "itemcount" => "2", 
00268                         "itemextract" => "2", 
00269                         "iteminsert" => "2", 
00270                         "itemlocate" => "2", 
00271                         "itemremove" => "2", 
00272                         "itemselect" => "2", 
00273                         "itemsort" => "2", 
00274                         "itemsortnc" => "2", 
00275                         "keytoggleget" => "2", 
00276                         "keytoggleset" => "2", 
00277                         "lasterror" => "2", 
00278                         "log10" => "2", 
00279                         "logdisk" => "2", 
00280                         "loge" => "2", 
00281                         "max" => "2", 
00282                         "message" => "2", 
00283                         "min" => "2", 
00284                         "mod" => "2", 
00285                         "mouseclick" => "2", 
00286                         "mouseclickbtn" => "2", 
00287                         "mousedrag" => "2", 
00288                         "mouseinfo" => "2", 
00289                         "mousemove" => "2", 
00290                         "msgtextget" => "2", 
00291                         "netinfo" => "2", 
00292                         "num2char" => "2", 
00293                         "objectaccess" => "2", 
00294                         "objectclose" => "2", 
00295                         "objectopen" => "2", 
00296                         "parsedata" => "2", 
00297                         "pause" => "2", 
00298                         "playmedia" => "2", 
00299                         "playmidi" => "2", 
00300                         "playwaveform" => "2", 
00301                         "print" => "2", 
00302                         "random" => "2", 
00303                         "regapp" => "2", 
00304                         "regclosekey" => "2", 
00305                         "regconnect" => "2", 
00306                         "regcreatekey" => "2", 
00307                         "regdeletekey" => "2", 
00308                         "regdelvalue" => "2", 
00309                         "regentrytype" => "2", 
00310                         "regexistkey" => "2", 
00311                         "regexistvalue" => "2", 
00312                         "regloadhive" => "2", 
00313                         "regopenkey" => "2", 
00314                         "regquerybin" => "2", 
00315                         "regquerydword" => "2", 
00316                         "regqueryex" => "2", 
00317                         "regqueryexpsz" => "2", 
00318                         "regqueryitem" => "2", 
00319                         "regquerykey" => "2", 
00320                         "regquerykeys" => "2", 
00321                         "regquerymulsz" => "2", 
00322                         "regqueryvalue" => "2", 
00323                         "regsetbin" => "2", 
00324                         "regsetdword" => "2", 
00325                         "regsetex" => "2", 
00326                         "regsetexpsz" => "2", 
00327                         "regsetmulsz" => "2", 
00328                         "regsetvalue" => "2", 
00329                         "regunloadhive" => "2", 
00330                         "reload" => "2", 
00331                         "rtstatus" => "2", 
00332                         "run" => "2", 
00333                         "runenviron" => "2", 
00334                         "runexit" => "2", 
00335                         "runhide" => "2", 
00336                         "runhidewait" => "2", 
00337                         "runicon" => "2", 
00338                         "runiconwait" => "2", 
00339                         "runshell" => "2", 
00340                         "runwait" => "2", 
00341                         "runzoom" => "2", 
00342                         "runzoomwait" => "2", 
00343                         "sendkey" => "2", 
00344                         "sendkeyschild" => "2", 
00345                         "sendkeysto" => "2", 
00346                         "sendmenusto" => "2", 
00347                         "sendmenustoex" => "2", 
00348                         "shellexecute" => "2", 
00349                         "shortcutdir" => "2", 
00350                         "shortcutedit" => "2", 
00351                         "shortcutextra" => "2", 
00352                         "shortcutinfo" => "2", 
00353                         "shortcutmake" => "2", 
00354                         "sin" => "2", 
00355                         "sinh" => "2", 
00356                         "snaHFileot" => "2", 
00357                         "sounds" => "2", 
00358                         "sqrt" => "2", 
00359                         "strcat" => "2", 
00360                         "strcharcount" => "2", 
00361                         "strcmp" => "2", 
00362                         "strfill" => "2", 
00363                         "strfix" => "2", 
00364                         "strfixchars" => "2", 
00365                         "strfixcharsl" => "2", 
00366                         "strfixleft" => "2", 
00367                         "stricmp" => "2", 
00368                         "strindex" => "2", 
00369                         "strindexnc" => "2", 
00370                         "strindexwild" => "2", 
00371                         "strlen" => "2", 
00372                         "strlenwild" => "2", 
00373                         "strlower" => "2", 
00374                         "strreplace" => "2", 
00375                         "strscan" => "2", 
00376                         "strsub" => "2", 
00377                         "strsubwild" => "2", 
00378                         "strtrim" => "2", 
00379                         "strupper" => "2", 
00380                         "tan" => "2", 
00381                         "tanh" => "2", 
00382                         "terminate" => "2", 
00383                         "textbox" => "2", 
00384                         "textboxsort" => "2", 
00385                         "textselect" => "2", 
00386                         "timeadd" => "2", 
00387                         "timedate" => "2", 
00388                         "timedelay" => "2", 
00389                         "timediff" => "2", 
00390                         "timediffdays" => "2", 
00391                         "timediffsecs" => "2", 
00392                         "timejulianday" => "2", 
00393                         "timejultoymd" => "2", 
00394                         "timesubtract" => "2", 
00395                         "timewait" => "2", 
00396                         "timeymdhms" => "2", 
00397                         "version" => "2", 
00398                         "versiondll" => "2", 
00399                         "waitforkey" => "2", 
00400                         "wallpaper" => "2", 
00401                         "webbaseconv" => "2", 
00402                         "webcloselog" => "2", 
00403                         "webcmddata" => "2", 
00404                         "webconbuff" => "2", 
00405                         "webcondata" => "2", 
00406                         "webconsize" => "2", 
00407                         "webcounter" => "2", 
00408                         "webdatdata" => "2", 
00409                         "webdumperror" => "2", 
00410                         "webhashcode" => "2", 
00411                         "webislocal" => "2", 
00412                         "weblogline" => "2", 
00413                         "webopenlog" => "2", 
00414                         "webout" => "2", 
00415                         "weboutfile" => "2", 
00416                         "webparamdata" => "2", 
00417                         "webparambuf" => "2", 
00418                         "webparamnames" => "2", 
00419                         "websettimeout" => "2", 
00420                         "webverifycard" => "2", 
00421                         "winactivate" => "2", 
00422                         "winactivchild" => "2", 
00423                         "winarrange" => "2", 
00424                         "winclose" => "2", 
00425                         "winclosenot" => "2", 
00426                         "winconfig" => "2", 
00427                         "winexename" => "2", 
00428                         "winexist" => "2", 
00429                         "winexistchild" => "2", 
00430                         "wingetactive" => "2", 
00431                         "winhelp" => "2", 
00432                         "winhide" => "2", 
00433                         "winiconize" => "2", 
00434                         "winidget" => "2", 
00435                         "winisdos" => "2", 
00436                         "winitemchild" => "2", 
00437                         "winitemize" => "2", 
00438                         "winitemizeex" => "2", 
00439                         "winitemnameid" => "2", 
00440                         "winitemprocid" => "2", 
00441                         "winmetrics" => "2", 
00442                         "winname" => "2", 
00443                         "winparmget" => "2", 
00444                         "winparmset" => "2", 
00445                         "winplace" => "2", 
00446                         "winplaceget" => "2", 
00447                         "winplaceset" => "2", 
00448                         "winposition" => "2", 
00449                         "winresources" => "2", 
00450                         "winshow" => "2", 
00451                         "winstate" => "2", 
00452                         "winsysinfo" => "2", 
00453                         "wintitle" => "2", 
00454                         "winversion" => "2", 
00455                         "winwaitchild" => "2", 
00456                         "winwaitclose" => "2", 
00457                         "winwaitexist" => "2", 
00458                         "winzoom" => "2", 
00459                         "yield" => "2", 
00460                         "yields" => "2", 
00461                         "@aboveicons" => "3", 
00462                         "@acc_attrib" => "3", 
00463                         "@acc_chng_nt" => "3", 
00464                         "@acc_control" => "3", 
00465                         "@acc_create" => "3", 
00466                         "@acc_delete" => "3", 
00467                         "@acc_full_95" => "3", 
00468                         "@acc_full_nt" => "3", 
00469                         "@acc_list" => "3", 
00470                         "@acc_pfull_nt" => "3", 
00471                         "@acc_pmang_nt" => "3", 
00472                         "@acc_print_nt" => "3", 
00473                         "@acc_read" => "3", 
00474                         "@acc_read_95" => "3", 
00475                         "@acc_read_nt" => "3", 
00476                         "@acc_write" => "3", 
00477                         "@amc" => "3", 
00478                         "@arrange" => "3", 
00479                         "@ascending" => "3", 
00480                         "@attr_a" => "3", 
00481                         "@attr_ci" => "3", 
00482                         "@attr_dc" => "3", 
00483                         "@attr_di" => "3", 
00484                         "@attr_dm" => "3", 
00485                         "@attr_h" => "3", 
00486                         "@attr_ic" => "3", 
00487                         "@attr_p" => "3", 
00488                         "@attr_ri" => "3", 
00489                         "@attr_ro" => "3", 
00490                         "@attr_sh" => "3", 
00491                         "@attr_sy" => "3", 
00492                         "@attr_t" => "3", 
00493                         "@attr_x" => "3", 
00494                         "@avogadro" => "3", 
00495                         "@backscan" => "3", 
00496                         "@boltzmann" => "3", 
00497                         "@cancel" => "3", 
00498                         "@capslock" => "3", 
00499                         "@check" => "3", 
00500                         "@columns" => "3", 
00501                         "@commonformat" => "3", 
00502                         "@cr" => "3", 
00503                         "@crlf" => "3", 
00504                         "@ctrl" => "3", 
00505                         "@default" => "3", 
00506                         "@deg2rad" => "3", 
00507                         "@descending" => "3", 
00508                         "@disable" => "3", 
00509                         "@drive" => "3", 
00510                         "@electric" => "3", 
00511                         "@enable" => "3", 
00512                         "@eulers" => "3", 
00513                         "@false" => "3", 
00514                         "@faraday" => "3", 
00515                         "@float8" => "3", 
00516                         "@fwdscan" => "3", 
00517                         "@getprocid" => "3", 
00518                         "@gftsec" => "3", 
00519                         "@globalgroup" => "3", 
00520                         "@gmtsec" => "3", 
00521                         "@goldenratio" => "3", 
00522                         "@gravitation" => "3", 
00523                         "@hidden" => "3", 
00524                         "@icon" => "3", 
00525                         "@lbutton" => "3", 
00526                         "@lclick" => "3", 
00527                         "@ldblclick" => "3", 
00528                         "@lf" => "3", 
00529                         "@lightmps" => "3", 
00530                         "@lightmtps" => "3", 
00531                         "@localgroup" => "3", 
00532                         "@magfield" => "3", 
00533                         "@major" => "3", 
00534                         "@mbokcancel" => "3", 
00535                         "@mbutton" => "3", 
00536                         "@mbyesno" => "3", 
00537                         "@mclick" => "3", 
00538                         "@mdblclick" => "3", 
00539                         "@minor" => "3", 
00540                         "@msformat" => "3", 
00541                         "@multiple" => "3", 
00542                         "@ncsaformat" => "3", 
00543                         "@no" => "3", 
00544                         "@none" => "3", 
00545                         "@noresize" => "3", 
00546                         "@normal" => "3", 
00547                         "@notify" => "3", 
00548                         "@nowait" => "3", 
00549                         "@numlock" => "3", 
00550                         "@off" => "3", 
00551                         "@on" => "3", 
00552                         "@open" => "3", 
00553                         "@parsec" => "3", 
00554                         "@parseonly" => "3", 
00555                         "@pi" => "3", 
00556                         "@planckergs" => "3", 
00557                         "@planckjoules" => "3", 
00558                         "@printer" => "3", 
00559                         "@rad2deg" => "3", 
00560                         "@rbutton" => "3", 
00561                         "@rclick" => "3", 
00562                         "@rdblclick" => "3", 
00563                         "@regclasses" => "3", 
00564                         "@regcurrent" => "3", 
00565                         "@regmachine" => "3", 
00566                         "@regroot" => "3", 
00567                         "@regusers" => "3", 
00568                         "@rows" => "3", 
00569                         "@save" => "3", 
00570                         "@scrolllock" => "3", 
00571                         "@server" => "3", 
00572                         "@shift" => "3", 
00573                         "@single" => "3", 
00574                         "@sorted" => "3", 
00575                         "@stack" => "3", 
00576                         "@string" => "3", 
00577                         "@tab" => "3", 
00578                         "@tile" => "3", 
00579                         "@true" => "3", 
00580                         "@uncheck" => "3", 
00581                         "@unsorted" => "3", 
00582                         "@wait" => "3", 
00583                         "@wholesection" => "3", 
00584                         "@word1" => "3", 
00585                         "@word2" => "3", 
00586                         "@@word4" => "3", 
00587                         "@yes" => "3", 
00588                         "@zoomed" => "3", 
00589                         "cCheckBox" => "4", 
00590                         "cClickButton" => "4", 
00591                         "cEnableState" => "4", 
00592                         "cGetCBText" => "4", 
00593                         "cGetEditText" => "4", 
00594                         "cGetInfo" => "4", 
00595                         "cGetLBText" => "4", 
00596                         "cPostButton" => "4", 
00597                         "cPostMessage" => "4", 
00598                         "cRadioButton" => "4", 
00599                         "cSendMessage" => "4", 
00600                         "cSetCBItem" => "4", 
00601                         "cSetEditText" => "4", 
00602                         "cSetLBItem" => "4", 
00603                         "cSetTABItem" => "4", 
00604                         "cWndByClass" => "4", 
00605                         "cWndByID" => "4", 
00606                         "cWndByName" => "4", 
00607                         "cWndBySeq" => "4", 
00608                         "cWndInfo" => "4", 
00609                         "dosboxcursorx" => "4", 
00610                         "dosboxcursory" => "4", 
00611                         "dosboxgetall" => "4", 
00612                         "dosboxgetdata" => "4", 
00613                         "dosboxheight" => "4", 
00614                         "dosboxscrmode" => "4", 
00615                         "dosboxversion" => "4", 
00616                         "dosboxwidth" => "4", 
00617                         "dunConnect" => "4", 
00618                         "dunConnectEx" => "4", 
00619                         "dunDisconnect" => "4", 
00620                         "dunItemize" => "4", 
00621                         "edosgetinfo" => "4", 
00622                         "edosgetvar" => "4", 
00623                         "edoslistvars" => "4", 
00624                         "edospathadd" => "4", 
00625                         "edospathchk" => "4", 
00626                         "edospathdel" => "4", 
00627                         "edossetvar" => "4", 
00628                         "envgetinfo" => "4", 
00629                         "envgetvar" => "4", 
00630                         "envlistvars" => "4", 
00631                         "envpathadd" => "4", 
00632                         "envpathchk" => "4", 
00633                         "envpathdel" => "4", 
00634                         "envsetvar" => "4", 
00635                         "ftpChDir" => "4", 
00636                         "ftpClose" => "4", 
00637                         "ftpDelete" => "4", 
00638                         "ftpFirewall" => "4", 
00639                         "ftpGet" => "4", 
00640                         "ftpList" => "4", 
00641                         "ftpOpen" => "4", 
00642                         "ftpPut" => "4", 
00643                         "ftpQuote" => "4", 
00644                         "ftpRename" => "4", 
00645                         "hBrowse" => "4", 
00646                         "hCompatible" => "4", 
00647                         "hGetVarNames" => "4", 
00648                         "hGetVarValue" => "4", 
00649                         "httpAuth" => "4", 
00650                         "httpFirewall" => "4", 
00651                         "httpGetAnchor" => "4", 
00652                         "httpGetDir" => "4", 
00653                         "httpGetFile" => "4", 
00654                         "httpGetPath" => "4", 
00655                         "httpGetQuery" => "4", 
00656                         "httpGetServer" => "4", 
00657                         "httpRecvFile" => "4", 
00658                         "httpRecvQryF" => "4", 
00659                         "httpRecvQuery" => "4", 
00660                         "httpRecvText" => "4", 
00661                         "httpStripHTML" => "4", 
00662                         "hVersionInfo" => "4", 
00663                         "iBegin" => "4", 
00664                         "iClose" => "4", 
00665                         "iContentData" => "4", 
00666                         "iContentFile" => "4", 
00667                         "iDial" => "4", 
00668                         "iDialHangup" => "4", 
00669                         "iDialItemize" => "4", 
00670                         "iFtpDelete" => "4", 
00671                         "iFtpDialog" => "4", 
00672                         "iFtpDirChange" => "4", 
00673                         "iFtpDirGet" => "4", 
00674                         "iFtpDirMake" => "4", 
00675                         "iFtpDirRemove" => "4", 
00676                         "iFtpFindInit" => "4", 
00677                         "iFtpFindNext" => "4", 
00678                         "iFtpGet" => "4", 
00679                         "iFtpOpen" => "4", 
00680                         "iFtpPut" => "4", 
00681                         "iFtpRename" => "4", 
00682                         "iGetConState" => "4", 
00683                         "iGetLastError" => "4", 
00684                         "iGetResponse" => "4", 
00685                         "iHostConnect" => "4", 
00686                         "iHttpHeaders" => "4", 
00687                         "iHttpInit" => "4", 
00688                         "iHttpOpen" => "4", 
00689                         "iLocFindInit" => "4", 
00690                         "iLocFindNext" => "4", 
00691                         "iOptionGet" => "4", 
00692                         "iOptionSet" => "4", 
00693                         "iReadData" => "4", 
00694                         "IUrlOpen" => "4", 
00695                         "iVersion" => "4", 
00696                         "iWriteData" => "4", 
00697                         "n3attach" => "4", 
00698                         "n3captureend" => "4", 
00699                         "n3captureget" => "4", 
00700                         "n3captureprt" => "4", 
00701                         "n3chgpassword" => "4", 
00702                         "n3detach" => "4", 
00703                         "n3dirattrget" => "4", 
00704                         "n3dirattrset" => "4", 
00705                         "n3DirTimeGet" => "4", 
00706                         "n3drivepath" => "4", 
00707                         "n3drivestatus" => "4", 
00708                         "n3fileattrget" => "4", 
00709                         "n3fileattrset" => "4", 
00710                         "n3FileTimeGet" => "4", 
00711                         "n3getmapped" => "4", 
00712                         "n3getnetaddr" => "4", 
00713                         "n3getuser" => "4", 
00714                         "n3getuserid" => "4", 
00715                         "n3logout" => "4", 
00716                         "n3map" => "4", 
00717                         "n3mapdelete" => "4", 
00718                         "n3mapdir" => "4", 
00719                         "n3maproot" => "4", 
00720                         "n3memberdel" => "4", 
00721                         "n3memberget" => "4", 
00722                         "n3memberset" => "4", 
00723                         "n3msgsend" => "4", 
00724                         "n3msgsendall" => "4", 
00725                         "n3serverinfo" => "4", 
00726                         "n3serverlist" => "4", 
00727                         "n3usergroups" => "4", 
00728                         "n3version" => "4", 
00729                         "n4attach" => "4", 
00730                         "n4captureend" => "4", 
00731                         "n4captureget" => "4", 
00732                         "n4captureprt" => "4", 
00733                         "n4chgpassword" => "4", 
00734                         "n4detach" => "4", 
00735                         "n4dirattrget" => "4", 
00736                         "n4dirattrset" => "4", 
00737                         "n4DirTimeGet" => "4", 
00738                         "n4drivepath" => "4", 
00739                         "n4drivestatus" => "4", 
00740                         "n4fileattrget" => "4", 
00741                         "n4FileTimeGet" => "4", 
00742                         "n4getcontext" => "4", 
00743                         "n4getloginid" => "4", 
00744                         "n4getmapped" => "4", 
00745                         "n4getnetaddr" => "4", 
00746                         "n4getuser" => "4", 
00747                         "n4getuserid" => "4", 
00748                         "n4login" => "4", 
00749                         "n4logout" => "4", 
00750                         "n4logouttree" => "4", 
00751                         "n4map" => "4", 
00752                         "n4mapdelete" => "4", 
00753                         "n4mapdir" => "4", 
00754                         "n4maproot" => "4", 
00755                         "n4memberdel" => "4", 
00756                         "n4memberget" => "4", 
00757                         "n4memberset" => "4", 
00758                         "n4msgsend" => "4", 
00759                         "n4msgsendall" => "4", 
00760                         "n4nameconvert" => "4", 
00761                         "n4objectinfo" => "4", 
00762                         "n4objectlist" => "4", 
00763                         "n4objectprops" => "4", 
00764                         "n4serverinfo" => "4", 
00765                         "n4serverlist" => "4", 
00766                         "n4SetContext" => "4", 
00767                         "n4setsrchdrv" => "4", 
00768                         "n4usergroupex" => "4", 
00769                         "n4usergroups" => "4", 
00770                         "n4version" => "4", 
00771                         "netadddrive" => "4", 
00772                         "netaddprinter" => "4", 
00773                         "netcancelcon" => "4", 
00774                         "netdirdialog" => "4", 
00775                         "netgetcon" => "4", 
00776                         "netgetuser" => "4", 
00777                         "netresources" => "4", 
00778                         "netversion" => "4", 
00779                         "p3Close" => "4", 
00780                         "p3Count" => "4", 
00781                         "p3Delete" => "4", 
00782                         "p3GetReply" => "4", 
00783                         "p3Open" => "4", 
00784                         "p3Peek" => "4", 
00785                         "p3RecvFile" => "4", 
00786                         "p3RecvText" => "4", 
00787                         "pCaptureLog" => "4", 
00788                         "pCaptureOff" => "4", 
00789                         "pCaptureOn" => "4", 
00790                         "pCheckBinary" => "4", 
00791                         "pCheckSum" => "4", 
00792                         "pComClose" => "4", 
00793                         "pComControl" => "4", 
00794                         "pComInfo" => "4", 
00795                         "pComOpen" => "4", 
00796                         "pGetBinary" => "4", 
00797                         "pGetByte" => "4", 
00798                         "pGetChar" => "4", 
00799                         "pGetLastError" => "4", 
00800                         "pGetLine" => "4", 
00801                         "pGetString" => "4", 
00802                         "pModemAnsCall" => "4", 
00803                         "pModemAnsRing" => "4", 
00804                         "pModemCommand" => "4", 
00805                         "pModemConnect" => "4", 
00806                         "pModemControl" => "4", 
00807                         "pModemDial" => "4", 
00808                         "pModemHangup" => "4", 
00809                         "pModemInit" => "4", 
00810                         "pModemParams" => "4", 
00811                         "pModemSReg" => "4", 
00812                         "pPeekByte" => "4", 
00813                         "pPeekChar" => "4", 
00814                         "pPutBinary" => "4", 
00815                         "pPutByte" => "4", 
00816                         "pPutChar" => "4", 
00817                         "pPutLine" => "4", 
00818                         "pPutString" => "4", 
00819                         "pRecvFile" => "4", 
00820                         "pSendFile" => "4", 
00821                         "pTimeout" => "4", 
00822                         "pWaitFor" => "4", 
00823                         "qAllocConnect" => "4", 
00824                         "qAllocEnv" => "4", 
00825                         "qAllocStmt" => "4", 
00826                         "qBindCol" => "4", 
00827                         "qColumns" => "4", 
00828                         "qConnect" => "4", 
00829                         "qDataSources" => "4", 
00830                         "qDisconnect" => "4", 
00831                         "qError" => "4", 
00832                         "qExecDirect" => "4", 
00833                         "qFetch" => "4", 
00834                         "qFreeConnect" => "4", 
00835                         "qFreeEnv" => "4", 
00836                         "qFreeStmt" => "4", 
00837                         "qGetData" => "4", 
00838                         "qLastCode" => "4", 
00839                         "qSetConnOpt" => "4", 
00840                         "qTables" => "4", 
00841                         "qVersionInfo" => "4", 
00842                         "sAccept" => "4", 
00843                         "sByteOrder16" => "4", 
00844                         "SByteOrder32" => "4", 
00845                         "sClose" => "4", 
00846                         "sConnect" => "4", 
00847                         "sListen" => "4", 
00848                         "smtpSendFile" => "4", 
00849                         "smtpSendText" => "4", 
00850                         "sOK2Recv" => "4", 
00851                         "sOK2Send" => "4", 
00852                         "sOpen" => "4", 
00853                         "srchfree" => "4", 
00854                         "srchinit" => "4", 
00855                         "srchnext" => "4", 
00856                         "sRecvBinary" => "4", 
00857                         "sRecvLine" => "4", 
00858                         "sRecvNum" => "4", 
00859                         "sSendBinary" => "4", 
00860                         "sSendLine" => "4", 
00861                         "sSendNum" => "4", 
00862                         "sSendString" => "4", 
00863                         "textoutbufdel" => "4", 
00864                         "textoutbuffer" => "4", 
00865                         "textoutdebug" => "4", 
00866                         "textoutfree" => "4", 
00867                         "textoutinfo" => "4", 
00868                         "textoutreset" => "4", 
00869                         "textouttrack" => "4", 
00870                         "textouttrackb" => "4", 
00871                         "textouttrackp" => "4", 
00872                         "textoutwait" => "4", 
00873                         "urlDecode" => "4", 
00874                         "urlEncode" => "4", 
00875                         "urlGetScheme" => "4", 
00876                         "w3addcon" => "4", 
00877                         "w3cancelcon" => "4", 
00878                         "w3dirbrowse" => "4", 
00879                         "w3getcaps" => "4", 
00880                         "w3getcon" => "4", 
00881                         "w3netdialog" => "4", 
00882                         "w3netgetuser" => "4", 
00883                         "w3prtbrowse" => "4", 
00884                         "w3version" => "4", 
00885                         "w95accessadd" => "4", 
00886                         "w95accessdel" => "4", 
00887                         "w95adddrive" => "4", 
00888                         "w95addprinter" => "4", 
00889                         "w95cancelcon" => "4", 
00890                         "w95dirdialog" => "4", 
00891                         "w95fileclose" => "4", 
00892                         "w95getcon" => "4", 
00893                         "w95getuser" => "4", 
00894                         "w95resources" => "4", 
00895                         "w95servertype" => "4", 
00896                         "w95serviceat" => "4", 
00897                         "w95serviceinf" => "4", 
00898                         "w95shareadd" => "4", 
00899                         "w95sharedel" => "4", 
00900                         "w95shareinfo" => "4", 
00901                         "w95shareset" => "4", 
00902                         "w95version" => "4", 
00903                         "w9xaccessadd" => "4", 
00904                         "w9xaccessdel" => "4", 
00905                         "w9xaccessget" => "4", 
00906                         "w9xaccesslist" => "4", 
00907                         "w9xlistgroups" => "4", 
00908                         "w9xmemberdel" => "4", 
00909                         "w9xmemberget" => "4", 
00910                         "w9xmembergrps" => "4", 
00911                         "w9xmemberlist" => "4", 
00912                         "w9xmemberset" => "4", 
00913                         "w9xserverlist" => "4", 
00914                         "w9xserviceat" => "4", 
00915                         "w9xshareadd" => "4", 
00916                         "w9xsharedel" => "4", 
00917                         "w9xshareinfo" => "4", 
00918                         "w9xshareset" => "4", 
00919                         "w9xuserinfo" => "4", 
00920                         "w9xuserprops" => "4", 
00921                         "w9xversion" => "4", 
00922                         "wnaddcon" => "4", 
00923                         "wncancelcon" => "4", 
00924                         "wncmptrinfo" => "4", 
00925                         "wndialog" => "4", 
00926                         "wndlgbrowse" => "4", 
00927                         "wndlgcon" => "4", 
00928                         "wndlgcon2" => "4", 
00929                         "wndlgcon3" => "4", 
00930                         "wndlgcon4" => "4", 
00931                         "wndlgdiscon" => "4", 
00932                         "wndlgnoshare" => "4", 
00933                         "wndlgshare" => "4", 
00934                         "wngetcaps" => "4", 
00935                         "wngetcon" => "4", 
00936                         "wngetuser" => "4", 
00937                         "wnnetnames" => "4", 
00938                         "wnrestore" => "4", 
00939                         "wnservers" => "4", 
00940                         "wnsharecnt" => "4", 
00941                         "wnsharename" => "4", 
00942                         "wnsharepath" => "4", 
00943                         "wnshares" => "4", 
00944                         "wntaccessadd" => "4", 
00945                         "wntaccessdel" => "4", 
00946                         "wntaccessget" => "4", 
00947                         "wntaccesslist" => "4", 
00948                         "wntadddrive" => "4", 
00949                         "wntaddprinter" => "4", 
00950                         "wntcancelcon" => "4", 
00951                         "wntchgpswd" => "4", 
00952                         "wntdirdialog" => "4", 
00953                         "wntfileclose" => "4", 
00954                         "wntgetcon" => "4", 
00955                         "wntgetuser" => "4", 
00956                         "wntgroupinfo" => "4", 
00957                         "wntlistgroups" => "4", 
00958                         "wntmemberdel" => "4", 
00959                         "wntmemberget" => "4", 
00960                         "wntmembergrps" => "4", 
00961                         "wntmemberlist" => "4", 
00962                         "wntmemberset" => "4", 
00963                         "wntownerget" => "4", 
00964                         "wntownerset" => "4", 
00965                         "wntresources" => "4", 
00966                         "wntresources2" => "4", 
00967                         "wntserverlist" => "4", 
00968                         "wntservertype" => "4", 
00969                         "wntserviceat" => "4", 
00970                         "wntserviceinf" => "4", 
00971                         "wntshareadd" => "4", 
00972                         "wntsharedel" => "4", 
00973                         "wntshareinfo" => "4", 
00974                         "wntshareset" => "4", 
00975                         "wntsvccontrol" => "4", 
00976                         "wntsvcstart" => "4", 
00977                         "wntsvcstatus" => "4", 
00978                         "wntuseradd" => "4", 
00979                         "wntuseradddat" => "4", 
00980                         "wntuserdel" => "4", 
00981                         "wntusergetdat" => "4", 
00982                         "wntuserinfo" => "4", 
00983                         "wntuserprops" => "4", 
00984                         "wntuserrename" => "4", 
00985                         "wntusersetdat" => "4", 
00986                         "wntversion" => "4", 
00987                         "wnversion" => "4", 
00988                         "wnwrkgroups" => "4", 
00989                         "wwenvunload" => "4", 
00990                         "wxAddr2Host" => "4", 
00991                         "wxGetErrDesc" => "4", 
00992                         "wxGetInfo" => "4", 
00993                         "wxGetLastErr" => "4", 
00994                         "wxHost2Addr" => "4", 
00995                         "wxMsgGetBody" => "4", 
00996                         "wxMsgGetHdr" => "4", 
00997                         "wxParmGet" => "4", 
00998                         "wxParmSet" => "4", 
00999                         "wxPing" => "4", 
01000                         "xbaseconvert" => "4", 
01001                         "xcursorset" => "4", 
01002                         "xdisklabelget" => "4", 
01003                         "xdriveready" => "4", 
01004                         "xejectmedia" => "4", 
01005                         "xextenderinfo" => "4", 
01006                         "xgetchildhwnd" => "4", 
01007                         "xgetelapsed" => "4", 
01008                         "xhex" => "4", 
01009                         "xmemcompact" => "4", 
01010                         "xmessagebox" => "4", 
01011                         "xsendmessage" => "4", 
01012                         "xverifyccard" => "4");
01013 
01014 // Special extensions
01015 
01016 // Each category can specify a PHP function that returns an altered
01017 // version of the keyword.
01018         
01019         
01020 
01021 $this->linkscripts      = array(
01022                         "1" => "donothing", 
01023                         "2" => "donothing", 
01024                         "3" => "donothing", 
01025                         "4" => "donothing");
01026 }
01027 
01028 
01029 function donothing($keywordin)
01030 {
01031         return $keywordin;
01032 }
01033 
01034 }?>

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