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 $language_data = array (
00038 'LANG_NAME' => 'AutoIt',
00039 'COMMENT_SINGLE' => array(';'),
00040 'COMMENT_MULTI' => array('#comments-start' => '#comments-end', '#cs' => '#ce'),
00041 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00042 'QUOTEMARKS' => array("'", '"'),
00043 'ESCAPE_CHAR' => '',
00044 'KEYWORDS' => array(
00045 1 => array(
00046 'false', 'and', 'byref', 'case', 'const',
00047 'continuecase', 'continueloop', 'default', 'dim', 'do',
00048 'else', 'elseif', 'endfunc', 'endif', 'endselect',
00049 'endswitch', 'endwith', 'enum', 'exit', 'exitloop',
00050 'for', 'func', 'global', 'if', 'in',
00051 'local', 'next', 'not', 'or', 'redim',
00052 'return', 'select', 'step', 'switch', 'then',
00053 'to', 'true', 'until', 'wend', 'while',
00054 'with'
00055 ),
00056 2 => array(
00057 '@appdatacommondir', '@appdatadir', '@autoitexe', '@autoitpid',
00058 '@autoitversion', '@com_eventobj', '@commonfilesdir', '@compiled',
00059 '@computername', '@comspec', '@cr', '@crlf', '@desktopcommondir',
00060 '@desktopdepth', '@desktopdir', '@desktopheight',
00061 '@desktoprefresh', '@desktopwidth', '@documentscommondir',
00062 '@error', '@exitcode', '@exitmethod', '@extended',
00063 '@favoritescommondir', '@favoritesdir', '@gui_ctrlhandle',
00064 '@gui_ctrlid', '@gui_dragfile', '@gui_dragid', '@gui_dropid',
00065 '@gui_winhandle', '@homedrive', '@homepath', '@homeshare',
00066 '@hotkeypressed', '@hour', '@inetgetactive', '@inetgetbytesread',
00067 '@ipaddress1', '@ipaddress2', '@ipaddress3', '@ipaddress4',
00068 '@kblayout', '@lf', '@logondnsdomain', '@logondomain',
00069 '@logonserver', '@mday', '@min', '@mon', '@mydocumentsdir',
00070 '@numparams', '@osbuild', '@oslang', '@osservicepack', '@ostype',
00071 '@osversion', '@processorarch', '@programfilesdir',
00072 '@programscommondir', '@programsdir', '@scriptdir',
00073 '@scriptfullpath', '@scriptlinenumber', '@scriptname', '@sec',
00074 '@startmenucommondir', '@startmenudir', '@startupcommondir',
00075 '@startupdir', '@sw_disable', '@sw_enable', '@sw_hide', '@sw_lock',
00076 '@sw_maximize', '@sw_minimize', '@sw_restore', '@sw_show',
00077 '@sw_showdefault', '@sw_showmaximized', '@sw_showminimized',
00078 '@sw_showminnoactive', '@sw_showna', '@sw_shownoactivate',
00079 '@sw_shownormal', '@sw_unlock', '@systemdir', '@tab', '@tempdir',
00080 '@tray_id', '@trayiconflashing', '@trayiconvisible', '@username',
00081 '@userprofiledir', '@wday', '@windowsdir', '@workingdir', '@yday',
00082 '@year'
00083 ),
00084 3 => array(
00085 'abs', 'acos', 'adlibdisable', 'adlibenable', 'asc', 'asin',
00086 'assign', 'atan', 'autoitsetoption', 'autoitwingettitle',
00087 'autoitwinsettitle', 'beep', 'binarystring', 'bitand', 'bitnot',
00088 'bitor', 'bitrotate', 'bitshift', 'bitxor', 'blockinput', 'break',
00089 'call', 'cdtray', 'ceiling', 'chr', 'clipget', 'clipput',
00090 'consoleread', 'consolewrite', 'consolewriteerror', 'controlclick',
00091 'controlcommand', 'controldisable', 'controlenable',
00092 'controlfocus', 'controlgetfocus', 'controlgethandle',
00093 'controlgetpos', 'controlgettext', 'controlhide',
00094 'controllistview', 'controlmove', 'controlsend', 'controlsettext',
00095 'controlshow', 'cos', 'dec', 'dircopy', 'dircreate', 'dirgetsize',
00096 'dirmove', 'dirremove', 'dllcall', 'dllclose', 'dllopen',
00097 'dllstructcreate', 'dllstructgetdata', 'dllstructgetptr',
00098 'dllstructgetsize', 'dllstructsetdata', 'drivegetdrive',
00099 'drivegetfilesystem', 'drivegetlabel', 'drivegetserial',
00100 'drivegettype', 'drivemapadd', 'drivemapdel', 'drivemapget',
00101 'drivesetlabel', 'drivespacefree', 'drivespacetotal',
00102 'drivestatus', 'envget', 'envset', 'envupdate', 'eval', 'execute',
00103 'exp', 'filechangedir', 'fileclose', 'filecopy',
00104 'filecreatentfslink', 'filecreateshortcut', 'filedelete',
00105 'fileexists', 'filefindfirstfile', 'filefindnextfile',
00106 'filegetattrib', 'filegetlongname', 'filegetshortcut',
00107 'filegetshortname', 'filegetsize', 'filegettime', 'filegetversion',
00108 'fileinstall', 'filemove', 'fileopen', 'fileopendialog',
00109 'fileread', 'filereadline', 'filerecycle', 'filerecycleempty',
00110 'filesavedialog', 'fileselectfolder', 'filesetattrib',
00111 'filesettime', 'filewrite', 'filewriteline', 'floor',
00112 'ftpsetproxy', 'guicreate', 'guictrlcreateavi',
00113 'guictrlcreatebutton', 'guictrlcreatecheckbox',
00114 'guictrlcreatecombo', 'guictrlcreatecontextmenu',
00115 'guictrlcreatedate', 'guictrlcreatedummy', 'guictrlcreateedit',
00116 'guictrlcreategraphic', 'guictrlcreategroup', 'guictrlcreateicon',
00117 'guictrlcreateinput', 'guictrlcreatelabel', 'guictrlcreatelist',
00118 'guictrlcreatelistview', 'guictrlcreatelistviewitem',
00119 'guictrlcreatemenu', 'guictrlcreatemenuitem',
00120 'guictrlcreatemonthcal', 'guictrlcreateobj', 'guictrlcreatepic',
00121 'guictrlcreateprogress', 'guictrlcreateradio',
00122 'guictrlcreateslider', 'guictrlcreatetab', 'guictrlcreatetabitem',
00123 'guictrlcreatetreeview', 'guictrlcreatetreeviewitem',
00124 'guictrlcreateupdown', 'guictrldelete', 'guictrlgethandle',
00125 'guictrlgetstate', 'guictrlread', 'guictrlrecvmsg',
00126 'guictrlregisterlistviewsort', 'guictrlsendmsg',
00127 'guictrlsendtodummy', 'guictrlsetbkcolor', 'guictrlsetcolor',
00128 'guictrlsetcursor', 'guictrlsetdata', 'guictrlsetfont',
00129 'guictrlsetgraphic', 'guictrlsetimage', 'guictrlsetlimit',
00130 'guictrlsetonevent', 'guictrlsetpos', 'guictrlsetresizing',
00131 'guictrlsetstate', 'guictrlsetstyle', 'guictrlsettip', 'guidelete',
00132 'guigetcursorinfo', 'guigetmsg', 'guiregistermsg', 'guisetbkcolor',
00133 'guisetcoord', 'guisetcursor', 'guisetfont', 'guisethelp',
00134 'guiseticon', 'guisetonevent', 'guisetstate', 'guistartgroup',
00135 'guiswitch', 'hex', 'hotkeyset', 'httpsetproxy', 'hwnd', 'inetget',
00136 'inetgetsize', 'inidelete', 'iniread', 'inireadsection',
00137 'inireadsectionnames', 'inirenamesection', 'iniwrite',
00138 'iniwritesection', 'inputbox', 'int', 'isadmin', 'isarray',
00139 'isbinarystring', 'isbool', 'isdeclared', 'isdllstruct', 'isfloat',
00140 'ishwnd', 'isint', 'iskeyword', 'isnumber', 'isobj', 'isstring',
00141 'log', 'memgetstats', 'mod', 'mouseclick', 'mouseclickdrag',
00142 'mousedown', 'mousegetcursor', 'mousegetpos', 'mousemove',
00143 'mouseup', 'mousewheel', 'msgbox', 'number', 'objcreate',
00144 'objevent', 'objget', 'objname', 'opt', 'ping', 'pixelchecksum',
00145 'pixelgetcolor', 'pixelsearch', 'pluginclose', 'pluginopen',
00146 'processclose', 'processexists', 'processlist',
00147 'processsetpriority', 'processwait', 'processwaitclose',
00148 'progressoff', 'progresson', 'progressset', 'random', 'regdelete',
00149 'regenumkey', 'regenumval', 'regread', 'regwrite', 'round', 'run',
00150 'runasset', 'runwait', 'send', 'seterror', 'setextended',
00151 'shellexecute', 'shellexecutewait', 'shutdown', 'sin', 'sleep',
00152 'soundplay', 'soundsetwavevolume', 'splashimageon', 'splashoff',
00153 'splashtexton', 'sqrt', 'srandom', 'statusbargettext',
00154 'stderrread', 'stdinwrite', 'stdoutread', 'string', 'stringaddcr',
00155 'stringformat', 'stringinstr', 'stringisalnum', 'stringisalpha',
00156 'stringisascii', 'stringisdigit', 'stringisfloat', 'stringisint',
00157 'stringislower', 'stringisspace', 'stringisupper',
00158 'stringisxdigit', 'stringleft', 'stringlen', 'stringlower',
00159 'stringmid', 'stringregexp', 'stringregexpreplace',
00160 'stringreplace', 'stringright', 'stringsplit', 'stringstripcr',
00161 'stringstripws', 'stringtrimleft', 'stringtrimright',
00162 'stringupper', 'tan', 'tcpaccept', 'tcpclosesocket', 'tcpconnect',
00163 'tcplisten', 'tcpnametoip', 'tcprecv', 'tcpsend', 'tcpshutdown',
00164 'tcpstartup', 'timerdiff', 'timerinit', 'timerstart', 'timerstop',
00165 'tooltip', 'traycreateitem', 'traycreatemenu', 'traygetmsg',
00166 'trayitemdelete', 'trayitemgethandle', 'trayitemgetstate',
00167 'trayitemgettext', 'trayitemsetonevent', 'trayitemsetstate',
00168 'trayitemsettext', 'traysetclick', 'trayseticon', 'traysetonevent',
00169 'traysetpauseicon', 'traysetstate', 'traysettooltip', 'traytip',
00170 'ubound', 'udpbind', 'udpclosesocket', 'udpopen', 'udprecv',
00171 'udpsend', 'winactivate', 'winactive', 'winclose', 'winexists',
00172 'winflash', 'wingetcaretpos', 'wingetclasslist',
00173 'wingetclientsize', 'wingethandle', 'wingetpos', 'wingetprocess',
00174 'wingetstate', 'wingettext', 'wingettitle', 'winkill', 'winlist',
00175 'winmenuselectitem', 'winminimizeall', 'winminimizeallundo',
00176 'winmove', 'winsetontop', 'winsetstate', 'winsettitle',
00177 'winsettrans', 'winshow', 'winwait', 'winwaitactive',
00178 'winwaitclose', 'winwaitnotactive'
00179 ),
00180 4 => array(
00181 '_arrayadd', '_arraybinarysearch', '_arraycreate', '_arraydelete',
00182 '_arraydisplay', '_arrayinsert', '_arraymax', '_arraymaxindex',
00183 '_arraymin', '_arrayminindex', '_arraypop', '_arraypush',
00184 '_arrayreverse', '_arraysearch', '_arraysort', '_arrayswap',
00185 '_arraytoclip', '_arraytostring', '_arraytrim', '_colorgetblue',
00186 '_colorgetgreen', '_colorgetred', '_dateadd', '_datedayofweek',
00187 '_datedaysinmonth', '_datediff', '_dateisleapyear', '_dateisvalid',
00188 '_datetimeformat', '_datetimesplit', '_datetodayofweek',
00189 '_datetodayofweekiso', '_datetodayvalue', '_dayvaluetodate',
00190 '_now', '_nowcalc', '_nowcalcdate', '_nowdate', '_nowtime',
00191 '_setdate', '_settime', '_tickstotime', '_timetoticks',
00192 '_weeknumberiso', '_filecountlines', '_filecreate',
00193 '_filelisttoarray', '_fileprint', '_filereadtoarray',
00194 '_filewritefromarray', '_filewritelog', '_filewritetoline',
00195 '_pathfull', '_pathmake', '_pathsplit', '_replacestringinfile',
00196 '_tempfile', '_guictrlcomboadddir', '_guictrlcomboaddstring',
00197 '_guictrlcomboautocomplete', '_guictrlcombodeletestring',
00198 '_guictrlcombofindstring', '_guictrlcombogetcount',
00199 '_guictrlcombogetcursel', '_guictrlcombogetdroppedcontrolrect',
00200 '_guictrlcombogetdroppedstate', '_guictrlcombogetdroppedwidth',
00201 '_guictrlcombogeteditsel', '_guictrlcombogetextendedui',
00202 '_guictrlcombogethorizontalextent', '_guictrlcombogetitemheight',
00203 '_guictrlcombogetlbtext', '_guictrlcombogetlbtextlen',
00204 '_guictrlcombogetlist', '_guictrlcombogetlocale',
00205 '_guictrlcombogetminvisible', '_guictrlcombogettopindex',
00206 '_guictrlcomboinitstorage', '_guictrlcomboinsertstring',
00207 '_guictrlcombolimittext', '_guictrlcomboresetcontent',
00208 '_guictrlcomboselectstring', '_guictrlcombosetcursel',
00209 '_guictrlcombosetdroppedwidth', '_guictrlcomboseteditsel',
00210 '_guictrlcombosetextendedui', '_guictrlcombosethorizontalextent',
00211 '_guictrlcombosetitemheight', '_guictrlcombosetminvisible',
00212 '_guictrlcombosettopindex', '_guictrlcomboshowdropdown',
00213 '_guictrleditcanundo', '_guictrleditemptyundobuffer',
00214 '_guictrleditfind', '_guictrleditgetfirstvisibleline',
00215 '_guictrleditgetline', '_guictrleditgetlinecount',
00216 '_guictrleditgetmodify', '_guictrleditgetrect',
00217 '_guictrleditgetsel', '_guictrleditlinefromchar',
00218 '_guictrleditlineindex', '_guictrleditlinelength',
00219 '_guictrleditlinescroll', '_guictrleditreplacesel',
00220 '_guictrleditscroll', '_guictrleditsetmodify',
00221 '_guictrleditsetrect', '_guictrleditsetsel', '_guictrleditundo',
00222 '_guictrlipaddressclear', '_guictrlipaddresscreate',
00223 '_guictrlipaddressdelete', '_guictrlipaddressget',
00224 '_guictrlipaddressisblank', '_guictrlipaddressset',
00225 '_guictrlipaddresssetfocus', '_guictrlipaddresssetfont',
00226 '_guictrlipaddresssetrange', '_guictrlipaddressshowhide',
00227 '_guictrllistadddir', '_guictrllistadditem', '_guictrllistclear',
00228 '_guictrllistcount', '_guictrllistdeleteitem',
00229 '_guictrllistfindstring', '_guictrllistgetanchorindex',
00230 '_guictrllistgetcaretindex', '_guictrllistgethorizontalextent',
00231 '_guictrllistgetinfo', '_guictrllistgetitemrect',
00232 '_guictrllistgetlocale', '_guictrllistgetselcount',
00233 '_guictrllistgetselitems', '_guictrllistgetselitemstext',
00234 '_guictrllistgetselstate', '_guictrllistgettext',
00235 '_guictrllistgettextlen', '_guictrllistgettopindex',
00236 '_guictrllistinsertitem', '_guictrllistreplacestring',
00237 '_guictrllistselectedindex', '_guictrllistselectindex',
00238 '_guictrllistselectstring', '_guictrllistselitemrange',
00239 '_guictrllistselitemrangeex', '_guictrllistsetanchorindex',
00240 '_guictrllistsetcaretindex', '_guictrllistsethorizontalextent',
00241 '_guictrllistsetlocale', '_guictrllistsetsel',
00242 '_guictrllistsettopindex', '_guictrllistsort',
00243 '_guictrllistswapstring', '_guictrllistviewcopyitems',
00244 '_guictrllistviewdeleteallitems', '_guictrllistviewdeletecolumn',
00245 '_guictrllistviewdeleteitem',
00246 '_guictrllistviewdeleteitemsselected',
00247 '_guictrllistviewensurevisible', '_guictrllistviewfinditem',
00248 '_guictrllistviewgetbackcolor', '_guictrllistviewgetcallbackmask',
00249 '_guictrllistviewgetcheckedstate',
00250 '_guictrllistviewgetcolumnorder', '_guictrllistviewgetcolumnwidth',
00251 '_guictrllistviewgetcounterpage', '_guictrllistviewgetcursel',
00252 '_guictrllistviewgetextendedlistviewstyle',
00253 '_guictrllistviewgetheader', '_guictrllistviewgethotcursor',
00254 '_guictrllistviewgethotitem', '_guictrllistviewgethovertime',
00255 '_guictrllistviewgetitemcount', '_guictrllistviewgetitemtext',
00256 '_guictrllistviewgetitemtextarray', '_guictrllistviewgetnextitem',
00257 '_guictrllistviewgetselectedcount',
00258 '_guictrllistviewgetselectedindices',
00259 '_guictrllistviewgetsubitemscount', '_guictrllistviewgettopindex',
00260 '_guictrllistviewgetunicodeformat', '_guictrllistviewhidecolumn',
00261 '_guictrllistviewinsertcolumn', '_guictrllistviewinsertitem',
00262 '_guictrllistviewjustifycolumn', '_guictrllistviewscroll',
00263 '_guictrllistviewsetcheckstate',
00264 '_guictrllistviewsetcolumnheadertext',
00265 '_guictrllistviewsetcolumnorder', '_guictrllistviewsetcolumnwidth',
00266 '_guictrllistviewsethotitem', '_guictrllistviewsethovertime',
00267 '_guictrllistviewsetitemcount', '_guictrllistviewsetitemselstate',
00268 '_guictrllistviewsetitemtext', '_guictrllistviewsort',
00269 '_guictrlmonthcalget1stdow', '_guictrlmonthcalgetcolor',
00270 '_guictrlmonthcalgetdelta', '_guictrlmonthcalgetmaxselcount',
00271 '_guictrlmonthcalgetmaxtodaywidth',
00272 '_guictrlmonthcalgetminreqrect', '_guictrlmonthcalset1stdow',
00273 '_guictrlmonthcalsetcolor', '_guictrlmonthcalsetdelta',
00274 '_guictrlmonthcalsetmaxselcount', '_guictrlslidercleartics',
00275 '_guictrlslidergetlinesize', '_guictrlslidergetnumtics',
00276 '_guictrlslidergetpagesize', '_guictrlslidergetpos',
00277 '_guictrlslidergetrangemax', '_guictrlslidergetrangemin',
00278 '_guictrlslidersetlinesize', '_guictrlslidersetpagesize',
00279 '_guictrlslidersetpos', '_guictrlslidersetticfreq',
00280 '_guictrlstatusbarcreate', '_guictrlstatusbarcreateprogress',
00281 '_guictrlstatusbardelete', '_guictrlstatusbargetborders',
00282 '_guictrlstatusbargeticon', '_guictrlstatusbargetparts',
00283 '_guictrlstatusbargetrect', '_guictrlstatusbargettext',
00284 '_guictrlstatusbargettextlength', '_guictrlstatusbargettip',
00285 '_guictrlstatusbargetunicode', '_guictrlstatusbarissimple',
00286 '_guictrlstatusbarresize', '_guictrlstatusbarsetbkcolor',
00287 '_guictrlstatusbarseticon', '_guictrlstatusbarsetminheight',
00288 '_guictrlstatusbarsetparts', '_guictrlstatusbarsetsimple',
00289 '_guictrlstatusbarsettext', '_guictrlstatusbarsettip',
00290 '_guictrlstatusbarsetunicode', '_guictrlstatusbarshowhide',
00291 '_guictrltabdeleteallitems', '_guictrltabdeleteitem',
00292 '_guictrltabdeselectall', '_guictrltabgetcurfocus',
00293 '_guictrltabgetcursel', '_guictrltabgetextendedstyle',
00294 '_guictrltabgetitemcount', '_guictrltabgetitemrect',
00295 '_guictrltabgetrowcount', '_guictrltabgetunicodeformat',
00296 '_guictrltabhighlightitem', '_guictrltabsetcurfocus',
00297 '_guictrltabsetcursel', '_guictrltabsetmintabwidth',
00298 '_guictrltabsetunicodeformat', '_guictrltreeviewdeleteallitems',
00299 '_guictrltreeviewdeleteitem', '_guictrltreeviewexpand',
00300 '_guictrltreeviewgetbkcolor', '_guictrltreeviewgetcount',
00301 '_guictrltreeviewgetindent', '_guictrltreeviewgetlinecolor',
00302 '_guictrltreeviewgetparenthandle', '_guictrltreeviewgetparentid',
00303 '_guictrltreeviewgetstate', '_guictrltreeviewgettext',
00304 '_guictrltreeviewgettextcolor', '_guictrltreeviewgettree',
00305 '_guictrltreeviewinsertitem', '_guictrltreeviewsetbkcolor',
00306 '_guictrltreeviewseticon', '_guictrltreeviewsetindent',
00307 '_guictrltreeviewsetlinecolor', '_guictrltreeviewsetstate',
00308 '_guictrltreeviewsettext', '_guictrltreeviewsettextcolor',
00309 '_guictrltreeviewsort', '_ie_example', '_ie_introduction',
00310 '_ie_versioninfo', '_ieaction', '_ieattach', '_iebodyreadhtml',
00311 '_iebodyreadtext', '_iebodywritehtml', '_iecreate',
00312 '_iecreateembedded', '_iedocgetobj', '_iedocinserthtml',
00313 '_iedocinserttext', '_iedocreadhtml', '_iedocwritehtml',
00314 '_ieerrorhandlerderegister', '_ieerrorhandlerregister',
00315 '_ieerrornotify', '_ieformelementcheckboxselect',
00316 '_ieformelementgetcollection', '_ieformelementgetobjbyname',
00317 '_ieformelementgetvalue', '_ieformelementoptionselect',
00318 '_ieformelementradioselect', '_ieformelementsetvalue',
00319 '_ieformgetcollection', '_ieformgetobjbyname', '_ieformimageclick',
00320 '_ieformreset', '_ieformsubmit', '_ieframegetcollection',
00321 '_ieframegetobjbyname', '_iegetobjbyname',
00322 '_ieheadinserteventscript', '_ieimgclick', '_ieimggetcollection',
00323 '_ieisframeset', '_ielinkclickbyindex', '_ielinkclickbytext',
00324 '_ielinkgetcollection', '_ieloadwait', '_ieloadwaittimeout',
00325 '_ienavigate', '_iepropertyget', '_iepropertyset', '_iequit',
00326 '_ietablegetcollection', '_ietablewritetoarray',
00327 '_ietagnameallgetcollection', '_ietagnamegetcollection', '_getip',
00328 '_inetexplorercapable', '_inetgetsource', '_inetmail',
00329 '_inetsmtpmail', '_tcpiptoname', '_degree', '_mathcheckdiv',
00330 '_max', '_min', '_radian', '_choosecolor', '_choosefont',
00331 '_clipputfile', '_iif', '_ispressed', '_mousetrap', '_singleton',
00332 '_processgetname', '_processgetpriority', '_rundos',
00333 '_sendmessage', '_soundclose', '_soundlength', '_soundopen',
00334 '_soundpause', '_soundplay', '_soundpos', '_soundresume',
00335 '_soundseek', '_soundstatus', '_soundstop', '_sqlite_changes',
00336 '_sqlite_close', '_sqlite_display2dresult', '_sqlite_encode',
00337 '_sqlite_errcode', '_sqlite_errmsg', '_sqlite_escape',
00338 '_sqlite_exec', '_sqlite_fetchdata', '_sqlite_fetchnames',
00339 '_sqlite_gettable', '_sqlite_gettable2d',
00340 '_sqlite_lastinsertrowid', '_sqlite_libversion', '_sqlite_open',
00341 '_sqlite_query', '_sqlite_queryfinalize', '_sqlite_queryreset',
00342 '_sqlite_querysinglerow', '_sqlite_savemode', '_sqlite_settimeout',
00343 '_sqlite_shutdown', '_sqlite_sqliteexe', '_sqlite_startup',
00344 '_sqlite_totalchanges', '_hextostring', '_stringaddcomma',
00345 '_stringbetween', '_stringencrypt', '_stringinsert',
00346 '_stringproper', '_stringrepeat', '_stringreverse', '_stringtohex',
00347 '_viclose', '_viexeccommand', '_vifindgpib', '_vigpibbusreset',
00348 '_vigtl', '_viopen', '_visetattribute', '_visettimeout'
00349 ),
00350 5 => array(
00351 '#include', '#include-once', '#notrayicon'
00352 ),
00353 6 => array(
00354 '#forceref', '#compiler_allow_decompile', '#compiler_au3check_dat',
00355 '#compiler_au3check_parameters',
00356 '#compiler_au3check_stop_onwarning', '#compiler_aut2exe',
00357 '#compiler_autoit3', '#compiler_compression', '#compiler_icon',
00358 '#compiler_outfile', '#compiler_outfile_type',
00359 '#compiler_passphrase', '#compiler_plugin_funcs',
00360 '#compiler_prompt', '#compiler_res_comment',
00361 '#compiler_res_description', '#compiler_res_field',
00362 '#compiler_res_field1name', '#compiler_res_field1value',
00363 '#compiler_res_field2name', '#compiler_res_field2value',
00364 '#compiler_res_fileversion',
00365 '#compiler_res_fileversion_autoincrement',
00366 '#compiler_res_legalcopyright', '#compiler_run_after',
00367 '#compiler_run_au3check', '#compiler_run_before',
00368 '#compiler_run_cvswrapper', '#compiler_run_tidy',
00369 '#compiler_tidy_stop_onerror', '#compiler_useupx', '#endregion',
00370 '#region', '#run_debug_mode', '#tidy_parameters'
00371 )
00372 ),
00373 'SYMBOLS' => array(
00374 '(', ')', '[', ']', '&', '*', '/', '<', '>', '+', '-', '^', '=', '.'
00375 ),
00376 'CASE_SENSITIVE' => array(
00377 GESHI_COMMENTS => false,
00378 1 => false,
00379 2 => false,
00380 3 => false,
00381 4 => false,
00382 5 => false,
00383 6 => false
00384 ),
00385 'STYLES' => array(
00386 'KEYWORDS' => array(
00387 1 => 'color: #0000FF; font-weight: bold;',
00388 2 => 'color: #800000; font-weight: bold;',
00389 3 => 'color: #000080; font-style: italic; font-weight: bold;',
00390 4 => 'color: #0080FF; font-style: italic; font-weight: bold;',
00391 5 => 'color: #F000FF; font-style: italic;',
00392 6 => 'color: #A00FF0; font-style: italic;'
00393 ),
00394 'COMMENTS' => array(
00395 0 => 'font-style: italic; color: #009933;',
00396 'MULTI' => 'font-style: italic; color: #669900;'
00397 ),
00398 'ESCAPE_CHAR' => array(
00399 0 => ''
00400 ),
00401 'BRACKETS' => array(
00402 0 => 'color: #FF0000; font-weight: bold;'
00403 ),
00404 'STRINGS' => array(
00405 0 => 'font-weight: bold; color: #008080;'
00406 ),
00407 'NUMBERS' => array(
00408 0 => 'color: #AC00A9; font-style: italic; font-weight: bold;'
00409 ),
00410 'METHODS' => array(
00411 1 => 'color: #0000FF; font-style: italic; font-weight: bold;'
00412 ),
00413 'SYMBOLS' => array(
00414 0 => 'color: #FF0000; font-weight: bold;'
00415 ),
00416 'REGEXPS' => array(
00417 0 => 'font-weight: bold; color: #AA0000;'
00418 ),
00419 'SCRIPT' => array(
00420 0 => '',
00421 1 => '',
00422 2 => '',
00423 3 => '',
00424 4 => '',
00425 5 => '',
00426 6 => ''
00427 )
00428 ),
00429 'URLS' => array(
00430 1 => 'http://www.autoitscript.com/autoit3/docs/keywords.htm',
00431 2 => 'http://www.autoitscript.com/autoit3/docs/macros.htm',
00432 3 => 'http://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm',
00433 4 => ''
00434 ),
00435 'OOLANG' => true,
00436 'OBJECT_SPLITTERS' => array(
00437 1 => '.'
00438 ),
00439 'REGEXPS' => array(
00440 0 => '[\\$%@]+[a-zA-Z_][a-zA-Z0-9_]*'
00441 ),
00442 'STRICT_MODE_APPLIES' => GESHI_MAYBE,
00443 'SCRIPT_DELIMITERS' => array(
00444 ),
00445 'HIGHLIGHT_STRICT_BLOCK' => array(
00446 0 => true,
00447 1 => true,
00448 2 => true,
00449 3 => true
00450 )
00451 );
00452
00453 ?>