⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ruby.php

📁 F2blog v1.1 beta 12.27更新说明 1、后台编辑器增加了文本粘贴与从WORD粘贴
💻 PHP
📖 第 1 页 / 共 2 页
字号:
<?php/** * Auto-generated class. RUBY syntax highlighting *  *  * FIXME:  While this construction : s.split /z/i  * is valid, regular expression is not recognized as such * (/ folowing an identifier or number is not recognized as * 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 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 21 2005-02-04 07:08:05Z andrey  * @author Andrey Demenev <demenev@gmail.com> * *//** * @ignore */require_once 'Text/Highlighter.php';/** * Auto-generated class. RUBY syntax highlighting * * @author Andrey Demenev <demenev@gmail.com> * @category   Text * @package    Text_Highlighter * @copyright  2004 Andrey Demenev * @license    http://www.php.net/license/3_0.txt  PHP License * @version    Release: @package_version@ * @link       http://pear.php.net/package/Text_Highlighter */class  Text_Highlighter_RUBY extends Text_Highlighter{    var $_language = 'ruby';    /**     * PHP4 Compatible Constructor     *     * @param array  $options     * @access public     */    function Text_Highlighter_RUBY($options=array())    {        $this->__construct($options);    }    /**     *  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*\\/)/',            0 => '//',            1 => '/((?i)\\\\.)/',            2 => '/((?i)\\\\.)/',            3 => '/((?i)\\\\.)/',            4 => '/((?i)\\\\.)/',            5 => '/((?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*\\/)/',            6 => '/((?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*\\/)/',            7 => '/((?i)\\$\\w+\\s*:.+\\$)/',            8 => '/((?i)\\$\\w+\\s*:.+\\$)/',            9 => '/((?i)\\\\.)/',        );        $this->_counts = array (            -1 =>             array (                0 => 0,                1 => 0,                2 => 1,                3 => 0,                4 => 1,                5 => 1,                6 => 0,                7 => 0,                8 => 0,                9 => 0,                10 => 5,                11 => 2,                12 => 0,                13 => 0,                14 => 0,                15 => 0,                16 => 0,                17 => 0,            ),            0 =>             array (            ),            1 =>             array (                0 => 0,            ),            2 =>             array (                0 => 0,            ),            3 =>             array (                0 => 0,            ),            4 =>             array (                0 => 0,            ),            5 =>             array (                0 => 0,                1 => 0,                2 => 1,                3 => 0,                4 => 1,                5 => 1,                6 => 0,                7 => 0,                8 => 0,                9 => 0,                10 => 5,                11 => 2,                12 => 0,                13 => 0,                14 => 0,                15 => 0,                16 => 0,                17 => 0,            ),            6 =>             array (                0 => 0,                1 => 0,                2 => 1,                3 => 0,                4 => 1,                5 => 1,                6 => 0,                7 => 0,                8 => 0,                9 => 0,                10 => 5,                11 => 2,                12 => 0,                13 => 0,                14 => 0,                15 => 0,                16 => 0,                17 => 0,            ),            7 =>             array (                0 => 0,            ),            8 =>             array (                0 => 0,            ),            9 =>             array (                0 => 0,            ),        );        $this->_delim = array (            -1 =>             array (                0 => 'reserved',                1 => 'quotes',                2 => 'quotes',                3 => 'quotes',                4 => 'quotes',                5 => '',                6 => '',                7 => 'brackets',                8 => 'brackets',                9 => '',                10 => '',                11 => '',                12 => '',                13 => '',                14 => '',                15 => 'comment',                16 => 'comment',                17 => 'quotes',            ),            0 =>             array (            ),            1 =>             array (                0 => '',            ),            2 =>             array (                0 => '',            ),            3 =>             array (                0 => '',            ),            4 =>             array (                0 => '',            ),            5 =>             array (                0 => 'reserved',                1 => 'quotes',                2 => 'quotes',                3 => 'quotes',                4 => 'quotes',                5 => '',                6 => '',                7 => 'brackets',                8 => 'brackets',                9 => '',                10 => '',                11 => '',                12 => '',                13 => '',                14 => '',                15 => 'comment',                16 => 'comment',                17 => 'quotes',            ),            6 =>             array (                0 => 'reserved',                1 => 'quotes',                2 => 'quotes',                3 => 'quotes',                4 => 'quotes',                5 => '',                6 => '',                7 => 'brackets',                8 => 'brackets',                9 => '',                10 => '',                11 => '',                12 => '',                13 => '',                14 => '',                15 => 'comment',                16 => 'comment',                17 => 'quotes',            ),            7 =>             array (                0 => '',            ),            8 =>             array (                0 => '',            ),            9 =>             array (                0 => '',            ),        );        $this->_inner = array (            -1 =>             array (                0 => 'comment',                1 => 'string',                2 => 'string',                3 => 'string',                4 => 'string',                5 => 'var',                6 => 'var',                7 => 'code',                8 => 'code',                9 => 'identifier',                10 => 'number',                11 => 'number',                12 => 'number',                13 => 'number',                14 => 'number',                15 => 'comment',                16 => 'comment',                17 => 'string',            ),            0 =>             array (            ),            1 =>             array (                0 => 'special',            ),            2 =>             array (                0 => 'special',            ),            3 =>             array (                0 => 'special',            ),            4 =>             array (                0 => 'special',            ),            5 =>             array (                0 => 'comment',                1 => 'string',                2 => 'string',                3 => 'string',                4 => 'string',                5 => 'var',                6 => 'var',                7 => 'code',                8 => 'code',                9 => 'identifier',                10 => 'number',                11 => 'number',                12 => 'number',                13 => 'number',                14 => 'number',                15 => 'comment',                16 => 'comment',                17 => 'string',            ),            6 =>             array (                0 => 'comment',                1 => 'string',                2 => 'string',                3 => 'string',                4 => 'string',                5 => 'var',                6 => 'var',                7 => 'code',                8 => 'code',                9 => 'identifier',                10 => 'number',                11 => 'number',                12 => 'number',                13 => 'number',                14 => 'number',                15 => 'comment',                16 => 'comment',                17 => 'string',            ),            7 =>             array (                0 => 'inlinedoc',            ),            8 =>             array (                0 => 'inlinedoc',            ),            9 =>             array (                0 => 'special',            ),        );        $this->_end = array (            0 => '/(?i)$/',            1 => '/(?i)"/',            2 => '/(?i)%b1%/',            3 => '/(?i)\'/',            4 => '/(?i)%b1%/',            5 => '/(?i)\\)/',            6 => '/(?i)\\]/',            7 => '/(?mi)^=end$/',            8 => '/(?mi)$/',            9 => '/(?i)\\/[iomx]*/',        );        $this->_states = array (            -1 =>             array (                0 => 0,                1 => 1,                2 => 2,                3 => 3,                4 => 4,                5 => -1,                6 => -1,                7 => 5,                8 => 6,                9 => -1,                10 => -1,                11 => -1,                12 => -1,                13 => -1,                14 => -1,                15 => 7,                16 => 8,                17 => 9,            ),            0 =>             array (            ),            1 => 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -