Searched refs:installed (Results 51 - 75 of 312) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Class-Inspector/t/
H A D02_main.t48 ok( CI->_class( BAD ), 'Class validator works for correctly formatted, but not installed' );
83 # Check the installed stuff
84 ok( CI->installed( CI ), "->installed detects installed" );
85 ok( ! CI->installed( BAD ), "->installed detects not installed" );
117 ok( CI->function_exists( CI, 'installed' ),
141 sub installed {
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DREADME24 following distributions installed before you install SOAP::Lite:
54 If you have CPAN.pm installed and are connected to the Internet
91 pages and installed as part of the "make install" process. You should
/macosx-10.9.5/ruby-104/ruby/test/win32ole/
H A Dtest_win32ole_event.rb8 installed = false
17 installed = true
21 installed
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/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.9.5/CPANInternal-140/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.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DSQLTransformer.pm14 installed.
/macosx-10.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/ruby-104/ruby/lib/rubygems/commands/
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
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.pm72 scalar variables. When Readonly::XS is installed, Readonly uses it to
88 installed or not. They should just "use Readonly" and let Readonly
/macosx-10.9.5/CPANInternal-140/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.9.5/CPANInternal-140/Template-Toolkit/
H A DMakefile.PL235 You have version $Template::VERSION of the Template Toolkit installed.
266 or later) first be installed. This is used by
280 or later) first be installed. This is used by the File plugin. It is
293 or later) first be installed. This is used by the Template::Document
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/
H A DMakefile.PL235 You have version $Template::VERSION of the Template Toolkit installed.
266 or later) first be installed. This is used by
280 or later) first be installed. This is used by the File plugin. It is
293 or later) first be installed. This is used by the Template::Document
/macosx-10.9.5/ICU-511.35/icuSources/data/brkitr/
H A Dbrkfiles.mk32 # All aliases (to not be included under 'installed'), but not including root.
/macosx-10.9.5/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.9.5/python-76.100.1/2.5/
H A DMakefile67 strip-installed-files \
102 strip-installed-files:
/macosx-10.9.5/python-76.100.1/2.6/
H A DMakefile66 strip-installed-files \
83 strip-installed-files:
/macosx-10.9.5/python-76.100.1/2.7/
H A DMakefile66 strip-installed-files \
83 strip-installed-files:
/macosx-10.9.5/python23-21/
H A DMakefile59 strip-installed-files \
77 strip-installed-files:
/macosx-10.9.5/swig-10/Lib/python/
H A Dembed.i20 installed with the Python language.
H A Dembed15.i23 installed with the Python language.
/macosx-10.9.5/vim-53/src/po/
H A DMake_mvc.mak65 # Correct the following line for the directory where gettext et al is installed
/macosx-10.9.5/CPANInternal-140/Class-Inspector/lib/Class/
H A DInspector.pm13 # Is a class installed and/or loaded
14 Class::Inspector->installed( 'Foo::Class' );
70 =head2 installed $class
72 The C<installed> static method tries to determine if a class is installed
76 Returns true if installed/available, false if the class is not installed,
81 sub installed { subroutine

Completed in 150 milliseconds

1234567891011>>