00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
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 ?>