?? python.php
字號:
<?php/** * Auto-generated class. PYTHON syntax highlighting * * 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: : python.xml 21 2005-02-04 07:08:05Z andrey * @author Andrey Demenev <demenev@gmail.com> * *//** * @ignore */require_once 'Text/Highlighter.php';/** * Auto-generated class. PYTHON 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_PYTHON extends Text_Highlighter{ var $_language = 'python'; /** * PHP4 Compatible Constructor * * @param array $options * @access public */ function Text_Highlighter_PYTHON($options=array()) { $this->__construct($options); } /** * Constructor * * @param array $options * @access public */ function __construct($options=array()) { $this->_options = $options; $this->_regs = array ( -1 => '/((?i)\'\'\')|((?i)""")|((?i)")|((?i)\')|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*(?=\\s*\\())|((?i)[a-z_]\\w*)|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))|((?i)((\\d*\\.\\d+)|(\\d+\\.\\d*)|(\\d+))j)|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)\\d+l?|\\b0l?\\b)|((?i)0[xX][\\da-f]+l?)|((?i)0[0-7]+l?)|((?i)#.+)/', 0 => '/((?i)\\\\.)/', 1 => '/((?i)\\\\.)/', 2 => '/((?i)\\\\.)/', 3 => '/((?i)\\\\.)/', 4 => '/((?i)\'\'\')|((?i)""")|((?i)")|((?i)\')|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*(?=\\s*\\())|((?i)[a-z_]\\w*)|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))|((?i)((\\d*\\.\\d+)|(\\d+\\.\\d*)|(\\d+))j)|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)\\d+l?|\\b0l?\\b)|((?i)0[xX][\\da-f]+l?)|((?i)0[0-7]+l?)|((?i)#.+)/', 5 => '/((?i)\'\'\')|((?i)""")|((?i)")|((?i)\')|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*(?=\\s*\\())|((?i)[a-z_]\\w*)|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))|((?i)((\\d*\\.\\d+)|(\\d+\\.\\d*)|(\\d+))j)|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)\\d+l?|\\b0l?\\b)|((?i)0[xX][\\da-f]+l?)|((?i)0[0-7]+l?)|((?i)#.+)/', ); $this->_counts = array ( -1 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 5, 9 => 4, 10 => 2, 11 => 0, 12 => 0, 13 => 0, 14 => 0, ), 0 => array ( 0 => 0, ), 1 => array ( 0 => 0, ), 2 => array ( 0 => 0, ), 3 => array ( 0 => 0, ), 4 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 5, 9 => 4, 10 => 2, 11 => 0, 12 => 0, 13 => 0, 14 => 0, ), 5 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 5, 9 => 4, 10 => 2, 11 => 0, 12 => 0, 13 => 0, 14 => 0, ), ); $this->_delim = array ( -1 => array ( 0 => 'quotes', 1 => 'quotes', 2 => 'quotes', 3 => 'quotes', 4 => 'brackets', 5 => 'brackets', 6 => '', 7 => '', 8 => '', 9 => '', 10 => '', 11 => '', 12 => '', 13 => '', 14 => '', ), 0 => array ( 0 => '', ), 1 => array ( 0 => '', ), 2 => array ( 0 => '', ), 3 => array ( 0 => '', ), 4 => array ( 0 => 'quotes', 1 => 'quotes', 2 => 'quotes', 3 => 'quotes', 4 => 'brackets', 5 => 'brackets', 6 => '', 7 => '', 8 => '', 9 => '', 10 => '', 11 => '', 12 => '', 13 => '', 14 => '', ), 5 => array ( 0 => 'quotes', 1 => 'quotes', 2 => 'quotes', 3 => 'quotes', 4 => 'brackets', 5 => 'brackets', 6 => '', 7 => '', 8 => '', 9 => '', 10 => '', 11 => '', 12 => '', 13 => '', 14 => '', ), ); $this->_inner = array ( -1 => array ( 0 => 'string', 1 => 'string', 2 => 'string', 3 => 'string', 4 => 'code', 5 => 'code', 6 => 'identifier', 7 => 'identifier', 8 => 'number', 9 => 'number', 10 => 'number', 11 => 'number', 12 => 'number', 13 => 'number', 14 => 'comment', ), 0 => array ( 0 => 'special', ), 1 => array ( 0 => 'special', ), 2 => array ( 0 => 'special', ), 3 => array ( 0 => 'special', ), 4 => array ( 0 => 'string', 1 => 'string', 2 => 'string', 3 => 'string', 4 => 'code', 5 => 'code', 6 => 'identifier', 7 => 'identifier', 8 => 'number', 9 => 'number', 10 => 'number', 11 => 'number', 12 => 'number', 13 => 'number', 14 => 'comment', ), 5 => array ( 0 => 'string', 1 => 'string', 2 => 'string', 3 => 'string', 4 => 'code', 5 => 'code', 6 => 'identifier', 7 => 'identifier', 8 => 'number', 9 => 'number', 10 => 'number', 11 => 'number', 12 => 'number', 13 => 'number', 14 => 'comment', ), ); $this->_end = array ( 0 => '/(?i)\'\'\'/', 1 => '/(?i)"""/', 2 => '/(?i)"/', 3 => '/(?i)\'/', 4 => '/(?i)\\)/', 5 => '/(?i)\\]/', ); $this->_states = array ( -1 => array ( 0 => 0, 1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => -1, 7 => -1, 8 => -1, 9 => -1, 10 => -1, 11 => -1, 12 => -1, 13 => -1, 14 => -1, ), 0 => array ( 0 => -1, ), 1 => array ( 0 => -1,
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -