X7ROOT File Manager
Current Path:
/opt/alt/ruby27/share/ruby/rexml/dtd
opt
/
alt
/
ruby27
/
share
/
ruby
/
rexml
/
dtd
/
ðŸ“
..
📄
attlistdecl.rb
(234 B)
📄
dtd.rb
(1.21 KB)
📄
elementdecl.rb
(456 B)
📄
entitydecl.rb
(1.66 KB)
📄
notationdecl.rb
(1.07 KB)
Editing: attlistdecl.rb
# frozen_string_literal: false require_relative "../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