sdlbasic.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * sdlbasic.php
00004  * ------------
00005  * Author: Roberto Rossi 
00006  * Copyright: (c) 2005 Roberto Rossi (http://rsoftware.altervista.org)
00007  * Release Version: 1.0.7.20
00008  * Date Started: 2005/08/19
00009  *
00010  * sdlBasic (http://sdlbasic.sf.net) language file for GeSHi.
00011  *
00012  * CHANGES
00013  * -------
00014  * 2005/08/19 (1.0.0)
00015  *  -  First Release
00016  *
00017  *************************************************************************************
00018  *
00019  *     This file is part of GeSHi.
00020  *
00021  *   GeSHi is free software; you can redistribute it and/or modify
00022  *   it under the terms of the GNU General Public License as published by
00023  *   the Free Software Foundation; either version 2 of the License, or
00024  *   (at your option) any later version.
00025  *
00026  *   GeSHi is distributed in the hope that it will be useful,
00027  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00028  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00029  *   GNU General Public License for more details.
00030  *
00031  *   You should have received a copy of the GNU General Public License
00032  *   along with GeSHi; if not, write to the Free Software
00033  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00034  *
00035  ************************************************************************************/
00036  $language_data = array (
00037      'LANG_NAME' => 'sdlBasic',
00038      'COMMENT_SINGLE' => array(1 => "'", 2 => "rem", 3 => "!", 4 => "#"),
00039      'COMMENT_MULTI' => array(),
00040      'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00041      'QUOTEMARKS' => array('"'),
00042      'ESCAPE_CHAR' => '',
00043      'KEYWORDS' => array(
00044           1 => array(
00045     'const', 'option', 'explicit', 'option', 'qbasic', 'include', 'argc',
00046     'argv', 'command', 'command$', 'run', 'shell', 'end', 'os', 'declare',
00047     'sub', 'function', 'return', 'while', 'wend', 'exit', 'while', 'end',
00048     'while', 'continue', 'if', 'then', 'else', 'elseif', 'end', 'if',
00049     'select', 'case', 'case', 'else', 'end', 'case', 'for', 'each', 'step',
00050     'next', 'to', 'continue', 'dim', 'shared', 'common', 'lbound', 'bound',
00051     'erase', 'asc', 'chr', 'chr$', 'insert', 'insert$', 'instr', 'lcase',
00052     'lcase$', 'left', 'left$', 'len', 'length', 'ltrim', 'ltrim$', 'mid',
00053     'mid$', 'replace', 'replace$', 'replacesubstr', 'replacesubstr$',
00054     'reverse', 'reverse$', 'right', 'right$', 'rinstr', 'rtrim', 'rtrim$',
00055     'space', 'space$', 'str', 'str$', 'strf', 'strf$', 'string', 'string$',
00056     'tally', 'trim', 'trim$', 'typeof', 'typeof$', 'ucase', 'ucase$', 'val',
00057     'abs', 'acos', 'andbit', 'asin', 'atan', 'bitwiseand', 'bitwiseor',
00058     'bitwisexor', 'cos', 'exp', 'fix', 'floor', 'frac', 'hex', 'hex$', 'int',
00059     'log', 'min', 'max', 'orbit', 'randomize', 'rnd', 'round', 'sgn', 'sin',
00060     'sqr', 'tan', 'xorbit', 'open', 'as', 'file', 'input', 'close', 'output',
00061     'append', 'eof', 'fileexists', 'filecopy', 'filemove', 'filerename',
00062     'freefile', 'kill', 'loc', 'lof', 'readbyte', 'rename', 'seek',
00063     'writebyte', 'chdir', 'dir', 'dir$', 'direxists', 'dirfirst', 'dirnext',
00064     'mkdir', 'rmdir', 'print', 'date', 'date$', 'time', 'time$', 'ticks',
00065     'data', 'read', 'reservebank', 'freebank', 'copybank', 'loadbank',
00066     'savebank', 'setbank', 'sizebank', 'poke', 'doke', 'loke', 'peek', 'deek',
00067     'leek', 'memcopy', 'setdisplay', 'setcaption', 'caption', 'displaywidth',
00068     'displayheight', 'displaybpp', 'screen', 'directscreen', 'screenopen',
00069     'screenclose', 'screenclone', 'screencopy', 'screenfade', 'screenfadein',
00070     'screencrossfade', 'screenalpha', 'screenlock', 'screenunlock',
00071     'screenrect', 'xscreenrect', 'yscreenrect', 'wscreenrect', 'hscreenrect',
00072     'flagscreenrect', 'screenwidth', 'screenheight', 'offset', 'xoffset',
00073     'yoffset', 'cls', 'screenswap', 'autoback', 'setautoback',
00074     'dualplayfield', 'waitvbl', 'fps', 'rgb', 'enablepalette', 'color',
00075     'palette', 'colorcycling', 'ink', 'point', 'dot', 'plot', 'line', 'box',
00076     'bar', 'circle', 'fillcircle', 'ellipse', 'fillellipse', 'paint',
00077     'loadimage', 'saveimage', 'loadsound', 'savesound', 'loadmusic',
00078     'hotspot', 'setcolorkey', 'imageexists', 'imagewidth', 'imageheight',
00079     'deleteimage', 'copyimage', 'setalpha', 'zoomimage', 'rotateimage',
00080     'rotozoomimage', 'blt', 'pastebob', 'pasteicon', 'grab', 'spriteclip',
00081     'sprite', 'deletesprite', 'xsprite', 'ysprite', 'spritewidth',
00082     'spriteheight', 'frsprite', 'livesprite', 'spritehit', 'autoupdatesprite',
00083     'updatesprite', 'setbob', 'bob', 'deletebob', 'xbob', 'ybob', 'bobwidth',
00084     'bobheight', 'frbob', 'livebob', 'bobhit', 'autoupdatebob', 'updatebob',
00085     'text', 'setfont', 'textrender', 'pen', 'paper', 'prints', 'locate',
00086     'atx', 'aty', 'curson', 'cursoff', 'inputs', 'zoneinputs',
00087     'isenabledsound', 'soundexists', 'deletesound', 'copysound',
00088     'musicexists', 'playsound', 'volumesound', 'stopsound', 'pausesound',
00089     'resumesound', 'vumetersound', 'positionsound', 'soundchannels',
00090     'playmusic', 'positionmusic', 'stopmusic', 'fademusic', 'pausemusic',
00091     'resumemusic', 'rewindmusic', 'volumemusic', 'speedmusic', 'numdrivescd',
00092     'namecd', 'getfreecd', 'opencd', 'indrivecd', 'trackscd', 'curtrackcd',
00093     'curframecd', 'playcd', 'playtrackscd', 'playtrackscd', 'playtrackscd',
00094     'pausecd', 'resumecd', 'stopcd', 'ejectcd', 'closecd', 'tracktypecd',
00095     'tracklengthcd', 'trackoffsetcd', 'key', 'inkey', 'waitkey', 'xmouse',
00096     'ymouse', 'xmousescreen', 'ymousescreen', 'bmouse', 'changemouse',
00097     'locatemouse', 'mouseshow', 'mousehide', 'mousezone', 'numjoysticks',
00098     'namejoystick', 'numaxesjoystick', 'numballsjoystick', 'numhatsjoystick',
00099     'numbuttonsjoystick', 'getaxisjoystick', 'gethatjoystick',
00100     'getbuttonjoystick', 'xgetballjoystick', 'ygetballjoystick', 'joy',
00101     'bjoy', 'wait', 'timer', 'isenabledsock', 'getfreesock', 'opensock',
00102     'acceptsock', 'isserverready', 'connectsock', 'connectionreadysock',
00103     'isclientready', 'losesock', 'peeksock', 'readsock', 'readbytesock',
00104     'readlinesock', 'writesock', 'writebytesock', 'writelinesock',
00105     'getremoteip', 'getremoteport', 'getlocalip' 
00106       )
00107           ),
00108      'SYMBOLS' => array(
00109           '(', ')'
00110           ),
00111      'CASE_SENSITIVE' => array(
00112           GESHI_COMMENTS => false,
00113           1 => false
00114           ),
00115      'STYLES' => array(
00116           'KEYWORDS' => array(
00117                1 => 'color: #b1b100;'
00118                ),
00119           'COMMENTS' => array(
00120                1 => 'color: #808080;',
00121                2 => 'color: #808080;',
00122                3 => 'color: #808080;',
00123                4 => 'color: #808080;'
00124                ),
00125           'BRACKETS' => array(
00126                0 => 'color: #66cc66;'
00127                ),
00128           'STRINGS' => array(
00129                0 => 'color: #ff0000;'
00130                ),
00131           'NUMBERS' => array(
00132                0 => 'color: #cc66cc;'
00133                ),
00134           'METHODS' => array(
00135                0 => 'color: #66cc66;'
00136                ),
00137           'SYMBOLS' => array(
00138                0 => 'color: #66cc66;'
00139                ),
00140           'ESCAPE_CHAR' => array(
00141                0 => 'color: #000099;'
00142                ),
00143           'SCRIPT' => array(
00144                ),
00145           'REGEXPS' => array(
00146                )
00147           ),
00148      'OOLANG' => true,
00149      'OBJECT_SPLITTERS' => array(
00150           1 => '.'
00151           ),
00152      'REGEXPS' => array(
00153           ),
00154      'STRICT_MODE_APPLIES' => GESHI_NEVER,
00155      'SCRIPT_DELIMITERS' => array(
00156           ),
00157      'HIGHLIGHT_STRICT_BLOCK' => array(
00158           )
00159 );
00160 
00161 ?>

Erzeugt am Thu May 14 00:55:48 2009 für OpenRat von  doxygen 1.5.8