Home
last modified time | relevance | path

Searched refs:blessed (Results 151 – 175 of 5589) sorted by relevance

12345678910>>...224

/dports/www/p5-PocketIO/PocketIO-0.17/lib/PocketIO/
H A DPool.pm29 my $id = blessed $conn ? $conn->id : $conn;
57 my $id = blessed $conn ? $conn->id : $conn;
75 my $id = blessed $conn ? $conn->id : $conn;
89 my $id = blessed $conn ? $conn->id : $conn;
136 next unless blessed $conn && $conn->is_connected;
/dports/devel/p5-Log-Dump/Log-Dump-0.14/lib/Log/
H A DDump.pm31 if ( blessed $self ) {
56 if ( blessed $self ) {
69 if ( blessed $self ) {
96 if ( blessed $self ) {
123 if ( blessed $self ) {
/dports/devel/p5-Params-Util/Params-Util-1.102/lib/Params/Util/
H A DPP.pm152 or Scalar::Util::blessed($_[0]) and overload::Method($_[0], '&{}')
161 defined Scalar::Util::blessed($_[0])
172 return (Scalar::Util::blessed($_[0]) and $_[0]->isa($_[1])) ? $_[0] : undef;
177 return (Scalar::Util::blessed($_[0]) and $_[0]->DOES($_[1])) ? $_[0] : undef;
235 unless (Scalar::Util::blessed($it))
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/lib/RDF/Trine/Serializer/
H A DTSV.pm129 if (defined($e) and blessed($e) and $e->isa('RDF::Trine::Statement')) {
134 } elsif (defined($e) and blessed($e) and $e->isa('RDF::Trine::VariableBindings')) {
156 if (defined($e) and blessed($e) and $e->isa('RDF::Trine::Statement')) {
161 } elsif (defined($e) and blessed($e) and $e->isa('RDF::Trine::VariableBindings')) {
203 return join("\t", map { blessed($_) ? $_->as_ntriples : '' } @terms) . "\n";
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Algebra/
H A DQuad.pm59 unless (defined($nodes[ $i ]) and blessed($nodes[ $i ])) {
139 my $blessed = blessed($n);
140 if ($blessed and $n->isa('RDF::Query::Node::Resource')) {
152 } elsif ($blessed and $n->isa('RDF::Query::Node::Literal')) {
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/Document/
H A DNormalized.pm169 my ($bthis, $bthat) = (blessed $this, blessed $that);
205 return $self->_equal_blessed( $cthis, $cthat ) if blessed $cthis;
225 if ( blessed $cthis ) {
250 if ( blessed $cthis ) {
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/XSD/Typelib/Builtin/
H A DanySimpleType.t4 use Scalar::Util qw(blessed);
17 ok blessed $obj, 'constructor returned blessed reference';
21 ok blessed $obj, 'constructor returned blessed reference';
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/
H A Dmanpage-syntax.pl38 my %blessed;
149 if($blessed{$got}) {
150 $i = $blessed{$got};
193 $blessed{$s} = $ind++
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/lib/Catalyst/
H A DComponent.pm86 blessed($self) ? $self->$orig() || blessed($self) : $self;
96 if (blessed($_[0])) {
141 my $class = blessed($self) || $self;
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/t/
H A Dload-blessed.t20 msg => 'scalar blessed as object',
29 msg => 'array ref blessed as object',
38 msg => 'regexp blessed as object',
48 msg => 'code blessed as object',
/dports/graphics/p5-GraphViz-Data-Structure/GraphViz-Data-Structure-0.20/lib/GraphViz/Data/
H A DStructure.pm492 @to_port = blessed($root) ? (to_port => 0) : ();
493 my @from_port = blessed($root) ? (from_port => 1) : (from_port => 0);
506 my @next_to_port = blessed($subnode) ? (to_port => 0) : ();
521 if (@$root == 0 && !blessed($root)) {
536 my @to_port = blessed($root) ? (to_port => 0) : ();
572 if (scalar keys %$root == 0 && !blessed($root)) {
588 my @to_port = blessed($root) ? (to_port => 0) : ();
725 if (defined (my $here = blessed($scalar))) {
795 my $label_needed = blessed($arrayref);
967 my $label_needed = blessed($hash);
[all …]
/dports/www/p5-HTTP-Router/HTTP-Router-0.05/
H A DChanges5 which accidentally imports blessed() into its namespace,
6 which makes `blessed $req` works as `$req->blessed`. (miyagawa)
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpotion.c653 if (otmp->blessed) {
699 if (!otmp->blessed)
743 if (otmp->blessed)
778 if (otmp->blessed)
818 if (otmp->blessed) {
857 if (otmp->blessed) {
990 if (otmp->blessed)
1240 if (potion->blessed) {
1427 if (obj->blessed)
1672 if (obj->blessed)
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpotion.c653 if (otmp->blessed) {
699 if (!otmp->blessed)
743 if (otmp->blessed)
778 if (otmp->blessed)
818 if (otmp->blessed) {
857 if (otmp->blessed) {
990 if (otmp->blessed)
1240 if (potion->blessed) {
1427 if (obj->blessed)
1672 if (obj->blessed)
[all …]
/dports/www/p5-Catalyst-Engine-Apache/Catalyst-Engine-Apache-1.16/t/lib/TestAppOneView/Controller/
H A DRoot.pm13 $c->res->body(Scalar::Util::blessed($v));
21 $c->res->body(Scalar::Util::blessed($v));
31 $c->res->body(Scalar::Util::blessed($v));
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/lib/List/Objects/WithUtils/Role/Array/
H A DTyped.pm24 if (my $blessed = Scalar::Util::blessed $class) {
26 $class = $blessed;
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/lib/List/Objects/WithUtils/Role/Hash/
H A DTyped.pm23 if (my $blessed = Scalar::Util::blessed $class) {
25 $class = $blessed;
/dports/devel/p5-Params-Validate-Dependencies/Params-Validate-Dependencies-1.40/lib/Data/Domain/
H A DDependencies.pm83 …unless(ref($sub) =~ /CODE/ || (blessed($sub) && $sub->isa('Params::Validate::Dependencies::Documen…
84 if(blessed($sub)) {
92 blessed($sub)
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/lib/TestAppOneView/Controller/
H A DRoot.pm13 $c->res->body(Scalar::Util::blessed($v));
21 $c->res->body(Scalar::Util::blessed($v));
31 $c->res->body(Scalar::Util::blessed($v));
/dports/devel/p5-Class-Workflow/Class-Workflow-0.11/lib/Class/
H A DWorkflow.pm76 if ( !blessed($params[0]) and !blessed($params[1]) and @params % 2 == 0 ) {
82 } elsif ( @params == 1 and blessed($params[0]) and $params[0]->can("name") ) {
85 } elsif ( @params == 2 and blessed($params[1]) and !ref($params[0]) ) {
89 if ( @params == 1 and blessed($params[0]) ) {
/dports/www/p5-Dancer/Dancer-1.3513/lib/Dancer/
H A DException.pm32 ref && blessed($_) && $_->isa('Dancer::Continuation')
37 ref && blessed($_) && $_->isa('Dancer::Continuation')
49 ref && blessed($_) && $_->isa('Dancer::Continuation')
54 ref && blessed($_) && $_->isa('Dancer::Continuation')
/dports/net/p5-Net-Google-Code/Net-Google-Code-0.19/lib/Net/Google/Code/Issue/
H A DAttachment.pm29 my $need_delete = not blessed $tree;
30 $tree = $self->html_tree( html => $tree ) unless blessed $tree;
74 my $need_delete = not blessed $element;
75 $element = $self->html_tree( html => $element ) unless blessed $element;
/dports/devel/p5-Moose/Moose-2.2201/t/bugs/
H A Dtype_constraint_messages.t31 elsif ( blessed $_ ) {
42 => message { blessed $_ ? 'blessed' : 'scalar' }
63 }, qr/Attribute \(nt\) does not pass the type constraint because: blessed/, '... got the right erro…
/dports/devel/p5-Set-Object/Set-Object-1.41/t/object/
H A Dproperties.t95 is(blessed($foo = []), undef, "!blessed(\$foo = [])");
101 is(blessed($foo), "This", "blessed(\$foo) eq 'This'");
124 is(blessed($psuedonum), "psuedonum", "Pseudonum is blessed");
137 ok(blessed($nevernum) eq "nevernum", "nevernum is blessed");
146 ok(blessed($notreallynum) eq "notreallynum", "nevernum is blessed");
183 } elsif (my $b = blessed($var)) {
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/
H A DQuery.pm367 if ($delegate and not blessed($delegate)) {
698 my $string = blessed($node) ? $node->as_string : '';
701 my $string = blessed($v) ? $v->as_string : '';
993 unless (blessed($model)) {
1121 if (blessed($self)) {
1207 if (blessed($pred)) {
1227 if (blessed($pred)) {
1430 if (blessed(my $l = $self->{ logger })) {
1455 if (blessed($self)) {
1486 if (blessed($self)) {
[all …]

12345678910>>...224