oobas.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * oobas.php
00004  * ---------
00005  * Author: Roberto Rossi (rsoftware@altervista.org)
00006  * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter)
00007  * Release Version: 1.0.7.20
00008  * Date Started: 2004/08/30
00009  *
00010  * OpenOffice.org Basic language file for GeSHi.
00011  *
00012  * CHANGES
00013  * -------
00014  * 2004/11/27 (1.0.1)
00015  *  -  Added support for multiple object splitters
00016  * 2004/10/27 (1.0.0)
00017  *  -  First Release
00018  *
00019  * TODO (updated 2004/11/27)
00020  * -------------------------
00021  *
00022  *************************************************************************************
00023  *
00024  *     This file is part of GeSHi.
00025  *
00026  *   GeSHi is free software; you can redistribute it and/or modify
00027  *   it under the terms of the GNU General Public License as published by
00028  *   the Free Software Foundation; either version 2 of the License, or
00029  *   (at your option) any later version.
00030  *
00031  *   GeSHi is distributed in the hope that it will be useful,
00032  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00033  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00034  *   GNU General Public License for more details.
00035  *
00036  *   You should have received a copy of the GNU General Public License
00037  *   along with GeSHi; if not, write to the Free Software
00038  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00039  *
00040  ************************************************************************************/
00041 
00042 $language_data = array (
00043      'LANG_NAME' => 'OpenOffice.org Basic',
00044      'COMMENT_SINGLE' => array(1 => "'"),
00045      'COMMENT_MULTI' => array(),
00046      'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00047      'QUOTEMARKS' => array('"'),
00048      'ESCAPE_CHAR' => '',
00049      'KEYWORDS' => array(
00050           1 => array(
00051                'dim','private','public','global','as','if','redim','true','set',
00052                'byval',
00053                'false','bool','double','integer','long','object','single','variant',
00054                'msgbox','print','inputbox','green','blue','red','qbcolor',
00055                'rgb','open','close','reset','freefile','get','input','line',
00056                'put','write','loc','seek','eof','lof','chdir','chdrive',
00057                'curdir','dir','fileattr','filecopy','filedatetime','fileexists',
00058                'filelen','getattr','kill','mkdir','name','rmdir','setattr',
00059                'dateserial','datevalue','day','month','weekday','year','cdatetoiso',
00060                'cdatefromiso','hour','minute','second','timeserial','timevalue',
00061                'date','now','time','timer','erl','err','error','on','error','goto','resume',
00062                'and','eqv','imp','not','or','xor','mod','','atn','cos','sin','tan','log',
00063                'exp','rnd','randomize','sqr','fix','int','abs','sgn','hex','oct',
00064                'it','then','else','select','case','iif','do','loop','for','next',
00065                'while','wend','gosub','return','goto','on','goto','call','choose','declare',
00066                'end','exit','freelibrary','function','rem','stop','sub','switch','with',
00067                'cbool','cdate','cdbl','cint','clng','const','csng','cstr','defbool',
00068                'defdate','defdbl','defint','deflng','asc','chr','str','val','cbyte',
00069                'space','string','format','lcase','left','lset','ltrim','mid','right',
00070                'rset','rtrim','trim','ucase','split','join','converttourl','convertfromurl',
00071                'instr','len','strcomp','beep','shell','wait','getsystemticks','environ',
00072                'getsolarversion','getguitype','twipsperpixelx','twipsperpixely',
00073                'createunostruct','createunoservice','getprocessservicemanager',
00074                'createunodialog','createunolistener','createunovalue','thiscomponent',
00075                'globalscope'
00076                )
00077           ),
00078      'SYMBOLS' => array(
00079           '(', ')', '='
00080           ),
00081      'CASE_SENSITIVE' => array(
00082           GESHI_COMMENTS => false,
00083           1 => false
00084           ),
00085      'STYLES' => array(
00086           'KEYWORDS' => array(
00087                1 => 'color: #b1b100;'
00088                ),
00089           'COMMENTS' => array(
00090                1 => 'color: #808080;'
00091                ),
00092           'BRACKETS' => array(
00093                0 => 'color: #66cc66;'
00094                ),
00095           'STRINGS' => array(
00096                0 => 'color: #ff0000;'
00097                ),
00098           'NUMBERS' => array(
00099                0 => 'color: #cc66cc;'
00100                ),
00101           'METHODS' => array(
00102                1 => 'color: #006600;'
00103                ),
00104           'SYMBOLS' => array(
00105                0 => 'color: #66cc66;'
00106                ),
00107           'ESCAPE_CHAR' => array(
00108                0 => 'color: #000099;'
00109                ),
00110           'SCRIPT' => array(
00111                ),
00112           'REGEXPS' => array(
00113                )
00114           ),
00115      'URLS' => array(
00116           ),
00117      'OOLANG' => true,
00118      'OBJECT_SPLITTERS' => array(
00119           1 => '.'
00120           ),
00121      'REGEXPS' => array(
00122           ),
00123      'STRICT_MODE_APPLIES' => GESHI_NEVER,
00124      'SCRIPT_DELIMITERS' => array(
00125           ),
00126      'HIGHLIGHT_STRICT_BLOCK' => array(
00127           )
00128 );
00129 
00130 ?>

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