Group
Extension

Matches 1364

Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Date.pm ( view source; MetaCPAN )
0]" + 0) >= ($_[1] + 0)},
  'eq' => sub{"$_[0]" eq "$_[1]"},
  'ne' => sub{"$_[0]" ne "$_[1]"},
  '~~' => 'explain',
  fallback => 1,
);

# ATTRIBUTES

attr 'day';
attr 'month';
attr 'year';
attr 'hou
;

  # 1

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $date ~~ '570672000';

  # 1

=back

=head1 AUTHORS

Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Search.pm ( view source; MetaCPAN )
0]" eq "$_[1]"},
  'ne' => sub{"$_[0]" ne "$_[1]"},
  'qr' => sub{qr{@{[quotemeta("$_[0]")]}}},
  '~~' => 'explain',
  fallback => 1,
);

# ATTRIBUTES

attr 'flags';
attr 'regexp';
attr 'string';

# B


  # 1

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $search ~~ 'hello world';

  # 1

=back

=head1 AUTHOR
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Error.pm ( view source; MetaCPAN )
]"},
  'ne' => sub{$_[0]->render ne "$_[1]"},
  'qr' => sub{qr/@{[quotemeta($_[0]->render)]}/},
  '~~' => 'explain',
  fallback => 1,
);

# ATTRIBUTES

attr 'name';
attr 'context';
attr 'message';
att


  # 1

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $error ~~ 'Exception!';

  # 1

=back

=head1 AUTHORS
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Name.pm ( view source; MetaCPAN )
[1]"},
  'ne' => sub{$_[0]->value ne "$_[1]"},
  'qr' => sub{qr/@{[quotemeta($_[0]->value)]}/},
  '~~' => 'explain',
  fallback => 1,
);

my $sep = qr/'|__|::|\\|\//;

# BUILDERS

sub build_arg {
  my
;

  # 1

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $name ~~ 'Foo/Bar';

  # 1

=back

=head1 AUTHORS

Aw
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Fault.pm ( view source; MetaCPAN )
 'ne' => sub{$_[0]->{message} ne "$_[1]"},
  'qr' => sub{qr/@{[quotemeta($_[0]->{message})]}/},
  '~~' => 'explain',
  fallback => 1,
);

# METHODS

sub new {
  return bless({message => $_[1] || 'Exce


  # 1

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $fault ~~ 'Exception!';

  # 1

=back

=head1 AUTHORS
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Process.pm ( view source; MetaCPAN )
age Venus::Process;

use 5.018;

use strict;
use warnings;

use overload (
  '""' => 'explain',
  '~~' => 'explain',
  fallback => 1,
);

use Venus::Class 'attr', 'base', 'with';

base 'Venus::Kind::U
 # $pid

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $parent ~~ /^\d+$/;

  # 1

=back

=head1 AUTHORS

Awn
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Template.pm ( view source; MetaCPAN )
]"},
  'ne' => sub{$_[0]->render ne "$_[1]"},
  'qr' => sub{qr/@{[quotemeta($_[0]->render)]}/},
  '~~' => 'explain',
  fallback => 1,
);

# ATTRIBUTES

attr 'markers';
attr 'variables';

# BUILDERS

s
m: <>"

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $template ~~ 'From: <>';

  # 1

=back

=head1 AUTHORS
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Path.pm ( view source; MetaCPAN )
[1]"},
  'ne' => sub{$_[0]->value ne "$_[1]"},
  'qr' => sub{qr/@{[quotemeta($_[0]->value)]}/},
  '~~' => 'explain',
  fallback => 1,
);

# HOOKS

sub _exitcode {
  $? >> 8;
}

# METHODS

sub assertio
;

  # 1

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $path ~~ 't/data/planets';

  # 1

=back

=head1 AUTH
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Throw.pm ( view source; MetaCPAN )


with 'Venus::Role::Stashable';

use overload (
  '""' => sub{$_[0]->catch('error')->explain},
  '~~' => sub{$_[0]->catch('error')->explain},
  fallback => 1,
);

# ATTRIBUTES

attr 'frame';
attr 'na
ption!"

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $throw ~~ 'Exception!';

  # 1

=back

=head1 AUTHORS
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Replace.pm ( view source; MetaCPAN )
0]" eq "$_[1]"},
  'ne' => sub{"$_[0]" ne "$_[1]"},
  'qr' => sub{qr{@{[quotemeta("$_[0]")]}}},
  '~~' => 'explain',
  fallback => 1,
);

# ATTRIBUTES

attr 'flags';
attr 'regexp';
attr 'string';
attr

  # 1

=back

=over 4

=item operation: C<(~~)>

This package overloads the C<~~> operator.

B<example 1>

  # given: synopsis;

  my $result = $replace ~~ 'hello universe';

  # 1

=back

=head1 AUT
Kephra ( L/LI/LICHTKIND/Kephra-0.406.tar.gz, LICHTKIND, 2023; MetaCPAN )
Kephra/lib/Kephra/App/Window/Menu.pm ( view source; MetaCPAN )
AppendSeparator();
    $file_menu->Append( 11200, "&Open\tCtrl+O", "create document by loading a given (dialog) file" );
    $file_menu->Append( 11210, "&Reload\tCtrl+Shift+O", "disregard current stat
BmltClient-ApiClient ( B/BM/BMLT/BmltClient-ApiClient-0.tar.gz, BMLT, 2022; MetaCPAN )
BmltClient-ApiClient/lib/BmltClient/Role/AutoDoc.pm ( view source; MetaCPAN )
                               ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                 $role_reqs
.

    format INHERIT_POD =
=head1 NAME

@*
$myclass

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                                               $handles
.

    format ATTR_NARROW 
         $handles
             ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
             $handles

.
    format ATTRHEAD_POD =
=head1 ATTRIBUTES

.
    format ATTR_POD =

=he
DBM-Deep ( D/DC/DCANTRELL/DBM-Deep-2.0019.tar.gz, DCANTRELL, 2023; MetaCPAN )
DBM-Deep/utils/lib/DBM/Deep/10002.pm ( view source; MetaCPAN )
API - stop poking in the innards of someone else..
{
    my %is_legal_filter = map {
        $_ => ~~1,
    } qw(
        store_key store_value
        fetch_key fetch_value
    );

    sub set_filter
DBM-Deep ( D/DC/DCANTRELL/DBM-Deep-2.0019.tar.gz, DCANTRELL, 2023; MetaCPAN )
DBM-Deep/lib/DBM/Deep.pm ( view source; MetaCPAN )
API - stop poking in the innards of someone else..
{
    my %is_legal_filter = map {
        $_ => ~~1,
    } qw(
        store_key store_value
        fetch_key fetch_value
    );

    sub set_filter
DBM-Deep ( D/DC/DCANTRELL/DBM-Deep-2.0019.tar.gz, DCANTRELL, 2023; MetaCPAN )
DBM-Deep/utils/lib/DBM/Deep/09830.pm ( view source; MetaCPAN )
$self->_base_offset,
		root => $self->_root
	);
}

{
    my %is_legal_filter = map {
        $_ => ~~1,
    } qw(
        store_key store_value
        fetch_key fetch_value
    );

    sub set_filter
SemanticWeb-Schema ( R/RR/RRWO/SemanticWeb-Schema-v23.0.0.tar.gz, RRWO, 2023; MetaCPAN )
SemanticWeb-Schema/lib/SemanticWeb/Schema/JobPosting.pm ( view source; MetaCPAN )
::True> if an application process for the specified job can be directly initiated via the url(s) given (noting that e.g. multiple internet domains might nevertheless be involved at an implementation l
MIDI-Perl ( C/CO/CONKLIN/MIDI-Perl-0.84.tar.gz, CONKLIN, 2023; MetaCPAN )
MIDI-Perl/lib/MIDI/Simple.pm ( view source; MetaCPAN )
eters.

=cut

=item n(...parameters...)  or  $obj->n(...parameters...)

This uses the parameters given (and/or the state variables like
Volume, Channel, Notes, etc) to add a new note to the Score -- o
Lab-Measurement-Legacy ( A/AK/AKHUETTEL/Lab-Measurement-Legacy-3.904.tar.gz, AKHUETTEL, 2023; MetaCPAN )
Lab-Measurement-Legacy/lib/Lab/Instrument/SR830.pm ( view source; MetaCPAN )
n Hz.

=head2 set_amplitude

  $sr830->set_amplitude(0.005);

Sets output amplitude to the value given (in V); values between 4 mV and 5 V are possible.

=head2 get_amplitude

  $ampl=$sr830->get_ampl
Tickit ( P/PE/PEVANS/Tickit-0.74.tar.gz, PEVANS, 2023; MetaCPAN )
Tickit/lib/Tickit/Utils.pm ( view source; MetaCPAN )
d2 textwidth

   $cols = textwidth( $str )

Returns the number of screen columns consumed by the given (Unicode) string.

=cut

# Provided by XS

=head2 chars2cols

   @cols = chars2cols( $text, @char
PApp ( M/ML/MLEHMANN/PApp-2.3.tar.gz, MLEHMANN, 2023; MetaCPAN )
PApp/PApp/XML.pm ( view source; MetaCPAN )
object used to print
                the string.

                If a reference to a coderef is given (e.g. C<\sub {}>),
                the coderef will be called during parsing and the
            

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