Searched refs:installed (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DMakefile280 @echo $+ " installed"
283 @echo $+ " installed"
286 @echo $+ " installed"
289 @echo $+ " installed"
292 @echo $+ " installed"
295 @echo $+ " installed"
297 # Note: If daemon already installed, we make sure it's stopped before overwriting it
314 # that the daemon is installed *before* we try to execute the command to start it.
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/
H A DBuild.PL43 my $installed = $mod->VERSION();
44 if ( $installed le $conflicts{$mod} ) {
50 $mod ($installed) you have installed.
/macosx-10.9.5/CrackLib-37765/cracklib27/
H A DMakefile20 # If you have installed the cracklib-dicts directory, use this
36 -rm -f all installed Part* *.BAK *.bak *~
41 touch installed
/macosx-10.9.5/ruby-104/ruby/test/win32ole/
H A Dtest_word.rb11 installed = false
16 installed = true
25 return installed
H A Dtest_win32ole_variant_outarg.rb9 installed = false
18 installed = true
22 installed
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocavailable.cpp132 UResourceBundle installed; local
138 ures_initStackObject(&installed);
140 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
143 localeCount = ures_getSize(&installed);
147 ures_resetIterator(&installed);
148 while(ures_hasNext(&installed)) {
149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
166 ures_close(&installed);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Djka-cmpr-hook.el150 (defun jka-compr-installed-p ()
151 "Return non-nil if jka-compr is installed.
155 (installed nil))
157 (while (and fnha (not installed))
159 (setq installed (car fnha)))
162 installed))
172 (when (jka-compr-installed-p)
310 (let* ((installed (jka-compr-installed-p))
313 ((and flag installed)
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_list_command.rb21 @cmd.handle_options %w[c --installed]
H A Dtest_gem_request_set.rb63 installed = rs.install_into @tempdir
68 assert_equal %w!b-1 a-1!, installed.map { |s| s.full_name }
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dquery_command.rb17 :installed => nil, :version => Gem::Requirement.default
19 add_option('-i', '--[no-]installed',
20 'Check for installed gem') do |value, options|
21 options[:installed] = value
24 add_option('-I', 'Equivalent to --no-installed') do |value, options|
25 options[:installed] = false
28 add_version_option command, "for use with --installed"
61 "--local --name-matches // --no-details --versions --no-installed"
70 unless options[:installed].nil? then
75 installed
[all...]
H A Dcleanup_command.rb9 'Clean up old versions of installed gems in the local repository',
36 installed elsewhere in GEM_PATH the cleanup command won't touch it.
48 say "Cleaning up installed gems..."
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/server/
H A Dsoap.daemon.forkafterprocessing6 WARNING: module for Daemon::ForkAfterProcessing is not installed by default.
H A Dsoap.daemon.forkonaccept6 WARNING: module for Daemon::ForkOnAccept is not installed by default.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/server/
H A Dsoap.daemon.forkafterprocessing6 WARNING: module for Daemon::ForkAfterProcessing is not installed by default.
H A Dsoap.daemon.forkonaccept6 WARNING: module for Daemon::ForkOnAccept is not installed by default.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/server/
H A Dsoap.daemon.forkafterprocessing6 WARNING: module for Daemon::ForkAfterProcessing is not installed by default.
H A Dsoap.daemon.forkonaccept6 WARNING: module for Daemon::ForkOnAccept is not installed by default.
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Drunidn.in87 Have you installed idnkit? I cannot find libidnkitres.la.
/macosx-10.9.5/awk-18/src/
H A Dvcvars32.bat7 rem Root of Visual Developer Studio installed files.
12 rem Root of Visual C++ installed files.
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Drequest_set.rb96 installed = []
113 installed << req
116 installed
129 if req.installed?
/macosx-10.9.5/vim-53/src/
H A Dmsvcsetup.bat8 rem The platform SDK can be installed elsewhere, adjust the path.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/inc/Module/
H A DAutoInstall.pm263 "*** Dependencies will be installed the next time you type '$make'.\n";
348 my ( @modules, @installed );
351 # grep out those already installed
353 push @installed, $pkg;
361 push @modules, @installed;
362 @installed = ();
365 return @installed unless @modules; # nothing to do
366 return @installed if _check_lock(); # defer to the CPAN shell
394 # see if we have successfully installed them
397 push @installed,
[all...]
/macosx-10.9.5/postfix-252/postfix/
H A Dpostfix-install30 # parameter settings. Most settings are stored in the installed
40 # is installed from a pre-built package or from source code.
65 # .IP "installed configuration files"
68 # value from an already installed Postfix main.cf configuration file.
77 # Prefix that is prepended to the pathnames of installed files.
80 # This parameter setting is not recorded in the installed main.cf file.
85 # This parameter setting is not recorded in the installed main.cf file.
89 # This parameter setting is not recorded in the installed main.cf file
95 # This parameter setting is recorded in the installed main.cf file.
100 # This parameter setting is recorded in the installed mai
[all...]
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/lib/Class/C3/
H A DComponentised.pm147 Returns true if the specified class is installed or already loaded, false
150 Note that the underlying mechanism (Class::Inspector->installed()) used by this
160 Class::Inspector->installed($f_class);
185 Returns a true value if the specified class is installed and loaded
187 successfully, and false if the class is not installed
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/inc/Module/
H A DAutoInstall.pm243 "*** Dependencies will be installed the next time you type '$Config::Config{make}'.\n";
321 my ( @modules, @installed );
324 # grep out those already installed
326 push @installed, $pkg;
333 return @installed unless @modules; # nothing to do
334 return @installed if _check_lock(); # defer to the CPAN shell
362 # see if we have successfully installed them
365 push @installed, $pkg;
374 return @installed;
380 my $installed
[all...]

Completed in 419 milliseconds

1234567891011>>