Searched refs:installed (Results 26 - 50 of 227) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_query_command.rb186 @cmd.handle_options %w[-n a --installed]
199 @cmd.handle_options %w[-n a --no-installed]
214 @cmd.handle_options %w[-n not_installed --no-installed]
227 @cmd.handle_options %w[--installed]
242 @cmd.handle_options %w[-n not_installed --installed]
257 @cmd.handle_options %w[-n a --installed --version 2]
270 @cmd.handle_options %w[-n c --installed --version 2]
/macosx-10.10/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py119 kwargs['installed'] = items.get_optional_bool('installed', True)
128 required_libraries, add_to_library_groups, installed):
143 # Whether or not this library is installed.
144 self.installed = installed
167 if not self.installed:
168 print >>result, 'installed = 0'
203 required_libraries, add_to_library_groups, installed):
206 add_to_library_groups, installed)
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcoll.cpp225 UResourceBundle installed; local
228 ures_initStackObject(&installed);
230 ures_getByKey(index, "InstalledLocales", &installed, &status);
233 availableLocaleListCount = ures_getSize(&installed);
237 ures_resetIterator(&installed);
238 while(ures_hasNext(&installed)) {
240 ures_getNextString(&installed, NULL, &tempKey, &status);
245 ures_close(&installed);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/Tester/
H A DColor.pm42 This module will have no effect unless Term::ANSIColor is installed.
/macosx-10.10/lsof-53/lsof/
H A DAFSConfig39 # Decide (perhaps for a second time) that AFS is installed.
62 echo "This system does not appear to have AFS installed."
70 AFS appears to be installed on this system; cell name "$CELL".
74 lsof; and 2) the version of AFS that is installed.
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.h79 int installed);
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Drdoc_command.rb10 super 'rdoc', 'Generates RDoc for pre-installed gems',
16 'installed gems') do |value, options|
31 'Overwrite installed documents') do |value, options|
48 The rdoc command builds RDoc and RI documentation for installed gems. Use
H A Dinstall_command.rb35 add_prerelease_option "to be installed. (Only for listed gems)"
64 version is also installed.
74 Gem files will remain installed in \\
91 Gem files will remain installed in \\
191 say "#{@installed_specs.length} #{gems} installed"
H A Dlock_command.rb51 Rake-0.7.0.1 is the most recent version installed that satisfies that, so we
93 complain "Unable to satisfy '#{dep}' from currently installed gems"
H A Dupdate_command.rb20 super 'update', 'Update installed gems to the latest version',
66 say "Updating installed gems"
68 hig = {} # highest installed gems
160 say "Latest version currently installed. Aborting."
185 installed = system setup_cmd
186 say "RubyGems system software updated" if installed
H A Denvironment_command.rb12 gemdir display the path where gems are installed
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole_event.rb8 installed = false
17 installed = true
21 installed
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/lib/Class/C3/
H A DXS.pm18 # if it's installed locally
29 L<Class::C3> test suite *after* this module is installed.
/macosx-10.10/apr-32/apr/apr/
H A Dapr-config.in58 --bindir print location where binaries are installed
59 --includedir print location where headers are installed
94 if test "$location" = "installed"; then
123 if test "$location" = "installed"; then
155 if test "$location" = "installed"; then
169 if test "$location" = "installed"; then
184 if test "$location" = "installed"; then
194 # installed and the LA_FILE does not exist, assume to use -L/-l
195 # (the LA_FILE may not have been installed). If we're building ourselves,
199 elif test "$location" = "installed"; the
[all...]
/macosx-10.10/CPANInternal-159.1/Readonly-XS-1.05/
H A DXS.pm67 scalar variables. When Readonly::XS is installed, Readonly uses it to
83 installed or not. They should just "use Readonly" and let Readonly
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/
H A DMakefile.PL240 You have version $Template::VERSION of the Template Toolkit installed.
271 or later) first be installed. This is used by
285 or later) first be installed. This is used by the File plugin. It is
298 or later) first be installed. This is used by the Template::Document
/macosx-10.10/ICU-531.30/icuSources/data/brkitr/
H A Dbrkfiles.mk32 # All aliases (to not be included under 'installed'), but not including root.
/macosx-10.10/libxslt-13/libxslt/vms/
H A Dbuild_xslt.com9 $! This package requires libxml to have already been installed. You need
121 $ ! look for globals.h in a directory installed paralle to this one
/macosx-10.10/python-89/2.6/
H A DMakefile66 strip-installed-files \
83 strip-installed-files:
/macosx-10.10/python-89/2.7/
H A DMakefile66 strip-installed-files \
83 strip-installed-files:
/macosx-10.10/swig-12/Lib/python/
H A Dembed.i20 installed with the Python language.
H A Dembed15.i23 installed with the Python language.
/macosx-10.10/vim-55/src/po/
H A DMake_mvc.mak65 # Correct the following line for the directory where gettext et al is installed
/macosx-10.10/groff-38/groff/arch/djgpp/
H A Dt-groff.bat2 Rem This script runs groff without requiring that it be installed.
25 Rem Make the following command pipe to Less if you have Less installed:
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DUtilTypes.h98 bool installed; member in struct:PrinterSetupWizard::Printer

Completed in 433 milliseconds

12345678910