Searched refs:can (Results 151 - 175 of 2425) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/DBIx-Class/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DDBI.pm127 my $unregister = $schema->can('unregister_source')
128 || $schema->can('_unregister_source');
204 if(!$dbh->can('statistics_info')) {
205 warn "No UNIQUE constraint information can be gathered for this vendor";
280 if ($dbh->can('column_info')) {
329 if(defined $type_num && $dbh->can('type_info')) {
353 This library is free software; you can redistribute it and/or modify it under
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DDBI.pm127 my $unregister = $schema->can('unregister_source')
128 || $schema->can('_unregister_source');
204 if(!$dbh->can('statistics_info')) {
205 warn "No UNIQUE constraint information can be gathered for this vendor";
280 if ($dbh->can('column_info')) {
329 if(defined $type_num && $dbh->can('type_info')) {
353 This library is free software; you can redistribute it and/or modify it under
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/inc/Module/
H A DInstall.pm32 # releases once we can make sure it won't clash with custom
146 # Unregister loader and worker packages so subdirs can use them again
168 # XXX: it looks like we can't retrieve the missing function
186 } elsif ( $method =~ /^_/ and $self->can($method) ) {
193 goto &{$self->can('call')};
213 next unless $obj->can($method);
269 goto &{$obj->can($method)};
280 return $obj if $obj->can($method);
308 my $new = eval { local $^W; require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Data-Dumper-Concise/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg-0.16007/inc/Module/
H A DInstall.pm32 # releases once we can make sure it won't clash with custom
146 # Unregister loader and worker packages so subdirs can use them again
168 # XXX: it looks like we can't retrieve the missing function
186 } elsif ( $method =~ /^_/ and $self->can($method) ) {
193 goto &{$self->can('call')};
213 next unless $obj->can($method);
269 goto &{$obj->can($method)};
280 return $obj if $obj->can($method);
308 my $new = eval { local $^W; require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/inc/Module/
H A DInstall.pm32 # releases once we can make sure it won't clash with custom
146 # Unregister loader and worker packages so subdirs can use them again
168 # XXX: it looks like we can't retrieve the missing function
186 } elsif ( $method =~ /^_/ and $self->can($method) ) {
193 goto &{$self->can('call')};
213 next unless $obj->can($method);
265 goto &{$obj->can($method)};
276 return $obj if $obj->can($method);
304 my $new = eval { local $^W; require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/inc/Module/
H A DInstall.pm32 # releases once we can make sure it won't clash with custom
146 # Unregister loader and worker packages so subdirs can use them again
168 # XXX: it looks like we can't retrieve the missing function
186 } elsif ( $method =~ /^_/ and $self->can($method) ) {
193 goto &{$self->can('call')};
213 next unless $obj->can($method);
269 goto &{$obj->can($method)};
280 return $obj if $obj->can($method);
308 my $new = eval { local $^W; require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/inc/Module/
H A DInstall.pm32 # releases once we can make sure it won't clash with custom
146 # Unregister loader and worker packages so subdirs can use them again
168 # XXX: it looks like we can't retrieve the missing function
186 } elsif ( $method =~ /^_/ and $self->can($method) ) {
193 goto &{$self->can('call')};
213 next unless $obj->can($method);
269 goto &{$obj->can($method)};
280 return $obj if $obj->can($method);
308 my $new = eval { local $^W; require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Task-Weaken/inc/Module/
H A DInstall.pm29 # releases once we can make sure it won't clash with custom
144 } elsif ( $method =~ /^_/ and $self->can($method) ) {
151 goto &{$self->can('call')};
172 # Unregister loader and worker packages so subdirs can use them again
198 next unless $obj->can($method);
247 goto &{$obj->can($method)};
258 return $obj if $obj->can($method);
284 my $new = eval { require $file; $pkg->can('new') };
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A DMore.t57 # can_ok() & isa_ok should call can() & isa() on the given object, not
58 # just class, in case of custom can()
60 local *Foo::can;
62 *Foo::can = sub { $_[0]->[0] };
65 ok( ! $foo->can('bar') );
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/inc/Module/
H A DInstall.pm32 # releases once we can make sure it won't clash with custom
146 # Unregister loader and worker packages so subdirs can use them again
168 # XXX: it looks like we can't retrieve the missing function
186 } elsif ( $method =~ /^_/ and $self->can($method) ) {
193 goto &{$self->can('call')};
213 next unless $obj->can($method);
269 goto &{$obj->can($method)};
280 return $obj if $obj->can($method);
308 my $new = eval { local $^W; require $file; $pkg->can('new') };
/macosx-10.9.5/lsof-52/lsof/
H A DInventory47 You can call the Inventory script directly at any time to take
48 inventory. You can inhibit the inventory step permanently by
49 creating the file ./.neverInv, and you can tell the Configure script
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/htdocs/raw/
H A Dmem_event.exp39 It seems that the current solution is the best we can do, well except
52 The only type of memory channel which can be further optimized is
53 [mem/mp/fifo2] because both sides can generate and queue events for
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dbind.tcl44 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
48 {1. Samples of all the different types of items that can be created in canvas widgets.} d1
63 {6. A grid that demonstrates how canvases can be scrolled.} d6

Completed in 342 milliseconds

1234567891011>>