GRAYBYTE WORDPRESS FILE MANAGER9221

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/rake/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/ruby19/lib64/ruby/1.9.1/rake//win32.rb
module Rake
  require 'rake/alt_system'

  # Win 32 interface methods for Rake. Windows specific functionality
  # will be placed here to collect that knowledge in one spot.
  module Win32

    # Error indicating a problem in locating the home directory on a
    # Win32 system.
    class Win32HomeError < RuntimeError
    end

    class << self
      # True if running on a windows system.
      def windows?
        AltSystem::WINDOWS
      end

      # Run a command line on windows.
      def rake_system(*cmd)
        AltSystem.system(*cmd)
      end

      # The standard directory containing system wide rake files on
      # Win 32 systems. Try the following environment variables (in
      # order):
      #
      # * HOME
      # * HOMEDRIVE + HOMEPATH
      # * APPDATA
      # * USERPROFILE
      #
      # If the above are not defined, the return nil.
      def win32_system_dir #:nodoc:
        win32_shared_path = ENV['HOME']
        if win32_shared_path.nil? && ENV['HOMEDRIVE'] && ENV['HOMEPATH']
          win32_shared_path = ENV['HOMEDRIVE'] + ENV['HOMEPATH']
        end

        win32_shared_path ||= ENV['APPDATA']
        win32_shared_path ||= ENV['USERPROFILE']
        raise Win32HomeError, "Unable to determine home path environment variable." if
          win32_shared_path.nil? or win32_shared_path.empty?
        normalize(File.join(win32_shared_path, 'Rake'))
      end

      # Normalize a win32 path so that the slashes are all forward slashes.
      def normalize(path)
        path.gsub(/\\/, '/')
      end

    end
  end
end

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 22:50:37
root / root
0755
contrib
--
March 03 2024 22:50:37
root / linksafe
0755
ext
--
March 03 2024 22:50:37
root / linksafe
0755
lib
--
March 03 2024 22:50:37
root / linksafe
0755
loaders
--
March 03 2024 22:50:37
root / linksafe
0755
alt_system.rb
3.137 KB
June 23 2011 22:11:55
root / linksafe
0644
application.rb
17.45 KB
September 15 2011 15:35:58
root / linksafe
0644
classic_namespace.rb
0.398 KB
June 28 2011 02:45:29
root / linksafe
0644
clean.rb
0.992 KB
June 28 2011 02:45:29
root / linksafe
0644
cloneable.rb
0.649 KB
June 23 2011 22:11:55
root / linksafe
0644
default_loader.rb
0.16 KB
June 23 2011 22:11:55
root / linksafe
0644
dsl_definition.rb
4.669 KB
September 15 2011 15:35:58
root / linksafe
0644
early_time.rb
0.267 KB
June 23 2011 22:11:55
root / linksafe
0644
file_creation_task.rb
0.654 KB
June 23 2011 22:11:55
root / linksafe
0644
file_list.rb
11.226 KB
February 14 2012 07:58:23
root / linksafe
0644
file_task.rb
1.283 KB
June 23 2011 22:11:55
root / linksafe
0644
file_utils.rb
2.991 KB
June 28 2011 02:45:29
root / linksafe
0644
file_utils_ext.rb
4.124 KB
June 28 2011 02:45:29
root / linksafe
0644
gempackagetask.rb
0.276 KB
June 28 2011 02:45:29
root / linksafe
0644
invocation_chain.rb
0.939 KB
June 23 2011 22:11:55
root / linksafe
0644
invocation_exception_mixin.rb
0.421 KB
June 23 2011 22:11:55
root / linksafe
0644
multi_task.rb
0.408 KB
June 23 2011 22:11:55
root / linksafe
0644
name_space.rb
0.604 KB
June 23 2011 22:11:55
root / linksafe
0644
packagetask.rb
5.069 KB
June 23 2011 22:11:55
root / linksafe
0644
pathmap.rb
0.025 KB
June 23 2011 22:11:55
root / linksafe
0644
pseudo_status.rb
0.412 KB
June 23 2011 22:11:55
root / linksafe
0644
rake_module.rb
0.52 KB
June 23 2011 22:11:55
root / linksafe
0644
rake_test_loader.rb
0.333 KB
June 28 2011 02:45:29
root / linksafe
0644
rdoctask.rb
6.55 KB
June 28 2011 02:45:29
root / linksafe
0644
ruby182_test_unit_fix.rb
0.823 KB
June 23 2011 22:11:55
root / linksafe
0644
rule_recursion_overflow_error.rb
0.345 KB
June 23 2011 22:11:55
root / linksafe
0644
runtest.rb
0.428 KB
June 23 2011 22:11:55
root / linksafe
0644
task.rb
9.467 KB
June 23 2011 22:11:55
root / linksafe
0644
task_argument_error.rb
0.116 KB
June 23 2011 22:11:55
root / linksafe
0644
task_arguments.rb
1.637 KB
June 28 2011 02:45:29
root / linksafe
0644
task_manager.rb
8.769 KB
June 23 2011 22:11:55
root / linksafe
0644
tasklib.rb
0.566 KB
June 23 2011 22:11:55
root / linksafe
0644
testtask.rb
4.883 KB
June 23 2011 22:11:55
root / linksafe
0644
version.rb
0.154 KB
September 15 2011 15:35:58
root / linksafe
0644
win32.rb
1.525 KB
June 23 2011 22:11:55
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF