403Webshell
Server IP : 66.29.132.122  /  Your IP : 18.221.163.13
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/log/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/log/destination.rb
# A type of log destination.
class Puppet::Util::Log::Destination
  class << self
    attr_accessor :name
  end

  def self.initvars
    @matches = []
  end

  # Mark the things we're supposed to match.
  def self.match(obj)
    @matches ||= []
    @matches << obj
  end

  # See whether we match a given thing.
  def self.match?(obj)
    # Convert single-word strings into symbols like :console and :syslog
    if obj.is_a? String and obj =~ /^\w+$/
      obj = obj.downcase.intern
    end

    @matches.each do |thing|
      # Search for direct matches or class matches
      return true if thing === obj or thing == obj.class.to_s
    end
    false
  end

  def name
    if defined?(@name)
      return @name
    else
      return self.class.name
    end
  end

  # Set how to handle a message.
  def self.sethandler(&block)
    define_method(:handle, &block)
  end

  # Mark how to initialize our object.
  def self.setinit(&block)
    define_method(:initialize, &block)
  end
end


Youez - 2016 - github.com/yon3zu
LinuXploit