Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/2.4.0/rexml/dtd
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
2.4.0
/
rexml
/
dtd
/
📁
..
📄
attlistdecl.rb
(228 B)
📄
dtd.rb
(1.2 KB)
📄
elementdecl.rb
(450 B)
📄
entitydecl.rb
(1.66 KB)
📄
notationdecl.rb
(1.06 KB)
Editing: attlistdecl.rb
# frozen_string_literal: false require "rexml/child" module REXML module DTD class AttlistDecl < Child START = "<!ATTLIST" START_RE = /^\s*#{START}/um PATTERN_RE = /\s*(#{START}.*?>)/um end end end
Upload File
Create Folder