Home
last modified time | relevance | path

Searched refs:DIRECTORY_TERM (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dfileutils.rb1539 DIRECTORY_TERM = "(?=[/#{Regexp.quote(File::ALT_SEPARATOR)}]|\\z)" constant in FileUtils.Entry_
1541 DIRECTORY_TERM = "(?=/|\\z)" constant in FileUtils.Entry_
1546 /\A(?#{SYSCASE}:#{Regexp.quote(ascendant)})#{DIRECTORY_TERM}/ =~ File.dirname(descendant)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Ruby/
H A DRuby-1.9.1.api679 fileutils.Entry_.DIRECTORY_TERM?7