123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840 |
- <?php
- /**
- * Auto-generated class. CPP syntax highlighting
- *
- *
- * Thanks to Aaron Kalin for initial
- * implementation of this 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: : cpp.xml,v 1.1 2007/06/03 02:35:28 ssttoo Exp
- * @author Aaron Kalin
- * @author Andrey Demenev <demenev@gmail.com>
- *
- */
- /**
- * Auto-generated class. CPP syntax highlighting
- *
- * @author Aaron Kalin
- * @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.1
- * @link http://pear.php.net/package/Text_Highlighter
- */
- class Text_Highlighter_CPP extends Text_Highlighter
- {
- var $_language = 'cpp';
- /**
- * Constructor
- *
- * @param array $options
- * @access public
- */
- function __construct($options=array())
- {
- $this->_options = $options;
- $this->_regs = array (
- -1 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
- 0 => '/((?i)\\\\)/',
- 1 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
- 2 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
- 3 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
- 4 => '//',
- 5 => '/((?i)")|((?i)<)/',
- 6 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)\\/\\*)|((?i)\\/\\/.+)/',
- 7 => '/((?i)\\$\\w+\\s*:.+\\$)/',
- 8 => '/((?i)\\$\\w+\\s*:.+\\$)/',
- );
- $this->_counts = array (
- -1 =>
- array (
- 0 => 0,
- 1 => 0,
- 2 => 0,
- 3 => 0,
- 4 => 0,
- 5 => 0,
- 6 => 0,
- 7 => 0,
- 8 => 0,
- 9 => 0,
- ),
- 0 =>
- array (
- 0 => 0,
- ),
- 1 =>
- array (
- 0 => 0,
- 1 => 0,
- 2 => 0,
- 3 => 0,
- 4 => 0,
- 5 => 0,
- 6 => 0,
- 7 => 0,
- 8 => 2,
- 9 => 0,
- 10 => 0,
- 11 => 0,
- 12 => 0,
- 13 => 0,
- ),
- 2 =>
- array (
- 0 => 0,
- 1 => 0,
- 2 => 0,
- 3 => 0,
- 4 => 0,
- 5 => 0,
- 6 => 0,
- 7 => 0,
- 8 => 2,
- 9 => 0,
- 10 => 0,
- 11 => 0,
- 12 => 0,
- 13 => 0,
- ),
- 3 =>
- array (
- 0 => 0,
- 1 => 0,
- 2 => 0,
- 3 => 0,
- 4 => 0,
- 5 => 0,
- 6 => 0,
- 7 => 0,
- 8 => 2,
- 9 => 0,
- 10 => 0,
- 11 => 0,
- 12 => 0,
- 13 => 0,
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- 0 => 0,
- 1 => 0,
- ),
- 6 =>
- array (
- 0 => 0,
- 1 => 0,
- 2 => 0,
- 3 => 0,
- 4 => 0,
- 5 => 0,
- 6 => 0,
- 7 => 2,
- 8 => 0,
- 9 => 0,
- ),
- 7 =>
- array (
- 0 => 0,
- ),
- 8 =>
- array (
- 0 => 0,
- ),
- );
- $this->_delim = array (
- -1 =>
- array (
- 0 => 'quotes',
- 1 => 'brackets',
- 2 => 'brackets',
- 3 => 'brackets',
- 4 => '',
- 5 => 'prepro',
- 6 => 'prepro',
- 7 => '',
- 8 => 'mlcomment',
- 9 => 'comment',
- ),
- 0 =>
- array (
- 0 => '',
- ),
- 1 =>
- array (
- 0 => 'quotes',
- 1 => 'brackets',
- 2 => 'brackets',
- 3 => 'brackets',
- 4 => '',
- 5 => '',
- 6 => '',
- 7 => '',
- 8 => '',
- 9 => 'prepro',
- 10 => 'prepro',
- 11 => '',
- 12 => 'mlcomment',
- 13 => 'comment',
- ),
- 2 =>
- array (
- 0 => 'quotes',
- 1 => 'brackets',
- 2 => 'brackets',
- 3 => 'brackets',
- 4 => '',
- 5 => '',
- 6 => '',
- 7 => '',
- 8 => '',
- 9 => 'prepro',
- 10 => 'prepro',
- 11 => '',
- 12 => 'mlcomment',
- 13 => 'comment',
- ),
- 3 =>
- array (
- 0 => 'quotes',
- 1 => 'brackets',
- 2 => 'brackets',
- 3 => 'brackets',
- 4 => '',
- 5 => '',
- 6 => '',
- 7 => '',
- 8 => '',
- 9 => 'prepro',
- 10 => 'prepro',
- 11 => '',
- 12 => 'mlcomment',
- 13 => 'comment',
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- 0 => 'quotes',
- 1 => 'quotes',
- ),
- 6 =>
- array (
- 0 => 'quotes',
- 1 => 'brackets',
- 2 => 'brackets',
- 3 => '',
- 4 => '',
- 5 => '',
- 6 => '',
- 7 => '',
- 8 => 'mlcomment',
- 9 => 'comment',
- ),
- 7 =>
- array (
- 0 => '',
- ),
- 8 =>
- array (
- 0 => '',
- ),
- );
- $this->_inner = array (
- -1 =>
- array (
- 0 => 'string',
- 1 => 'code',
- 2 => 'code',
- 3 => 'code',
- 4 => 'identifier',
- 5 => 'prepro',
- 6 => 'code',
- 7 => 'number',
- 8 => 'mlcomment',
- 9 => 'comment',
- ),
- 0 =>
- array (
- 0 => 'special',
- ),
- 1 =>
- array (
- 0 => 'string',
- 1 => 'code',
- 2 => 'code',
- 3 => 'code',
- 4 => 'identifier',
- 5 => 'number',
- 6 => 'number',
- 7 => 'number',
- 8 => 'number',
- 9 => 'prepro',
- 10 => 'code',
- 11 => 'number',
- 12 => 'mlcomment',
- 13 => 'comment',
- ),
- 2 =>
- array (
- 0 => 'string',
- 1 => 'code',
- 2 => 'code',
- 3 => 'code',
- 4 => 'identifier',
- 5 => 'number',
- 6 => 'number',
- 7 => 'number',
- 8 => 'number',
- 9 => 'prepro',
- 10 => 'code',
- 11 => 'number',
- 12 => 'mlcomment',
- 13 => 'comment',
- ),
- 3 =>
- array (
- 0 => 'string',
- 1 => 'code',
- 2 => 'code',
- 3 => 'code',
- 4 => 'identifier',
- 5 => 'number',
- 6 => 'number',
- 7 => 'number',
- 8 => 'number',
- 9 => 'prepro',
- 10 => 'code',
- 11 => 'number',
- 12 => 'mlcomment',
- 13 => 'comment',
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- 0 => 'string',
- 1 => 'string',
- ),
- 6 =>
- array (
- 0 => 'string',
- 1 => 'code',
- 2 => 'code',
- 3 => 'identifier',
- 4 => 'number',
- 5 => 'number',
- 6 => 'number',
- 7 => 'number',
- 8 => 'mlcomment',
- 9 => 'comment',
- ),
- 7 =>
- array (
- 0 => 'inlinedoc',
- ),
- 8 =>
- array (
- 0 => 'inlinedoc',
- ),
- );
- $this->_end = array (
- 0 => '/(?i)"/',
- 1 => '/(?i)\\}/',
- 2 => '/(?i)\\)/',
- 3 => '/(?i)\\]/',
- 4 => '/(?i)>/',
- 5 => '/(?mi)(?<!\\\\)$/',
- 6 => '/(?mi)(?<!\\\\)$/',
- 7 => '/(?i)\\*\\//',
- 8 => '/(?mi)$/',
- );
- $this->_states = array (
- -1 =>
- array (
- 0 => 0,
- 1 => 1,
- 2 => 2,
- 3 => 3,
- 4 => -1,
- 5 => 5,
- 6 => 6,
- 7 => -1,
- 8 => 7,
- 9 => 8,
- ),
- 0 =>
- array (
- 0 => -1,
- ),
- 1 =>
- array (
- 0 => 0,
- 1 => 1,
- 2 => 2,
- 3 => 3,
- 4 => -1,
- 5 => -1,
- 6 => -1,
- 7 => -1,
- 8 => -1,
- 9 => 5,
- 10 => 6,
- 11 => -1,
- 12 => 7,
- 13 => 8,
- ),
- 2 =>
- array (
- 0 => 0,
- 1 => 1,
- 2 => 2,
- 3 => 3,
- 4 => -1,
- 5 => -1,
- 6 => -1,
- 7 => -1,
- 8 => -1,
- 9 => 5,
- 10 => 6,
- 11 => -1,
- 12 => 7,
- 13 => 8,
- ),
- 3 =>
- array (
- 0 => 0,
- 1 => 1,
- 2 => 2,
- 3 => 3,
- 4 => -1,
- 5 => -1,
- 6 => -1,
- 7 => -1,
- 8 => -1,
- 9 => 5,
- 10 => 6,
- 11 => -1,
- 12 => 7,
- 13 => 8,
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- 0 => 0,
- 1 => 4,
- ),
- 6 =>
- array (
- 0 => 0,
- 1 => 1,
- 2 => 2,
- 3 => -1,
- 4 => -1,
- 5 => -1,
- 6 => -1,
- 7 => -1,
- 8 => 7,
- 9 => 8,
- ),
- 7 =>
- array (
- 0 => -1,
- ),
- 8 =>
- array (
- 0 => -1,
- ),
- );
- $this->_keywords = array (
- -1 =>
- array (
- 0 => -1,
- 1 => -1,
- 2 => -1,
- 3 => -1,
- 4 =>
- array (
- 'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
- 'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
- 'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
- ),
- 5 => -1,
- 6 => -1,
- 7 =>
- array (
- ),
- 8 => -1,
- 9 => -1,
- ),
- 0 =>
- array (
- 0 =>
- array (
- ),
- ),
- 1 =>
- array (
- 0 => -1,
- 1 => -1,
- 2 => -1,
- 3 => -1,
- 4 =>
- array (
- 'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
- 'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
- 'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
- ),
- 5 =>
- array (
- ),
- 6 =>
- array (
- ),
- 7 =>
- array (
- ),
- 8 =>
- array (
- ),
- 9 => -1,
- 10 => -1,
- 11 =>
- array (
- ),
- 12 => -1,
- 13 => -1,
- ),
- 2 =>
- array (
- 0 => -1,
- 1 => -1,
- 2 => -1,
- 3 => -1,
- 4 =>
- array (
- 'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
- 'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
- 'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
- ),
- 5 =>
- array (
- ),
- 6 =>
- array (
- ),
- 7 =>
- array (
- ),
- 8 =>
- array (
- ),
- 9 => -1,
- 10 => -1,
- 11 =>
- array (
- ),
- 12 => -1,
- 13 => -1,
- ),
- 3 =>
- array (
- 0 => -1,
- 1 => -1,
- 2 => -1,
- 3 => -1,
- 4 =>
- array (
- 'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
- 'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
- 'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
- ),
- 5 =>
- array (
- ),
- 6 =>
- array (
- ),
- 7 =>
- array (
- ),
- 8 =>
- array (
- ),
- 9 => -1,
- 10 => -1,
- 11 =>
- array (
- ),
- 12 => -1,
- 13 => -1,
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- 0 => -1,
- 1 => -1,
- ),
- 6 =>
- array (
- 0 => -1,
- 1 => -1,
- 2 => -1,
- 3 =>
- array (
- 'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
- 'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
- 'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- ),
- 6 =>
- array (
- ),
- 7 =>
- array (
- ),
- 8 => -1,
- 9 => -1,
- ),
- 7 =>
- array (
- 0 =>
- array (
- ),
- ),
- 8 =>
- array (
- 0 =>
- array (
- ),
- ),
- );
- $this->_parts = array (
- 0 =>
- array (
- 0 => NULL,
- ),
- 1 =>
- array (
- 0 => NULL,
- 1 => NULL,
- 2 => NULL,
- 3 => NULL,
- 4 => NULL,
- 5 => NULL,
- 6 => NULL,
- 7 => NULL,
- 8 => NULL,
- 9 => NULL,
- 10 => NULL,
- 11 => NULL,
- 12 => NULL,
- 13 => NULL,
- ),
- 2 =>
- array (
- 0 => NULL,
- 1 => NULL,
- 2 => NULL,
- 3 => NULL,
- 4 => NULL,
- 5 => NULL,
- 6 => NULL,
- 7 => NULL,
- 8 => NULL,
- 9 => NULL,
- 10 => NULL,
- 11 => NULL,
- 12 => NULL,
- 13 => NULL,
- ),
- 3 =>
- array (
- 0 => NULL,
- 1 => NULL,
- 2 => NULL,
- 3 => NULL,
- 4 => NULL,
- 5 => NULL,
- 6 => NULL,
- 7 => NULL,
- 8 => NULL,
- 9 => NULL,
- 10 => NULL,
- 11 => NULL,
- 12 => NULL,
- 13 => NULL,
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- 0 => NULL,
- 1 => NULL,
- ),
- 6 =>
- array (
- 0 => NULL,
- 1 => NULL,
- 2 => NULL,
- 3 => NULL,
- 4 => NULL,
- 5 => NULL,
- 6 => NULL,
- 7 => NULL,
- 8 => NULL,
- 9 => NULL,
- ),
- 7 =>
- array (
- 0 => NULL,
- ),
- 8 =>
- array (
- 0 => NULL,
- ),
- );
- $this->_subst = array (
- -1 =>
- array (
- 0 => false,
- 1 => false,
- 2 => false,
- 3 => false,
- 4 => false,
- 5 => false,
- 6 => false,
- 7 => false,
- 8 => false,
- 9 => false,
- ),
- 0 =>
- array (
- 0 => false,
- ),
- 1 =>
- array (
- 0 => false,
- 1 => false,
- 2 => false,
- 3 => false,
- 4 => false,
- 5 => false,
- 6 => false,
- 7 => false,
- 8 => false,
- 9 => false,
- 10 => false,
- 11 => false,
- 12 => false,
- 13 => false,
- ),
- 2 =>
- array (
- 0 => false,
- 1 => false,
- 2 => false,
- 3 => false,
- 4 => false,
- 5 => false,
- 6 => false,
- 7 => false,
- 8 => false,
- 9 => false,
- 10 => false,
- 11 => false,
- 12 => false,
- 13 => false,
- ),
- 3 =>
- array (
- 0 => false,
- 1 => false,
- 2 => false,
- 3 => false,
- 4 => false,
- 5 => false,
- 6 => false,
- 7 => false,
- 8 => false,
- 9 => false,
- 10 => false,
- 11 => false,
- 12 => false,
- 13 => false,
- ),
- 4 =>
- array (
- ),
- 5 =>
- array (
- 0 => false,
- 1 => false,
- ),
- 6 =>
- array (
- 0 => false,
- 1 => false,
- 2 => false,
- 3 => false,
- 4 => false,
- 5 => false,
- 6 => false,
- 7 => false,
- 8 => false,
- 9 => false,
- ),
- 7 =>
- array (
- 0 => false,
- ),
- 8 =>
- array (
- 0 => false,
- ),
- );
- $this->_conditions = array (
- );
- $this->_kwmap = array (
- 'reserved' => 'reserved',
- 'types' => 'types',
- 'Common Macros' => 'prepro',
- );
- $this->_defClass = 'code';
- $this->_checkDefines();
- }
-
- }
|