Searched refs:blessed (Results 101 - 125 of 143) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/lib/Net/
H A DSSL.pm465 Walks up the caller stack and looks for something blessed into
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm507 Walks up the caller stack and looks for something blessed into
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/
H A DBodyFilter.pm93 A HTTP::Proxy::BodyFilter object is a blessed hash, and the base class
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm93 A HTTP::Proxy::BodyFilter object is a blessed hash, and the base class
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DFilters.pm27 use Scalar::Util 'blessed';
120 if (blessed($name) && $name->isa($PLUGIN_FILTER)) {
H A DService.pm29 use Scalar::Util 'blessed';
204 unless blessed($$error) && $$error->isa(EXCEPTION);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DTable.pm25 use Scalar::Util 'blessed';
49 if (blessed($data) && $data->isa('Template::Iterator')) {
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DFilters.pm27 use Scalar::Util 'blessed';
120 if (blessed($name) && $name->isa($PLUGIN_FILTER)) {
H A DService.pm29 use Scalar::Util 'blessed';
204 unless blessed($$error) && $$error->isa(EXCEPTION);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DTable.pm25 use Scalar::Util 'blessed';
49 if (blessed($data) && $data->isa('Template::Iterator')) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DASE.pm250 my $table = Scalar::Util::blessed($ident) ? $ident->from : $ident;
259 my $identity_col = Scalar::Util::blessed($ident) &&
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm33 use Scalar::Util qw(blessed);
179 elsif (blessed($where) && $where->can('print')) {
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm33 use Scalar::Util qw(blessed);
179 elsif (blessed($where) && $where->can('print')) {
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSerializer.pm111 When serializing an object, or blessed hash reference, into XML, C<SOAP::Serializer> first checks to see if a subroutine has been defined for the corresponding class name. For example, in the code below, C<SOAP::Serializer> will check to see if a subroutine called C<as_MyModule__MyPackage> has been defined. If so, then it will pass C<$foo> to that subroutine along with other data known about the C<SOAP::Data> element being encoded.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Relationship/
H A DBase.pm421 unless Scalar::Util::blessed($f_obj) and $f_obj->isa($f_class);
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/lib/JSON/
H A DAny.pm383 that throw exceptions when a blessed reference is given them meaning that
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DReplicated.pm429 # Make sure master is blessed into the correct class and apply role to it.
591 return grep {defined $_ && blessed $_} (
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/
H A DTimeZone.pm616 blessed into the appropriate subclass. Subclasses are named for the
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Params/
H A DValidate.pm262 A blessed reference.
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm69 You attach it to variables, not values (as for blessed references).
/macosx-10.9.5/CPANInternal-140/XML-Writer/
H A DWriter.pm499 # Return the blessed object.
1211 An object blessed into IO::Handle or one of its subclasses (such as
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm908 To recap: every inside-out object is a blessed scalar, and
944 blessed scalar implementing the object. The object's attributes are
1084 constructor, which returns an inside-out object (i.e. a blessed scalar).
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm909 To recap: every inside-out object is a blessed scalar, and
945 blessed scalar implementing the object. The object's attributes are
1085 constructor, which returns an inside-out object (i.e. a blessed scalar).
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm12 use Scalar::Util qw/blessed/;
1152 # blessed objects are treated like scalars
1153 $ref = (blessed $data) ? '' : ref $data;
2254 you can use any scalar value (including references and blessed references),
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm1463 # it can be blessed.
2289 If you have a class that inherits from IO::Socket::SSL and you want the $socket to be blessed
2292 Note that if start_SSL() fails in SSL negotiation, $socket will remain blessed in its

Completed in 150 milliseconds

123456