GRAYBYTE WORDPRESS FILE MANAGER8788

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
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/ruby32/share/gems/gems/psych-5.0.1/lib/psych/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/ruby32/share/gems/gems/psych-5.0.1/lib/psych//nodes.rb
# frozen_string_literal: true
require_relative 'nodes/node'
require_relative 'nodes/stream'
require_relative 'nodes/document'
require_relative 'nodes/sequence'
require_relative 'nodes/scalar'
require_relative 'nodes/mapping'
require_relative 'nodes/alias'

module Psych
  ###
  # = Overview
  #
  # When using Psych.load to deserialize a YAML document, the document is
  # translated to an intermediary AST.  That intermediary AST is then
  # translated in to a Ruby object graph.
  #
  # In the opposite direction, when using Psych.dump, the Ruby object graph is
  # translated to an intermediary AST which is then converted to a YAML
  # document.
  #
  # Psych::Nodes contains all of the classes that make up the nodes of a YAML
  # AST.  You can manually build an AST and use one of the visitors (see
  # Psych::Visitors) to convert that AST to either a YAML document or to a
  # Ruby object graph.
  #
  # Here is an example of building an AST that represents a list with one
  # scalar:
  #
  #   # Create our nodes
  #   stream = Psych::Nodes::Stream.new
  #   doc    = Psych::Nodes::Document.new
  #   seq    = Psych::Nodes::Sequence.new
  #   scalar = Psych::Nodes::Scalar.new('foo')
  #
  #   # Build up our tree
  #   stream.children << doc
  #   doc.children    << seq
  #   seq.children    << scalar
  #
  # The stream is the root of the tree.  We can then convert the tree to YAML:
  #
  #   stream.to_yaml => "---\n- foo\n"
  #
  # Or convert it to Ruby:
  #
  #   stream.to_ruby => [["foo"]]
  #
  # == YAML AST Requirements
  #
  # A valid YAML AST *must* have one Psych::Nodes::Stream at the root.  A
  # Psych::Nodes::Stream node must have 1 or more Psych::Nodes::Document nodes
  # as children.
  #
  # Psych::Nodes::Document nodes must have one and *only* one child.  That child
  # may be one of:
  #
  # * Psych::Nodes::Sequence
  # * Psych::Nodes::Mapping
  # * Psych::Nodes::Scalar
  #
  # Psych::Nodes::Sequence and Psych::Nodes::Mapping nodes may have many
  # children, but Psych::Nodes::Mapping nodes should have an even number of
  # children.
  #
  # All of these are valid children for Psych::Nodes::Sequence and
  # Psych::Nodes::Mapping nodes:
  #
  # * Psych::Nodes::Sequence
  # * Psych::Nodes::Mapping
  # * Psych::Nodes::Scalar
  # * Psych::Nodes::Alias
  #
  # Psych::Nodes::Scalar and Psych::Nodes::Alias are both terminal nodes and
  # should not have any children.
  module Nodes
  end
end

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 01 1970 00:00:00
root / root
0
handlers
--
May 13 2025 08:35:40
root / linksafe
0755
json
--
May 13 2025 08:35:40
root / linksafe
0755
nodes
--
May 13 2025 08:35:40
root / linksafe
0755
visitors
--
May 13 2025 08:35:40
root / linksafe
0755
class_loader.rb
1.986 KB
April 24 2025 07:53:46
root / linksafe
0644
coder.rb
2.049 KB
April 24 2025 07:53:46
root / linksafe
0644
core_ext.rb
0.354 KB
April 24 2025 07:53:46
root / linksafe
0644
exception.rb
0.709 KB
April 24 2025 07:53:46
root / linksafe
0644
handler.rb
7.196 KB
April 24 2025 07:53:46
root / linksafe
0644
nodes.rb
2.375 KB
April 24 2025 07:53:46
root / linksafe
0644
omap.rb
0.073 KB
April 24 2025 07:53:46
root / linksafe
0644
parser.rb
2.027 KB
April 24 2025 07:53:46
root / linksafe
0644
scalar_scanner.rb
4.687 KB
April 24 2025 07:53:46
root / linksafe
0644
set.rb
0.072 KB
April 24 2025 07:53:46
root / linksafe
0644
stream.rb
0.901 KB
April 24 2025 07:53:46
root / linksafe
0644
streaming.rb
0.651 KB
April 24 2025 07:53:46
root / linksafe
0644
syntax_error.rb
0.574 KB
April 24 2025 07:53:46
root / linksafe
0644
tree_builder.rb
2.986 KB
April 24 2025 07:53:46
root / linksafe
0644
versions.rb
0.184 KB
April 24 2025 07:53:46
root / linksafe
0644
visitors.rb
0.248 KB
April 24 2025 07:53:46
root / linksafe
0644
y.rb
0.186 KB
April 24 2025 07:53:46
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF