Searched refs:inherited (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DMakefile.PL38 my $inherited = shift->SUPER::cflags(@_);
41 $inherited =~ s/\s-O\d?//m;
43 $inherited;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm64 which contains the entire set, and which is inherited by the modules for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DNEXT.pm310 will invoke the multiply inherited method as many times as it is
311 inherited. For example, the above code prints:
389 calls I<every> method named C<foo> that the object in C<$obj> has inherited.
425 most inherited methods (including destructors), but is inappropriate for
481 which the call to C<EVERY::LAST::Destroy> in the inherited destructor
484 Likewise, to create a class hierarchy in which every initializer inherited by
510 which the call to C<EVERY::LAST::Init> in the inherited constructor
H A DUNIVERSAL.pm104 returned. This includes methods inherited or imported by C<$obj>, C<CLASS>, or
H A DDB.pm568 # these (inherited) methods can be called by the client
765 Usually inherited from DB package. If no arguments are passed,
778 Usually inherited from DB package. If no arguments are passed,
783 Usually inherited from DB package. Ask for a STRING to be C<eval>-ed
H A DSelfLoader.pm271 =head2 Classes and inherited methods.
275 be inherited.
285 For modules which ARE classes, and need to handle inherited methods,
H A Doverload.pm469 =item Overloading of an operation is inherited by derived classes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm18 be inherited by other C<IO::Handle> based objects. It provides methods
H A DHandle.pm34 but instead C<IO::Handle> is inherited from by several other classes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm106 for inherited autoloaded methods.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DCanonical.pl400 inherited => 'Inherite',
/osnet-11/usr/src/lib/libsec/common/
H A Dacl_lex.l593 <AIS>inherited/[/:,] {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm288 This module, when inherited by a package, allows that package's class to
366 class (since handlers are inherited).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm601 C<Net::Cmd> is a collection of methods that can be inherited by a sub class
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh2749 "${dss.props[zoned].source}" == inherited* && \
2791 # Fix the zoned property if it is not inherited.
2792 if [[ "${dss.props[zoned].source}" != inherited* ]]; then
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL56 # definition here will be inherited and result on "default" loading
926 Larry Wall designed the elegant inherited bootstrap mechanism and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm641 inherited, or defined in the class itself, like any other method.
677 This means the hook can be inherited like any other method, and that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm2184 my $inherited = shift->SUPER::c_o(@_);
2185 $inherited =~ s/old text/new text/;
2186 $inherited;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm360 The following methods are provided in this module. Methods inherited
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3418 * Globals are classwide, and not inherited by subclasses.
3821 All other object methods and overloaded functions can be directly inherited

Completed in 84 milliseconds