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

syntax_highlight/php/HFile/HFile_wdl.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_wdl extends HFile{
00006    function HFile_wdl(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // 
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "0";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("brown", "blue", "purple", "gray", "brown", "blue", "purple", "gray");
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                         "/L10" => "", 
00046                         "\"Acknex" => "", 
00047                         "WDL" => "", 
00048                         "V3.9\"" => "", 
00049                         "Nocase" => "", 
00050                         "Line" => "", 
00051                         "Comment" => "", 
00052                         "=" => "8", 
00053                         "#" => "", 
00054                         "Block" => "", 
00055                         "On" => "", 
00056                         "/*" => "", 
00057                         "Off" => "", 
00058                         "*/" => "", 
00059                         "String" => "", 
00060                         "Chars" => "", 
00061                         "\"" => "", 
00062                         "File" => "", 
00063                         "Extensions" => "", 
00064                         "wdl" => "", 
00065                         "albedo" => "1", 
00066                         "ambient" => "1", 
00067                         "angle" => "1", 
00068                         "aspeed" => "1", 
00069                         "attach" => "1", 
00070                         "below" => "1", 
00071                         "bmaps" => "1", 
00072                         "bullet" => "1", 
00073                         "button" => "1", 
00074                         "ceil_angle" => "1", 
00075                         "ceil_hgt" => "1", 
00076                         "ceil_texclip_dist" => "1", 
00077                         "cycle" => "1", 
00078                         "cycles" => "1", 
00079                         "delay" => "1", 
00080                         "default" => "1", 
00081                         "digits" => "1", 
00082                         "dist" => "1", 
00083                         "distance" => "1", 
00084                         "each_cycle" => "1", 
00085                         "each_tick" => "1", 
00086                         "flags" => "1", 
00087                         "floor_angle" => "1", 
00088                         "floor_hgt" => "1", 
00089                         "floor_offs_x" => "1", 
00090                         "floor_offs_y" => "1", 
00091                         "floor_tex" => "1", 
00092                         "follow" => "1", 
00093                         "font" => "1", 
00094                         "frame" => "1", 
00095                         "genius" => "1", 
00096                         "global" => "1", 
00097                         "hbar" => "1", 
00098                         "height" => "1", 
00099                         "here" => "1", 
00100                         "hit" => "1", 
00101                         "hold" => "1", 
00102                         "hslider" => "1", 
00103                         "if_arise" => "1", 
00104                         "if_arived" => "1", 
00105                         "if_dive" => "1", 
00106                         "if_enter" => "1", 
00107                         "if_far" => "1", 
00108                         "if_hit" => "1", 
00109                         "if_klick" => "1", 
00110                         "if_leave" => "1", 
00111                         "if_near" => "1", 
00112                         "if_touch" => "1", 
00113                         "if_release" => "1", 
00114                         "index" => "1", 
00115                         "layer" => "1", 
00116                         "left" => "1", 
00117                         "length" => "1", 
00118                         "local" => "1", 
00119                         "map_color" => "1", 
00120                         "max" => "1", 
00121                         "min" => "1", 
00122                         "mirror" => "1", 
00123                         "move" => "1", 
00124                         "msprite" => "1", 
00125                         "my" => "1", 
00126                         "node1" => "1", 
00127                         "node2" => "1", 
00128                         "null" => "1", 
00129                         "offset_x" => "1", 
00130                         "offset_y" => "1", 
00131                         "ovlys" => "1", 
00132                         "palfile" => "1", 
00133                         "player" => "1", 
00134                         "pan_map" => "1", 
00135                         "picture" => "1", 
00136                         "pos_x" => "1", 
00137                         "pos_y" => "1", 
00138                         "position" => "1", 
00139                         "radiance" => "1", 
00140                         "random" => "1", 
00141                         "range" => "1", 
00142                         "rel_angle" => "1", 
00143                         "rel_dist" => "1", 
00144                         "repel" => "1", 
00145                         "right" => "1", 
00146                         "scale_x" => "1", 
00147                         "scale_y" => "1", 
00148                         "scycles" => "1", 
00149                         "sdist" => "1", 
00150                         "sides" => "1", 
00151                         "size_x" => "1", 
00152                         "size_y" => "1", 
00153                         "skill1" => "1", 
00154                         "skill2" => "1", 
00155                         "skill3" => "1", 
00156                         "skill4" => "1", 
00157                         "skill5" => "1", 
00158                         "skill6" => "1", 
00159                         "skill7" => "1", 
00160                         "skill8" => "1", 
00161                         "speed" => "1", 
00162                         "stick" => "1", 
00163                         "strings" => "1", 
00164                         "svdist" => "1", 
00165                         "svol" => "1", 
00166                         "target" => "1", 
00167                         "target_x" => "1", 
00168                         "target_y" => "1", 
00169                         "there" => "1", 
00170                         "title" => "1", 
00171                         "top" => "1", 
00172                         "touch" => "1", 
00173                         "touch_tex" => "1", 
00174                         "touch_text" => "1", 
00175                         "touch_reg" => "1", 
00176                         "touched" => "1", 
00177                         "type" => "1", 
00178                         "val" => "1", 
00179                         "vbar" => "1", 
00180                         "vertex" => "1", 
00181                         "view" => "1", 
00182                         "vslider" => "1", 
00183                         "vspeed" => "1", 
00184                         "waypoint" => "1", 
00185                         "window" => "1", 
00186                         "x1" => "1", 
00187                         "x2" => "1", 
00188                         "y1" => "1", 
00189                         "y2" => "1", 
00190                         "z1" => "1", 
00191                         "z2" => "1", 
00192                         ".x" => "1", 
00193                         ".y" => "1", 
00194                         "abs" => "2", 
00195                         "accel" => "2", 
00196                         "acos" => "2", 
00197                         "add" => "2", 
00198                         "addt" => "2", 
00199                         "add_string" => "2", 
00200                         "and" => "2", 
00201                         "asin" => "2", 
00202                         "beep" => "2", 
00203                         "branch" => "2", 
00204                         "break" => "2", 
00205                         "call" => "2", 
00206                         "continue" => "2", 
00207                         "cos" => "2", 
00208                         "drop" => "2", 
00209                         "else" => "2", 
00210                         "end" => "2", 
00211                         "exclusive" => "2", 
00212                         "exit" => "2", 
00213                         "exp" => "2", 
00214                         "explode" => "2", 
00215                         "fade_pal" => "2", 
00216                         "find" => "2", 
00217                         "freeze" => "2", 
00218                         "getmidi" => "2", 
00219                         "goto" => "2", 
00220                         "if" => "2", 
00221                         "if_start" => "2", 
00222                         "if_load" => "2", 
00223                         "if_left" => "2", 
00224                         "if_middle" => "2", 
00225                         "if_right" => "2", 
00226                         "if_mstop" => "2", 
00227                         "if_anykey" => "2", 
00228                         "if_f1" => "2", 
00229                         "if_f2" => "2", 
00230                         "if_f3" => "2", 
00231                         "if_f4" => "2", 
00232                         "if_f5" => "2", 
00233                         "if_f6" => "2", 
00234                         "if_f7" => "2", 
00235                         "if_f8" => "2", 
00236                         "if_f9" => "2", 
00237                         "if_f10" => "2", 
00238                         "if_f11" => "2", 
00239                         "if_f12" => "2", 
00240                         "if_esc" => "2", 
00241                         "if_tab" => "2", 
00242                         "if_ctrl" => "2", 
00243                         "if_alt" => "2", 
00244                         "if_space" => "2", 
00245                         "if_bksp" => "2", 
00246                         "if_cuu" => "2", 
00247                         "if_cud" => "2", 
00248                         "if_cur" => "2", 
00249                         "if_cul" => "2", 
00250                         "if_pgup" => "2", 
00251                         "if_pgdn" => "2", 
00252                         "if_home" => "2", 
00253                         "if_end" => "2", 
00254                         "if_ins" => "2", 
00255                         "if_del" => "2", 
00256                         "if_pause" => "2", 
00257                         "if_car" => "2", 
00258                         "if_cal" => "2", 
00259                         "if_plus" => "2", 
00260                         "if_minus" => "2", 
00261                         "if_0" => "2", 
00262                         "if_1" => "2", 
00263                         "if_2" => "2", 
00264                         "if_3" => "2", 
00265                         "if_4" => "2", 
00266                         "if_5" => "2", 
00267                         "if_6" => "2", 
00268                         "if_7" => "2", 
00269                         "if_8" => "2", 
00270                         "if_9" => "2", 
00271                         "if_a" => "2", 
00272                         "if_b" => "2", 
00273                         "if_c" => "2", 
00274                         "if_d" => "2", 
00275                         "if_e" => "2", 
00276                         "if_f" => "2", 
00277                         "if_g" => "2", 
00278                         "if_h" => "2", 
00279                         "if_i" => "2", 
00280                         "if_j" => "2", 
00281                         "if_k" => "2", 
00282                         "if_l" => "2", 
00283                         "if_m" => "2", 
00284                         "if_n" => "2", 
00285                         "if_o" => "2", 
00286                         "if_p" => "2", 
00287                         "if_q" => "2", 
00288                         "if_r" => "2", 
00289                         "if_s" => "2", 
00290                         "if_t" => "2", 
00291                         "if_u" => "2", 
00292                         "if_v" => "2", 
00293                         "if_w" => "2", 
00294                         "if_x" => "2", 
00295                         "if_y" => "2", 
00296                         "if_z" => "2", 
00297                         "if_above" => "2", 
00298                         "if_below" => "2", 
00299                         "if_equal" => "2", 
00300                         "if_min" => "2", 
00301                         "if_max" => "2", 
00302                         "inkey" => "2", 
00303                         "inport" => "2", 
00304                         "int" => "2", 
00305                         "level" => "2", 
00306                         "lift" => "2", 
00307                         "load" => "2", 
00308                         "load_info" => "2", 
00309                         "locate" => "2", 
00310                         "log" => "2", 
00311                         "log2" => "2", 
00312                         "log10" => "2", 
00313                         "map" => "2", 
00314                         "midicom" => "2", 
00315                         "next_my" => "2", 
00316                         "next_there" => "2", 
00317                         "next_my_there" => "2", 
00318                         "outport" => "2", 
00319                         "play_cd" => "2", 
00320                         "play_demo" => "2", 
00321                         "play_flic" => "2", 
00322                         "play_flicfile" => "2", 
00323                         "play_sound" => "2", 
00324                         "play_song" => "2", 
00325                         "play_song_once" => "2", 
00326                         "play_soundfile" => "2", 
00327                         "print_string" => "2", 
00328                         "print_value" => "2", 
00329                         "printfile" => "2", 
00330                         "push" => "2", 
00331                         "rotate" => "2", 
00332                         "rule" => "2", 
00333                         "save_demo" => "2", 
00334                         "save_info" => "2", 
00335                         "screenshot" => "2", 
00336                         "set" => "2", 
00337                         "set_all" => "2", 
00338                         "set_info" => "2", 
00339                         "set_skill" => "2", 
00340                         "set_string" => "2", 
00341                         "setmidi" => "2", 
00342                         "shake" => "2", 
00343                         "shift" => "2", 
00344                         "shoot" => "2", 
00345                         "sign" => "2", 
00346                         "sin" => "2", 
00347                         "sqrt" => "2", 
00348                         "stop_demo" => "2", 
00349                         "stop_flic" => "2", 
00350                         "stop_sound" => "2", 
00351                         "tan" => "2", 
00352                         "tilt" => "2", 
00353                         "to_string" => "2", 
00354                         "wait" => "2", 
00355                         "waitt" => "2", 
00356                         "while" => "2", 
00357                         "abspos" => "3", 
00358                         "autorange" => "3", 
00359                         "base" => "3", 
00360                         "behind" => "3", 
00361                         "berkeley" => "3", 
00362                         "blur" => "3", 
00363                         "candelaber" => "3", 
00364                         "carefully" => "3", 
00365                         "ceil_ascend" => "3", 
00366                         "ceil_descend" => "3", 
00367                         "center_x" => "3", 
00368                         "center_y" => "3", 
00369                         "clip" => "3", 
00370                         "cluster" => "3", 
00371                         "condensed" => "3", 
00372                         "curtain" => "3", 
00373                         "diaphanous" => "3", 
00374                         "far" => "3", 
00375                         "fence" => "3", 
00376                         "flag1" => "3", 
00377                         "flag2" => "3", 
00378                         "flag3" => "3", 
00379                         "flag4" => "3", 
00380                         "flag5" => "3", 
00381                         "flag6" => "3", 
00382                         "flag7" => "3", 
00383                         "flag8" => "3", 
00384                         "floor_ascend" => "3", 
00385                         "floor_descend" => "3", 
00386                         "fragile" => "3", 
00387                         "ghost" => "3", 
00388                         "ground" => "3", 
00389                         "hard" => "3", 
00390                         "immaterial" => "3", 
00391                         "impassable" => "3", 
00392                         "invisible" => "3", 
00393                         "liber" => "3", 
00394                         "lightmap" => "3", 
00395                         "master" => "3", 
00396                         "moved" => "3", 
00397                         "narrow" => "3", 
00398                         "no_clip" => "3", 
00399                         "oneshot" => "3", 
00400                         "passable" => "3", 
00401                         "play" => "3", 
00402                         "portcullis" => "3", 
00403                         "refresh" => "3", 
00404                         "relpos" => "3", 
00405                         "save" => "3", 
00406                         "save_all" => "3", 
00407                         "seen" => "3", 
00408                         "sensitive" => "3", 
00409                         "shadow" => "3", 
00410                         "sky" => "3", 
00411                         "sloop" => "3", 
00412                         "sticky" => "3", 
00413                         "transparent" => "3", 
00414                         "visible" => "3", 
00415                         "wire" => "3", 
00416                         "acceleration" => "4", 
00417                         "active_nexus" => "4", 
00418                         "active_targets" => "4", 
00419                         "actor_ceil_hgt" => "4", 
00420                         "actor_climb" => "4", 
00421                         "actor_dist" => "4", 
00422                         "actor_floor_hgt" => "4", 
00423                         "actor_impact_vx" => "4", 
00424                         "actor_impact_vy" => "4", 
00425                         "actor_impact_vz" => "4", 
00426                         "actor_width" => "4", 
00427                         "aspect" => "4", 
00428                         "blur_mode" => "4", 
00429                         "bounce_vx" => "4", 
00430                         "bounce_vy" => "4", 
00431                         "cd_track" => "4", 
00432                         "cdaudio_vol" => "4", 
00433                         "channel" => "4", 
00434                         "channel_0" => "4", 
00435                         "channel_1" => "4", 
00436                         "channel_2" => "4", 
00437                         "channel_3" => "4", 
00438                         "channel_4" => "4", 
00439                         "channel_5" => "4", 
00440                         "channel_6" => "4", 
00441                         "channel_7" => "4", 
00442                         "clipping" => "4", 
00443                         "color_actors" => "4", 
00444                         "color_border" => "4", 
00445                         "color_player" => "4", 
00446                         "color_things" => "4", 
00447                         "color_walls" => "4", 
00448                         "dark_dist" => "4", 
00449                         "debug_mode" => "4", 
00450                         "delta_angle" => "4", 
00451                         "error" => "4", 
00452                         "eye_dist" => "4", 
00453                         "flic_frame" => "4", 
00454                         "force_ahead" => "4", 
00455                         "force_rot" => "4", 
00456                         "force_strafe" => "4", 
00457                         "force_tilt" => "4", 
00458                         "force_up" => "4", 
00459                         "friction" => "4", 
00460                         "hit_dist" => "4", 
00461                         "hit_mindist" => "4", 
00462                         "hit_x" => "4", 
00463                         "hit_y" => "4", 
00464                         "impact_vx" => "4", 
00465                         "impact_vy" => "4", 
00466                         "impact_vz" => "4", 
00467                         "impact_vrot" => "4", 
00468                         "inertia" => "4", 
00469                         "joy_4" => "4", 
00470                         "joy_sense" => "4", 
00471                         "joystick_x" => "4", 
00472                         "joystick_y" => "4", 
00473                         "key_any" => "4", 
00474                         "key_sense" => "4", 
00475                         "key_f1" => "4", 
00476                         "key_f2" => "4", 
00477                         "key_f3" => "4", 
00478                         "key_f4" => "4", 
00479                         "key_f5" => "4", 
00480                         "key_f6" => "4", 
00481                         "key_f7" => "4", 
00482                         "key_f8" => "4", 
00483                         "key_f9" => "4", 
00484                         "key_f10" => "4", 
00485                         "key_f11" => "4", 
00486                         "key_f12" => "4", 
00487                         "key_esc" => "4", 
00488                         "key_tab" => "4", 
00489                         "key_shift" => "4", 
00490                         "key_ctrl" => "4", 
00491                         "key_alt" => "4", 
00492                         "key_space" => "4", 
00493                         "key_bksp" => "4", 
00494                         "key_cuu" => "4", 
00495                         "key_cud" => "4", 
00496                         "key_cur" => "4", 
00497                         "key_cul" => "4", 
00498                         "key_pgup" => "4", 
00499                         "key_pgdn" => "4", 
00500                         "key_home" => "4", 
00501                         "key_end" => "4", 
00502                         "key_ins" => "4", 
00503                         "key_del" => "4", 
00504                         "key_pause" => "4", 
00505                         "key_car" => "4", 
00506                         "key_cal" => "4", 
00507                         "key_plus" => "4", 
00508                         "key_minus" => "4", 
00509                         "key_enter" => "4", 
00510                         "key_1" => "4", 
00511                         "key_2" => "4", 
00512                         "key_3" => "4", 
00513                         "key_4" => "4", 
00514                         "key_5" => "4", 
00515                         "key_6" => "4", 
00516                         "key_7" => "4", 
00517                         "key_8" => "4", 
00518                         "key_9" => "4", 
00519                         "key_0" => "4", 
00520                         "key_a" => "4", 
00521                         "key_b" => "4", 
00522                         "key_c" => "4", 
00523                         "key_d" => "4", 
00524                         "key_e" => "4", 
00525                         "key_f" => "4", 
00526                         "key_g" => "4", 
00527                         "key_h" => "4", 
00528                         "key_i" => "4", 
00529                         "key_j" => "4", 
00530                         "key_k" => "4", 
00531                         "key_l" => "4", 
00532                         "key_m" => "4", 
00533                         "key_n" => "4", 
00534                         "key_o" => "4", 
00535                         "key_p" => "4", 
00536                         "key_q" => "4", 
00537                         "key_r" => "4", 
00538                         "key_s" => "4", 
00539                         "key_t" => "4", 
00540                         "key_u" => "4", 
00541                         "key_v" => "4", 
00542                         "key_w" => "4", 
00543                         "key_x" => "4", 
00544                         "key_y" => "4", 
00545                         "key_z" => "4", 
00546                         "light_dist" => "4", 
00547                         "lines" => "4", 
00548                         "load_mode" => "4", 
00549                         "map_centerx" => "4", 
00550                         "map_centery" => "4", 
00551                         "map_edge_x1" => "4", 
00552                         "map_edge_x2" => "4", 
00553                         "map_edge_y1" => "4", 
00554                         "map_edge_y2" => "4", 
00555                         "map_layer" => "4", 
00556                         "map_maxx" => "4", 
00557                         "map_maxy" => "4", 
00558                         "map_minx" => "4", 
00559                         "map_miny" => "4", 
00560                         "map_mode" => "4", 
00561                         "map_offsx" => "4", 
00562                         "map_offsy" => "4", 
00563                         "map_rot" => "4", 
00564                         "map_scale" => "4", 
00565                         "max_dist" => "4", 
00566                         "mickey_x" => "4", 
00567                         "mickey_y" => "4", 
00568                         "motion_blur" => "4", 
00569                         "mouse_angle" => "4", 
00570                         "mouse_calm" => "4", 
00571                         "mouse_left" => "4", 
00572                         "mouse_middle" => "4", 
00573                         "mouse_mode" => "4", 
00574                         "mouse_moving" => "4", 
00575                         "mouse_right" => "4", 
00576                         "mouse_sense" => "4", 
00577                         "mouse_time" => "4", 
00578                         "mouse_x" => "4", 
00579                         "mouse_y" => "4", 
00580                         "move_angle" => "4", 
00581                         "move_mode" => "4", 
00582                         "music_vol" => "4", 
00583                         "player_angle" => "4", 
00584                         "player_arc" => "4", 
00585                         "player_climb" => "4", 
00586                         "player_cos" => "4", 
00587                         "player_depth" => "4", 
00588                         "player_hgt" => "4", 
00589                         "player_last_x" => "4", 
00590                         "player_last_y" => "4", 
00591                         "player_light" => "4", 
00592                         "player_sin" => "4", 
00593                         "player_size" => "4", 
00594                         "player_speed" => "4", 
00595                         "player_tilt" => "4", 
00596                         "player_vrot" => "4", 
00597                         "player_vx" => "4", 
00598                         "player_vy" => "4", 
00599                         "player_vz" => "4", 
00600                         "player_width" => "4", 
00601                         "player_x" => "4", 
00602                         "player_y" => "4", 
00603                         "player_z" => "4", 
00604                         "psound_tone" => "4", 
00605                         "psound_vol" => "4", 
00606                         "remode_0" => "4", 
00607                         "remode_1" => "4", 
00608                         "render_mode" => "4", 
00609                         "result" => "4", 
00610                         "screen_hgt" => "4", 
00611                         "screen_width" => "4", 
00612                         "screen_x" => "4", 
00613                         "screen_y" => "4", 
00614                         "secs" => "4", 
00615                         "shift_sense" => "4", 
00616                         "shoot_angle" => "4", 
00617                         "shoot_fac" => "4", 
00618                         "shoot_range" => "4", 
00619                         "shoot_sector" => "4", 
00620                         "shoot_x" => "4", 
00621                         "shoot_y" => "4", 
00622                         "skip_frames" => "4", 
00623                         "sky_offs_x" => "4", 
00624                         "sky_offs_y" => "4", 
00625                         "slope_ahead" => "4", 
00626                         "slope_side" => "4", 
00627                         "slope_x" => "4", 
00628                         "slope_y" => "4", 
00629                         "sound_vol" => "4", 
00630                         "steps" => "4", 
00631                         "str_len" => "4", 
00632                         "ticks" => "4", 
00633                         "time_corr" => "4", 
00634                         "time_fac" => "4", 
00635                         "thing_dist" => "4", 
00636                         "thing_width" => "4", 
00637                         "touch_dist" => "4", 
00638                         "touch_mode" => "4", 
00639                         "touch_state" => "4", 
00640                         "walk" => "4", 
00641                         "walk_period" => "4", 
00642                         "walk_time" => "4", 
00643                         "wave" => "4", 
00644                         "wave_period" => "4", 
00645                         "action" => "5", 
00646                         "actor" => "5", 
00647                         "bmap" => "5", 
00648                         "flic" => "5", 
00649                         "mapfile" => "5", 
00650                         "model" => "5", 
00651                         "music" => "5", 
00652                         "overlay" => "5", 
00653                         "ovly" => "5", 
00654                         "panel" => "5", 
00655                         "region" => "5", 
00656                         "skill" => "5", 
00657                         "sound" => "5", 
00658                         "string" => "5", 
00659                         "synonym" => "5", 
00660                         "text" => "5", 
00661                         "texture" => "5", 
00662                         "thing" => "5", 
00663                         "wall" => "5", 
00664                         "way" => "5", 
00665                         "define" => "6", 
00666                         "endif" => "6", 
00667                         "ifdef" => "6", 
00668                         "ifelse" => "6", 
00669                         "ifndef" => "6", 
00670                         "undefine" => "6", 
00671                         "bind" => "7", 
00672                         "clip_dist" => "7", 
00673                         "dither" => "7", 
00674                         "drumbank" => "7", 
00675                         "ibank" => "7", 
00676                         "include" => "7", 
00677                         "light_angle" => "7", 
00678                         "mabfile" => "7", 
00679                         "midi_pitch" => "7", 
00680                         "nexus" => "7", 
00681                         "path" => "7", 
00682                         "savedir" => "7", 
00683                         "video" => "7", 
00684                         "+" => "8", 
00685                         "-" => "8", 
00686                         "/" => "8", 
00687                         "%" => "8", 
00688                         "&" => "8", 
00689                         ">" => "8", 
00690                         "<" => "8", 
00691                         "^" => "8", 
00692                         "!" => "8", 
00693                         "|" => "8", 
00694                         "*" => "8");
00695 
00696 // Special extensions
00697 
00698 // Each category can specify a PHP function that returns an altered
00699 // version of the keyword.
00700         
00701         
00702 
00703 $this->linkscripts      = array(
00704                         "" => "donothing", 
00705                         "8" => "donothing", 
00706                         "1" => "donothing", 
00707                         "2" => "donothing", 
00708                         "3" => "donothing", 
00709                         "4" => "donothing", 
00710                         "5" => "donothing", 
00711                         "6" => "donothing", 
00712                         "7" => "donothing");
00713 }
00714 
00715 
00716 function donothing($keywordin)
00717 {
00718         return $keywordin;
00719 }
00720 
00721 }?>

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