Searched defs:Spec (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm1 package File::Spec;
13 NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetWare.
14 dos => 'OS2', # Yes, File::Spec::OS2 works on DJGPP.
20 require "File/Spec/$module.pm";
21 @ISA = ("File::Spec::$module");
29 File::Spec - portably perform operations on file names
33 use File::Spec;
35 $x=File::Spec->catfile('a', 'b', 'c');
39 use File::Spec::Functions;
56 File::Spec
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm1 package File::Spec::Functions;
3 use File::Spec;
40 my $sub = File::Spec->can($meth);
42 *{$meth} = sub {&$sub('File::Spec', @_)};
51 File::Spec::Functions - portably perform operations on file names
55 use File::Spec::Functions;
61 provided by File::Spec.
63 For a reference of available functions, please consult L<File::Spec::Unix>,
65 other platforms. For further information, please see L<File::Spec::Mac>,
66 L<File::Spec
[all...]
H A DEpoc.pm1 package File::Spec::Epoc;
8 require File::Spec::Unix;
9 @ISA = qw(File::Spec::Unix);
13 File::Spec::Epoc - methods for Epoc file specs
17 require File::Spec::Epoc; # Done internally by File::Spec if needed
21 See File::Spec::Unix for a documentation of the methods provided
65 See L<File::Spec> and L<File::Spec::Unix>. This package overrides the
H A DCygwin.pm1 package File::Spec::Cygwin;
5 require File::Spec::Unix;
9 @ISA = qw(File::Spec::Unix);
13 File::Spec::Cygwin - methods for Cygwin file specs
17 require File::Spec::Cygwin; # Done internally by File::Spec if needed
21 See L<File::Spec> and L<File::Spec::Unix>. This package overrides the
36 and then File::Spec::Unix canonpath() is called on the result.
51 and if not, File::Spec
[all...]
H A DOS2.pm1 package File::Spec::OS2;
5 require File::Spec::Unix;
9 @ISA = qw(File::Spec::Unix);
235 File::Spec::OS2 - methods for OS/2 file specs
239 require File::Spec::OS2; # Done internally by File::Spec if needed
243 See L<File::Spec> and L<File::Spec::Unix>. This package overrides the
H A DWin32.pm1 package File::Spec::Win32;
6 require File::Spec::Unix;
10 @ISA = qw(File::Spec::Unix);
14 File::Spec::Win32 - methods for Win32 file specs
18 require File::Spec::Win32; # Done internally by File::Spec if needed
22 See File::Spec::Unix for a documentation of the methods provided
51 The SYS:/temp is preferred in Novell NetWare (the File::Spec::Win32
170 ($volume,$directories,$file) = File::Spec->splitpath( $path );
171 ($volume,$directories,$file) = File::Spec
[all...]
H A DMac.pm1 package File::Spec::Mac;
5 require File::Spec::Unix;
9 @ISA = qw(File::Spec::Unix);
21 File::Spec::Mac - File::Spec for Mac OS (Classic)
25 require File::Spec::Mac; # Done internally by File::Spec if needed
57 to portability reasons. Since C<File::Spec-E<gt>catdir()> returns relative paths
137 like passingC<File::Spec-E<gt>rootdir()> as the first argument, i.e.
177 versions of File::Spec com
[all...]
H A DUnix.pm1 package File::Spec::Unix;
10 File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules
14 require File::Spec::Unix; # Done automatically by File::Spec
18 Methods for manipulating file specifications. Other File::Spec
19 modules, such as File::Spec::Mac, inherit from File::Spec::Unix and
31 $cpath = File::Spec
[all...]
H A DVMS.pm1 package File::Spec::VMS;
5 require File::Spec::Unix;
9 @ISA = qw(File::Spec::Unix);
16 File::Spec::VMS - methods for VMS file specs
20 require File::Spec::VMS; # Done internally by File::Spec if needed
24 See File::Spec::Unix for a documentation of the methods provided
393 return vmspath(File::Spec::Unix::abs2rel( $self, @_ ))
446 return vmspath(File::Spec::Unix::rel2abs( $self, @_ ))
491 See L<File::Spec> an
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java75 public enum Spec { enum in class:ProbeDescription

Completed in 26 milliseconds