Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 13.58.147.98
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
lib64 /
ruby /
2.1.0 /
rexml /
dtd /
Delete
Unzip
Name
Size
Permission
Date
Action
attlistdecl.rb
197
B
-rw-r--r--
2009-10-02 10:45
dtd.rb
1.29
KB
-rw-r--r--
2009-10-02 10:45
elementdecl.rb
420
B
-rw-r--r--
2009-10-02 10:45
entitydecl.rb
1.63
KB
-rw-r--r--
2009-10-02 10:45
notationdecl.rb
1.03
KB
-rw-r--r--
2009-10-02 10:45
Save
Rename
require "rexml/child" module REXML module DTD class ElementDecl < Child START = "<!ELEMENT" START_RE = /^\s*#{START}/um PATTERN_RE = /^\s*(#{START}.*?)>/um PATTERN_RE = /^\s*#{START}\s+((?:[:\w_][-\.\w_]*:)?[-!\*\.\w_]*)(.*?)>/ #\s*((((["']).*?\5)|[^\/'">]*)*?)(\/)?>/um, true) def initialize match @name = match[1] @rest = match[2] end end end end