Searched refs:blessed (Results 76 - 100 of 143) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/JSON/lib/JSON/
H A DPP.pm319 elsif ($type) { # blessed object?
320 if (blessed($obj)) {
442 elsif( blessed($value) and $value->isa('JSON::PP::Boolean') ){
1300 *JSON::PP::blessed = \&Scalar::Util::blessed;
1305 *JSON::PP::blessed = sub {
1595 Returns JSON true value which is blessed object.
1600 Returns JSON false value which is blessed object.
1978 a blessed hash reference or a blessed arra
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Util/lib/Params/
H A DUtil.pm498 also includes things that act like them, such as blessed objects that
539 Scalar::Util::blessed($_[0]) and overload::Method($_[0],'&{}')
560 (defined Scalar::Util::blessed($_[0])
584 (Scalar::Util::blessed($_[0]) and $_[0]->isa($_[1])) ? $_[0] : undef;
708 unless ( Scalar::Util::blessed($it) ) {
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm319 elsif ($type) { # blessed object?
320 if (blessed($obj)) {
417 elsif( blessed($value) and $value->isa('JSON::PP::Boolean') ){
1340 *JSON::PP::blessed = \&Scalar::Util::blessed;
1347 *JSON::PP::blessed = sub {
1376 if(defined(my $pkg = blessed($_[0]))) {
1716 Returns JSON true value which is blessed object.
1721 Returns JSON false value which is blessed object.
2055 Note that blessed object
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/Simple/
H A DVisitor.pm9 use Scalar::Util qw(blessed);
92 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/Simple/
H A DVisitor.pm9 use Scalar::Util qw(blessed);
92 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DInflateColumn.pm5 use Scalar::Util qw/blessed/;
100 # return $value unless ref $value && blessed($value); # If it's not an object, don't touch it
147 # if (blessed $inflated) {
167 # unless (blessed $inflated) {
H A DRow.pm177 if(!Scalar::Util::blessed($rel_obj)) {
197 if(!Scalar::Util::blessed($rel_obj)) {
215 if(!Scalar::Util::blessed($rel_obj)) {
291 next unless (Scalar::Util::blessed($rel_obj)
363 && Scalar::Util::blessed($cands[0])
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DDBIHacks.pm276 if ( Scalar::Util::blessed($ident) && $ident->isa("DBIx::Class::ResultSource") ) {
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm21 Standard constructor. Returns a blessed hash; any arguments are placed
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm21 Standard constructor. Returns a blessed hash; any arguments are placed
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm11 use Scalar::Util qw(blessed);
60 if (blessed($parent) && $parent->isa("Tree::Simple")) {
79 (($parent eq $self->ROOT) || (blessed($parent) && $parent->isa("Tree::Simple"))))
162 (blessed($tree) && $tree->isa("Tree::Simple"))
246 (blessed($child_to_remove) && $child_to_remove->isa("Tree::Simple"))
453 # it must be a blessed reference and ...
454 (blessed($visitor) &&
518 if (blessed($node)) {
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm11 use Scalar::Util qw(blessed);
60 if (blessed($parent) && $parent->isa("Tree::Simple")) {
79 (($parent eq $self->ROOT) || (blessed($parent) && $parent->isa("Tree::Simple"))))
162 (blessed($tree) && $tree->isa("Tree::Simple"))
246 (blessed($child_to_remove) && $child_to_remove->isa("Tree::Simple"))
453 # it must be a blessed reference and ...
454 (blessed($visitor) &&
518 if (blessed($node)) {
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm589 simply describe the keys of your blessed hash like this.
699 =head2 Handle Array based blessed References
701 Array based blessed references used for complex types are something of a problem.
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm589 simply describe the keys of your blessed hash like this.
699 =head2 Handle Array based blessed References
701 Array based blessed references used for complex types are something of a problem.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DBalancer.pm228 if(blessed $forced_pool) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm11 use Scalar::Util 'blessed';
310 if ((not blessed $dbi_info) # isa $sth
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DTrace.pm396 prefix), and the function returns a blessed object, then the variable
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm396 prefix), and the function returns a blessed object, then the variable
/macosx-10.9.5/CPANInternal-140/Sub-Install/lib/Sub/
H A DInstall.pm99 || Scalar::Util::blessed($_[0])
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DPlugin.pm231 }, $class; # returns blessed MyPlugin object
276 The L<load()> method may alterately return a blessed reference to an
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DPlugin.pm231 }, $class; # returns blessed MyPlugin object
276 The L<load()> method may alterately return a blessed reference to an
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/
H A DFilesystem.pm42 use Scalar::Util qw(blessed);
221 croak "$self is not an object" unless ( blessed($self) );
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm475 that blessed objects are not included here and are handled separately by
489 barf when it encounters a blessed reference. Instead, the value of the
496 exception when it encounters a blessed object.
503 blessed object, will check for the availability of the C<TO_JSON> method
510 returns other blessed objects, those will be handled in the same
522 to do when a blessed object is found.
1046 =item blessed objects
1051 exception, encoding the reference as if it weren't blessed, or provide
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm475 that blessed objects are not included here and are handled separately by
489 barf when it encounters a blessed reference. Instead, the value of the
496 exception when it encounters a blessed object.
503 blessed object, will check for the availability of the C<TO_JSON> method
510 returns other blessed objects, those will be handled in the same
522 to do when a blessed object is found.
1056 =item blessed objects
1061 exception, encoding the reference as if it weren't blessed, or provide
/macosx-10.9.5/CPANInternal-140/Class-Singleton-1.03/
H A DSingleton.pm50 # which simply returns a reference to a blessed hash. This can be
78 # Simple constructor which returns a hash reference blessed into the
82 # Returns a reference to the blessed hash.
234 this method returns a blessed reference to an empty hash array. Derived

Completed in 309 milliseconds

123456