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

12345678910

/macosx-10.10/mDNSResponder-561.1.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.10/apache-793/httpd/modules/core/test/conf/
H A Dtest38.conf4 Warning it is really a good idea to have mod_macro.c installed.
8 Error it seems you do not have mod perl installed.
H A Dtest39.conf11 Error Sorry, mod_macro must be installed to run this configuration file.
/macosx-10.10/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.10/ruby-106/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.10/ICU-531.30/icuSources/common/
H A Dlocavailable.cpp127 UResourceBundle installed; local
136 ures_initStackObject(&installed);
138 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
141 localeCount = ures_getSize(&installed);
144 ures_resetIterator(&installed);
145 while(ures_hasNext(&installed)) {
146 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
153 ures_close(&installed);
/macosx-10.10/emacs-93/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.10/ruby-106/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.10/ruby-106/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..."
H A Dpristine_command.rb12 'Restores installed gems to pristine condition from files located in the gem cache',
18 'Restore all installed gems to pristine',
47 The pristine command compares an installed gem with the contents of its
51 If you have made modifications to an installed gem, the pristine command
H A Dserver_command.rb63 installed gems and can operate as a server for installation of gems on other
66 The cache files for installed gems must exist to use the server as a source
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/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.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Drunidn.in87 Have you installed idnkit? I cannot find libidnkitres.la.
/macosx-10.10/awk-20/src/
H A Dvcvars32.bat7 rem Root of Visual Developer Studio installed files.
12 rem Root of Visual C++ installed files.
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Drequest_set.rb96 installed = []
113 installed << req
116 installed
129 if req.installed?
/macosx-10.10/vim-55/src/
H A Dmsvcsetup.bat8 rem The platform SDK can be installed elsewhere, adjust the path.
/macosx-10.10/postfix-255/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.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/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...]
/macosx-10.10/ICU-531.30/icuSources/config/
H A Ddist.mk8 # This will only work if subversion is installed.
40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
60 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
/macosx-10.10/iodbc-42.5/iodbc/debian/
H A DREADME.Debian5 According to the upstream authors the library can safely be installed
/macosx-10.10/apr-32/apr-util/apr-util/
H A Dapu-config.in53 --bindir print location where binaries are installed
55 --includedir print location where headers are installed
86 if test "$location" = "installed"; then
134 if test "$location" = "installed"; then
146 if test "$location" = "installed"; then
167 if test "$location" = "installed"; then
176 # installed and the LA_FILE does not exist, assume to use -L/-l
177 # (the LA_FILE may not have been installed). If we're building ourselves,
181 elif test "$location" = "installed"; then

Completed in 216 milliseconds

12345678910