Group
Extension

Matches 1357

Bro-Log-Parse ( J/JO/JOHANNA/Bro-Log-Parse-0.08.tar.gz, JOHANNA, 2019; MetaCPAN )
Bro-Log-Parse/lib/Bro/Log/Parse.pod ( view source; MetaCPAN )
value })>

Pass a hashref of options to the constructor for Bro::log::Parse. Options that
can be given (in descending order of importance):

=over 4

=item B<fh>

Filehandle to be used as data source.
Zeek-Log-Parse ( J/JO/JOHANNA/Zeek-Log-Parse-0.08.tar.gz, JOHANNA, 2019; MetaCPAN )
Zeek-Log-Parse/README.pod ( view source; MetaCPAN )
alue })>

Pass a hashref of options to the constructor for Zeek::log::Parse. Options that
can be given (in descending order of importance):

=over 4

=item B<fh>

Filehandle to be used as data source.
Zeek-Log-Parse ( J/JO/JOHANNA/Zeek-Log-Parse-0.08.tar.gz, JOHANNA, 2019; MetaCPAN )
Zeek-Log-Parse/lib/Zeek/Log/Parse.pod ( view source; MetaCPAN )
alue })>

Pass a hashref of options to the constructor for Zeek::log::Parse. Options that
can be given (in descending order of importance):

=over 4

=item B<fh>

Filehandle to be used as data source.
Bro-Log-Parse ( J/JO/JOHANNA/Bro-Log-Parse-0.08.tar.gz, JOHANNA, 2019; MetaCPAN )
Bro-Log-Parse/README.pod ( view source; MetaCPAN )
value })>

Pass a hashref of options to the constructor for Bro::log::Parse. Options that
can be given (in descending order of importance):

=over 4

=item B<fh>

Filehandle to be used as data source.
Test-Mocha ( S/ST/STEVENL/Test-Mocha-0.67.tar.gz, STEVENL, 2019; MetaCPAN )
Test-Mocha/lib/Test/Mocha/Method.pm ( view source; MetaCPAN )
f ( ref($x) eq 'HASH' ) {
        # smartmatch only matches the hash keys
        return if not $x ~~ $y;

        # ... but we want to match the hash values too
        foreach ( keys %{$x} ) {
     
        return 1;
    }

    # avoid smartmatch doing number matches on strings
    # e.g. '5x' ~~ 5 is true
    return if looks_like_number($x) xor looks_like_number($y);

    return $x ~~ $y;
}

1;
Text-Markdown-Hoedown ( T/TO/TOKUHIROM/Text-Markdown-Hoedown-1.03.tar.gz, TOKUHIROM, 2019; MetaCPAN )
Text-Markdown-Hoedown/lib/Text/Markdown/Hoedown.pm ( view source; MetaCPAN )
_AUTOLINK

Automatically turn safe URLs into links.

=item HOEDOWN_EXT_STRIKETHROUGH

Parse ~~stikethrough~~ spans.

=item HOEDOWN_EXT_UNDERLINE

Parse _underline_ instead of emphasis.

=item HOEDOWN_
MongoHosting ( O/OV/OVNTATAR/MongoHosting.tar.gz, OVNTATAR, 2019; MetaCPAN )
MongoHosting/app.pl ( view source; MetaCPAN )
 $zone             = shift;
  my $sizes_collection = $do->sizes;
  my @sizes;
  my $size;

  $zone ~~ $size->regions && push @sizes, $size
    while $size = $sizes_collection->next;

  return sort { $
Mojolicious-Command-Author-generate-role ( W/WR/WROG/Mojolicious-Command-Author-generate-role-0.002.tar.gz, WROG, 2019; MetaCPAN )
Mojolicious-Command-Author-generate-role/lib/Mojolicious/Command/Author/generate/role.pm ( view source; MetaCPAN )
classes.

If the intended consumer class is not specified it will be inferred from the
role name given (whatever precedes C<::Role::> in the name) or otherwise
default to L<Mojo::Base>.

=head1 ATTRIB
Mojolicious-Plugin-ErrorTracking-Sentry ( X/XA/XANNI/Mojolicious-Plugin-ErrorTracking-Sentry-1.1.0.tar.gz, XANNI, 2019; MetaCPAN )
Mojolicious-Plugin-ErrorTracking-Sentry/lib/Mojolicious/Plugin/ErrorTracking/Sentry.pm ( view source; MetaCPAN )
_string,
		method  => $req->method,
		data    => $req->params->to_hash,
		headers => { map { $_ => ~~ $req->headers->header($_) } @{ $req->headers->names } },
	);
	my %stacktrace_context
		= $stacktra
MySQL-Admin ( L/LZ/LZE/MySQL-Admin-1.18.tar.gz, LZE, 2019; MetaCPAN )
MySQL-Admin/lib/HTML/Editor/Markdown.pm ( view source; MetaCPAN )
l replace this.

Italics	*italics*

Bold	**bold** 

Underline	__underline__	

Strikethrough	~~Strikethrough~~

[link](http://dirk-lindner.com)

[i](http://dirk-lindner.com/foo.png)

=head2 EXPORT

Mar
DateTime-Format-Alami ( P/PE/PERLANCAR/DateTime-Format-Alami-0.16.tar.gz, PERLANCAR, 2017; MetaCPAN )
DateTime-Format-Alami/lib/DateTime/Format/Alami.pm ( view source; MetaCPAN )
f->_parse_num($n);
        if ($unit ~~ $self->{_cache_w_second}) {
            $args{seconds} = $n;
            $self->{_uses_time} = 1;
        } elsif ($unit ~~ $self->{_cache_w_minute}) {
        
uses_time} = 1;
        } elsif ($unit ~~ $self->{_cache_w_hour}) {
            $args{hours} = $n;
            $self->{_uses_time} = 1;
        } elsif ($unit ~~ $self->{_cache_w_day}) {
            $
} elsif ($unit ~~ $self->{_cache_w_week}) {
            $args{weeks} = $n;
        } elsif ($unit ~~ $self->{_cache_w_month}) {
            $args{months} = $n;
        } elsif ($unit ~~ $self->{_cache
App-PLab ( K/KA/KARASIK/App-PLab-1.05.tar.gz, KARASIK, 2019; MetaCPAN )
App-PLab/lib/App/PLab/MorphometryI.pod ( view source; MetaCPAN )
n by pressing secong preview button.

Third algorithm finds areas with minimal and maximal areas given ( in pixels), that could be contoured by line with width equal to
"edge size" amount. It's previe
DBIx-Class-Result-Validation ( N/NO/NOUDARD/DBIx-Class-Result-Validation-0.17.tar.gz, NOUDARD, 2019; MetaCPAN )
DBIx-Class-Result-Validation/lib/DBIx/Class/Result/Validation.pm ( view source; MetaCPAN )
$field}->{default_value})
            or  
            (defined ($self->$field) && !($self->$field ~~ @{ $self->result_source->columns_info->{$field}->{extra}->{list} }))
      )
    );
}

=head2 vali
fo->{$field}->{data_type});
        if ( $self->result_source->columns_info->{$field}->{data_type} ~~ @NUMERICAL_DATA_TYPE){
            $self->add_result_error( $field, "$field can not be updated to 
Net-DRI ( P/PM/PMEVZEK/Net-DRI-0.96_13.tar.gz, PMEVZEK, 2019; MetaCPAN )
Net-DRI/lib/Net/DRI/Protocol/EPP/Core/RegistryMessage.pm ( view source; MetaCPAN )
d([['poll',{op=>'req'}]]);
 return;
}

## elements in @prio come out first, in the same order as given (but only those existing in %$rh), then other keys of %$rh are reordered
sub _sort
{
 my ($rh, @p
WWW-AzimuthAero ( P/PA/PAVELSR/WWW-AzimuthAero-0.4.tar.gz, PAVELSR, 2019; MetaCPAN )
WWW-AzimuthAero/lib/WWW/AzimuthAero/Flight.pm ( view source; MetaCPAN )

    no if ( $] >= 5.018 ), warnings => 'experimental';
    $array_ref //= [];
    return $pattern ~~ @{$array_ref};
}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

WWW::AzimuthAero::Flight - Flig
Chat-iFly ( R/RI/RIZEN/Chat-iFly-0.0100.tar.gz, RIZEN, 2014; MetaCPAN )
Chat-iFly/lib/Chat/iFly.pm ( view source; MetaCPAN )
      ouch(442, 'minimize_chat_user_list must be 1 or 2', 'minimize_chat_user_list') unless ($_[0] ~~ [1,2]);
    }
);

=item enable_search_bar

Defaults to C<1>. Must be 1 or 2. Show search bar in on
 => sub {
        ouch(442, 'enable_search_bar must be 1 or 2', 'enable_search_bar') unless ($_[0] ~~ [1,2]);
    }
);

=item chat_topbar_color

Defaults to C<#222222>. Choose the color of the top bar
, 'support_chat_auto_greet_enable must be 1 or 2', 'support_chat_auto_greet_enable') unless ($_[0] ~~ [1,2]);
    }
);

=item support_chat_auto_greet_message

Defaults to C<Hi there! Welcome to our we
App-scanrdeps ( P/PA/PAVELSR/App-scanrdeps-0.02.tar.gz, PAVELSR, 2019; MetaCPAN )
App-scanrdeps/script/scanrdeps.pl ( view source; MetaCPAN )
n' } @arr );
    return 0;
}

sub in_array {
    my ( $array_ref, $pattern ) = @_;
    no if ( $] >= 5.018 ), warnings => 'experimental';
    $array_ref //= [];
    return $pattern ~~ @{$array_ref};
}
Perl-Critic-PolicyBundle-SNEZ ( S/SN/SNEZ/Perl-Critic-PolicyBundle-SNEZ-0.02.tar.gz, SNEZ, 2019; MetaCPAN )
Perl-Critic-PolicyBundle-SNEZ/lib/Perl/Critic/Policy/CodeLayout/RequireSpaceAroundBinaryOperators.pm ( view source; MetaCPAN )
Y_OPERATORS => qw(
  **   +    -
  =~   !~   *    /    %    x
  <<   >>   lt   gt   le   ge   cmp  ~~
  ==   !=   <=>  .    ..   ...
  &    |    ^    &&   ||   //
  **=  +=   -=   .=   *=   /=
  %=   
Perl-Critic-PolicyBundle-SNEZ ( S/SN/SNEZ/Perl-Critic-PolicyBundle-SNEZ-0.02.tar.gz, SNEZ, 2019; MetaCPAN )
Perl-Critic-PolicyBundle-SNEZ/lib/Perl/Critic/Policy/CodeLayout/RequireBreakBeforeOperator.pm ( view source; MetaCPAN )
 ++   --   **   !    ~    +    -
  =~   !~   *    /    %    x
  <<   >>   lt   gt   le   ge   cmp  ~~
  ==   !=   <=>  .    ..   ...
  &    |    ^    &&   ||   //
  ?    :    **=  +=   -=   .=   *=   
Text-Autoformat ( N/NE/NEILB/Text-Autoformat-1.75.tar.gz, NEILB, 2019; MetaCPAN )
Text-Autoformat/lib/Text/Autoformat.pm ( view source; MetaCPAN )
 qw( perl camel wall );
    sub highlight_specials {
        my ($word) = @_;
        return $word ~~ @SPECIAL ? uc($word) : $word;
    }

    $text = autoformat($text, {case => \&highlight_specials})

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