!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_tdfonline/php/3ros/Text_Highlighter/Highlighter/   drwxr-xr-x
Free 14.57 GB of 61.93 GB (23.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     CSS.php (12.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Auto-generated class. CSS 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-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: : css.xml,v 1.2 2008/01/01 23:45:07 ssttoo Exp 
 * @author Andrey Demenev <demenev@gmail.com>
 *
 */

/**
 * @ignore
 */

require_once 'Text/Highlighter.php';

/**
 * Auto-generated class. CSS 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.1
 * @link       http://pear.php.net/package/Text_Highlighter
 */
class  Text_Highlighter_CSS extends Text_Highlighter
{
    var 
$_language 'css';

    
/**
     * PHP4 Compatible Constructor
     *
     * @param array  $options
     * @access public
     */
    
function Text_Highlighter_CSS($options=array())
    {
        
$this->__construct($options);
    }


    
/**
     *  Constructor
     *
     * @param array  $options
     * @access public
     */
    
function __construct($options=array())
    {

        
$this->_options $options;
        
$this->_regs = array (
            -
=> '/((?i)\\/\\*)|((?i)(@[a-z\\d]+))|((?i)(((\\.|#)?[a-z]+[a-z\\d\\-]*(?![a-z\\d\\-]))|(\\*))(?!\\s*:\\s*[\\s\\{]))|((?i):[a-z][a-z\\d\\-]*)|((?i)\\[)|((?i)\\{)/',
            
=> '//',
            
=> '/((?i)\\d*\\.?\\d+(\\%|em|ex|pc|pt|px|in|mm|cm))|((?i)\\d*\\.?\\d+)|((?i)[a-z][a-z\\d\\-]*)|((?i)#([\\da-f]{6}|[\\da-f]{3})\\b)/',
            
=> '/((?i)\')|((?i)")|((?i)[\\w\\-\\:]+)/',
            
=> '/((?i)\\/\\*)|((?i)[a-z][a-z\\d\\-]*\\s*:)|((?i)(((\\.|#)?[a-z]+[a-z\\d\\-]*(?![a-z\\d\\-]))|(\\*))(?!\\s*:\\s*[\\s\\{]))|((?i)\\{)/',
            
=> '/((?i)\\\\[\\\\(\\\\)\\\\])/',
            
=> '/((?i)\\\\\\\\|\\\\"|\\\\\'|\\\\`)/',
            
=> '/((?i)\\\\\\\\|\\\\"|\\\\\'|\\\\`|\\\\t|\\\\n|\\\\r)/',
        );
        
$this->_counts = array (
            -
=> 
            array (
                
=> 0,
                
=> 1,
                
=> 4,
                
=> 0,
                
=> 0,
                
=> 0,
            ),
            
=> 
            array (
            ),
            
=> 
            array (
                
=> 1,
                
=> 0,
                
=> 0,
                
=> 1,
            ),
            
=> 
            array (
                
=> 0,
                
=> 0,
                
=> 0,
            ),
            
=> 
            array (
                
=> 0,
                
=> 0,
                
=> 4,
                
=> 0,
            ),
            
=> 
            array (
                
=> 0,
            ),
            
=> 
            array (
                
=> 0,
            ),
            
=> 
            array (
                
=> 0,
            ),
        );
        
$this->_delim = array (
            -
=> 
            array (
                
=> 'comment',
                
=> '',
                
=> '',
                
=> '',
                
=> 'brackets',
                
=> 'brackets',
            ),
            
=> 
            array (
            ),
            
=> 
            array (
                
=> '',
                
=> '',
                
=> '',
                
=> '',
            ),
            
=> 
            array (
                
=> 'quotes',
                
=> 'quotes',
                
=> '',
            ),
            
=> 
            array (
                
=> 'comment',
                
=> 'reserved',
                
=> '',
                
=> 'brackets',
            ),
            
=> 
            array (
                
=> '',
            ),
            
=> 
            array (
                
=> '',
            ),
            
=> 
            array (
                
=> '',
            ),
        );
        
$this->_inner = array (
            -
=> 
            array (
                
=> 'comment',
                
=> 'var',
                
=> 'identifier',
                
=> 'special',
                
=> 'code',
                
=> 'code',
            ),
            
=> 
            array (
            ),
            
=> 
            array (
                
=> 'number',
                
=> 'number',
                
=> 'code',
                
=> 'var',
            ),
            
=> 
            array (
                
=> 'string',
                
=> 'string',
                
=> 'var',
            ),
            
=> 
            array (
                
=> 'comment',
                
=> 'code',
                
=> 'identifier',
                
=> 'code',
            ),
            
=> 
            array (
                
=> 'string',
            ),
            
=> 
            array (
                
=> 'special',
            ),
            
=> 
            array (
                
=> 'special',
            ),
        );
        
$this->_end = array (
            
=> '/(?i)\\*\\//',
            
=> '/(?i)(?=;|\\})/',
            
=> '/(?i)\\]/',
            
=> '/(?i)\\}/',
            
=> '/(?i)\\)/',
            
=> '/(?i)\'/',
            
=> '/(?i)"/',
        );
        
$this->_states = array (
            -
=> 
            array (
                
=> 0,
                
=> -1,
                
=> -1,
                
=> -1,
                
=> 2,
                
=> 3,
            ),
            
=> 
            array (
            ),
            
=> 
            array (
                
=> -1,
                
=> -1,
                
=> -1,
                
=> -1,
            ),
            
=> 
            array (
                
=> 5,
                
=> 6,
                
=> -1,
            ),
            
=> 
            array (
                
=> 0,
                
=> 1,
                
=> -1,
                
=> 3,
            ),
            
=> 
            array (
                
=> -1,
            ),
            
=> 
            array (
                
=> -1,
            ),
            
=> 
            array (
                
=> -1,
            ),
        );
        
$this->_keywords = array (
            -
=> 
            array (
                
=> -1,
                
=> 
                array (
                ),
                
=> 
                array (
                ),
                
=> 
                array (
                ),
                
=> -1,
                
=> -1,
            ),
            
=> 
            array (
            ),
            
=> 
            array (
                
=> 
                array (
                ),
                
=> 
                array (
                ),
                
=> 
                array (
                    
'propertyValue' => '/^((?i)far-left|left|center-left|center-right|center|far-right|right-side|right|behind|leftwards|rightwards|inherit|scroll|fixed|transparent|none|repeat-x|repeat-y|repeat|no-repeat|collapse|separate|auto|top|bottom|both|open-quote|close-quote|no-open-quote|no-close-quote|crosshair|default|pointer|move|e-resize|ne-resize|nw-resize|n-resize|se-resize|sw-resize|s-resize|text|wait|help|ltr|rtl|inline|block|list-item|run-in|compact|marker|table|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|below|level|above|higher|lower|show|hide|caption|icon|menu|message-box|small-caption|status-bar|normal|wider|narrower|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|italic|oblique|small-caps|bold|bolder|lighter|inside|outside|disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|crop|cross|invert|visible|hidden|always|avoid|x-low|low|medium|high|x-high|mix?|repeat?|static|relative|absolute|portrait|landscape|spell-out|once|digits|continuous|code|x-slow|slow|fast|x-fast|faster|slower|justify|underline|overline|line-through|blink|capitalize|uppercase|lowercase|embed|bidi-override|baseline|sub|super|text-top|middle|text-bottom|silent|x-soft|soft|loud|x-loud|pre|nowrap|serif|sans-serif|cursive|fantasy|monospace|empty|string|strict|loose|char|true|false|dotted|dashed|solid|double|groove|ridge|inset|outset|larger|smaller|xx-small|x-small|small|large|x-large|xx-large|all|newspaper|distribute|distribute-all-lines|distribute-center-last|inter-word|inter-ideograph|inter-cluster|kashida|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|keep-all|break-all|break-word|lr-tb|tb-rl|thin|thick|inline-block|w-resize|hand|distribute-letter|distribute-space|whitespace|male|female|child)$/',
                    
'namedcolor' => '/^((?i)aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow|activeborder|activecaption|appworkspace|background|buttonface|buttonhighlight|buttonshadow|buttontext|captiontext|graytext|highlight|highlighttext|inactiveborder|inactivecaption|inactivecaptiontext|infobackground|infotext|menu|menutext|scrollbar|threeddarkshadow|threedface|threedhighlight|threedlightshadow|threedshadow|window|windowframe|windowtext)$/',
                ),
                
=> 
                array (
                ),
            ),
            
=> 
            array (
                
=> -1,
                
=> -1,
                
=> 
                array (
                ),
            ),
            
=> 
            array (
                
=> -1,
                
=> -1,
                
=> 
                array (
                ),
                
=> -1,
            ),
            
=> 
            array (
                
=> 
                array (
                ),
            ),
            
=> 
            array (
                
=> 
                array (
                ),
            ),
            
=> 
            array (
                
=> 
                array (
                ),
            ),
        );
        
$this->_parts = array (
            
=> 
            array (
            ),
            
=> 
            array (
                
=> 
                array (
                    
=> 'string',
                ),
                
=> NULL,
                
=> NULL,
                
=> NULL,
            ),
            
=> 
            array (
                
=> NULL,
                
=> NULL,
                
=> NULL,
            ),
            
=> 
            array (
                
=> NULL,
                
=> NULL,
                
=> NULL,
                
=> NULL,
            ),
            
=> 
            array (
                
=> NULL,
            ),
            
=> 
            array (
                
=> NULL,
            ),
            
=> 
            array (
                
=> NULL,
            ),
        );
        
$this->_subst = array (
            -
=> 
            array (
                
=> false,
                
=> false,
                
=> false,
                
=> false,
                
=> false,
                
=> false,
            ),
            
=> 
            array (
            ),
            
=> 
            array (
                
=> false,
                
=> false,
                
=> false,
                
=> false,
            ),
            
=> 
            array (
                
=> false,
                
=> false,
                
=> false,
            ),
            
=> 
            array (
                
=> false,
                
=> false,
                
=> false,
                
=> false,
            ),
            
=> 
            array (
                
=> false,
            ),
            
=> 
            array (
                
=> false,
            ),
            
=> 
            array (
                
=> false,
            ),
        );
        
$this->_conditions = array (
        );
        
$this->_kwmap = array (
            
'propertyValue' => 'string',
            
'namedcolor' => 'var',
        );
        
$this->_defClass 'code';
        
$this->_checkDefines();
    }
    
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.6185 ]--