diff options
Diffstat (limited to 'framework/3rdParty/TextHighlighter/Text/Highlighter/RUBY.php')
-rw-r--r-- | framework/3rdParty/TextHighlighter/Text/Highlighter/RUBY.php | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/framework/3rdParty/TextHighlighter/Text/Highlighter/RUBY.php b/framework/3rdParty/TextHighlighter/Text/Highlighter/RUBY.php index 80f21d03..3deaa376 100644 --- a/framework/3rdParty/TextHighlighter/Text/Highlighter/RUBY.php +++ b/framework/3rdParty/TextHighlighter/Text/Highlighter/RUBY.php @@ -1,5 +1,5 @@ -<?php
-/**
+<?php +/** * Auto-generated class. RUBY syntax highlighting * * @@ -9,50 +9,50 @@ * start of RE), making highlighting improper * * %q(a (nested) string) does not get highlighted correctly - *
- *
- * PHP version 4 and 5
- *
- * LICENSE: This source file is subject to version 3.0 of the PHP license
- * that is available through the world-wide-web at the following URI:
- * http://www.php.net/license/3_0.txt. If you did not receive a copy of
- * the PHP License and are unable to obtain it through the web, please
- * send a note to license@php.net so we can mail you a copy immediately.
- *
- * @copyright 2004-2006 Andrey Demenev
- * @license http://www.php.net/license/3_0.txt PHP License
- * @link http://pear.php.net/package/Text_Highlighter
- * @category Text
- * @package Text_Highlighter
+ * + * + * PHP version 4 and 5 + * + * LICENSE: This source file is subject to version 3.0 of the PHP license + * that is available through the world-wide-web at the following URI: + * http://www.php.net/license/3_0.txt. If you did not receive a copy of + * the PHP License and are unable to obtain it through the web, please + * send a note to license@php.net so we can mail you a copy immediately. + * + * @copyright 2004-2006 Andrey Demenev + * @license http://www.php.net/license/3_0.txt PHP License + * @link http://pear.php.net/package/Text_Highlighter + * @category Text + * @package Text_Highlighter * @version generated from: : ruby.xml,v 1.1 2007/06/03 02:35:28 ssttoo Exp * @author Andrey Demenev <demenev@gmail.com> - *
- */
-
-/**
- * Auto-generated class. RUBY syntax highlighting
- *
+ * + */ + +/** + * Auto-generated class. RUBY syntax highlighting + * * @author Andrey Demenev <demenev@gmail.com> - * @category Text
- * @package Text_Highlighter
- * @copyright 2004-2006 Andrey Demenev
- * @license http://www.php.net/license/3_0.txt PHP License
- * @version Release: 0.7.0
- * @link http://pear.php.net/package/Text_Highlighter
- */
-class Text_Highlighter_RUBY extends Text_Highlighter
-{
+ * @category Text + * @package Text_Highlighter + * @copyright 2004-2006 Andrey Demenev + * @license http://www.php.net/license/3_0.txt PHP License + * @version Release: 0.7.0 + * @link http://pear.php.net/package/Text_Highlighter + */ +class Text_Highlighter_RUBY extends Text_Highlighter +{ var $_language = 'ruby'; - /**
- * Constructor
- *
- * @param array $options
- * @access public
- */
- function __construct($options=array())
- {
-
+ /** + * Constructor + * + * @param array $options + * @access public + */ + function __construct($options=array()) + { + $this->_options = $options; $this->_regs = array ( -1 => '/((?mi)^__END__$)|((?i)")|((?i)%[Qx]([!"#\\$%&\'+\\-*.\\/:;=?@^`|~{<\\[(]))|((?i)\')|((?i)%[wq]([!"#\\$%&\'+\\-*.\\/:;=?@^`|~{<\\[(]))|((?i)\\$(\\W|\\w+))|((?ii)@@?[_a-z][\\d_a-z]*)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)0[xX][\\da-f]+l?)|((?i)\\d+l?|\\b0l?\\b)|((?i)0[0-7]+l?)|((?mi)^=begin$)|((?i)#)|((?i)\\s*\\/)/', @@ -800,8 +800,8 @@ class Text_Highlighter_RUBY extends Text_Highlighter $this->_kwmap = array ( 'reserved' => 'reserved', ); - $this->_defClass = 'code';
- $this->_checkDefines();
- }
-
+ $this->_defClass = 'code'; + $this->_checkDefines(); + } + }
\ No newline at end of file |