GRAYBYTE WORDPRESS FILE MANAGER5214

Server IP : 198.54.121.189 / Your IP : 216.73.216.224
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/ruby24/lib64/ruby/2.4.0/rss/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/ruby24/lib64/ruby/2.4.0/rss//syndication.rb
# frozen_string_literal: false
require "rss/1.0"

module RSS
  # The prefix for the Syndication XML namespace.
  SY_PREFIX = 'sy'
  # The URI of the Syndication specification.
  SY_URI = "http://purl.org/rss/1.0/modules/syndication/"

  RDF.install_ns(SY_PREFIX, SY_URI)

  module SyndicationModel

    extend BaseModel

    ELEMENTS = []

    def self.append_features(klass)
      super

      klass.install_must_call_validator(SY_PREFIX, SY_URI)
      klass.module_eval do
        [
          ["updatePeriod"],
          ["updateFrequency", :positive_integer]
        ].each do |name, type|
          install_text_element(name, SY_URI, "?",
                               "#{SY_PREFIX}_#{name}", type,
                               "#{SY_PREFIX}:#{name}")
        end

        %w(updateBase).each do |name|
          install_date_element(name, SY_URI, "?",
                               "#{SY_PREFIX}_#{name}", 'w3cdtf',
                               "#{SY_PREFIX}:#{name}")
        end
      end

      klass.module_eval(<<-EOC, __FILE__, __LINE__ + 1)
        alias_method(:_sy_updatePeriod=, :sy_updatePeriod=)
        def sy_updatePeriod=(new_value)
          new_value = new_value.strip
          validate_sy_updatePeriod(new_value) if @do_validate
          self._sy_updatePeriod = new_value
        end
      EOC
    end

    private
    SY_UPDATEPERIOD_AVAILABLE_VALUES = %w(hourly daily weekly monthly yearly)
    def validate_sy_updatePeriod(value) # :nodoc:
      unless SY_UPDATEPERIOD_AVAILABLE_VALUES.include?(value)
        raise NotAvailableValueError.new("updatePeriod", value)
      end
    end
  end

  class RDF
    class Channel; include SyndicationModel; end
  end

  prefix_size = SY_PREFIX.size + 1
  SyndicationModel::ELEMENTS.uniq!
  SyndicationModel::ELEMENTS.each do |full_name|
    name = full_name[prefix_size..-1]
    BaseListener.install_get_text_element(SY_URI, name, full_name)
  end

end

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 22:48:02
root / root
0755
content
--
March 03 2024 22:47:57
root / linksafe
0755
dublincore
--
March 03 2024 22:47:57
root / linksafe
0755
maker
--
March 03 2024 22:47:57
root / linksafe
0755
0.9.rb
10.61 KB
March 31 2020 11:42:18
root / linksafe
0644
1.0.rb
9.636 KB
March 31 2020 11:42:18
root / linksafe
0644
2.0.rb
3.428 KB
March 31 2020 11:42:18
root / linksafe
0644
atom.rb
28.902 KB
March 31 2020 11:42:18
root / linksafe
0644
content.rb
0.869 KB
March 31 2020 11:42:18
root / linksafe
0644
converter.rb
3.897 KB
March 31 2020 11:42:18
root / linksafe
0644
dublincore.rb
4.304 KB
March 31 2020 11:42:18
root / linksafe
0644
image.rb
4.793 KB
March 31 2020 11:42:18
root / linksafe
0644
itunes.rb
10.069 KB
March 31 2020 11:42:18
root / linksafe
0644
maker.rb
1.781 KB
March 31 2020 11:42:18
root / linksafe
0644
parser.rb
15.612 KB
March 31 2020 11:42:18
root / linksafe
0644
rexmlparser.rb
0.972 KB
March 31 2020 11:42:18
root / linksafe
0644
rss.rb
34.845 KB
March 31 2020 11:42:18
root / linksafe
0644
slash.rb
1.328 KB
March 31 2020 11:42:18
root / linksafe
0644
syndication.rb
1.883 KB
March 31 2020 11:42:18
root / linksafe
0644
taxonomy.rb
3.194 KB
March 31 2020 11:42:18
root / linksafe
0644
trackback.rb
6.716 KB
March 31 2020 11:42:18
root / linksafe
0644
utils.rb
5.106 KB
March 31 2020 11:42:18
root / linksafe
0644
xml-stylesheet.rb
2.158 KB
March 31 2020 11:42:18
root / linksafe
0644
xml.rb
1.498 KB
March 31 2020 11:42:18
root / linksafe
0644
xmlparser.rb
1.65 KB
March 31 2020 11:42:18
root / linksafe
0644
xmlscanner.rb
2.134 KB
March 31 2020 11:42:18
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF