Group
Extension

Matches 1364

Galileo ( J/JB/JBERGER/Galileo-0.043.tar.gz, JBERGER, 2020; MetaCPAN )
Galileo/lib/Galileo/DB/Deploy.pm ( view source; MetaCPAN )
ets are blue</p>

<h2>Strikethrough</h2>

<p><em>source</em>:</p>

<pre class="hljs"><code>~~Mistaken text.~~</code></pre>

<p><em>result</em>:</p>

<p><del>Mistaken text.</del></p>

<div class="footn
esult*:

Roses are red
Violets are blue

## Strikethrough

*source*:

```
~~Mistaken text.~~
```

*result*:

~~Mistaken text.~~
MARKDOWN
    author_id => $admin->user_id,
  });

  $schema->resultset('
Tree-Ops ( P/PR/PRBRENAN/Tree-Ops-20201030.tar.gz, PRBRENAN, 2020; MetaCPAN )
Tree-Ops/lib/Tree/Ops.pm ( view source; MetaCPAN )
en->@*)                                              # Children of parent
   {unwrap $c if $c->key ~~ $parent->key;                                       # Unwrap child if like parent
   }
  $parent
 
SQL-Statement ( R/RE/REHSACK/SQL-Statement-1.414.tar.gz, REHSACK, 2020; MetaCPAN )
SQL-Statement/lib/SQL/Statement/Operation.pm ( view source; MetaCPAN )
 whether the left operand
is in the list of the right operands or not like:

  $left->value($eval) ~~ map { $_->value($eval) } @{$right}

=head1 INHERITANCE

  SQL::Statement::Operation::Contains
  IS
Mir-FileHandler ( G/GR/GRUBERT/Mir-FileHandler-0.05.tar.gz, GRUBERT, 2020; MetaCPAN )
Mir-FileHandler/lib/Mir/FileHandler.pm ( view source; MetaCPAN )
.\w+/ );
    if ( -f && !/^\./ && !/\~$/ ) {
        if ( m|(\w+)\.(\w+)$| ) {
            if ( $2 ~~ @types ) {
            push @rec_files, $File::Find::name;
            }
        }
    }
}

#=====
HTML-Latemp-News ( S/SH/SHLOMIF/HTML-Latemp-News-0.2.2.tar.gz, SHLOMIF, 2020; MetaCPAN )
HTML-Latemp-News/lib/HTML/Latemp/News.pm ( view source; MetaCPAN )
self->rating( $args{'rating'}
            || '(PICS-1.1 "http://www.classify.org/safesurf/" 1 r (SS~~000 1))'
    );
    $self->copyright( $args{'copyright'} || "" );
    $self->docs( $args{'docs'} ||
SQL-Statement ( R/RE/REHSACK/SQL-Statement-1.414.tar.gz, REHSACK, 2020; MetaCPAN )
SQL-Statement/lib/SQL/Statement/TermFactory.pm ( view source; MetaCPAN )
is book I<Refactoring>.

=head1 METHODS

=head2 buildCondition

Builds a condition object from a given (part of a) where clause. This method
calls itself recursively for I<predicates>.

=head1 AUTHOR 
Perl6-Doc ( H/HI/HINRIK/Perl6-Doc-0.47.tar.gz, HINRIK, 2010; MetaCPAN )
Perl6-Doc/share/Synopsis/S05-regex.pod ( view source; MetaCPAN )
t-to-right order with
respect to the starting positions.

     $str = "abracadabra";

     if $str ~~ m:overlap/ a (.*) a / {
         @substrings = slice @();    # bracadabr cadabr dabr br
     }

=i
str = "abracadabra";

     if $str ~~ m:exhaustive/ a (.*?) a / {
         say "@()";    # br brac bracad bracadabr c cad cadabr d dabr br
     }

Note that the C<~~> above can return as soon as the f
ke the old
C<\A> and C<\z>. (The C</m> modifier is gone.)  On the right side of
an embedded C<~~> or C<!~~> operator they always match the start/end
of the indicated submatch because that submatch is 
Renard-Curie ( Z/ZM/ZMUGHAL/Renard-Curie-0.005.tar.gz, ZMUGHAL, 2020; MetaCPAN )
Renard-Curie/lib/Renard/Curie/Model/View/Grid/PageActor.pm ( view source; MetaCPAN )
om extents of the page text.

=head2 get_extents_from_selection

Return extents on the page text given (start, end) pointer locations.

=head2 text_at_point

Return (block, line, char) for page text u
Spp ( S/SS/SSQQ/Spp-2.03.tar.gz, SSQQ, 2017; MetaCPAN )
Spp/lib/Spp/Builtin.pm ( view source; MetaCPAN )
$r = shift;
  return $r ~~ ["\n", "\t", "\r", ' '];
}

sub is_upper {
  my $r = shift;
  return $r ~~ ['A' .. 'Z'];
}

sub is_lower {
  my $r = shift;
  return $r ~~ ['a' .. 'z'];
}

sub
r = shift;
  return $r ~~ ['0' .. '9'];
}

sub is_xdigit {
  my $char = shift;
  return 1 if is_digit($char);
  return 1 if $char ~~ ['a' .. 'f'];
  return 1 if $char ~~ ['A' .. 'F'];
  retur
 ~~ ['a' .. 'z', 'A' .. 'Z', '_'];
}

sub is_words {
  my $r = shift;
  return 1 if is_digit($r);
  return 1 if is_alpha($r);
  return 0;
}

sub is_hspace {
  my $h = shift;
  return $h ~~
AsposeOmrCloud-OmrApi ( A/AS/ASPOSE/AsposeOmrCloud-OmrApi-v19.7.0.tar.gz, ASPOSE, 2019; MetaCPAN )
AsposeOmrCloud-OmrApi/lib/asposeomrcloud/Role/AutoDoc.pm ( view source; MetaCPAN )
                               ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                 $role_reqs
.

	format INHERIT_POD =
=head1 NAME

@*
$mycl
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                                               $handles
.

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

.
	format ATTRHEAD_POD =
=head1 ATTRIBUTES

.
	format ATTR_POD =

App-PhotoDB ( J/JG/JGAZELEY/App-PhotoDB-0.07.tar.gz, JGAZELEY, 2019; MetaCPAN )
App-PhotoDB/lib/App/PhotoDB/funcs.pm ( view source; MetaCPAN )
 provided default is an allowed value
		# Otherwise silently unset it
		if ($default && !($default ~~ @allowedvals)) {
			$default = '';
		}
	}

	# Loop until we get valid input
	my $input;
	my $msg =
{default=>$default, prompt=>$msg, type=>$type, required=>$required});
	} while ($input && !($input ~~ [ map {"$_"} @allowedvals ] || $input eq ''));

	# Spawn a new handler if that's what the user cho
he list";

	do {
		$input = &prompt({prompt=>$msg, type=>'integer'});
	} while ($input && !($input ~~ [ map {"$_"} @allowedvals ] || $input eq ''));

	return $input;
}

=head2 printlist

Print arbitra
DateTime-Format-Builder ( D/DR/DROLSKY/DateTime-Format-Builder-0.83.tar.gz, DROLSKY, 2020; MetaCPAN )
DateTime-Format-Builder/lib/DateTime/Format/Builder.pm ( view source; MetaCPAN )
with the following keys:

=over 4

=item * input

B<input> is the datetime string the parser was given (if using multiple
specifications and an overall I<preprocess> then this is the date after it's
b
Pcore ( Z/ZD/ZDM/Pcore-v0.139.0.tar.gz, ZDM, 2020; MetaCPAN )
Pcore/lib/Pcore/Core/Dump/Dumper.pm ( view source; MetaCPAN )
s .= "($_->[1])" if defined $_->[1];    # add layer encoding

        $layers .= ':utf8' if 'UTF8' ~~ $_->[2];      # add :utf8 layer, if defined
    }

    my $fileno = eval { fileno $_[0] };

    pu
Pcore ( Z/ZD/ZDM/Pcore-v0.139.0.tar.gz, ZDM, 2020; MetaCPAN )
Pcore/lib/Pcore/Dist/Build/Release.pm ( view source; MetaCPAN )

        say q[You forgot to specify release version];

        return;
    }

    if ( "$new_ver" ~~ $self->{dist}->releases ) {
        say qq[Version $new_ver is already released];

        return;
RPerl ( W/WB/WBRASWELL/RPerl-7.000000.tar.gz, WBRASWELL, 2020; MetaCPAN )
RPerl/lib/RPerl/Learning.pm ( view source; MetaCPAN )
 to ambiguity of tilde C<~> character as used for bitwise negation operator, smartmatch operator C<~~>, or regular expression C<=~>

    ~(-8)  #                          7
    ~(-2)  #               
r>


    #!/usr/bin/env perl

    # Learning RPerl, Chapter 6, Exercise 1
    # Accept one input given (first) name, and print the corresponding family (last) name

    # [[[ HEADER ]]]
    use RPerl;
 barney => 'rubble',
            wilma => 'flintstone'
        };

        print 'Please input a given (first) name in all lowercase, then press <ENTER>:', "\n";
        my string $given_name = <STDIN
RPerl ( W/WB/WBRASWELL/RPerl-7.000000.tar.gz, WBRASWELL, 2020; MetaCPAN )
RPerl/lib/RPerl/Learning/Chapter6/exercise_1-hash_family_names.pl ( view source; MetaCPAN )
#!/usr/bin/env perl

# Learning RPerl, Chapter 6, Exercise 1
# Accept one input given (first) name, and print the corresponding family (last) name

# [[[ HEADER ]]]
use RPerl;
use strict;
use warnings
ne',
        barney => 'rubble',
        wilma => 'flintstone'
    };

    print 'Please input a given (first) name in all lowercase, then press <ENTER>:', "\n";
    my string $given_name = <STDIN>;
 
 or (not defined $names->{$given_name})) {
        croak 'ERROR: No family (last) name found for given (first) name ', $given_name, ', croaking', "\n";
    }

    print 'The family (last) name of ', $
jmx4perl ( R/RO/ROLAND/jmx4perl-1.13.tar.gz, ROLAND, 2020; MetaCPAN )
jmx4perl/lib/JMX/Jmx4Perl/Request.pm ( view source; MetaCPAN )

        $self = $type;
        $type = $self->{type};
    }
    croak "Invalid type '",$type,"' given (should be one of ",join(" ",keys %$TYPES),")" unless $TYPES->{$type};
    
    # Hash comes afte
Char-Sjis ( I/IN/INA/Char/Sjis/Char-Sjis-1.19.tar.gz, INA, 2019; MetaCPAN )
Char-Sjis/lib/Esjis.pm ( view source; MetaCPAN )
   elsif (/\G ((?>\s+)|\#.*) /oxgc) { return $1; }

# if (, elsif (, unless (, while (, until (, given (, and when (

    # given, when

    # P.225 The given Statement
    # in Chapter 15: Smart Matc
 Operators
    # of ISBN 978-0-596-00492-7 Programming Perl 4th Edition.

    # (and so on)

    # ~~

    # P.221 The Smart Match Operator
    # in Chapter 15: Smart Matching and given-when
    # of 
-0-596-00492-7 Programming Perl 4th Edition.

    # (and so on)

    elsif (/\G ((?>

            !~~ | !~ | != | ! |
            %= | % |
            &&= | && | &= | &\.= | &\. | & |
            -= |
Any-Daemon-HTTP ( M/MA/MARKOV/Any-Daemon-HTTP-0.30.tar.gz, MARKOV, 2020; MetaCPAN )
Any-Daemon-HTTP/lib/Any/Daemon/HTTP/VirtualHost.pod ( view source; MetaCPAN )
|ARRAY

[0.26] Alternative host components which indicate the same virtual host.  When
'AUTO' is given (the default since [0.28]), then L<generateAliases()|Any::Daemon::HTTP::VirtualHost/"Attributes">
Build-Hopen ( C/CX/CXW/Build-Hopen-0.000008-TRIAL.tar.gz, CXW, 2019; MetaCPAN )
Build-Hopen/lib/Build/Hopen/Util/NameSet.pm ( view source; MetaCPAN )
ce, C<< 'foo' ~~ $nameset >> invokes
C<< $nameset->contains('foo') >>.  This is inspired by the Raku behaviour,
in which C<< $x ~~ $y >> calls C<< $y.ACCEPTS($x) >>

NOTE: C<< $nameset ~~ 'foo' >> (ob
 far as I can tell, even 5.27.7 would have supported the
C<< 'foo' ~~ $nameset >> form.

=cut

use overload
    fallback => 1,
    '~~' => sub {
        #my ($self, $other, $swap) = @_;
        $_[0]-

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