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 D | Makefile.PL | 38 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 D | Functions.pm | 64 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 D | NEXT.pm | 310 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 D | UNIVERSAL.pm | 104 returned. This includes methods inherited or imported by C<$obj>, C<CLASS>, or
|
| H A D | DB.pm | 568 # 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 D | SelfLoader.pm | 271 =head2 Classes and inherited methods. 275 be inherited. 285 For modules which ARE classes, and need to handle inherited methods,
|
| H A D | overload.pm | 469 =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 D | Seekable.pm | 18 be inherited by other C<IO::Handle> based objects. It provides methods
|
| H A D | Handle.pm | 34 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 D | SelfStubber.pm | 106 for inherited autoloaded methods.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| H A D | Canonical.pl | 400 inherited => 'Inherite',
|
| /osnet-11/usr/src/lib/libsec/common/ |
| H A D | acl_lex.l | 593 <AIS>inherited/[/:,] {
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/ |
| H A D | Handlers.pm | 288 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 D | Cmd.pm | 601 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 D | common.ksh | 2749 "${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 D | DynaLoader_pm.PL | 56 # 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 D | Storable.pm | 641 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 D | MakeMaker.pm | 2184 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 D | LaTeX.pm | 360 The following methods are provided in this module. Methods inherited
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | BigInt.pm | 3418 * Globals are classwide, and not inherited by subclasses. 3821 All other object methods and overloaded functions can be directly inherited
|
Completed in 84 milliseconds