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
00043
00044
00045 $language_data = array (
00046 'LANG_NAME' => 'Apache Log',
00047 'COMMENT_SINGLE' => array(1 => '#'),
00048 'COMMENT_MULTI' => array(),
00049 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00050 'QUOTEMARKS' => array("'", '"'),
00051 'ESCAPE_CHAR' => '\\',
00052 'KEYWORDS' => array(
00053
00054 1 => array(
00055 'accessconfig','accessfilename','action','addalt',
00056 'addaltbyencoding','addaltbytype','addcharset',
00057 'adddefaultcharset','adddescription',
00058 'addencoding','addhandler','addicon','addiconbyencoding',
00059 'addiconbytype','addlanguage','addmodule','addmoduleinfo',
00060 'addtype','agentlog','alias','aliasmatch',
00061 'allow','allowconnect','allowoverride','anonymous',
00062 'anonymous_authoritative','anonymous_logemail','anonymous_mustgiveemail',
00063 'anonymous_nouserid','anonymous_verifyemail','authauthoritative',
00064 'authdbauthoritative','authdbgroupfile','authdbmauthoritative',
00065 'authdbmgroupfile','authdbmgroupfile','authdbuserfile','authdbmuserfile',
00066 'authdigestfile','authgroupfile','authname','authtype',
00067 'authuserfile','bindaddress','browsermatch','browsermatchnocase',
00068 'bs2000account','cachedefaultexpire','cachedirlength','cachedirlevels',
00069 'cacheforcecompletion','cachegcinterval','cachelastmodifiedfactor','cachemaxexpire',
00070 'cachenegotiateddocs','cacheroot','cachesize','checkspelling',
00071 'clearmodulelist','contentdigest','cookieexpires','cookielog',
00072 'cookielog','cookietracking','coredumpdirectory','customlog',
00073 'defaulticon','defaultlanguage','defaulttype','define',
00074 'deny','directory','directorymatch','directoryindex',
00075 'documentroot','errordocument','errorlog','example',
00076 'expiresactive','expiresbytype','expiresdefault','extendedstatus',
00077 'fancyindexing','files','filesmatch','forcetype',
00078 'group','header','headername','hostnamelookups',
00079 'identitycheck','ifdefine','ifmodule','imapbase',
00080 'imapdefault','imapmenu','include','indexignore',
00081 'indexoptions','keepalive','keepalivetimeout','languagepriority',
00082 'limit','limitexcept','limitrequestbody','limitrequestfields',
00083 'limitrequestfieldsize','limitrequestline','listen','listenbacklog',
00084 'loadfile','loadmodule','location','locationmatch',
00085 'lockfile','logformat','loglevel','maxclients',
00086 'maxkeepaliverequests','maxrequestsperchild','maxspareservers','metadir',
00087 'metafiles','metasuffix','mimemagicfile','minspareservers',
00088 'mmapfile','namevirtualhost','nocache','options','order',
00089 'passenv','pidfile','port','proxyblock','proxydomain',
00090 'proxypass','proxypassreverse','proxyreceivebuffersize','proxyremote',
00091 'proxyrequests','proxyvia','qsc','readmename',
00092 'redirect','redirectmatch','redirectpermanent','redirecttemp',
00093 'refererignore','refererlog','removehandler','require',
00094 'resourceconfig','rewritebase','rewritecond','rewriteengine',
00095 'rewritelock','rewritelog','rewriteloglevel','rewritemap',
00096 'rewriteoptions','rewriterule','rlimitcpu','rlimitmem',
00097 'rlimitnproc','satisfy','scoreboardfile','script',
00098 'scriptalias','scriptaliasmatch','scriptinterpretersource','scriptlog',
00099 'scriptlogbuffer','scriptloglength','sendbuffersize',
00100 'serveradmin','serveralias','servername','serverpath',
00101 'serverroot','serversignature','servertokens','servertype',
00102 'setenv','setenvif','setenvifnocase','sethandler',
00103 'singlelisten','startservers','threadsperchild','timeout',
00104 'transferlog','typesconfig','unsetenv','usecanonicalname',
00105 'user','userdir','virtualhost','virtualdocumentroot',
00106 'virtualdocumentrootip','virtualscriptalias','virtualscriptaliasip',
00107 'xbithack','from','all'
00108 ),
00109
00110 2 => array(
00111 'on','off','standalone','inetd',
00112 'force-response-1.0','downgrade-1.0','nokeepalive',
00113 'ndexes','includes','followsymlinks','none',
00114 'x-compress','x-gzip'
00115 )
00116 ),
00117 'SYMBOLS' => array(
00118 '(', ')'
00119 ),
00120 'CASE_SENSITIVE' => array(
00121 GESHI_COMMENTS => true,
00122 1 => false,
00123 2 => false,
00124 ),
00125 'STYLES' => array(
00126 'KEYWORDS' => array(
00127 1 => 'color: #00007f;',
00128 2 => 'color: #0000ff;',
00129 ),
00130 'COMMENTS' => array(
00131 1 => 'color: #adadad; font-style: italic;',
00132 ),
00133 'ESCAPE_CHAR' => array(
00134 0 => 'color: #000099; font-weight: bold;'
00135 ),
00136 'BRACKETS' => array(
00137 0 => 'color: #66cc66;'
00138 ),
00139 'STRINGS' => array(
00140 0 => 'color: #7f007f;'
00141 ),
00142 'NUMBERS' => array(
00143 0 => 'color: #ff0000;'
00144 ),
00145 'METHODS' => array(
00146 ),
00147 'SYMBOLS' => array(
00148 0 => 'color: #66cc66;'
00149 ),
00150 'REGEXPS' => array(
00151 ),
00152 'SCRIPT' => array(
00153 )
00154 ),
00155 'URLS' => array(
00156 1 => '',
00157 2 => ''
00158 ),
00159 'OOLANG' => false,
00160 'OBJECT_SPLITTERS' => array(
00161 ),
00162 'REGEXPS' => array(
00163 ),
00164 'STRICT_MODE_APPLIES' => GESHI_NEVER,
00165 'SCRIPT_DELIMITERS' => array(
00166 ),
00167 'HIGHLIGHT_STRICT_BLOCK' => array(
00168 )
00169 );
00170
00171 ?>