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

syntax_highlight/php/HFile/HFile_c.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_c extends HFile
00006   {
00007    function HFile_c(){
00008      $this->HFile();    
00009 /*************************************/
00010 // Beautifier Highlighting Configuration File 
00011 // C/C++
00012 /*************************************/
00013 // Flags
00014 
00015 $this->nocase                   = "0";
00016 $this->notrim                   = "0";
00017 $this->perl                     = "0";
00018 
00019 // Colours
00020 
00021 $this->colours          = array("blue", "purple", "gray", "brown", "blue");
00022 $this->quotecolour              = "blue";
00023 $this->blockcommentcolour       = "green";
00024 $this->linecommentcolour        = "green";
00025 
00026 // Indent Strings
00027 
00028 $this->indent                   = array("{");
00029 $this->unindent                 = array("}");
00030 
00031 // String characters and delimiters
00032 
00033 $this->stringchars              = array("\"", "'");
00034 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", ".", "?", "  ");
00035 $this->escchar                  = "\\";
00036 
00037 // Comment settings
00038 
00039 $this->linecommenton            = array("//");
00040 $this->blockcommenton           = array("/*");
00041 $this->blockcommentoff          = array("*/");
00042 $this->prepro                   = "#";
00043 $this->preprocolour             = "purple";
00044 
00045 // Keywords (keyword mapping to colour number)
00046 
00047 $this->keywords                 = array(
00048                         "auto" => "1", 
00049                         "break" => "1", 
00050                         "case" => "1", 
00051                         "char" => "1", 
00052                         "const" => "1", 
00053                         "continue" => "1", 
00054                         "default" => "1", 
00055                         "dllexport2" => "1", 
00056                         "dllimport2" => "1", 
00057                         "do" => "1", 
00058                         "double" => "1", 
00059                         "else" => "1", 
00060                         "enum" => "1", 
00061                         "extern" => "1", 
00062                         "float" => "1", 
00063                         "for" => "1", 
00064                         "goto" => "1", 
00065                         "if" => "1", 
00066                         "int" => "1", 
00067                         "long" => "1", 
00068                         "register" => "1", 
00069                         "return" => "1", 
00070                         "short" => "1", 
00071                         "signed" => "1", 
00072                         "sizeof" => "1", 
00073                         "static" => "1", 
00074                         "struct" => "1", 
00075                         "switch" => "1", 
00076                         "thread2" => "1", 
00077                         "typedef" => "1", 
00078                         "union" => "1", 
00079                         "unsigned" => "1", 
00080                         "void" => "1", 
00081                         "volatile" => "1", 
00082                         "while" => "1", 
00083                         "__asm" => "1", 
00084                         "__based1" => "1", 
00085                         "__cdecl" => "1", 
00086                         "__declspec" => "1", 
00087                         "__except" => "1", 
00088                         "__fastcall" => "1", 
00089                         "__finally" => "1", 
00090                         "__inline" => "1", 
00091                         "__int16" => "1", 
00092                         "__int32" => "1", 
00093                         "__int64" => "1", 
00094                         "__int8" => "1", 
00095                         "__leave" => "1", 
00096                         "__stdcall" => "1", 
00097                         "__try" => "1", 
00098                         "class" => "2", 
00099                         "delete" => "2", 
00100                         "dllexport" => "2", 
00101                         "dllimport" => "2", 
00102                         "friend" => "2", 
00103                         "inline" => "2", 
00104                         "namespace" => "2", 
00105                         "new" => "2", 
00106                         "operator" => "2", 
00107                         "private" => "2", 
00108                         "protected" => "2", 
00109                         "public" => "2", 
00110                         "template" => "2", 
00111                         "this" => "2", 
00112                         "thread" => "2", 
00113                         "try" => "2", 
00114                         "using" => "2", 
00115                         "virtual" => "2", 
00116                         "__multiple_inheritance" => "2", 
00117                         "__single_inheritance" => "2", 
00118                         "__virtual_inheritance" => "2", 
00119                         "__emit__" => "3", 
00120                         "_atold" => "3", 
00121                         "_bios_disk" => "3", 
00122                         "_bios_equiplist" => "3", 
00123                         "_bios_keybrd" => "3", 
00124                         "_bios_memsize" => "3", 
00125                         "_bios_printer" => "3", 
00126                         "_bios_serialcom" => "3", 
00127                         "_bios_timeofday" => "3", 
00128                         "_c_exit" => "3", 
00129                         "_cexit" => "3", 
00130                         "_chain_intr" => "3", 
00131                         "_chdrive" => "3", 
00132                         "_chmod" => "3", 
00133                         "_clear87" => "3", 
00134                         "_close" => "3", 
00135                         "_control87" => "3", 
00136                         "_creat" => "3", 
00137                         "_disable" => "3", 
00138                         "_dos_allocmem" => "3", 
00139                         "_dos_close" => "3", 
00140                         "_dos_creat" => "3", 
00141                         "_dos_creatnew" => "3", 
00142                         "_dos_findfirst" => "3", 
00143                         "_dos_findnext" => "3", 
00144                         "_dos_freemem" => "3", 
00145                         "_dos_getdate" => "3", 
00146                         "_dos_getdiskfree" => "3", 
00147                         "_dos_getdrive" => "3", 
00148                         "_dos_getfileattr" => "3", 
00149                         "_dos_getftime" => "3", 
00150                         "_dos_gettime" => "3", 
00151                         "_dos_getvect" => "3", 
00152                         "_dos_keep" => "3", 
00153                         "_dos_open" => "3", 
00154                         "_dos_read" => "3", 
00155                         "_dos_setblock" => "3", 
00156                         "_dos_setdate" => "3", 
00157                         "_dos_setdrive" => "3", 
00158                         "_dos_setfileattr" => "3", 
00159                         "_dos_setftime" => "3", 
00160                         "_dos_settime" => "3", 
00161                         "_dos_setvect" => "3", 
00162                         "_dos_write" => "3", 
00163                         "_enable" => "3", 
00164                         "_exit" => "3", 
00165                         "_fmemccpy" => "3", 
00166                         "_fmemchr" => "3", 
00167                         "_fmemcmp" => "3", 
00168                         "_fmemcpy" => "3", 
00169                         "_fmemicmp" => "3", 
00170                         "_fmemset" => "3", 
00171                         "_fpreset" => "3", 
00172                         "_fsopen" => "3", 
00173                         "_fstrcat" => "3", 
00174                         "_fstrchr" => "3", 
00175                         "_fstrcmp" => "3", 
00176                         "_fstrcpy" => "3", 
00177                         "_fstrcspn" => "3", 
00178                         "_fstrdup" => "3", 
00179                         "_fstricmp" => "3", 
00180                         "_fstrlen" => "3", 
00181                         "_fstrlwr" => "3", 
00182                         "_fstrncat" => "3", 
00183                         "_fstrncmp" => "3", 
00184                         "_fstrncpy" => "3", 
00185                         "_fstrnicmp" => "3", 
00186                         "_fstrnset" => "3", 
00187                         "_fstrpbrk" => "3", 
00188                         "_fstrrchr" => "3", 
00189                         "_fstrrev" => "3", 
00190                         "_fstrset" => "3", 
00191                         "_fstrspn" => "3", 
00192                         "_fstrstr" => "3", 
00193                         "_fstrtok" => "3", 
00194                         "_fstrupr" => "3", 
00195                         "_fullpath" => "3", 
00196                         "_getdcwd" => "3", 
00197                         "_getdrive" => "3", 
00198                         "_graphfreemem" => "3", 
00199                         "_graphgetmem" => "3", 
00200                         "_harderr" => "3", 
00201                         "_hardresume" => "3", 
00202                         "_hardretn" => "3", 
00203                         "_lrotl" => "3", 
00204                         "_lrotr" => "3", 
00205                         "_makepath" => "3", 
00206                         "_matherrl" => "3", 
00207                         "_open" => "3", 
00208                         "_OvrInitEms" => "3", 
00209                         "_OvrInitExt" => "3", 
00210                         "_read" => "3", 
00211                         "_rotl" => "3", 
00212                         "_rotr" => "3", 
00213                         "_searchenv" => "3", 
00214                         "_setcursortype" => "3", 
00215                         "_splitpath" => "3", 
00216                         "_status87" => "3", 
00217                         "_strdate" => "3", 
00218                         "_strerror" => "3", 
00219                         "_strtime" => "3", 
00220                         "_strtold" => "3", 
00221                         "_tolower" => "3", 
00222                         "_toupper" => "3", 
00223                         "_write" => "3", 
00224                         "FP_OFF" => "3", 
00225                         "FP_SEG" => "3", 
00226                         "MK_FP" => "3", 
00227                         "abort" => "3", 
00228                         "abs" => "3", 
00229                         "absread" => "3", 
00230                         "abswrite" => "3", 
00231                         "access" => "3", 
00232                         "acos" => "3", 
00233                         "acosl" => "3", 
00234                         "allocmem" => "3", 
00235                         "arc" => "3", 
00236                         "arg" => "3", 
00237                         "asctime" => "3", 
00238                         "asin" => "3", 
00239                         "asinl" => "3", 
00240                         "assert" => "3", 
00241                         "atan" => "3", 
00242                         "atan2" => "3", 
00243                         "atan2l" => "3", 
00244                         "atanl" => "3", 
00245                         "atexit" => "3", 
00246                         "atof" => "3", 
00247                         "atoi" => "3", 
00248                         "atol" => "3", 
00249                         "bar" => "3", 
00250                         "bar3d" => "3", 
00251                         "bcd" => "3", 
00252                         "bdos" => "3", 
00253                         "bdosptr" => "3", 
00254                         "bioscom" => "3", 
00255                         "biosdisk" => "3", 
00256                         "biosequip" => "3", 
00257                         "bioskey" => "3", 
00258                         "biosmemory" => "3", 
00259                         "biosprint" => "3", 
00260                         "biostime" => "3", 
00261                         "brk" => "3", 
00262                         "bsearch" => "3", 
00263                         "cabs" => "3", 
00264                         "cabsl" => "3", 
00265                         "calloc" => "3", 
00266                         "ceil" => "3", 
00267                         "ceill" => "3", 
00268                         "cgets" => "3", 
00269                         "chdir" => "3", 
00270                         "chmod" => "3", 
00271                         "chsize" => "3", 
00272                         "circle" => "3", 
00273                         "cleardevice" => "3", 
00274                         "clearerr" => "3", 
00275                         "clearviewport" => "3", 
00276                         "clock" => "3", 
00277                         "close" => "3", 
00278                         "closedir" => "3", 
00279                         "closegraph" => "3", 
00280                         "clreol" => "3", 
00281                         "clrscr" => "3", 
00282                         "complex" => "3", 
00283                         "conj" => "3", 
00284                         "coreleft" => "3", 
00285                         "cos" => "3", 
00286                         "cosh" => "3", 
00287                         "coshl" => "3", 
00288                         "cosl" => "3", 
00289                         "country" => "3", 
00290                         "cprintf" => "3", 
00291                         "cputs" => "3", 
00292                         "creat" => "3", 
00293                         "creatnew" => "3", 
00294                         "creattemp" => "3", 
00295                         "cscanf" => "3", 
00296                         "ctime" => "3", 
00297                         "ctrlbrk" => "3", 
00298                         "cout" => "3", 
00299                         "cin" => "3", 
00300                         "cerr" => "3", 
00301                         "delay" => "3", 
00302                         "delline" => "3", 
00303                         "detectgraph" => "3", 
00304                         "difftime" => "3", 
00305                         "disable" => "3", 
00306                         "div" => "3", 
00307                         "dosexterr" => "3", 
00308                         "dostounix" => "3", 
00309                         "drawpoly" => "3", 
00310                         "dup" => "3", 
00311                         "dup2" => "3", 
00312                         "ecvt" => "3", 
00313                         "ellipse" => "3", 
00314                         "enable" => "3", 
00315                         "eof" => "3", 
00316                         "execl" => "3", 
00317                         "execle" => "3", 
00318                         "execlp" => "3", 
00319                         "execlpe" => "3", 
00320                         "execv" => "3", 
00321                         "execve" => "3", 
00322                         "execvp" => "3", 
00323                         "execvpe" => "3", 
00324                         "exit" => "3", 
00325                         "exp" => "3", 
00326                         "expl" => "3", 
00327                         "fabs" => "3", 
00328                         "fabsl" => "3", 
00329                         "farcalloc" => "3", 
00330                         "farcoreleft" => "3", 
00331                         "farfree" => "3", 
00332                         "farheapcheck" => "3", 
00333                         "farheapcheckfree" => "3", 
00334                         "farheapchecknode" => "3", 
00335                         "farheapfillfree" => "3", 
00336                         "farheapwalk" => "3", 
00337                         "farmalloc" => "3", 
00338                         "farrealloc" => "3", 
00339                         "fclose" => "3", 
00340                         "fcloseall" => "3", 
00341                         "fcvt" => "3", 
00342                         "fdopen" => "3", 
00343                         "feof" => "3", 
00344                         "ferror" => "3", 
00345                         "fflush" => "3", 
00346                         "fgetc" => "3", 
00347                         "fgetchar" => "3", 
00348                         "fgetpos" => "3", 
00349                         "fgets" => "3", 
00350                         "filelength" => "3", 
00351                         "fileno" => "3", 
00352                         "fillellipse" => "3", 
00353                         "fillpoly" => "3", 
00354                         "findfirst" => "3", 
00355                         "findnext" => "3", 
00356                         "floodfill" => "3", 
00357                         "floor" => "3", 
00358                         "floorl" => "3", 
00359                         "flushall" => "3", 
00360                         "fmod" => "3", 
00361                         "fmodl" => "3", 
00362                         "fnmerge" => "3", 
00363                         "fnsplit" => "3", 
00364                         "fopen" => "3", 
00365                         "fprintf" => "3", 
00366                         "fputc" => "3", 
00367                         "fputchar" => "3", 
00368                         "fputs" => "3", 
00369                         "fread" => "3", 
00370                         "free" => "3", 
00371                         "freemem" => "3", 
00372                         "freopen" => "3", 
00373                         "frexp" => "3", 
00374                         "frexpl" => "3", 
00375                         "fscanf" => "3", 
00376                         "fseek" => "3", 
00377                         "fsetpos" => "3", 
00378                         "fstat" => "3", 
00379                         "ftell" => "3", 
00380                         "ftime" => "3", 
00381                         "fwrite" => "3", 
00382                         "gcvt" => "3", 
00383                         "geninterrupt" => "3", 
00384                         "getarccoords" => "3", 
00385                         "getaspectratio" => "3", 
00386                         "getbkcolor" => "3", 
00387                         "getc" => "3", 
00388                         "getcbrk" => "3", 
00389                         "getch" => "3", 
00390                         "getchar" => "3", 
00391                         "getche" => "3", 
00392                         "getcolor" => "3", 
00393                         "getcurdir" => "3", 
00394                         "getcwd" => "3", 
00395                         "getdate" => "3", 
00396                         "getdefaultpalette" => "3", 
00397                         "getdfree" => "3", 
00398                         "getdisk" => "3", 
00399                         "getdrivername" => "3", 
00400                         "getdta" => "3", 
00401                         "getenv" => "3", 
00402                         "getfat" => "3", 
00403                         "getfatd" => "3", 
00404                         "getfillpattern" => "3", 
00405                         "getfillsettings" => "3", 
00406                         "getftime" => "3", 
00407                         "getgraphmode" => "3", 
00408                         "getimage" => "3", 
00409                         "getlinesettings" => "3", 
00410                         "getmaxcolor" => "3", 
00411                         "getmaxmode" => "3", 
00412                         "getmaxx" => "3", 
00413                         "getmaxy" => "3", 
00414                         "getmodename" => "3", 
00415                         "getmoderange" => "3", 
00416                         "getpalette" => "3", 
00417                         "getpalettesize" => "3", 
00418                         "getpass" => "3", 
00419                         "getpid" => "3", 
00420                         "getpixel" => "3", 
00421                         "getpsp" => "3", 
00422                         "gets" => "3", 
00423                         "gettext" => "3", 
00424                         "gettextinfo" => "3", 
00425                         "gettextsettings" => "3", 
00426                         "gettime" => "3", 
00427                         "getvect" => "3", 
00428                         "getverify" => "3", 
00429                         "getviewsettings" => "3", 
00430                         "getw" => "3", 
00431                         "getx" => "3", 
00432                         "gety" => "3", 
00433                         "gmtime" => "3", 
00434                         "gotoxy" => "3", 
00435                         "graphdefaults" => "3", 
00436                         "grapherrormsg" => "3", 
00437                         "graphresult" => "3", 
00438                         "harderr" => "3", 
00439                         "hardresume" => "3", 
00440                         "hardretn" => "3", 
00441                         "heapcheck" => "3", 
00442                         "heapcheckfree" => "3", 
00443                         "heapchecknode" => "3", 
00444                         "heapfillfree" => "3", 
00445                         "heapwalk" => "3", 
00446                         "highvideo" => "3", 
00447                         "hypot" => "3", 
00448                         "hypotl" => "3", 
00449                         "imag" => "3", 
00450                         "imagesize" => "3", 
00451                         "initgraph" => "3", 
00452                         "inp" => "3", 
00453                         "inport" => "3", 
00454                         "inportb" => "3", 
00455                         "inpw" => "3", 
00456                         "insline" => "3", 
00457                         "installuserdriver" => "3", 
00458                         "installuserfont" => "3", 
00459                         "int86" => "3", 
00460                         "int86x" => "3", 
00461                         "intdos" => "3", 
00462                         "intdosx" => "3", 
00463                         "intr" => "3", 
00464                         "ioctl" => "3", 
00465                         "isalnum" => "3", 
00466                         "isalpha" => "3", 
00467                         "isascii" => "3", 
00468                         "isatty" => "3", 
00469                         "iscntrl" => "3", 
00470                         "isdigit" => "3", 
00471                         "isgraph" => "3", 
00472                         "islower" => "3", 
00473                         "isprint" => "3", 
00474                         "ispunct" => "3", 
00475                         "isspace" => "3", 
00476                         "isupper" => "3", 
00477                         "isxdigit" => "3", 
00478                         "itoa" => "3", 
00479                         "kbhit" => "3", 
00480                         "keep" => "3", 
00481                         "labs" => "3", 
00482                         "ldexp" => "3", 
00483                         "ldexpl" => "3", 
00484                         "ldiv" => "3", 
00485                         "lfind" => "3", 
00486                         "line" => "3", 
00487                         "linerel" => "3", 
00488                         "lineto" => "3", 
00489                         "localeconv" => "3", 
00490                         "localtime" => "3", 
00491                         "lock" => "3", 
00492                         "locking" => "3", 
00493                         "log" => "3", 
00494                         "log10" => "3", 
00495                         "log10l" => "3", 
00496                         "logl" => "3", 
00497                         "longjmp" => "3", 
00498                         "lowvideo" => "3", 
00499                         "lsearch" => "3", 
00500                         "lseek" => "3", 
00501                         "ltoa" => "3", 
00502                         "malloc" => "3", 
00503                         "matherr" => "3", 
00504                         "max" => "3", 
00505                         "mblen" => "3", 
00506                         "mbstowcs" => "3", 
00507                         "mbtowc" => "3", 
00508                         "memccpy" => "3", 
00509                         "memchr" => "3", 
00510                         "memcmp" => "3", 
00511                         "memcpy" => "3", 
00512                         "memicmp" => "3", 
00513                         "memmove" => "3", 
00514                         "memset" => "3", 
00515                         "min" => "3", 
00516                         "mkdir" => "3", 
00517                         "mktemp" => "3", 
00518                         "mktime" => "3", 
00519                         "modf" => "3", 
00520                         "modfl" => "3", 
00521                         "movedata" => "3", 
00522                         "moverel" => "3", 
00523                         "movetext" => "3", 
00524                         "moveto" => "3", 
00525                         "movmem" => "3", 
00526                         "norm" => "3", 
00527                         "normvideo" => "3", 
00528                         "nosound" => "3", 
00529                         "open" => "3", 
00530                         "opendir" => "3", 
00531                         "outp" => "3", 
00532                         "outport" => "3", 
00533                         "outportb" => "3", 
00534                         "outpw" => "3", 
00535                         "outtext" => "3", 
00536                         "outtextxy" => "3", 
00537                         "parsfnm" => "3", 
00538                         "peek" => "3", 
00539                         "peekb" => "3", 
00540                         "perror" => "3", 
00541                         "pieslice" => "3", 
00542                         "poke" => "3", 
00543                         "pokeb" => "3", 
00544                         "polar" => "3", 
00545                         "poly" => "3", 
00546                         "polyl" => "3", 
00547                         "pow" => "3", 
00548                         "pow10" => "3", 
00549                         "pow10l" => "3", 
00550                         "powl" => "3", 
00551                         "printf" => "3", 
00552                         "putc" => "3", 
00553                         "putch" => "3", 
00554                         "putchar" => "3", 
00555                         "putenv" => "3", 
00556                         "putimage" => "3", 
00557                         "putpixel" => "3", 
00558                         "puts" => "3", 
00559                         "puttext" => "3", 
00560                         "putw" => "3", 
00561                         "qsort" => "3", 
00562                         "raise" => "3", 
00563                         "rand" => "3", 
00564                         "randbrd" => "3", 
00565                         "randbwr" => "3", 
00566                         "random" => "3", 
00567                         "randomize" => "3", 
00568                         "read" => "3", 
00569                         "readdir" => "3", 
00570                         "real" => "3", 
00571                         "realloc" => "3", 
00572                         "rectangle" => "3", 
00573                         "registerbgidriver" => "3", 
00574                         "registerbgifont" => "3", 
00575                         "registerfarbgidriver" => "3", 
00576                         "registerfarbgifont" => "3", 
00577                         "remove" => "3", 
00578                         "rename" => "3", 
00579                         "restorecrtmode" => "3", 
00580                         "rewind" => "3", 
00581                         "rewinddir" => "3", 
00582                         "rmdir" => "3", 
00583                         "rmtmp" => "3", 
00584                         "sbrk" => "3", 
00585                         "scanf" => "3", 
00586                         "searchpath" => "3", 
00587                         "sector" => "3", 
00588                         "segread" => "3", 
00589                         "set_new_handler" => "3", 
00590                         "setactivepage" => "3", 
00591                         "setallpalette" => "3", 
00592                         "setaspectratio" => "3", 
00593                         "setbkcolor" => "3", 
00594                         "setblock" => "3", 
00595                         "setbuf" => "3", 
00596                         "setcbrk" => "3", 
00597                         "setcolor" => "3", 
00598                         "setdate" => "3", 
00599                         "setdisk" => "3", 
00600                         "setdta" => "3", 
00601                         "setfillpattern" => "3", 
00602                         "setfillstyle" => "3", 
00603                         "setftime" => "3", 
00604                         "setgraphbufsize" => "3", 
00605                         "setgraphmode" => "3", 
00606                         "setjmp" => "3", 
00607                         "setlinestyle" => "3", 
00608                         "setlocale" => "3", 
00609                         "setmem" => "3", 
00610                         "setmode" => "3", 
00611                         "setpalette" => "3", 
00612                         "setrgbpalette" => "3", 
00613                         "settextjustify" => "3", 
00614                         "settextstyle" => "3", 
00615                         "settime" => "3", 
00616                         "setusercharsize" => "3", 
00617                         "setvbuf" => "3", 
00618                         "setvect" => "3", 
00619                         "setverify" => "3", 
00620                         "setviewport" => "3", 
00621                         "setvisualpage" => "3", 
00622                         "setwritemode" => "3", 
00623                         "signal" => "3", 
00624                         "sin" => "3", 
00625                         "sinh" => "3", 
00626                         "sinhl" => "3", 
00627                         "sinl" => "3", 
00628                         "sleep" => "3", 
00629                         "sopen" => "3", 
00630                         "sound" => "3", 
00631                         "spawnl" => "3", 
00632                         "spawnle" => "3", 
00633                         "spawnlp" => "3", 
00634                         "spawnlpe" => "3", 
00635                         "spawnv" => "3", 
00636                         "spawnve" => "3", 
00637                         "spawnvp" => "3", 
00638                         "spawnvpe" => "3", 
00639                         "sprintf" => "3", 
00640                         "sqrt" => "3", 
00641                         "sqrtl" => "3", 
00642                         "srand" => "3", 
00643                         "sscanf" => "3", 
00644                         "stackavail" => "3", 
00645                         "stat" => "3", 
00646                         "stime" => "3", 
00647                         "stpcpy" => "3", 
00648                         "strcat" => "3", 
00649                         "strchr" => "3", 
00650                         "strcmp" => "3", 
00651                         "strcmpi" => "3", 
00652                         "strcoll" => "3", 
00653                         "strcpy" => "3", 
00654                         "strcspn" => "3", 
00655                         "strdup" => "3", 
00656                         "strerror" => "3", 
00657                         "strftime" => "3", 
00658                         "stricmp" => "3", 
00659                         "strlen" => "3", 
00660                         "strlwr" => "3", 
00661                         "strncat" => "3", 
00662                         "strncmp" => "3", 
00663                         "strncmpi" => "3", 
00664                         "strncpy" => "3", 
00665                         "strnicmp" => "3", 
00666                         "strnset" => "3", 
00667                         "strpbrk" => "3", 
00668                         "strrchr" => "3", 
00669                         "strrev" => "3", 
00670                         "strset" => "3", 
00671                         "strspn" => "3", 
00672                         "strstr" => "3", 
00673                         "strtod" => "3", 
00674                         "strtok" => "3", 
00675                         "strtol" => "3", 
00676                         "strtoul" => "3", 
00677                         "strupr" => "3", 
00678                         "strxfrm" => "3", 
00679                         "swab" => "3", 
00680                         "system" => "3", 
00681                         "tan" => "3", 
00682                         "tanh" => "3", 
00683                         "tanhl" => "3", 
00684                         "tanl" => "3", 
00685                         "tell" => "3", 
00686                         "tempnam" => "3", 
00687                         "textattr" => "3", 
00688                         "textbackground" => "3", 
00689                         "textcolor" => "3", 
00690                         "textheight" => "3", 
00691                         "textmode" => "3", 
00692                         "textwidth" => "3", 
00693                         "time" => "3", 
00694                         "tmpfile" => "3", 
00695                         "tmpnam" => "3", 
00696                         "toascii" => "3", 
00697                         "tolower" => "3", 
00698                         "toupper" => "3", 
00699                         "tzset" => "3", 
00700                         "ultoa" => "3", 
00701                         "umask" => "3", 
00702                         "ungetc" => "3", 
00703                         "ungetch" => "3", 
00704                         "unixtodos" => "3", 
00705                         "unlink" => "3", 
00706                         "unlock" => "3", 
00707                         "utime" => "3", 
00708                         "va_arg" => "3", 
00709                         "va_end" => "3", 
00710                         "va_list" => "3", 
00711                         "va_start" => "3", 
00712                         "vfprintf" => "3", 
00713                         "vfscanf" => "3", 
00714                         "vprintf" => "3", 
00715                         "vscanf" => "3", 
00716                         "vsprintf" => "3", 
00717                         "vsscanf" => "3", 
00718                         "wcstombs" => "3", 
00719                         "wctomb" => "3", 
00720                         "wherex" => "3", 
00721                         "wherey" => "3", 
00722                         "window" => "3", 
00723                         "write" => "3", 
00724                         "#define" => "4", 
00725                         "#error" => "4", 
00726                         "#include" => "4", 
00727                         "#elif" => "4", 
00728                         "#if" => "4", 
00729                         "#line" => "4", 
00730                         "#else" => "4", 
00731                         "#ifdef" => "4", 
00732                         "#pragma" => "4", 
00733                         "#endif" => "4", 
00734                         "#ifndef" => "4", 
00735                         "#undef" => "4", 
00736                         "+" => "5", 
00737                         "-" => "5", 
00738                         "=" => "5", 
00739                         "//" => "5", 
00740                         "/" => "5", 
00741                         "%" => "5", 
00742                         "&" => "5", 
00743                         ">" => "5", 
00744                         "<" => "5", 
00745                         "^" => "5", 
00746                         "!" => "5", 
00747                         "|" => "5");
00748 
00749 // Special extensions
00750 
00751 // Each category can specify a PHP function that returns an altered
00752 // version of the keyword.
00753         
00754         
00755 
00756 $this->linkscripts      = array(
00757                         "1" => "donothing", 
00758                         "2" => "donothing", 
00759                         "3" => "donothing", 
00760                         "4" => "donothing", 
00761                         "5" => "donothing");
00762 }
00763 
00764 
00765 function donothing($keywordin)
00766 {
00767         return $keywordin;
00768 }
00769 
00770 }?>

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