A tumblelog CMS built on AJAX, PHP and MySQL.

apache.php 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?php
  2. /*************************************************************************************
  3. * apache.php
  4. * ----------
  5. * Author: Tux (tux@inmail.cz)
  6. * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
  7. * Release Version: 1.0.7.21
  8. * Date Started: 2004/29/07
  9. *
  10. * Apache language file for GeSHi.
  11. * Words are from SciTe configuration file
  12. *
  13. * CHANGES
  14. * -------
  15. * 2004/11/27 (1.0.2)
  16. * - Added support for multiple object splitters
  17. * 2004/10/27 (1.0.1)
  18. * - Added support for URLs
  19. * 2004/08/05 (1.0.0)
  20. * - First Release
  21. *
  22. * TODO (updated 2004/07/29)
  23. * -------------------------
  24. *
  25. *************************************************************************************
  26. *
  27. * This file is part of GeSHi.
  28. *
  29. * GeSHi is free software; you can redistribute it and/or modify
  30. * it under the terms of the GNU General Public License as published by
  31. * the Free Software Foundation; either version 2 of the License, or
  32. * (at your option) any later version.
  33. *
  34. * GeSHi is distributed in the hope that it will be useful,
  35. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  36. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  37. * GNU General Public License for more details.
  38. *
  39. * You should have received a copy of the GNU General Public License
  40. * along with GeSHi; if not, write to the Free Software
  41. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  42. *
  43. ************************************************************************************/
  44. $language_data = array (
  45. 'LANG_NAME' => 'Apache Log',
  46. 'COMMENT_SINGLE' => array(1 => '#'),
  47. 'COMMENT_MULTI' => array(),
  48. 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
  49. 'QUOTEMARKS' => array("'", '"'),
  50. 'ESCAPE_CHAR' => '\\',
  51. 'KEYWORDS' => array(
  52. /*keywords*/
  53. 1 => array(
  54. 'accessconfig','accessfilename','action','addalt',
  55. 'addaltbyencoding','addaltbytype','addcharset',
  56. 'adddefaultcharset','adddescription',
  57. 'addencoding','addhandler','addicon','addiconbyencoding',
  58. 'addiconbytype','addlanguage','addmodule','addmoduleinfo',
  59. 'addtype','agentlog','alias','aliasmatch',
  60. 'allow','allowconnect','allowoverride','anonymous',
  61. 'anonymous_authoritative','anonymous_logemail','anonymous_mustgiveemail',
  62. 'anonymous_nouserid','anonymous_verifyemail','authauthoritative',
  63. 'authdbauthoritative','authdbgroupfile','authdbmauthoritative',
  64. 'authdbmgroupfile','authdbmgroupfile','authdbuserfile','authdbmuserfile',
  65. 'authdigestfile','authgroupfile','authname','authtype',
  66. 'authuserfile','bindaddress','browsermatch','browsermatchnocase',
  67. 'bs2000account','cachedefaultexpire','cachedirlength','cachedirlevels',
  68. 'cacheforcecompletion','cachegcinterval','cachelastmodifiedfactor','cachemaxexpire',
  69. 'cachenegotiateddocs','cacheroot','cachesize','checkspelling',
  70. 'clearmodulelist','contentdigest','cookieexpires','cookielog',
  71. 'cookielog','cookietracking','coredumpdirectory','customlog',
  72. 'defaulticon','defaultlanguage','defaulttype','define',
  73. 'deny','directory','directorymatch','directoryindex',
  74. 'documentroot','errordocument','errorlog','example',
  75. 'expiresactive','expiresbytype','expiresdefault','extendedstatus',
  76. 'fancyindexing','files','filesmatch','forcetype',
  77. 'group','header','headername','hostnamelookups',
  78. 'identitycheck','ifdefine','ifmodule','imapbase',
  79. 'imapdefault','imapmenu','include','indexignore',
  80. 'indexoptions','keepalive','keepalivetimeout','languagepriority',
  81. 'limit','limitexcept','limitrequestbody','limitrequestfields',
  82. 'limitrequestfieldsize','limitrequestline','listen','listenbacklog',
  83. 'loadfile','loadmodule','location','locationmatch',
  84. 'lockfile','logformat','loglevel','maxclients',
  85. 'maxkeepaliverequests','maxrequestsperchild','maxspareservers','metadir',
  86. 'metafiles','metasuffix','mimemagicfile','minspareservers',
  87. 'mmapfile','namevirtualhost','nocache','options','order',
  88. 'passenv','pidfile','port','proxyblock','proxydomain',
  89. 'proxypass','proxypassreverse','proxyreceivebuffersize','proxyremote',
  90. 'proxyrequests','proxyvia','qsc','readmename',
  91. 'redirect','redirectmatch','redirectpermanent','redirecttemp',
  92. 'refererignore','refererlog','removehandler','require',
  93. 'resourceconfig','rewritebase','rewritecond','rewriteengine',
  94. 'rewritelock','rewritelog','rewriteloglevel','rewritemap',
  95. 'rewriteoptions','rewriterule','rlimitcpu','rlimitmem',
  96. 'rlimitnproc','satisfy','scoreboardfile','script',
  97. 'scriptalias','scriptaliasmatch','scriptinterpretersource','scriptlog',
  98. 'scriptlogbuffer','scriptloglength','sendbuffersize',
  99. 'serveradmin','serveralias','servername','serverpath',
  100. 'serverroot','serversignature','servertokens','servertype',
  101. 'setenv','setenvif','setenvifnocase','sethandler',
  102. 'singlelisten','startservers','threadsperchild','timeout',
  103. 'transferlog','typesconfig','unsetenv','usecanonicalname',
  104. 'user','userdir','virtualhost','virtualdocumentroot',
  105. 'virtualdocumentrootip','virtualscriptalias','virtualscriptaliasip',
  106. 'xbithack','from','all'
  107. ),
  108. /*keyords 2*/
  109. 2 => array(
  110. 'on','off','standalone','inetd',
  111. 'force-response-1.0','downgrade-1.0','nokeepalive',
  112. 'ndexes','includes','followsymlinks','none',
  113. 'x-compress','x-gzip'
  114. )
  115. ),
  116. 'SYMBOLS' => array(
  117. '(', ')'
  118. ),
  119. 'CASE_SENSITIVE' => array(
  120. GESHI_COMMENTS => true,
  121. 1 => false,
  122. 2 => false,
  123. ),
  124. 'STYLES' => array(
  125. 'KEYWORDS' => array(
  126. 1 => 'color: #00007f;',
  127. 2 => 'color: #0000ff;',
  128. ),
  129. 'COMMENTS' => array(
  130. 1 => 'color: #adadad; font-style: italic;',
  131. ),
  132. 'ESCAPE_CHAR' => array(
  133. 0 => 'color: #000099; font-weight: bold;'
  134. ),
  135. 'BRACKETS' => array(
  136. 0 => 'color: #66cc66;'
  137. ),
  138. 'STRINGS' => array(
  139. 0 => 'color: #7f007f;'
  140. ),
  141. 'NUMBERS' => array(
  142. 0 => 'color: #ff0000;'
  143. ),
  144. 'METHODS' => array(
  145. ),
  146. 'SYMBOLS' => array(
  147. 0 => 'color: #66cc66;'
  148. ),
  149. 'REGEXPS' => array(
  150. ),
  151. 'SCRIPT' => array(
  152. )
  153. ),
  154. 'URLS' => array(
  155. 1 => '',
  156. 2 => ''
  157. ),
  158. 'OOLANG' => false,
  159. 'OBJECT_SPLITTERS' => array(
  160. ),
  161. 'REGEXPS' => array(
  162. ),
  163. 'STRICT_MODE_APPLIES' => GESHI_NEVER,
  164. 'SCRIPT_DELIMITERS' => array(
  165. ),
  166. 'HIGHLIGHT_STRICT_BLOCK' => array(
  167. )
  168. );
  169. ?>