Group
Extension

Matches 1354

Bio-EnsEMBL ( A/AB/ABECKER/Bio-EnsEMBL-113.0.0.tar.gz, ABECKER, 2024; MetaCPAN )
Bio-EnsEMBL/lib/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm ( view source; MetaCPAN )
=head2 can_access_Slice

  Description : Checks the lookup to see if we have access to the Slice given (using 
                seq region name as the ID). We reject any Circular Slice

=cut

sub can_a
Lingua-EN-Inflexion ( D/DC/DCONWAY/Lingua-EN-Inflexion-0.002009.tar.gz, DCONWAY, 2024; MetaCPAN )
Lingua-EN-Inflexion/lib/Lingua/EN/Inflexion/Term.pm ( view source; MetaCPAN )
ref(shift), ' object to typeglob reference'; },

    q[~~] => sub {
                my ($term, $other_arg) = @_;

                # Handle TERM ~~ TERM...
                if (blessed($other_arg) && $o
Tk-Getopt ( S/SR/SREZIC/Tk-Getopt-0.52.tar.gz, SREZIC, 2024; MetaCPAN )
Tk-Getopt/Getopt.pm ( view source; MetaCPAN )
nterface. The options are
stored in variables named I<$opt_XXX> or in a hash when B<-options> is
given (see below). B<-opttable> should be a reference to an array
containing all options. Elements of t
marc-moose ( F/FR/FREDERICD/marc-moose-1.0.49.tar.gz, FREDERICD, 2024; MetaCPAN )
marc-moose/lib/MARC/Moose.pm ( view source; MetaCPAN )
p { not $_->tag ~~ [qw(001 009 039 917 930 955)] } @{$record->fields}
     ]);
     # Clean some subfields
     for my $field ( @{$record->fields} ) {
        next unless $field->tag ~~ [qw(410 461 60
Net-SSH2 ( R/RK/RKITOVER/Net-SSH2-0.74.tar.gz, RKITOVER, 2024; MetaCPAN )
Net-SSH2/lib/Net/SSH2.pm ( view source; MetaCPAN )
 croak("hostname unknown: in order to use check_hostkey the peer host name ".
          "must be given (or discoverable) at connect time")
        unless defined $hostname;

    unless (defined $path)
Archive-Tar-Wrapper ( H/HA/HAARG/Archive-Tar-Wrapper-0.42.tar.gz, HAARG, 2024; MetaCPAN )
Archive-Tar-Wrapper/lib/Archive/Tar/Wrapper.pm ( view source; MetaCPAN )
) and upon extraction, it'll adjust the
permissions of newly generated files if the -p option is given (default for
superuser).

=back

=head1 BUGS

B<Archive::Tar::Wrapper> doesn't currently handle f
Net-API-REST ( J/JD/JDEGUEST/Net-API-REST-v1.2.3.tar.gz, JDEGUEST, 2024; MetaCPAN )
Net-API-REST/lib/Net/API/REST/Query.pm ( view source; MetaCPAN )
he current parameter
set.

=item strip_like($regex)

Remove all parameters whose names match the given (qr-quoted) regex e.g.

    $qq->strip_like(qr/^utm/)

Does NOT match against parameter values.

Regexp-Common ( A/AR/ARFREITAS/Regexp-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regexp-Common/lib/Regexp/Common/URI/pop.pm ( view source; MetaCPAN )
m $2

The I<scheme>.

=item $3

The I<user>, if given.

=item $4

The I<authentication type>, if given (could be a I<*>).

=item $5

The I<host>.

=item $6

The I<port>, if given.

=back

=head1 REFER
Regex-Common ( A/AR/ARFREITAS/Regex-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regex-Common/lib/Regex/Common/URI/pop.pm ( view source; MetaCPAN )
m $2

The I<scheme>.

=item $3

The I<user>, if given.

=item $4

The I<authentication type>, if given (could be a I<*>).

=item $5

The I<host>.

=item $6

The I<port>, if given.

=back

=head1 REFER
Text-Treesitter ( P/PE/PEVANS/Text-Treesitter-0.13.tar.gz, PEVANS, 2024; MetaCPAN )
Text-Treesitter/lib/Text/Treesitter/QueryCursor.pm ( view source; MetaCPAN )
 );

Performs the query pattern-matching operation by attempting to match node
subtrees from the given (root) node, against patterns defined by the query.

This method does not return a result; instea
Regexp-Common ( A/AR/ARFREITAS/Regexp-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regexp-Common/lib/Regexp/Common/net.pm ( view source; MetaCPAN )
 the first part of
a domain does not look like an IP address. If the C<< {-rfc1101} >> option
is given (as in C<< $RE {net} {domain} {-rfc1101} >>), we will match using
the relaxed rules.

=head1 REFE
Regex-Common ( A/AR/ARFREITAS/Regex-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regex-Common/lib/Regex/Common/net.pm ( view source; MetaCPAN )
 the first part of
a domain does not look like an IP address. If the C<< {-rfc1101} >> option
is given (as in C<< $RE {net} {domain} {-rfc1101} >>), we will match using
the relaxed rules.

=head1 REFE
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lib/ODF/lpOD/Table.pm ( view source; MetaCPAN )
     }
                else
                        {
                        #$match = TRUE if $v ~~ $filter;
                        $match = TRUE if fake_smartmatch($v, $filter);
                  
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/Element.pm ( view source; MetaCPAN )
        'text:name' : 'text:id';
        my %opt = (attribute => $attr, value => $name);
        given ($role)
                {
                when (undef)
                        {
                
{
        my $self        = shift;
        my $type        = shift;

        my $filter;
        given ($type)
                {
                when (undef)
                        {
                

        my $self        = shift;
        my $value       = $self->get_attribute(shift);
        given ($value)
                {
                when (undef)
                        {
               
String-Util-Match ( P/PE/PERLANCAR/String-Util-Match-0.005.tar.gz, PERLANCAR, 2024; MetaCPAN )
String-Util-Match/lib/String/Util/Match.pm ( view source; MetaCPAN )
match (`~~`) operator can already match against a list of strings
or regexes, this function is currently basically equivalent to:

    if (ref($haystack) eq 'ARRAY') {
        return $needle ~~ @$hays
rtmatch (C<~~>) operator can already match against a list of strings
or regexes, this function is currently basically equivalent to:

 if (ref($haystack) eq 'ARRAY') {
     return $needle ~~ @$haystac
podlators ( R/RR/RRA/podlators-v6.0.2.tar.gz, RRA, 2024; MetaCPAN )
podlators/lib/Pod/Text.pm ( view source; MetaCPAN )
as set to an unknown value.

=item Invalid quote specification "%s"

(F) The quote specification given (the C<quotes> option to the
constructor) was invalid.  A quote specification must be either one
podlators ( R/RR/RRA/podlators-v6.0.2.tar.gz, RRA, 2024; MetaCPAN )
podlators/lib/Pod/Man.pm ( view source; MetaCPAN )
 accents for nroff and troff
.if n \{\
.    ds ' \&
.    ds ` \&
.    ds ^ \&
.    ds , \&
.    ds ~ ~
.    ds /
.\}
.if t \{\
.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h'|\\n:u'
.    ds ` \\k:\h'-(\\
as set to an unknown value.

=item Invalid quote specification "%s"

(F) The quote specification given (the C<quotes> option to the
constructor) was invalid.  A quote specification must be either one
DBIx-Class-DeploymentHandler ( W/WE/WESM/DBIx-Class-DeploymentHandler-0.002234.tar.gz, WESM, 2024; MetaCPAN )
DBIx-Class-DeploymentHandler/lib/DBIx/Class/DeploymentHandler/Manual/CatalystIntro.pod ( view source; MetaCPAN )
 say <<'OUT';
 usage:
   install
   upgrade
   current-version
 OUT
 }

 help unless $ARGV[0];

 given ( $ARGV[0] ) {
     when ('install')         { install()         }
     when ('upgrade')         
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lib/ODF/lpOD/TextElement.pod ( view source; MetaCPAN )
essed as a
regular expression. The second instruction sets a bookmark in the same
paragraph at a given (zero-based), so before the 5th character.

In order to put a bookmark according to a regexp that
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/TextElement.pod ( view source; MetaCPAN )
essed as a
regular expression. The second instruction sets a bookmark in the same
paragraph at a given (zero-based), so before the 5th character.

In order to put a bookmark according to a regexp that

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.