Group
Extension

Matches 1310

Markdown-Parser ( J/JD/JDEGUEST/Markdown-Parser-v0.4.1.tar.gz, JDEGUEST, 2024; MetaCPAN )
Markdown-Parser/lib/Markdown/Parser/StrikeThrough.pm ( view source; MetaCPAN )
ft( @_ );
    my $str = $self->children->map(sub{ $_->as_markdown })->join( '' );
    return( "~~${str}~~" );
}

sub as_pod
{
    my $self = shift( @_ );
    my $str = $self->children->map(sub{ $_->as
Markdown::Parser> and inherits from L<Markdown::Parser::Element>

For example:

    ~~This whole sentence is wrong~~

=head1 METHODS

=head2 as_markdown

Returns a string representation of the strike-
XS-libdwarf ( S/SY/SYBER/XS-libdwarf-20241226.0.tar.gz, DMOL, 2025; MetaCPAN )
XS-libdwarf/libdwarf/dwarfdump/print_reloc_decls.h ( view source; MetaCPAN )
 the incoming scn_name is known, record the name
    in our reloc section names table.
    For a given (debug) section there can be a .rel or a .rela,
    not both.
    The name-to-index in this table
Alien-libsecp256k1 ( B/BR/BRTASTIC/Alien-libsecp256k1-0.060000.tar.gz, BRTASTIC, 2025; MetaCPAN )
Alien-libsecp256k1/libsecp256k1/src/modules/ellswift/main_impl.h ( view source; MetaCPAN )
es exist:
 * - Given (x, u), no two distinct c values give the same successful result t.
 * - Every successful result maps back to x through secp256k1_ellswift_xswiftec_var.
 * - Given (x, u), all t v
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/One.pm ( view source; MetaCPAN )
       if ($other ~~ $_) {
              return if $count;
              $count = 1;
            }
        }

        return($count == 1);
    }

    for (@$self) {
        if ($_ ~~ $other) {
       
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/All.pm ( view source; MetaCPAN )
        for (@$self) {
            return unless $other ~~ $_;
        }

        return 1;
    }

    for (@$self) {
        return unless $_ ~~ $other;
    }

    return 1;
}

1;
END_CODE
  }
}

sub
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/Any.pm ( view source; MetaCPAN )
) {
        for (@$self) {
            return 1 if $other ~~ $_;
        }

        return;
    }

    for (@$self) {
        return 1 if $_ ~~ $other;
    }

    return;
}

1;
END_CODE
  }
}

sub num
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/None.pm ( view source; MetaCPAN )
hs) {
        for (@$self) {
            return if $other ~~ $_;
        }

        return 1;
    }

    for (@$self) {
        return if $_ ~~ $other;
    }

    return 1;
}

1;
END_CODE
  }
}

sub n
Net-Inspect ( S/SU/SULLR/Net-Inspect-0.331.tar.gz, SULLR, 2025; MetaCPAN )
Net-Inspect/lib/Net/Inspect/L7/HTTP.pm ( view source; MetaCPAN )
 or METHODS_WITHOUT_RQBODY might
have a request body, that is if no content-length is explicitly given (or
chunked transfer encoding is used) it is assumed that they don't have a body.

=item METHODS_
Tripletail ( M/MI/MIKAGE/Tripletail-0.69.tar.gz, MIKAGE, 2025; MetaCPAN )
Tripletail/lib/Tripletail/Ini.pm ( view source; MetaCPAN )
s#get: Either group [%s] or key [%s] is ".
                      "absent but no default value is given (file: %s) ".
                        "(グループ [%s] もしくはキー [%s] が存在しな
experimentals ( D/DC/DCONWAY/experimentals-0.021.tar.gz, DCONWAY, 2024; MetaCPAN )
experimentals/lib/experimentals.pm ( view source; MetaCPAN )
s of Perl.

For example, from Perl 5.10 to 5.16 the use of smartmatching (either via
an explicit C<~~>, or implicitly in a C<given>/C<when>) did not generate
an "experimental" warning. From 5.18 onwar
ls -report;

    my $_ = 'A1';
    my $aref = [];

    given (readline) {
        when (1) { say 'okay';        }
        when (0) { say fc $_ ~~ //;   }
        default  { push $aref, 1 | 2; }
    }
List-Gen ( S/SO/SOMMREY/List-Gen-0.976.tar.gz, SOMMREY, 2024; MetaCPAN )
List-Gen/lib/List/Gen/Cookbook.pm ( view source; MetaCPAN )
hem directly.

    gen {$_**2} 100             ~~  gen {$_**2} range 0, 100

    my @names = qw/bob alice eve/;
    gen {"hello $_!"} \@names   ~~  gen {"hello $_!"} makegen @names

those were 
Embperl ( G/GR/GRICHTER/Embperl-3.0.1.tar.gz, GRICHTER, 2025; MetaCPAN )
Embperl/Embperl/Object.pm ( view source; MetaCPAN )
. The file should contain the Perl code for 
the application object. The must be no package name given (as the package is set
by Embperl::Object), but the @ISA should point to Embperl::App.
If set thi
Embperl ( G/GR/GRICHTER/Embperl-3.0.1.tar.gz, GRICHTER, 2025; MetaCPAN )
Embperl/Config.pod ( view source; MetaCPAN )
The file should contain the Perl code for 
the application object. There must be no package name given (as the package is set
by Embperl::Object) inside the file, but the @ISA should point to Embperl:
String-Tagged-Markdown ( P/PE/PEVANS/String-Tagged-Markdown-0.06.tar.gz, PEVANS, 2024; MetaCPAN )
String-Tagged-Markdown/lib/String/Tagged/Markdown.pm ( view source; MetaCPAN )
down_markers
{
   "**" => "bold",
   "*"  => "italic",
   "__" => "bold",
   "_"  => "italic",
   "~~" => "strike",
   "`"  => "fixed",
}

sub __cache_per_class ( $code )
{
   my %cache;
   return sub
d above.

Recognises the following kinds of inline text markers:

   **bold**

   *italic*

   ~~strike~~

   `fixed`

   [link](target)

   backslashes escape any special characters as \*

In additio
SPVM-Resource-Libpng ( K/KI/KIMOTO/SPVM-Resource-Libpng-0.013.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-Resource-Libpng/lib/SPVM/Resource/Libpng.native/include/png.h ( view source; MetaCPAN )
nst void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */
#endif /* SIMPLIFIED_WRITE_STDIO */

/* With all write APIs if image is in one of the
SPVM-Resource-Libpng ( K/KI/KIMOTO/SPVM-Resource-Libpng-0.013.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-Resource-Libpng/original.tmp/libpng/png.h ( view source; MetaCPAN )
nst void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */
#endif /* SIMPLIFIED_WRITE_STDIO */

/* With all write APIs if image is in one of the
SPVM-Resource-Libpng ( K/KI/KIMOTO/SPVM-Resource-Libpng-0.013.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-Resource-Libpng/lib/SPVM/Resource/Libpng.native/src/png.h ( view source; MetaCPAN )
nst void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */
#endif /* SIMPLIFIED_WRITE_STDIO */

/* With all write APIs if image is in one of the
Locales ( D/DY/DYACOB/Locales-0.05.tar.gz, DMUEY, 2025; MetaCPAN )
Locales/lib/Locales.pm ( view source; MetaCPAN )
s no warning or errors of it’s own. If any function or method returns false then the arguments given (or not given) were invalid/not found.

Deviations from this are documented per function/method.
Sim-OPT ( G/GL/GLBRUNE/Sim-OPT-0.739.tar.gz, GLBRUNE, 2024; MetaCPAN )
Sim-OPT/lib/Sim/OPT/Parcoord3d.pm ( view source; MetaCPAN )
IF ALSO THE THIRD AXIS HAS TO BE CHECKED FOR NON-REPETITIONS, PUT 1 OTHERWISE.
						if (@cutelms ~~ @cutelems)
						{

							$counthit++;
							print "COUNTGROUP: $countgroup, HIT! $counthit\
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/Table.pm ( view source; MetaCPAN )
            alert "Grouping not allowed"; return FALSE;
                }
        my $tag = ($type ~~ ['column', 'row']) ?
                        'table:table-' . $type . '-group'       :
           
                     {
                        $min //= $v; $max //= $v;
                        given ($type)
                                {
                                when (['string', 'all']

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