Searched refs:Dir (Results 101 - 125 of 231) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_backtrace.rb10 Dir.pwd =~ Rake::Backtrace::SUPPRESS_PATTERN
35 assert_something_matches %r!\A#{Regexp.quote Dir.pwd}/Rakefile:3!i, lines
53 assert_something_matches %r!\A#{Regexp.quote Dir.pwd}/Rakefile:6!i, lines
54 assert_something_matches %r!\A#{Regexp.quote Dir.pwd}/Rakefile:3!i, lines
H A Dtest_rake_definitions.rb73 Dir.mkdir File.dirname(EXISTINGFILE) unless
H A Dtest_rake_makefile_loader.rb8 Dir.chdir @tempdir
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_whileuntil.rb7 Dir.mktmpdir("ruby_while_tmp") {|tmpdir|
H A Dtest_rubyoptions.rb18 Dir.mktmpdir {|d|
20 Dir.chdir(d) {
165 d = Dir.tmpdir
188 d = Dir.tmpdir
189 assert_in_out_err(["-C", d, "-e", "puts Dir.pwd"]) do |r, e|
433 Dir.mktmpdir {|d|
446 Dir.chdir(d) {
618 Dir.mktmpdir do |dir|
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_package_task.rb30 Dir.chdir @tempdir do
H A Dtest_gem_command_manager.rb128 assert_equal Dir.pwd, check_options[:install_dir]
129 assert_equal Dir.pwd, check_options[:bin_dir]
257 assert_equal Dir.pwd, check_options[:install_dir]
H A Dtest_gem_specification.rb1342 Dir.chdir @tempdir do
1355 Dir.chdir @tempdir do
1395 Dir.chdir @tempdir do
1410 Dir.chdir @tempdir do
1430 Dir.chdir @tempdir do
1471 Dir.chdir @tempdir do
1514 Dir.chdir @tempdir do
1547 Dir.chdir @tempdir do
1564 Dir.chdir @tempdir do
1607 Dir
[all...]
H A Dtest_gem_commands_build_command.rb69 Dir.chdir @tempdir do
/macosx-10.10/ruby-106/ruby/win32/
H A Dresource.rb19 Dir.open(File.expand_path(path)) do |d|
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_generator_darkfish.rb14 @tmpdir = File.join Dir.tmpdir, "test_rdoc_generator_darkfish_#{$$}"
16 Dir.chdir @tmpdir
64 Dir.chdir @pwd
H A Dtest_rdoc_generator_json_index.rb10 @tmpdir = File.join Dir.tmpdir, "test_rdoc_generator_darkfish_#{$$}"
50 Dir.chdir @tmpdir
56 Dir.chdir @pwd
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl463 PutsCtrlSock $s "NLST$ftp(Dir)"
501 PutsCtrlSock $s "LIST$ftp(Dir)"
606 regexp -- "^.*\"(.*)\"" $buffer temp ftp(Dir)
609 Command $ftp(Command) pwd $ftp(Dir)
619 PutsCtrlSock $s "CWD$ftp(Dir)"
628 Command $ftp(Command) cd $ftp(Dir)
631 set errmsg "Error changing directory to \"$ftp(Dir)\""
638 PutsCtrlSock $s "MKD $ftp(Dir)"
646 Command $ftp(Command) mkdir $ftp(Dir)
649 set errmsg "Error making dir \"$ftp(Dir)\"!"
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dexplorer.tcl3 set Dir [file dirname [file dirname [info script]]]
19 global Dir
24 set globDirs [glob -nocomplain -types d -dir $Dir *]
31 if {[file dirname $Dir] ne $Dir} {
43 set globFiles [glob -nocomplain -types f -dir $Dir *]
199 if {$file eq ".."} { set file [file dirname $::Dir] }
394 if {$file eq ".."} { set file [file dirname $::Dir] }
552 if {$file eq ".."} { set file [file dirname $::Dir] }
596 global Dir
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Drubygems.rb213 here = Dir.pwd.untaint
225 Dir.chdir ".."
228 return if Dir.pwd == here
230 here = Dir.pwd
233 Dir.chdir start
427 Dir["#{File.expand_path glob, load_path}#{Gem.suffix_pattern}"]
953 globbed = Dir["#{File.expand_path path, load_path}#{Gem.suffix_pattern}"]
H A Dtempfile.rb82 include Dir::Tmpname
85 # new(basename, [tmpdir = Dir.tmpdir], [options])
105 # by the +tmpdir+ parameter. By default, this is +Dir.tmpdir+.
108 # are tainted by default, and +Dir.tmpdir+'s return value might
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dtest_case.rb161 @@project_dir = Dir.pwd.untaint unless defined?(@@project_dir)
182 @current_dir = Dir.pwd
185 tmpdir = File.expand_path Dir.tmpdir
198 # File.expand_path Dir.tmpdir #=> "/var/..."
199 # Dir.chdir Dir.tmpdir do File.expand_path '.' end #=> "/private/var/..."
202 Dir.chdir @tempdir do
221 Dir.chdir @tempdir
324 Dir.chdir @current_dir
353 Dir
[all...]
H A Dinstaller_test_case.rb161 Dir.chdir @tempdir do
H A Dsource.rb145 def download(spec, dir=Dir.pwd)
/macosx-10.10/Security-57031.1.35/certificates/CertificateTool/BuildOSXRootKeychain/
H A DbuildRootKeychain.rb240 Dir.foreach(CertTools.root_certs_dir) do |f|
288 Dir.foreach(dir) do |f|
337 file_system_entries = Dir.entries(CertTools.root_certs_dir)
404 Dir.foreach(cert_path) do |f|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dimage2.rb99 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dimage2.rb98 Dir.glob([$dirName,'*'].join(File::Separator)).sort.each{|f|
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dunpack_command.rb15 :target => Dir.pwd
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dsystem-command.rb52 Dir.chdir @shell.pwd
/macosx-10.10/ruby-106/ruby/nacl/
H A Dpackage.rb18 SRC_DIRS = [ Dir.pwd, HOST_LIB ]

Completed in 129 milliseconds

12345678910