Searched refs:Installer (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DToolOutputFile.h27 /// Installer - This class is declared before the raw_fd_ostream so that
40 } Installer; member in class:llvm::tool_output_file
43 /// Installer.
57 void keep() { Installer.Keep = true; }
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DToolOutputFile.cpp38 : Installer(filename),
42 Installer.Keep = true;
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dinsure_session.rb6 Gem::Installer.new(path_to_gem).install
H A Dtest_gem_commands_update_command.rb38 Gem::Installer.new(@a1_path).install
242 Gem::Installer.new(@c1_2_path).install
243 Gem::Installer.new(@a1_path).install
269 Gem::Installer.new(@a1_path).install
286 Gem::Installer.new(@a1_path).install
305 Gem::Installer.new(@a2_path).install
323 Gem::Installer.new(@a2_path).install
343 Gem::Installer.new(@a2_path).install
361 Gem::Installer.new(@a1_path).install
H A Dtest_gem_installer.rb70 e = assert_raises Gem::Installer::ExtensionBuildError do
96 e = assert_raises Gem::Installer::ExtensionBuildError do
217 Gem::Installer.exec_format = 'foo-%s-bar'
292 installer = Gem::Installer.new a_gem
308 installer = Gem::Installer.new a_gem, :security_policy => policy
355 inst = Gem::Installer.new '', options
357 Gem::Installer.path_warning = false
387 Gem::Installer.exec_format = 'foo-%s-bar'
393 Gem::Installer.exec_format = nil
401 Gem::Installer
[all...]
H A Dsimple_gem.rb19 gem = Gem::Installer.new(__FILE__).install(@force, @directory)
H A Dtest_gem_commands_uninstall_command.rb81 Gem::Installer.exec_format = 'foo-%s-bar'
95 Gem::Installer.exec_format = nil
H A Dtest_gem_install_update_options.rb121 @installer = Gem::Installer.new @gem, @cmd.options
141 Gem::Installer.new(@gem, @cmd.options).install
H A Dtest_gem_uninstaller.rb100 Gem::Installer.exec_format = 'foo-%s-bar'
113 Gem::Installer.exec_format = nil
117 Gem::Installer.exec_format = 'foo-%s-bar'
130 Gem::Installer.exec_format = nil
H A Dtest_gem_commands_unpack_command.rb201 Gem::Installer.new(foo_path).install
202 Gem::Installer.new(foo_bar_path).install
H A Dtest_gem_dependency_installer.rb399 Gem::Installer.new(@a1_gem).install
469 Gem::Installer.new('a-1.gem').install
560 inst = Gem::Installer.new @a1.file_name
687 Gem::Installer.new(@a1_gem).install
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dinstaller_test_case.rb4 class Gem::Installer
68 # A test case for Gem::Installer.
86 # a Gem::Installer for the @spec that installs into @gemhome
88 # a Gem::Installer for the @user_spec that installs into Gem.user_dir
182 @installer = Gem::Installer.new @gem
190 Gem::Installer.new(spec.cache_file,
H A Drequest_set.rb106 inst = Gem::Installer.new path, :install_dir => dir,
136 inst = Gem::Installer.new path, options
H A Duninstaller.rb320 Gem::Installer.exec_format % File.basename(filename)
H A Ddependency_installer.rb48 # :env_shebang:: See Gem::Installer::new.
49 # :force:: See Gem::Installer#install.
50 # :format_executable:: See Gem::Installer#initialize.
52 # :install_dir:: See Gem::Installer#install.
54 # :security_policy:: See Gem::Installer::new and Gem::Security.
55 # :user_install:: See Gem::Installer.new
56 # :wrappers:: See Gem::Installer::new
57 # :build_args:: See Gem::Installer::new
366 inst = Gem::Installer.new local_gem_path,
H A Dinstaller.rb17 # Gem::Installer does the work of putting files in all the right places on the
27 class Gem::Installer
64 # The options passed when the Gem::Installer was instantiated.
88 # Constructs an Installer instance that will install the gem located at
/macosx-10.9.5/CPANInternal-140/Sub-Install/lib/Sub/
H A DInstall.pm213 Sub::Installer. It installs C<install_sub> and C<reinstall_sub> methods into
223 Sub::Installer. They accept a single hash as an argument. The key/value pairs
228 Unlike Sub::Installer's C<install_sub> will not eval strings into code, but
293 =item L<Sub::Installer>
295 This module is (obviously) a reaction to Damian Conway's Sub::Installer, which
312 Sub-Installer distribution.
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dpristine_command.rb112 installer = Gem::Installer.new(gem,
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dinstall.tcl25 wm title . {Ctext Installer}
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/
H A Dinstall.rb.orig415 class Installer
834 class ToplevelInstaller < Installer
850 Installer.declear_toplevel_installer self
1165 raise Installer, "cannot load config \"#{config_path}\""
H A Dinstall.rb415 class Installer class
834 class ToplevelInstaller < Installer
850 Installer.declear_toplevel_installer self
1165 raise Installer, "cannot load config \"#{config_path}\""
/macosx-10.9.5/bind9-45.100/bind9/win32utils/
H A DBuildSetup.bat91 echo Copying Visual C x86 Redistributable Installer
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/rubycocoa/
H A Dsetup.rb835 @installer = Installer.new(@config, @ardir, File.expand_path('.'))
1032 @root_installer = Installer.new(@config, @ardir, File.expand_path('.'))
1056 @installers[pack] = Installer.new(@config,
1158 class Installer class in class:ConfigTable.ToplevelInstaller.ToplevelInstallerMulti
1567 end # class Installer
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsyspolicy.sql132 values (2, 1, -1, 2, 'Apple Installer', 'anchor apple generic and certificate 1[subject.CN] = "Apple Software Update Certification Authority"');
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsyspolicy.sql132 values (2, 1, -1, 2, 'Apple Installer', 'anchor apple generic and certificate 1[subject.CN] = "Apple Software Update Certification Authority"');

Completed in 318 milliseconds

12