Searched refs:dependency (Results 1 - 25 of 120) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dunpack_command.rb48 dependency = Gem::Dependency.new name, options[:version]
49 path = get_path dependency
114 def get_path dependency
115 return dependency.name if dependency.name =~ /\.gem$/i
117 specs = dependency.matching_specs
121 return Gem::RemoteFetcher.fetcher.download_to_cache(dependency) unless
124 return unless dependency.name =~ /^#{selected.name}$/i
131 return Gem::RemoteFetcher.fetcher.download_to_cache(dependency) unless path
H A Ddependency_command.rb11 super 'dependency',
62 dependency = Gem::Deprecate.skip_during {
65 dependency.prerelease = options[:prerelease]
69 specs.concat dependency.matching_specs if local?
74 ss, _ = fetcher.spec_for_dependency dependency
H A Dupdate_command.rb198 dependency = Gem::Dependency.new l_spec.name, "> #{l_spec.version}"
199 dependency.prerelease = options[:prerelease]
203 spec_tuples, _ = fetcher.search_for_dependency dependency
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_resolver.rb2 require 'rubygems/dependency'
28 # Raised when a dependency requests a gem for which there is
33 super "unable to find any gem matching dependency '#{dep}'"
35 @dependency = dep
38 attr_reader :dependency
47 super "detected #{conflicts.size} conflict#{s} with dependency '#{request.dependency}'"
52 def dependency method in class:Gem.ImpossibleDependenciesError
53 @request.dependency
131 if req.dependency
[all...]
H A Dspec_fetcher.rb64 # Find and fetch gem name tuples that match +dependency+.
68 def search_for_dependency(dependency, matching_platform=true)
73 if dependency.prerelease?
75 elsif dependency.latest_version?
84 if dependency.match?(tup)
87 rejected_specs[dependency] ||= \
134 # Find and fetch specs that match +dependency+.
138 def spec_for_dependency(dependency, matching_platform=true)
139 tuples, errors = search_for_dependency(dependency, matching_platform)
H A Dtest_utilities.rb140 def download_to_cache dependency
141 found, _ = Gem::SpecFetcher.fetcher.spec_for_dependency dependency
H A Duninstaller.rb75 dependency = Gem::Dependency.new @gem, @version
84 next unless dependency.matches_spec? spec
H A Dinstaller.rb99 # :ignore_dependencies:: Don't raise if a dependency is missing.
300 # Ensure that the dependency is satisfied by the current installation of
304 # dependency :: Gem::Dependency
306 def ensure_dependency(spec, dependency)
307 unless installation_satisfies_dependency? dependency then
308 raise Gem::InstallError, "#{spec.name} requires #{dependency}"
314 # True if the gems in the system satisfy +dependency+.
316 def installation_satisfies_dependency?(dependency)
317 return true if installed_specs.detect { |s| dependency.matches_spec? s }
319 not dependency
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Optional/
H A DDependencies.pod13 DBIx::Class::Optional::Dependencies - Optional module dependency specifications (for module authors)
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pod13 DBIx::Class::Schema::Loader::Optional::Dependencies - Optional module dependency specifications (for module authors)
125 dependencies keyed by dependency group. Each key (group name) can be supplied
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A Dcompile-front-end.py384 for dependency in module["dependencies"]:
385 command += dump_module(dependency, recursively, processed_modules)
389 for dependency in module["dependencies"]:
395 command += jsmodule_name_prefix + dependency
/macosx-10.9.5/ICU-511.35/icuSources/config/
H A Dmh-os39095 ## Commands to generate dependency files
216 @echo "generating dependency information for $<"
221 @echo "generating dependency information for $<"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/
H A Ddependencies.inc32 -- Package dependency, higher requires lower package
33 = Dynamic dependency through plugin system
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/
H A Ddependencies.inc32 -- Package dependency, higher requires lower package
33 = Dynamic dependency through plugin system
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_dependency_resolver.rb104 assert_equal "c (= 1)", con.dependency.to_s
132 assert_equal "c (= 1)", con.dependency.to_s
180 assert_equal "unable to find any gem matching dependency 'a (>= 0)'", e.message
182 assert_equal "a (>= 0)", e.dependency.to_s
196 assert_equal "a (= 3)", e.dependency.to_s
218 assert_equal "detected 1 conflict with dependency 'c (>= 2)'", e.message
220 assert_equal "c (>= 2)", e.dependency.to_s
224 assert_equal "c (= 1)", con.dependency.to_s
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/
H A Dmac.sh26 ${config} --disable-dependency-tracking > log || exit 1
/macosx-10.9.5/CPANInternal-140/Task-Weaken/lib/Task/
H A DWeaken.pm29 then "missing" from the platform, B<despite> passing a dependency on
38 This restores the functionality testing to a dependency you do once
43 operating systems play more nicely, because it introduces a dependency
54 dependency on the module. However, if L<Scalar::Util> is relatively
/macosx-10.9.5/cxxfilt-11/cxxfilt/config/
H A Ddepstand.m417 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.
/macosx-10.9.5/python_modules-35/tmpprefix/libpng/
H A DMakefile30 CFLAGS='$(RC_CFLAGS)' LDFLAGS='$(RC_CFLAGS)' ../configure --disable-dependency-tracking --disable-shared --enable-static --prefix=$(TMPPREFIX) && \
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_invocation_chain.rb26 assert_match(/circular +dependency/i, ex.message)
/macosx-10.9.5/dcerpc-58/BuildConfig/
H A Drun-autoconf175 --disable-dependency-tracking \
/macosx-10.9.5/pcre-7/
H A DMakefile24 cd $(OBJROOT) && $(Environment) $(SRCROOT)/$(Project)/configure --disable-dependency-tracking \
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/lib/Class/C3/
H A DXS.pm33 dependency because it would be circular with the optional
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/lib/Class/C3/
H A DXS.pm33 dependency because it would be circular with the optional
/macosx-10.9.5/curl-78.94.1/curl/
H A DMacOSX-Framework85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \

Completed in 378 milliseconds

12345