Searched refs:blessed (Results 51 - 75 of 143) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DContext.pm31 use Scalar::Util 'blessed';
88 if (blessed($name) && $name->isa(DOCUMENT))
144 if (blessed($template) && $template->isa(EXCEPTION)
331 if (blessed($component) && $component->isa(DOCUMENT)) {
343 if (blessed($compiled) && $compiled->isa(DOCUMENT))
374 if (blessed($component) && $component->isa(DOCUMENT));
499 if (blessed($error) && $error->isa(EXCEPTION)) {
502 elsif (blessed($error) && $error->isa(BADGER_EXCEPTION)) {
541 if ( blessed($error)
684 ) unless blessed(
[all...]
H A DStash.pm26 use Scalar::Util qw( blessed reftype );
134 # of variables. The new stash is blessed into the same class as the
422 my $atroot = (blessed $root && $root->isa(ref $self));
485 elsif (blessed($root) && $root->can('can')) {
487 # if $root is a blessed reference (i.e. inherits from the
609 elsif (blessed($root)) {
721 values are stored internally in a hash reference (which itself is blessed
H A DIterator.pm29 use Scalar::Util qw(blessed);
61 elsif (blessed($data) && $data->can('as_list')) {
307 Note that a single item which is an object based on a blessed ARRAY
H A DVMethods.pm26 use Scalar::Util qw( blessed looks_like_number );
522 elsif (blessed $item) {
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DStash.pm26 use Scalar::Util qw( blessed reftype );
134 # of variables. The new stash is blessed into the same class as the
422 my $atroot = (blessed $root && $root->isa(ref $self));
485 elsif (blessed($root) && $root->can('can')) {
487 # if $root is a blessed reference (i.e. inherits from the
609 elsif (blessed($root)) {
721 values are stored internally in a hash reference (which itself is blessed
H A DIterator.pm29 use Scalar::Util qw(blessed);
61 elsif (blessed($data) && $data->can('as_list')) {
307 Note that a single item which is an object based on a blessed ARRAY
H A DVMethods.pm26 use Scalar::Util qw( blessed looks_like_number );
522 elsif (blessed $item) {
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm793 Returns JSON true value which is blessed object.
798 Returns JSON false value which is blessed object.
1065 Note that blessed objects are not included here and are handled
1082 barf when it encounters a blessed reference. Instead, the value of the
1089 exception when it encounters a blessed object.
1099 blessed object, will check for the availability of the C<TO_JSON> method
1106 returns other blessed objects, those will be handled in the same
1116 to do when a blessed object is found.
1133 This will cause that C<encode> method converts simple blessed objects into
1134 JSON objects as non-blessed objec
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm842 Returns JSON true value which is blessed object.
847 Returns JSON false value which is blessed object.
1193 Note that blessed objects are not included here and are handled
1210 barf when it encounters a blessed reference. Instead, the value of the
1217 exception when it encounters a blessed object.
1227 blessed object, will check for the availability of the C<TO_JSON> method
1234 returns other blessed objects, those will be handled in the same
1244 to do when a blessed object is found.
1261 This will cause that C<encode> method converts simple blessed objects into
1262 JSON objects as non-blessed objec
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DFault.pm62 Returns or sets the fault's detail element. Like the actor, this isn't always a required element. Note that fault detail content in a message is represented as tag blocks. Thus, the values passed to this accessor when setting the value are either SOAP::Data objects, or more general blessed hash references.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm10 use Scalar::Util qw(blessed);
39 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DFromNestedArray.pm9 use Scalar::Util qw(blessed);
48 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DLoadClassHierarchy.pm9 use Scalar::Util qw(blessed);
43 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DLoadDirectoryTree.pm10 use Scalar::Util qw(blessed);
61 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DSort.pm9 use Scalar::Util qw(blessed);
43 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm10 use Scalar::Util qw(blessed);
39 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DFromNestedArray.pm9 use Scalar::Util qw(blessed);
48 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DLoadClassHierarchy.pm9 use Scalar::Util qw(blessed);
43 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DLoadDirectoryTree.pm10 use Scalar::Util qw(blessed);
61 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DSort.pm9 use Scalar::Util qw(blessed);
43 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DDB.pm186 return unless Scalar::Util::blessed($source);
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/
H A DHeaderFilter.pm78 A HTTP::Proxy::HeaderFilter object is a blessed hash, and the base class
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DHeaderFilter.pm78 A HTTP::Proxy::HeaderFilter object is a blessed hash, and the base class
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDatafile.pm127 The plugin returns a blessed list reference containing the hash
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDatafile.pm127 The plugin returns a blessed list reference containing the hash

Completed in 280 milliseconds

123456