apache.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * apache.php
00004  * ----------
00005  * Author: Tux (tux@inmail.cz)
00006  * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
00007  * Release Version: 1.0.7.20
00008  * Date Started: 2004/29/07
00009  *
00010  * Apache language file for GeSHi.
00011  * Words are from SciTe configuration file
00012  *
00013  * CHANGES
00014  * -------
00015  * 2004/11/27 (1.0.2)
00016  *  -  Added support for multiple object splitters
00017  * 2004/10/27 (1.0.1)
00018  *   -  Added support for URLs
00019  * 2004/08/05 (1.0.0)
00020  *   -  First Release
00021  *
00022  * TODO (updated 2004/07/29)
00023  * -------------------------
00024  *
00025  *************************************************************************************
00026  *
00027  *     This file is part of GeSHi.
00028  *
00029  *   GeSHi is free software; you can redistribute it and/or modify
00030  *   it under the terms of the GNU General Public License as published by
00031  *   the Free Software Foundation; either version 2 of the License, or
00032  *   (at your option) any later version.
00033  *
00034  *   GeSHi is distributed in the hope that it will be useful,
00035  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00036  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00037  *   GNU General Public License for more details.
00038  *
00039  *   You should have received a copy of the GNU General Public License
00040  *   along with GeSHi; if not, write to the Free Software
00041  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
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           /*keywords*/
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           /*keyords 2*/
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 ?>

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