$33 GRAYBYTE WORDPRESS FILE MANAGER $91

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby32/share/gems/gems/rake-13.0.6/lib/rake/

HOME
Current File : /opt/alt/ruby32/share/gems/gems/rake-13.0.6/lib/rake//file_task.rb
# frozen_string_literal: true
require "rake/task"
require "rake/early_time"

module Rake

  # A FileTask is a task that includes time based dependencies.  If any of a
  # FileTask's prerequisites have a timestamp that is later than the file
  # represented by this task, then the file must be rebuilt (using the
  # supplied actions).
  #
  class FileTask < Task

    # Is this file task needed?  Yes if it doesn't exist, or if its time stamp
    # is out of date.
    def needed?
      !File.exist?(name) || out_of_date?(timestamp) || @application.options.build_all
    end

    # Time stamp for file task.
    def timestamp
      if File.exist?(name)
        File.mtime(name.to_s)
      else
        Rake::LATE
      end
    end

    private

    # Are there any prerequisites with a later time than the given time stamp?
    def out_of_date?(stamp)
      all_prerequisite_tasks.any? { |prereq|
        prereq_task = application[prereq, @scope]
        if prereq_task.instance_of?(Rake::FileTask)
          prereq_task.timestamp > stamp || @application.options.build_all
        else
          prereq_task.timestamp > stamp
        end
      }
    end

    # ----------------------------------------------------------------
    # Task class methods.
    #
    class << self
      # Apply the scope to the task name according to the rules for this kind
      # of task.  File based tasks ignore the scope when creating the name.
      def scope_name(scope, task_name)
        Rake.from_pathname(task_name)
      end
    end
  end
end


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
1 Jan 1970 12.00 AM
root / root
0
ext
--
31 Mar 2026 8.34 AM
root / linksafe
0755
loaders
--
31 Mar 2026 8.34 AM
root / linksafe
0755
application.rb
24.747 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
backtrace.rb
0.875 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
clean.rb
2.028 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
cloneable.rb
0.438 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
cpu_counter.rb
2.325 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
default_loader.rb
0.259 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
dsl_definition.rb
5.481 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
early_time.rb
0.361 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
file_creation_task.rb
0.683 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
file_list.rb
12.453 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
file_task.rb
1.499 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
file_utils.rb
3.821 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
file_utils_ext.rb
3.838 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
invocation_chain.rb
1.186 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
invocation_exception_mixin.rb
0.45 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
late_time.rb
0.288 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
linked_list.rb
2.77 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
multi_task.rb
0.337 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
name_space.rb
0.686 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
packagetask.rb
6.017 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
phony.rb
0.372 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
private_reader.rb
0.385 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
promise.rb
2.28 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
pseudo_status.rb
0.396 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
rake_module.rb
1.492 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
rake_test_loader.rb
0.466 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
rule_recursion_overflow_error.rb
0.373 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
scope.rb
0.877 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
task.rb
12.741 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
task_argument_error.rb
0.146 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
task_arguments.rb
2.41 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
task_manager.rb
10.024 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
tasklib.rb
0.161 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
testtask.rb
5.19 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
thread_history_display.rb
1.129 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
thread_pool.rb
4.677 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
trace_output.rb
0.562 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
version.rb
0.203 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
win32.rb
1.516 KB
13 Mar 2026 3.20 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF