!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/include/java/lang/   drwxr-xr-x
Free 318.36 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Character.h (4.57 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_lang_Character__
#define __java_lang_Character__

#pragma interface

#include <java/lang/Object.h>

class ::java::lang::Character : public ::java::lang::Object
{
private:
  static jchar readChar (jchar);
public:
  Character (jchar);
  jchar charValue () { return value; }
  jint hashCode () { return value; }
  jboolean equals (::java::lang::Object *);
  ::java::lang::String *toString ();
  static ::java::lang::String *toString (jchar);
  static jboolean isLowerCase (jchar);
  static jboolean isUpperCase (jchar);
  static jboolean isTitleCase (jchar);
  static jboolean isDigit (jchar);
  static jboolean isDefined (jchar);
  static jboolean isLetter (jchar);
  static jboolean isLetterOrDigit (jchar);
  static jboolean isJavaLetter (jchar);
  static jboolean isJavaLetterOrDigit (jchar);
  static jboolean isJavaIdentifierStart (jchar);
  static jboolean isJavaIdentifierPart (jchar);
  static jboolean isUnicodeIdentifierStart (jchar);
  static jboolean isUnicodeIdentifierPart (jchar);
  static jboolean isIdentifierIgnorable (jchar);
  static jchar toLowerCase (jchar);
  static jchar toUpperCase (jchar);
  static jchar toTitleCase (jchar);
  static jint digit (jchar, jint);
  static jint getNumericValue (jchar);
  static jboolean isSpace (jchar);
  static jboolean isSpaceChar (jchar);
  static jboolean isWhitespace (jchar);
  static jboolean isISOControl (jchar);
  static jint getType (jchar);
  static jchar forDigit (jint, jint);
  static jbyte getDirectionality (jchar);
  static jboolean isMirrored (jchar);
  jint compareTo (::java::lang::Character *);
  jint compareTo (::java::lang::Object *);
private:
  jchar value;
  static const jlong serialVersionUID = 3786198910865385080LL;
public:
  static const jint MIN_RADIX = 2L;
  static const jint MAX_RADIX = 36L;
  static const jint MIN_VALUE = 0L;
  static const jint MAX_VALUE = 65535L;
  static ::java::lang::Class *TYPE;
  static const jint UPPERCASE_LETTER = 1L;
  static const jint LOWERCASE_LETTER = 2L;
  static const jint TITLECASE_LETTER = 3L;
  static const jint NON_SPACING_MARK = 6L;
  static const jint COMBINING_SPACING_MARK = 8L;
  static const jint ENCLOSING_MARK = 7L;
  static const jint DECIMAL_DIGIT_NUMBER = 9L;
  static const jint LETTER_NUMBER = 10L;
  static const jint OTHER_NUMBER = 11L;
  static const jint SPACE_SEPARATOR = 12L;
  static const jint LINE_SEPARATOR = 13L;
  static const jint PARAGRAPH_SEPARATOR = 14L;
  static const jint CONTROL = 15L;
  static const jint FORMAT = 16L;
  static const jint SURROGATE = 19L;
  static const jint PRIVATE_USE = 18L;
  static const jint UNASSIGNED = 0L;
  static const jint MODIFIER_LETTER = 4L;
  static const jint OTHER_LETTER = 5L;
  static const jint CONNECTOR_PUNCTUATION = 23L;
  static const jint DASH_PUNCTUATION = 20L;
  static const jint START_PUNCTUATION = 21L;
  static const jint END_PUNCTUATION = 22L;
  static const jint INITIAL_QUOTE_PUNCTUATION = 29L;
  static const jint FINAL_QUOTE_PUNCTUATION = 30L;
  static const jint OTHER_PUNCTUATION = 24L;
  static const jint MATH_SYMBOL = 25L;
  static const jint CURRENCY_SYMBOL = 26L;
  static const jint MODIFIER_SYMBOL = 27L;
  static const jint OTHER_SYMBOL = 28L;
  static const jint DIRECTIONALITY_UNDEFINED = -1L;
  static const jint DIRECTIONALITY_LEFT_TO_RIGHT = 0L;
  static const jint DIRECTIONALITY_RIGHT_TO_LEFT = 1L;
  static const jint DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC = 2L;
  static const jint DIRECTIONALITY_EUROPEAN_NUMBER = 3L;
  static const jint DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR = 4L;
  static const jint DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR = 5L;
  static const jint DIRECTIONALITY_ARABIC_NUMBER = 6L;
  static const jint DIRECTIONALITY_COMMON_NUMBER_SEPARATOR = 7L;
  static const jint DIRECTIONALITY_NONSPACING_MARK = 8L;
  static const jint DIRECTIONALITY_BOUNDARY_NEUTRAL = 9L;
  static const jint DIRECTIONALITY_PARAGRAPH_SEPARATOR = 10L;
  static const jint DIRECTIONALITY_SEGMENT_SEPARATOR = 11L;
  static const jint DIRECTIONALITY_WHITESPACE = 12L;
  static const jint DIRECTIONALITY_OTHER_NEUTRALS = 13L;
  static const jint DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING = 14L;
  static const jint DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE = 15L;
  static const jint DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING = 16L;
  static const jint DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE = 17L;
  static const jint DIRECTIONALITY_POP_DIRECTIONAL_FORMAT = 18L;
private:
  static const jint TYPE_MASK = 31L;
  static const jint NO_BREAK_MASK = 32L;
  static const jint MIRROR_MASK = 64L;
public:

  static ::java::lang::Class class$;
};

#endif /* __java_lang_Character__ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.019 ]--