Searched refs:UNIVERSAL (Results 26 - 47 of 47) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm526 if (UNIVERSAL::isa($_, 'Pod::InteriorSequence') or
527 UNIVERSAL::can($_, 'nested'))
543 if UNIVERSAL::isa($_, 'Pod::InteriorSequence');
903 if UNIVERSAL::isa($_, 'Pod::InteriorSequence');
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm41 $pkgmeth = UNIVERSAL::can($home_stash, "MODIFY_${svtype}_ATTRIBUTES")
80 $pkgmeth = UNIVERSAL::can($stash, "FETCH_${svtype}_ATTRIBUTES")
88 sub require_version { goto &UNIVERSAL::VERSION }
H A DCGI.pm264 # See if UNIVERSAL::can finds it.
280 # just use UNIVERSAL::can again to do the work.
342 && (UNIVERSAL::isa($initializer[0],'Apache')
344 UNIVERSAL::isa($initializer[0],'Apache2::RequestRec')
349 && (UNIVERSAL::isa($initializer[0],'CODE'))) {
464 (ref($_[0]) eq 'CGI' || UNIVERSAL::isa($_[0],'CGI')) # slightly optimized for common case
476 || UNIVERSAL::isa($_[0],'CGI'))) {
601 if (UNIVERSAL::isa($initializer,'CGI')) {
718 return $thingy if UNIVERSAL::isa($thingy,'GLOB');
719 return $thingy if UNIVERSAL
[all...]
H A Dperl5db.pl6088 if (ref $OUT and UNIVERSAL::isa($OUT, 'IO::Socket::INET')) {
6099 } ## end if (ref $OUT and UNIVERSAL::isa...
7527 C<UNIVERSAL>.
7544 # Show the methods that UNIVERSAL has.
7545 methods_via('UNIVERSAL', 'UNIVERSAL', 0);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm59 sub UNIVERSAL::a_sub_not_likely_to_be_here { ref($_[0]) } subroutine
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.c64 ((class) == UNIVERSAL && !(num) && !(indef))
H A Dasn1_k_encode.c1445 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,tag,len+1,&length); \
1548 retval = asn1_make_etag(buf, UNIVERSAL, ASN1_SEQUENCE,
H A Dkrb5_decode.c101 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \
133 /* decode a field (<[UNIVERSAL id]> <length> <contents>)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm592 return $thingy if UNIVERSAL::isa($thingy,'GLOB');
593 return $thingy if UNIVERSAL::isa($thingy,'FileHandle');
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm169 $out .= " elsif (UNIVERSAL::isa(\$init{'$name'}, '$type'))\n";
220 $out .= " croak '$name argument is wrong class' if \@_ && ! UNIVERSAL::isa(\$_[0], '$classes{$name}');\n";
335 class other than C<UNIVERSAL>.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm109 if (ref($username) and UNIVERSAL::isa($username,'Authen::SASL')) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm929 !UNIVERSAL::isa($stashname,'DynaLoader') ) {
1679 delete $xsub{'UNIVERSAL'};
1844 if (UNIVERSAL::can($package, $m))
H A DDeparse.pm673 croak "Usage: ->coderef2text(CODEREF)" unless UNIVERSAL::isa($sub, "CODE");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm1010 unless( UNIVERSAL::isa($file_or_fh, 'GLOB') ) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm236 $val->$freezer() if UNIVERSAL::can($val, $freezer);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm58 UNIVERSAL::isa(@_);
H A DBigFloat.pm121 return $wanted->copy() if UNIVERSAL::isa($wanted,'Math::BigFloat');
298 UNIVERSAL::isa($self,$class);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm1880 next unless /(?:UNIVERSAL|VECTOR)=boot_([\w_]+)/;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1279 if ( UNIVERSAL::isa($pa, 'HASH') ) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm88 if (UNIVERSAL::isa($file, 'GLOB')) {
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584.mf369 file path=usr/perl5/5.8.4/lib/UNIVERSAL.pm mode=0444
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl7018 2672 UNIVERSAL RECYCLING SYMBOL
7027 267B BLACK UNIVERSAL RECYCLING SYMBOL

Completed in 294 milliseconds

12