Searched refs:blessed (Results 1 - 25 of 143) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DBlessed.pm8 use Scalar::Util qw( blessed );
25 my $blessed = blessed($got);
27 return Test::Deep::descend($blessed, Test::Deep::shallow($exp));
35 return "blessed($var)"
44 $self->SUPER::renderGot(blessed($got));
H A DRef.pm8 use Scalar::Util qw( blessed );
19 return Test::Deep::descend($got, Test::Deep::blessed(blessed($exp)));
H A DRegexpMatches.pm10 use Scalar::Util qw( blessed );
19 blessed($val) and UNIVERSAL::isa($val, "Test::Deep::Cmp");
H A DRegexpOnly.pm8 use Scalar::Util qw( blessed );
/macosx-10.9.5/CPANInternal-140/DateTime/lib/DateTime/
H A DHelpers.pm16 return unless Scalar::Util::blessed($object);
25 return unless Scalar::Util::blessed($object);
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D09_insideout.t26 ok( Scalar::Util::blessed($object), 'Foo' );
H A D19_insideout.t26 ok( Scalar::Util::blessed($object), 'Foo' );
H A D04_codelike.t15 blessed
39 'a coderef blessed into CODE' => (bless sub {} => 'CODE'),
52 'a non-coderef blessed into CODE' => (bless {} => 'CODE'),
85 # callable: is a blessed code ref
H A D14_codelike.t15 blessed
39 'a coderef blessed into CODE' => (bless sub {} => 'CODE'),
52 'a non-coderef blessed into CODE' => (bless {} => 'CODE'),
85 # callable: is a blessed code ref
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A DMakefile.PL10 YAML::Syck and YAML.pm (<0.60) when serializing blessed references.
/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/
H A DDeep.pm273 return 0 unless Test::Deep::blessed(Scalar::Util::blessed($d2))->descend($d1);
378 my $blessed = Scalar::Util::blessed($val);
379 $blessed = defined($blessed) ? $blessed : "";
384 if ($blessed eq "Regexp" and $reftype eq "SCALAR")
389 return ($blessed, $reftype);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSourceProxy.pm8 use Scalar::Util qw/blessed/;
19 croak "Cannot set @{[shift]} on an instance" if blessed $self;
H A DException.pm7 use Scalar::Util qw/blessed/;
53 die $msg if blessed($msg);
/macosx-10.9.5/swig-10/Source/Modules/
H A Dperl5.cxx97 static int blessed = 1; /* Enable object oriented features */ variable
171 blessed = 1;
174 blessed = 0;
178 blessed = 1;
296 /* If we're in blessed mode, change the package name to "packagec" */
298 if (blessed) {
390 if (blessed) {
451 if (blessed) {
547 if (blessed) {
823 if ((blessed)
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DFindByNodeValue.pm9 use Scalar::Util qw(blessed);
37 (blessed($visitor) && $visitor->isa("Tree::Simple::Visitor"))
44 (blessed($tree) && $tree->isa("Tree::Simple"))
98 if (blessed($@) && $@->isa('Tree::Simple')) {
H A DVariableDepthClone.pm7 use Scalar::Util 'blessed';
42 (blessed($tree) && $tree->isa("Tree::Simple"))
48 my $new_root = blessed($tree)->new($tree->ROOT);
52 my $cloned_trunk = blessed($tree)->new();
70 my $cloned_child = blessed($child)->new();
H A DFindByUID.pm9 use Scalar::Util qw(blessed);
37 (blessed($visitor) && $visitor->isa("Tree::Simple::Visitor"))
44 (blessed($tree) && $tree->isa("Tree::Simple"))
98 if (blessed($@) && $@->isa('Tree::Simple')) {
H A DGetAllDescendents.pm9 use Scalar::Util qw(blessed);
30 (blessed($visitor) && $visitor->isa("Tree::Simple::Visitor"))
37 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFindByNodeValue.pm9 use Scalar::Util qw(blessed);
37 (blessed($visitor) && $visitor->isa("Tree::Simple::Visitor"))
44 (blessed($tree) && $tree->isa("Tree::Simple"))
98 if (blessed($@) && $@->isa('Tree::Simple')) {
H A DVariableDepthClone.pm7 use Scalar::Util 'blessed';
42 (blessed($tree) && $tree->isa("Tree::Simple"))
48 my $new_root = blessed($tree)->new($tree->ROOT);
52 my $cloned_trunk = blessed($tree)->new();
70 my $cloned_child = blessed($child)->new();
H A DFindByUID.pm9 use Scalar::Util qw(blessed);
37 (blessed($visitor) && $visitor->isa("Tree::Simple::Visitor"))
44 (blessed($tree) && $tree->isa("Tree::Simple"))
98 if (blessed($@) && $@->isa('Tree::Simple')) {
H A DGetAllDescendents.pm9 use Scalar::Util qw(blessed);
30 (blessed($visitor) && $visitor->isa("Tree::Simple::Visitor"))
37 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DFiltered.pm99 If the object is blessed this return the class. Returns ""
100 for objects not blessed.
113 Returns true if the object is blessed. Actually, this is just an alias
135 Returns "" if there is no blessed container.
178 to make Data::Dump pretend the object wasn't blessed at all.
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DFiltered.pm101 If the object is blessed this return the class. Returns ""
102 for objects not blessed.
115 Returns true if the object is blessed. Actually, this is just an alias
137 Returns "" if there is no blessed container.
185 to make Data::Dump pretend the object wasn't blessed at all.
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DControl.pm212 return ASN will be blessed into a package. If C<type> is a registered
213 OID, then ASN will be blessed into the registered package, if not then ASN
214 will be blessed into Net::LDAP::Control.
253 as the type. The returned object will be blessed into the package that registered
264 blessed into the package which was registered to handle the OID in the ASN.

Completed in 143 milliseconds

123456