Searched refs:blessed (Results 26 - 50 of 143) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/lib/Class/Accessor/
H A DGrouped.pm65 my $class = Scalar::Util::blessed $self || $self;
306 if (Scalar::Util::blessed $_[0]) {
358 if (Scalar::Util::blessed $_[0]) {
436 my $class = Scalar::Util::blessed $_[0] || $_[0];
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DScalar.pm99 if (Scalar::Util::blessed($this)) {
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DScalar.pm99 if (Scalar::Util::blessed($this)) {
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DDispatch.pm62 if ( Scalar::Util::blessed( $klass )){
83 if ( ! Scalar::Util::blessed($req) ) {
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DBreadthFirstTraversal.pm9 use Scalar::Util qw(blessed);
29 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DFindByPath.pm9 use Scalar::Util qw(blessed);
37 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DPathToRoot.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DPostOrderTraversal.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DToNestedArray.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DToNestedHash.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DFromNestedHash.pm9 use Scalar::Util qw(blessed);
41 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DBreadthFirstTraversal.pm9 use Scalar::Util qw(blessed);
29 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DFindByPath.pm9 use Scalar::Util qw(blessed);
37 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DPathToRoot.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DPostOrderTraversal.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DToNestedArray.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DToNestedHash.pm9 use Scalar::Util qw(blessed);
24 (blessed($tree) && $tree->isa("Tree::Simple"))
H A DFromNestedHash.pm9 use Scalar::Util qw(blessed);
41 (blessed($tree) && $tree->isa("Tree::Simple"))
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/YAML/
H A DSyck.pm236 Tag names such as C<!!perl/hash:Foo> is blessed into the package C<Foo>, but
237 the C<!hs/foo> and C<!!hs/Foo> tags are blessed into C<hs::Foo>. Note that
239 C<!haskell.org/Foo> is blessed into C<haskell.org::Foo>. Please use
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/ResultSourceProxy/
H A DTable.pm83 unless (Scalar::Util::blessed($table) && $table->isa($class->table_class)) {
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DAUTOLOAD.pm78 This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. The Pod::WSDL::AUTOLOADER is used as a base class and handels autoloading of accessor methods. If there is a property called _foo in a hash based blessed reference, it will allow the use of the method 'foo' as a getter and setter. As a getter is returns the value of _foo, as a setter it sets _foo with the argument and returns the object. You can exclude the accessor by using a hash %FORBIDDEN_METHODS in the derived class like that:
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DAUTOLOAD.pm78 This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. The Pod::WSDL::AUTOLOADER is used as a base class and handels autoloading of accessor methods. If there is a property called _foo in a hash based blessed reference, it will allow the use of the method 'foo' as a getter and setter. As a getter is returns the value of _foo, as a setter it sets _foo with the argument and returns the object. You can exclude the accessor by using a hash %FORBIDDEN_METHODS in the derived class like that:
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/t/lib/SQL/Abstract/Limit/
H A DTest.pm29 use Scalar::Util qw(looks_like_number blessed reftype);
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/t/lib/SQL/Abstract/Limit/
H A DTest.pm29 use Scalar::Util qw(looks_like_number blessed reftype);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/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...]

Completed in 117 milliseconds

123456