Codulle - L'explorateur de code sources

Accueil>> AlBulle >> Albulle1.0rc2 >> core >> includes

Informations fichier

Nom du fichier : asp.php
Taille du fichier : 4 Ko (153 lignes)
Language : PHP

  1. span style="color: #808080; font-style: italic;">/*************************************************************************************
  2. * asp.php
  3. * --------
  4. * Author: Amit Gupta (http://blog.igeek.info/)
  5. * Copyright: (c) 2004 Amit Gupta (http://blog.igeek.info/), Nigel McNie (http://qbnz.com/highlighter)
  6. * Release Version: 1.0.7.5
  7. * CVS Revision Version: $Revision: 1.5 $
  8. * Date Started: 2004/08/13
  9. * Last Modified: $Date: 2005/10/22 07:52:59 $
  10. *
  11. * ASP language file for GeSHi.
  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/13 (1.0.0)
  20. * - First Release
  21. *
  22. * TODO (updated 2004/11/27)
  23. * -------------------------
  24. * * Include all the functions, keywords etc that I have missed
  25. *
  26. *************************************************************************************
  27. *
  28. * This file is part of GeSHi.
  29. *
  30. * GeSHi is free software; you can redistribute it and/or modify
  31. * it under the terms of the GNU General Public License as published by
  32. * the Free Software Foundation; either version 2 of the License, or
  33. * (at your option) any later version.
  34. *
  35. * GeSHi is distributed in the hope that it will be useful,
  36. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. * GNU General Public License for more details.
  39. *
  40. * You should have received a copy of the GNU General Public License
  41. * along with GeSHi; if not, write to the Free Software
  42. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  43. *
  44. ************************************************************************************/'LANG_NAME' => 'ASP',
  45. 'COMMENT_SINGLE'"'", 2 => '//'),
  46. 'COMMENT_MULTI''/*' => '*/'),
  47. 'CASE_KEYWORDS' => 0,
  48. 'QUOTEMARKS'"'", '"'),
  49. 'ESCAPE_CHAR' => '\\',
  50. 'KEYWORDS''include', 'file', 'Dim', 'Option', 'Explicit', 'Implicit', 'Set', 'Select', 'ReDim', 'Preserve',
  51. 'ByVal', 'ByRef', 'End', 'Private', 'Public', 'If', 'Then', 'Else', 'ElseIf', 'Case', 'With', 'NOT',
  52. 'While', 'Wend', 'For', 'Loop', 'Do', 'Request', 'Response', 'Server', 'ADODB', 'Session', 'Application',
  53. 'Each', 'In', 'Get', 'Next', 'INT', 'CINT', 'CBOOL', 'CDATE', 'CBYTE', 'CCUR', 'CDBL', 'CLNG', 'CSNG',
  54. 'CSTR', 'Fix', 'Is', 'Sgn', 'String', 'Boolean', 'Currency', 'Me', 'Single', 'Long', 'Integer', 'Byte',
  55. 'Variant', 'Double', 'To', 'Let', 'Xor', 'Resume', 'On', 'Error', 'Imp', 'GoTo', 'Call', 'Global''Null', 'Nothing', 'And',
  56. 'False', '<%', '%>',
  57. '<script language=', '</script>',
  58. 'True', 'var', 'Or', 'BOF', 'EOF',
  59. 'Function', 'Class', 'New', 'Sub''CreateObject', 'Write', 'Redirect', 'Cookies', 'BinaryRead', 'ClientCertificate', 'Form', 'QueryString',
  60. 'ServerVariables', 'TotalBytes', 'AddHeader', 'AppendToLog', 'BinaryWrite', 'Buffer', 'CacheControl',
  61. 'Charset', 'Clear', 'ContentType', 'End()', 'Expires', 'ExpiresAbsolute', 'Flush()', 'IsClientConnected',
  62. 'PICS', 'Status', 'Connection', 'Recordset', 'Execute', 'Abandon', 'Lock', 'UnLock', 'Command', 'Fields',
  63. 'Properties', 'Property', 'Send', 'Replace', 'InStr', 'TRIM', 'NOW', 'Day', 'Month', 'Hour', 'Minute', 'Second',
  64. 'Year', 'MonthName', 'LCase', 'UCase', 'Abs', 'Array', 'As', 'LEN', 'MoveFirst', 'MoveLast', 'MovePrevious',
  65. 'MoveNext', 'LBound', 'UBound', 'Transfer', 'Open', 'Close', 'MapPath', 'FileExists', 'OpenTextFile', 'ReadAll'
  66. )
  67. ),
  68. 'CASE_SENSITIVE''STYLES''KEYWORDS''color: #990099; font-weight: bold;',
  69. 2 => 'color: #0000ff; font-weight: bold;',
  70. 3 => 'color: #330066;'
  71. ),
  72. 'COMMENTS''color: #008000;',
  73. 2 => 'color: #ff6600;',
  74. 'MULTI' => 'color: #008000;'
  75. ),
  76. 'ESCAPE_CHAR''color: #000099; font-weight: bold;'
  77. ),
  78. 'BRACKETS''color: #006600; font-weight:bold'
  79. ),
  80. 'STRINGS''color: #cc0000;'
  81. ),
  82. 'NUMBERS''color: #800000;'
  83. ),
  84. 'METHODS''color: #9900cc;'
  85. ),
  86. 'SYMBOLS''color: #006600; font-weight: bold'
  87. ),
  88. 'REGEXPS''SCRIPT''',
  89. 1 => '',
  90. 2 => '',
  91. )
  92. ),
  93. 'URLS''',
  94. 2 => '',
  95. 3 => ''
  96. ),
  97. 'OOLANG''OBJECT_SPLITTERS''.'
  98. ),
  99. 'REGEXPS''STRICT_MODE_APPLIES''SCRIPT_DELIMITERS''<%' => '%>''<script language="vbscript" runat="server">' => '</script>''<script language="javascript" runat="server">' => '</script>'
  100. )
  101. ),
  102. 'HIGHLIGHT_STRICT_BLOCK'

Liste des projets

Téléchargez Codulle

Publié par Codulle - v0.1.1 - © Bubulles Creations