!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/queuepro/node_modules/webpack-rtl-plugin/node_modules/rtlcss/test/data/   drwxrwxr-x
Free 8.23 GB of 57.97 GB (14.2%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     values-n-syntax.js (4.45 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
module.exports = [
  {
    'should': 'Should mirror property value: border-radius (4 values)',
    'expected': 'div { border-radius: 40.25px 10.5px 10.75px 40.3px; }',
    'input': 'div { border-radius: 10.5px 40.25px 40.3px 10.75px; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: border-radius (3 values)',
    'expected': 'div { border-radius: 40.75px 10.75px 40.75px 40.3px; }',
    'input': 'div { border-radius: 10.75px 40.75px 40.3px; }',
    'reversable': false
  },
  {
    'should': 'Should mirror property value: border-radius (2 values)',
    'expected': 'div { border-radius: 40.25px 10.75px; }',
    'input': 'div { border-radius: 10.75px 40.25px; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: border-radius (4 values - double)',
    'expected': 'div { border-radius: 40.25px 10.75px .5px 40.75px / .4em 1em 1em 4.5em; }',
    'input': 'div { border-radius: 10.75px 40.25px 40.75px .5px / 1em .4em 4.5em 1em; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: border-radius (3 values - double)',
    'expected': 'div { border-radius: .40px 10.5px .40px 40px / 4em 1em 4em 3em; }',
    'input': 'div { border-radius: 10.5px .40px 40px / 1em 4em 3em; }',
    'reversable': false
  },
  {
    'should': 'Should mirror property value: border-radius (2 values- double)',
    'expected': 'div { border-radius: 40px 10px / 2.5em .75em; }',
    'input': 'div { border-radius: 10px 40px / .75em 2.5em; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: border-width',
    'expected': 'div { border-width: 1px 4px .3em 2.5em; }',
    'input': 'div { border-width: 1px 2.5em .3em 4px; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: border-width (none length)',
    'expected': 'div { border-width: thin medium thick none; }',
    'input': 'div { border-width: thin none thick medium; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: border-style (4 values)',
    'expected': 'div { border-style: none dashed dotted solid; }',
    'input': 'div { border-style: none solid dotted dashed; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: border-color (4 values)',
    'expected': 'div { border-color: rgba(255, 255, 255, 1) rgb( 0, 0, 0) #000 hsla(0, 100%, 50%, 1); }',
    'input': 'div { border-color: rgba(255, 255, 255, 1) hsla(0, 100%, 50%, 1) #000 rgb( 0, 0, 0); }',
    'reversable': true
  },
  {
    'should': 'Should not mirror property value: border-color (3 values)',
    'expected': 'div { border-color: #000 rgb( 0, 0, 0) hsla(0, 100%, 50%, 1); }',
    'input': 'div { border-color: #000 rgb( 0, 0, 0) hsla(0, 100%, 50%, 1); }',
    'reversable': false
  },
  {
    'should': 'Should not mirror property value: border-color (2 values)',
    'expected': 'div { border-color:rgb( 0, 0, 0) hsla(0, 100%, 50%, 1); }',
    'input': 'div { border-color:rgb( 0, 0, 0) hsla(0, 100%, 50%, 1); }',
    'reversable': false
  },
  {
    'should': 'Should mirror property value: margin',
    'expected': 'div { margin: .1em auto 3.5rem 2px; }',
    'input': 'div { margin: .1em 2px 3.5rem auto; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: padding',
    'expected': 'div { padding: 1px 4px .3rem 2.5em; }',
    'input': 'div { padding: 1px 2.5em .3rem 4px; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: box-shadow',
    'expected': 'div { box-shadow: -60px -16px rgba(0, 128, 128, 0.98), -10.25px 5px 5px #ff0, inset -0.5em 1em 0 white; }',
    'input': 'div { box-shadow: 60px -16px rgba(0, 128, 128, 0.98), 10.25px 5px 5px #ff0, inset 0.5em 1em 0 white; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value: text-shadow',
    'expected': 'div { text-shadow: -60px -16px rgba(0, 128, 128, 0.98), -10.25px 5px 5px #ff0, inset -0.5em 1em 0 white; }',
    'input': 'div { text-shadow: 60px -16px rgba(0, 128, 128, 0.98), 10.25px 5px 5px #ff0, inset 0.5em 1em 0 white; }',
    'reversable': true
  },
  {
    'should': 'Should mirror property value (no digit before the dot): box-shadow, text-shadow',
    'expected': 'div { box-shadow: inset -0.5em 1em 0 white; text-shadow: inset -0.5em 1em 0 white; }',
    'input': 'div { box-shadow: inset .5em 1em 0 white; text-shadow: inset .5em 1em 0 white; }',
    'reversable': false
  }
]

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0054 ]--