Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 8, 2020 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/abb541f0a30099d0d172a1aadc9d5d3c to your computer and use it in GitHub Desktop.
Save Whateverable/abb541f0a30099d0d172a1aadc9d5d3c to your computer and use it in GitHub Desktop.
greppable6
File Code
ALOREN/Canoe
…/README.adoc :73:
* get-instance(*%_)
ALOREN/Canoe
…/Canoe.pm6 :146:
method get-instance(*%_) {
ALOREN/Canoe
…/Canoe.pm6 :147:
$!plugin.new(|%_);
ALOREN/Getopt-Advance
…/Advance.adoc :1973:
* clone(*%_)
ALOREN/Getopt-Advance
…/Advance.pm6 :714:
options => %_<options> // @!options.clone,
ALOREN/Getopt-Advance
…/Advance.pm6 :715:
radio => %_<radio> // @!radio.clone,
ALOREN/Getopt-Advance
…/Advance.pm6 :716:
multi => %_<multi> // @!multi.clone,
ALOREN/Getopt-Advance
…/Advance.pm6 :717:
main => %_<main> // %!main.clone,
ALOREN/Getopt-Advance
…/Advance.pm6 :718:
pos => %_<pos> // %!pos.clone,
ALOREN/Getopt-Advance
…/Advance.pm6 :719:
cmd => %_<cmd> // %!cmd.clone,
ALOREN/Getopt-Advance
…/Advance.pm6 :720:
types => %_<types> // $!types.clone,
ALOREN/Getopt-Advance
…/Advance.pm6 :721:
counter => %_<counter> // $!counter,
ALOREN/Getopt-Advance
…/Advance.pm6 :722:
|%_,
ALOREN/Getopt-Advance
…/Argument.pm6 :21:
method clone(*%_) {
ALOREN/Getopt-Advance
…/Argument.pm6 :23:
index => %_<index> // $!index.clone,
ALOREN/Getopt-Advance
…/Argument.pm6 :24:
value => %_<value> // $!value.clone,
ALOREN/Getopt-Advance
…/Argument.pm6 :25:
|%_
ALOREN/Getopt-Advance
…/Group.pm6 :62:
method clone(*%_) {
ALOREN/Getopt-Advance
…/Group.pm6 :64:
infos => %_<infos> // @!infos.clone,
ALOREN/Getopt-Advance
…/Group.pm6 :65:
optional => %_<optional> // $!optional,
ALOREN/Getopt-Advance
…/Group.pm6 :66:
|%_
ALOREN/Getopt-Advance
…/NonOption.pm6 :80:
index => %_<index> // $!index.clone,
ALOREN/Getopt-Advance
…/NonOption.pm6 :81:
name => %_<name> // $!name.clone,
ALOREN/Getopt-Advance
…/NonOption.pm6 :82:
callback => %_<callback> // &!callback.clone,
ALOREN/Getopt-Advance
…/NonOption.pm6 :84:
|%_
ALOREN/Getopt-Advance
…/Option.pm6 :173:
long => %_<long> // $!long.clone,
ALOREN/Getopt-Advance
…/Option.pm6 :174:
short => %_<short> // $!short.clone,
ALOREN/Getopt-Advance
…/Option.pm6 :175:
callback => %_<callback> // &!callback.clone,
ALOREN/Getopt-Advance
…/Option.pm6 :176:
optional => %_<optional> // $!optional.clone,
ALOREN/Getopt-Advance
…/Option.pm6 :177:
annotation => %_<annotation> // $!annotation.clone,
ALOREN/Getopt-Advance
…/Option.pm6 :178:
value => %_<value> // $!value.clone,
ALOREN/Getopt-Advance
…/Option.pm6 :179:
default-value=> %_<default-value> // $!default-value.clone,
ALOREN/Getopt-Advance
…/Option.pm6 :181:
|%_
ALOREN/Getopt-Advance
…/Option.pm6 :245:
deactivate => %_<deactivate> // $!deactivate,
ALOREN/Getopt-Advance
…/Option.pm6 :246:
|%_,
ALOREN/Getopt-Advance
…/Types.pm6 :175:
types => %_<types> // %!types.clone,
ALOREN/Getopt-Advance
…/Types.pm6 :176:
|%_
ALOREN/Terminal-Table
…/Frame.pm6 :30:
method clone(*%_) {
ALOREN/Terminal-Table
…/Frame.pm6 :32:
visibility => %_<visibility> // $!visibility,
ALOREN/Terminal-Table
…/Frame.pm6 :33:
|%_
ALOREN/Terminal-Table
…/Frame.pm6 :84:
method clone(*%_) {
ALOREN/Terminal-Table
…/Frame.pm6 :86:
base => %_<base> // $!base.clone(),
ALOREN/Terminal-Table
…/Frame.pm6 :87:
n => %_<n> // $!n,
ALOREN/Terminal-Table
…/Frame.pm6 :88:
|%_
ALOREN/Terminal-Table
…/Frame.pm6 :119:
method clone(*%_) {
ALOREN/Terminal-Table
…/Frame.pm6 :121:
base => %_<base>:exists ?? %_<base> !! $!base.clone(),
ALOREN/Terminal-Table
…/Frame.pm6 :122:
|%_
ALOREN/Terminal-Table
…/Frame.pm6 :309:
method clone(*%_) {
ALOREN/Terminal-Table
…/Frame.pm6 :311:
lines => %_<lines> // @!lines.clone(),
ALOREN/Terminal-Table
…/Frame.pm6 :312:
padding => %_<padding> // @!padding.clone(),
ALOREN/Terminal-Table
…/Frame.pm6 :313:
|%_
ALOREN/Terminal-Table
…/String.pm6 :51:
method clone(*%_) {
ALOREN/Terminal-Table
…/String.pm6 :53:
width => %_<width> // $!width,
ALOREN/Terminal-Table
…/String.pm6 :54:
style => %_<style> // $!style.clone(),
ALOREN/Terminal-Table
…/String.pm6 :55:
|%_
ELIZABETH/Hash-Util
…/Util.pm6 :313:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-AllUtils
…/AllUtils.pm6 :25:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :63:
multi sub insert_after(&code, *%_ --> Nil) {
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :64:
%_.elems > 1
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :66:
!! insert_after(&code, .key, .value) with %_.head
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :81:
multi sub insert_after_string(Str() $string , *%_ --> Nil) {
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :82:
%_.elems > 1
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :84:
!! insert_after_string($string, .key, .value) with %_.head
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :479:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-SomeUtils
…/SomeUtils.pm6 :15:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :175:
sub EXPORT(*@args, *%_) {
ELIZABETH/Sub-Name
…/Name.pm6 :12:
multi sub subname(*%_ where * == 1) { set-subname(|%_.kv) }
ELIZABETH/Sub-Name
…/01-basic.t :11:
my $b := subname bar => { ... }; # %_ case
ELIZABETH/Sub-Name
…/01-basic.t :24:
my $b := subname bar => { ... }; # %_ case
ELIZABETH/Sub-Name
…/01-basic.t :39:
my $b := subname bar => { ... }; # %_ case
ELIZABETH/Sub-Util
…/Util.pm6 :20:
multi sub set_subname(*%_ where * == 1) { set-subname(|%_.kv) }
ELIZABETH/Sub-Util
…/set_subname.t :11:
my $b := set_subname bar => { ... }; # %_ case
ELIZABETH/Sub-Util
…/set_subname.t :24:
my $b := set_subname bar => { ... }; # %_ case
ELIZABETH/Sub-Util
…/set_subname.t :39:
my $b := set_subname bar => { ... }; # %_ case
FCO/Red
…/ResultSeq.pm6 :235:
|%_
HANENKAMP/ArrayHash
…/array-hash.t :8:
# TODO Some of these tests are redundant as the way *%_ and such is handled has
HANENKAMP/ArrayHash
…/multi-hash.t :8:
# TODO Some of these tests are redundant as the way *%_ and such is handled has
HANENKAMP/Cofra
…/View.pm6 :40:
method render(*@_, *%_ --> Cofra::Web::Response:D) { ... }
HANENKAMP/Email-Address
…/Mailbox.pm6 :95:
multi method new(*%_, *@_) {
JGOFF/Perl6-Parser
…/rosetta-b.t :32:
ASCII range... even code! $r%_-^&*(){}+~ #=`/\';*1234567890"'
JKRAMER/Proc-Editor
…/Editor.pm6 :124:
return Proc::Editor.new.edit($text, |%_);
JSTOWE/FastCGI-NativeCall
…/configure :545:
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^\_$as\_cr\_alnum]%_%g'"
JSTOWE/FastCGI-NativeCall
…/configure :548:
as_tr_sh="eval sed 'y%*+%pp%;s%[^\_$as\_cr\_alnum]%_%g'"
JSTOWE/FastCGI-NativeCall
…/configure :4262:
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^\_$as\_cr\_alnum]%_%g'"
JSTOWE/FastCGI-NativeCall
…/configure :4265:
as_tr_sh="eval sed 'y%*+%pp%;s%[^\_$as\_cr\_alnum]%_%g'"
NINE/Inline-Perl5
…/Object.pm6 :37:
%_
NINE/Inline-Perl5
…/Object.pm6 :38:
?? $!perl5.invoke-gv-args($!ptr, $gv, Capture.new(:hash(%_)))
NINE/Inline-Perl5
…/Object.pm6 :42:
%_
NINE/Inline-Perl5
…/Object.pm6 :43:
?? $!perl5.scalar-invoke-gv-args($!ptr, $gv, Capture.new(:hash(%_)))
NINE/Inline-Perl5
…/Object.pm6 :47:
%_
NINE/Inline-Perl5
…/Object.pm6 :48:
?? $!perl5.invoke-gv-args($!ptr, $gv, Capture.new(:list([arg]), :hash(%_)))
NINE/Inline-Perl5
…/Object.pm6 :52:
%_
NINE/Inline-Perl5
…/Object.pm6 :53:
?? $!perl5.scalar-invoke-gv-args($!ptr, $gv, Capture.new(:list([arg]), :hash(%_)))
SACOMO/Uzu
…/Config.pm6 :214:
my %_config = parse-config(config_file => $config_file);
SACOMO/Uzu
…/Config.pm6 :215:
my $project_root = "{%_config<project_root>||$*CWD}".subst('~', $*HOME).IO;
SACOMO/Uzu
…/Config.pm6 :216:
my %extended = do if %_config<extended>:exists {
SACOMO/Uzu
…/Config.pm6 :217:
run-extended(%_config<extended>);
SACOMO/Uzu
…/Config.pm6 :222:
language => [%_config<language>.flat],
SACOMO/Uzu
…/Config.pm6 :223:
i18n_scheme => (%_config<i18n_scheme>||'suffix'),
SACOMO/Uzu
…/Config.pm6 :226:
%_config<extended>:exists ?? run-extended(%_config<extended>) !! %{};
SACOMO/Uzu
…/Config.pm6 :228:
refresh_extended => (%_config<refresh_extended>:exists && %_config<refresh_extended>.starts-with('f'|'F') ?? False !! True),
SACOMO/Uzu
…/Config.pm6 :229:
site => %_config<site>,
SACOMO/Uzu
…/Config.pm6 :232:
host => %_config<host>||'0.0.0.0',
SACOMO/Uzu
…/Config.pm6 :233:
port => (%_config<port>:exists ?? %_config<port>.Int !! 3000),
SACOMO/Uzu
…/Config.pm6 :239:
assets_dir => $project_root.IO.child('themes').child("{%_config<theme>||'default'}").child('assets'),
SACOMO/Uzu
…/Config.pm6 :240:
theme_dir => $project_root.IO.child('themes').child("{%_config<theme>||'default'}"),
SACOMO/Uzu
…/Config.pm6 :248:
exclude_pages => (%_config<exclude_pages>||[]),
SACOMO/Uzu
…/Config.pm6 :249:
exclude => (%_config<exclude>||[]),
SACOMO/Uzu
…/Config.pm6 :250:
omit_html_ext => (so %_config<ommit_html_ext>:exists||False),
SACOMO/Uzu
…/Config.pm6 :256:
pre_command => (%_config<pre_command>||''),
SACOMO/Uzu
…/Config.pm6 :257:
post_command => (%_config<post_command>||'')
SACOMO/Uzu
…/Config.pm6 :268:
%config<template_engine> = ( %_config<template_engine> ∈ %config<template_extensions>.keys ?? %_config<template_engine> !! 'tt' );
SACOMO/Uzu
…/Config.pm6 :282:
theme => %_config<theme>||'',
SACOMO/Uzu
…/Config.pm6 :284:
themes => %_config<themes>||[],
TBROWDER/Date-Names
…/Names.pm6 :237:
nextwith :s(%h), |%_;
TBROWDER/Date-Names
…/Names.pm6 :247:
nextwith :lang($L), :mset($M), :dset($D), :m($m), :d($d), :s(%h), |%_;
UFOBAT/Bailador
…/AutoHead.pm :8:
submethod BUILD(:$!code, *%_) {
UFOBAT/Bailador
…/AutoHead.pm :9:
self.BUILD-ROLE(|%_);
UFOBAT/Bailador
…/Controller.pm :10:
submethod BUILD(:$!to, :$!class, :$!controller, *%_) {
UFOBAT/Bailador
…/Controller.pm :11:
self.BUILD-ROLE(|%_);
UFOBAT/Bailador
…/IoC.pm :9:
submethod BUILD(:$!to, :$!service, :$!container, *%_) {
UFOBAT/Bailador
…/IoC.pm :10:
self.BUILD-ROLE(|%_);
UFOBAT/Bailador
…/Prefix.pm :9:
submethod BUILD(:$!prefix-enter-code?, *%_) {
UFOBAT/Bailador
…/Prefix.pm :10:
self.BUILD-ROLE(|%_);
UFOBAT/Bailador
…/Simple.pm :8:
submethod BUILD(:$!code, *%_) {
UFOBAT/Bailador
…/Simple.pm :9:
self.BUILD-ROLE(|%_);
UFOBAT/Bailador
…/StaticFile.pm :9:
submethod BUILD(:$!directory, *%_) {
UFOBAT/Bailador
…/StaticFile.pm :10:
self.BUILD-ROLE(|%_);
UGEXE/zef
…/CLI.pm6 :634:
sub get-client(*%_) {
UGEXE/zef
…/CLI.pm6 :635:
my $client = Zef::Client.new(|%_);
UGEXE/zef
…/Client.pm6 :43:
*%_
UGEXE/zef
…/Client.pm6 :72:
self.bless(:$cache, :$reporter, :$fetcher, :$recommendation-manager, :$extractor, :$tester, :$builder, :$config, |%_);
UGEXE/zef
…/Client.pm6 :395:
*%_
UGEXE/zef
…/Client.pm6 :429:
take $_ for $store.dist.^name.contains('Zef::Distribution::Local') ?? $store !! |self.fetch($store, |%_);
UGEXE/zef
…/Client.pm6 :490:
my @sorted-candidates = self.sort-candidates(@filtered-candidates, |%_);
UGEXE/zef
…/Client.pm6 :689:
method sort-candidates(@candis, *%_) {
UGEXE/zef
…/Shell.pm6 :8:
method zrun(:$env, :$cwd = $*CWD, :$out, :$err, *%_, *@_) {
UGEXE/zef
…/Shell.pm6 :10:
my $proc = run(|@.invocation, |@_, :%env, :$cwd, :$out, :$err, |%_);
UGEXE/zef
…/Shell.pm6 :14:
sub zrun(:$env, :$cwd = $*CWD, :$out, :$err, *%_, *@_) is export {
UGEXE/zef
…/Shell.pm6 :17:
$ = Zef::Shell.new.zrun(|@_, |%_, :%env, :$cwd, :$out, :$err);
VRURG/OO-Plugin
…/Class.html :47:
<code class="pod-code-inline">set-rc:(OO::Plugin::Class::PluginMessage: $!rc is copy, *%_ --&gt; Nil)</code>:
VRURG/OO-Plugin
…/Class.html :51:
<code class="pod-code-inline">reset-rc:(OO::Plugin::Class::PluginMessage: *%_ --&gt; Nil)</code>:
VRURG/OO-Plugin
…/Class.html :55:
<code class="pod-code-inline">has-rc:(OO::Plugin::Class::PluginMessage: *%_ --&gt; Bool)</code>:
VRURG/OO-Plugin
…/Class.html :59:
<code class="pod-code-inline">rc:(OO::Plugin::Class::PluginMessage: *%_)</code>:
VRURG/OO-Plugin
…/Manager.pm6 :1101:
# If proto doesn't have | in its signature then dummy named parameter %_ of type Mu is
VRURG/OO-Plugin
…/Manager.pm6 :1104:
$param-last-- if .type ~~ Mu and .slurpy and .named and .name eq '%_';
Altai-man/p6-Texas-To-Uni
…/test-file1.p6 :6:
ASCII range and even code! $r%_-^&*(){}+~ #=`/\';*1234567890"'
Bailador/Bailador
…/AutoHead.pm :8:
submethod BUILD(:$!code, *%_) {
Bailador/Bailador
…/AutoHead.pm :9:
self.BUILD-ROLE(|%_);
Bailador/Bailador
…/Controller.pm :10:
submethod BUILD(:$!to, :$!class, :$!controller, *%_) {
Bailador/Bailador
…/Controller.pm :11:
self.BUILD-ROLE(|%_);
Bailador/Bailador
…/IoC.pm :9:
submethod BUILD(:$!to, :$!service, :$!container, *%_) {
Bailador/Bailador
…/IoC.pm :10:
self.BUILD-ROLE(|%_);
Bailador/Bailador
…/Prefix.pm :9:
submethod BUILD(:$!prefix-enter-code?, *%_) {
Bailador/Bailador
…/Prefix.pm :10:
self.BUILD-ROLE(|%_);
Bailador/Bailador
…/Simple.pm :8:
submethod BUILD(:$!code, *%_) {
Bailador/Bailador
…/Simple.pm :9:
self.BUILD-ROLE(|%_);
Bailador/Bailador
…/StaticFile.pm :9:
submethod BUILD(:$!directory, *%_) {
Bailador/Bailador
…/StaticFile.pm :10:
self.BUILD-ROLE(|%_);
IanTayler/MinG
…/MinG.html :49:
<code class="pod-code-inline">add_child:(Node $: Node $child, *%_ --&gt; Int)</code>:
IanTayler/MinG
…/MinG.html :53:
<code class="pod-code-inline">has_child:(Node $: $poss_child, *%_ --&gt; Int)</code>:
IanTayler/MinG
…/MinG.html :57:
<code class="pod-code-inline">str_label:(Node $: *%_ --&gt; Str)</code>:
IanTayler/MinG
…/MinG.html :61:
<code class="pod-code-inline">qtree:(Node $: *%_ --&gt; Str)</code>:
IanTayler/MinG
…/MinG.html :65:
<code class="pod-code-inline">make_tex:(Node $: Str $name, *%_)</code>:
IanTayler/MinG
…/MinG.html :69:
<code class="pod-code-inline">multimake_tex:(Node $: @nodes, Str $name, *%_)</code>:
IanTayler/MinG
…/MinG.html :73:
<code class="pod-code-inline">compile_tex:(Node $: Str $name, *%_)</code>:
IanTayler/MinG
…/MinG.html :77:
<code class="pod-code-inline">multicompile_tex:(Node $: @nodes, Str $name, *%_)</code>:
IanTayler/MinG
…/MinG.html :81:
<code class="pod-code-inline">feat_node:(Node $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/MinG.html :85:
<code class="pod-code-inline">feat_children:(Node $: *%_ --&gt; Array[Node])</code>:
IanTayler/MinG
…/MinG.html :89:
<code class="pod-code-inline">non_feat_children:(Node $: *%_ --&gt; Array[Node])</code>:
IanTayler/MinG
…/MinG.html :93:
<code class="pod-code-inline">children_with_property:(Node $: Code $p, *%_ --&gt; Array[Node])</code>:
IanTayler/MinG
…/MinG.html :101:
<code class="pod-code-inline">str_label:(LexNode $: *%_ --&gt; Str)</code>:
IanTayler/MinG
…/MinG.html :105:
<code class="pod-code-inline">feat_node:(LexNode $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/MinG.html :114:
<code class="pod-code-inline">to_str:(MinG::Feature $: *%_)</code>:
IanTayler/MinG
…/MinG.html :118:
<code class="pod-code-inline">to_lexnode:(MinG::Feature $: *%_ --&gt; LexNode)</code>:
IanTayler/MinG
…/MinG.html :126:
<code class="pod-code-inline">litem_tree:(MinG::Grammar $: *%_ --&gt; Node)</code>:
IanTayler/MinG
…/MinG::EDMG.html :51:
<code class="pod-code-inline">from_str:(MinG::EDMG::Feature $: Str $s, *%_ --&gt; MinG::EDMG::Feature)</code>:
IanTayler/MinG
…/MinG::EDMG.html :55:
<code class="pod-code-inline">scan:(MinG::EDMG::Derivation $: QueueItem $pred, Int $child_place, *%_ --&gt; MinG::EDMG::Derivation)</code>:
IanTayler/MinG
…/MinG::EDMG.html :59:
<code class="pod-code-inline">merge2:(MinG::EDMG::Derivation $: QueueItem $pred, Node @non_terms, Node $selected, Node $selector, *%_ --&gt; MinG::EDMG::Derivation)</code>:
IanTayler/MinG
…/MinG::EDMG.html :63:
<code class="pod-code-inline">merge3:(MinG::EDMG::Derivation $: QueueItem $pred, Node @leaves, Node $mover_child, Node $selector, Mover $mover, *%_ --&gt; MinG::EDMG::Derivation)</code>:
IanTayler/MinG
…/MinG::EDMG.html :67:
<code class="pod-code-inline">merge4:(MinG::EDMG::Derivation $: QueueItem $pred, Node @non_terms, Node $mover_child, Node $selector, Mover $mover, *%_ --&gt; MinG::EDMG::Derivation)</code>:
IanTayler/MinG
…/MinG::EDMG.html :71:
<code class="pod-code-inline">move1:(MinG::EDMG::Derivation $: QueueItem $pred, Node $licensor, Node $licensed, *%_ --&gt; MinG::EDMG::Derivation)</code>:
IanTayler/MinG
…/MinG::EDMG.html :75:
<code class="pod-code-inline">move2:(MinG::EDMG::Derivation $: QueueItem $pred, Node $licensor, Node $mover, Node $mover_child, *%_ --&gt; MinG::EDMG::Derivation)</code>:
IanTayler/MinG
…/MinG::EDMG.html :79:
<code class="pod-code-inline">devq_to_str:(MinG::EDMG::Parser $: *%_)</code>:
IanTayler/MinG
…/MinG::EDMG.html :83:
<code class="pod-code-inline">parallel_run:(MinG::EDMG::Parser $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/MinG::EDMG.html :87:
<code class="pod-code-inline">parallel_parse:(MinG::EDMG::Parser $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/MinG::EDMG.html :91:
<code class="pod-code-inline">parse_str:(MinG::EDMG::Parser $: Str $inp, ParseWay $do = ParseWay::PARALLEL, Str $compile = &quot;&quot;, *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/MinG::EDMG.html :95:
<code class="pod-code-inline">init:(MinG::EDMG::Parser $: MinG::EDMG::Grammar $g, *%_)</code>:
IanTayler/MinG
…/MinG::EDMG.html :99:
<code class="pod-code-inline">re_init:(MinG::EDMG::Parser $: *%_)</code>:
IanTayler/MinG
…/MinG::EDMG.html :103:
<code class="pod-code-inline">large_parse:(MinG::EDMG::Parser $: Str $inp, ParseWay $do = ParseWay::PARALLEL, Str $compile = &quot;&quot;, *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13.html :49:
<code class="pod-code-inline">still_going:(MinG::S13::Derivation $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13.html :53:
<code class="pod-code-inline">scan:(MinG::S13::Derivation $: QueueItem $pred, Int $child_place, *%_ --&gt; MinG::S13::Derivation)</code>:
IanTayler/MinG
…/S13.html :57:
<code class="pod-code-inline">merge1:(MinG::S13::Derivation $: QueueItem $pred, Node @leaves, Node $selected, Node $selector, *%_ --&gt; MinG::S13::Derivation)</code>:
IanTayler/MinG
…/S13.html :61:
<code class="pod-code-inline">merge2:(MinG::S13::Derivation $: QueueItem $pred, Node @non_terms, Node $selected, Node $selector, *%_ --&gt; MinG::S13::Derivation)</code>:
IanTayler/MinG
…/S13.html :65:
<code class="pod-code-inline">merge3:(MinG::S13::Derivation $: QueueItem $pred, Node @leaves, Node $mover_child, Node $selector, Mover $mover, *%_ --&gt; MinG::S13::Derivation)</code>:
IanTayler/MinG
…/S13.html :69:
<code class="pod-code-inline">merge4:(MinG::S13::Derivation $: QueueItem $pred, Node @non_terms, Node $mover_child, Node $selector, Mover $mover, *%_ --&gt; MinG::S13::Derivation)</code>:
IanTayler/MinG
…/S13.html :73:
<code class="pod-code-inline">move1:(MinG::S13::Derivation $: QueueItem $pred, Node $licensor, Node $licensed, *%_ --&gt; MinG::S13::Derivation)</code>:
IanTayler/MinG
…/S13.html :77:
<code class="pod-code-inline">move2:(MinG::S13::Derivation $: QueueItem $pred, Node $licensor, Node $mover, Node $mover_child, *%_ --&gt; MinG::S13::Derivation)</code>:
IanTayler/MinG
…/S13.html :81:
<code class="pod-code-inline">exps:(MinG::S13::Derivation $: *%_ --&gt; Array)</code>:
IanTayler/MinG
…/S13.html :85:
<code class="pod-code-inline">to_str:(MinG::S13::Derivation $: *%_ --&gt; Str)</code>:
IanTayler/MinG
…/S13.html :90:
<code class="pod-code-inline">devq_to_str:(MinG::S13::Parser $: *%_)</code>:
IanTayler/MinG
…/S13.html :94:
<code class="pod-code-inline">parallel_run:(MinG::S13::Parser $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13.html :98:
<code class="pod-code-inline">procedural_run:(MinG::S13::Parser $: *%_ --&gt; DerivTree)</code>:
IanTayler/MinG
…/S13.html :102:
<code class="pod-code-inline">parallel_parse:(MinG::S13::Parser $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13.html :106:
<code class="pod-code-inline">procedural_parse:(MinG::S13::Parser $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13.html :110:
<code class="pod-code-inline">init:(MinG::S13::Parser $: MinG::Grammar $g, *%_)</code>:
IanTayler/MinG
…/S13.html :114:
<code class="pod-code-inline">re_init:(MinG::S13::Parser $: *%_)</code>:
IanTayler/MinG
…/S13.html :118:
<code class="pod-code-inline">parse_str:(MinG::S13::Parser $: Str $inp, ParseWay $do = ParseWay::PARALLEL, Str $compile = &quot;&quot;, *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13.html :122:
<code class="pod-code-inline">large_parse:(MinG::S13::Parser $: Str $inp, ParseWay $do = ParseWay::PARALLEL, Str $compile = &quot;&quot;, *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13.html :126:
<code class="pod-code-inline">setup:(MinG::S13::Parser $: MinG::Grammar $g, Str $inp, *%_)</code>:
IanTayler/MinG
…/S13.html :130:
<code class="pod-code-inline">parse_me:(MinG::S13::Parser $: MinG::Grammar $g, Str $inp, ParseWay $do = ParseWay::PARALLEL, *%_)</code>:
IanTayler/MinG
…/S13::Logic.html :41:
<code class="pod-code-inline">bigger_than:(Priority $: Priority $other, *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13::Logic.html :45:
<code class="pod-code-inline">bigger_than_other_lex:(Priority $: Priority $other, *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13::Logic.html :49:
<code class="pod-code-inline">add_p:(Priority $: Int $n, *%_ --&gt; Priority)</code>:
IanTayler/MinG
…/S13::Logic.html :53:
<code class="pod-code-inline">length:(Priority $: *%_ --&gt; Int)</code>:
IanTayler/MinG
…/S13::Logic.html :57:
<code class="pod-code-inline">to_str:(Priority $: *%_ --&gt; Str)</code>:
IanTayler/MinG
…/S13::Logic.html :65:
<code class="pod-code-inline">children_with_property:(Mover $: Code $p, *%_)</code>:
IanTayler/MinG
…/S13::Logic.html :69:
<code class="pod-code-inline">highest_priority:(QueueItem $: *%_ --&gt; Priority)</code>:
IanTayler/MinG
…/S13::Logic.html :73:
<code class="pod-code-inline">highest_priority_other_lex:(QueueItem $: *%_ --&gt; Priority)</code>:
IanTayler/MinG
…/S13::Logic.html :77:
<code class="pod-code-inline">movers_minus_this:(QueueItem $: Mover $one, *%_ --&gt; Array[Mover])</code>:
IanTayler/MinG
…/S13::Logic.html :81:
<code class="pod-code-inline">movers_with_property:(QueueItem $: Code $p, *%_ --&gt; Array[Mover])</code>:
IanTayler/MinG
…/S13::Logic.html :85:
<code class="pod-code-inline">bigger_than:(QueueItem $: QueueItem $other, *%_)</code>:
IanTayler/MinG
…/S13::Logic.html :89:
<code class="pod-code-inline">bigger_than_other_lex:(QueueItem $: QueueItem $other, *%_)</code>:
IanTayler/MinG
…/S13::Logic.html :93:
<code class="pod-code-inline">to_str:(QueueItem $: *%_ --&gt; Str)</code>:
IanTayler/MinG
…/S13::Logic.html :97:
<code class="pod-code-inline">deep_clone:(QueueItem $: *%_ --&gt; QueueItem)</code>:
IanTayler/MinG
…/S13::Logic.html :101:
<code class="pod-code-inline">ind_max:(Queue $: *%_ --&gt; Int)</code>:
IanTayler/MinG
…/S13::Logic.html :105:
<code class="pod-code-inline">ind_max_other_lex:(Queue $: *%_ --&gt; Int)</code>:
IanTayler/MinG
…/S13::Logic.html :109:
<code class="pod-code-inline">max:(Queue $: *%_ --&gt; QueueItem)</code>:
IanTayler/MinG
…/S13::Logic.html :113:
<code class="pod-code-inline">pop:(Queue $: *%_ --&gt; QueueItem)</code>:
IanTayler/MinG
…/S13::Logic.html :117:
<code class="pod-code-inline">pop_other_lex:(Queue $: *%_ --&gt; QueueItem)</code>:
IanTayler/MinG
…/S13::Logic.html :121:
<code class="pod-code-inline">push:(Queue $: QueueItem $new, *%_)</code>:
IanTayler/MinG
…/S13::Logic.html :125:
<code class="pod-code-inline">elems:(Queue $: *%_ --&gt; Int)</code>:
IanTayler/MinG
…/S13::Logic.html :129:
<code class="pod-code-inline">empty:(Queue $: *%_ --&gt; Bool)</code>:
IanTayler/MinG
…/S13::Logic.html :133:
<code class="pod-code-inline">deep_clone:(Queue $: *%_ --&gt; Queue)</code>:
IanTayler/MinG
…/S13::Logic.html :137:
<code class="pod-code-inline">list_to_node:(DevNode $: DevNode @node_list, *%_ --&gt; Node)</code>:
IanTayler/MinG
…/S13::Logic.html :141:
<code class="pod-code-inline">to_queue_item:(DevNode $: *%_ --&gt; QueueItem)</code>:
IanTayler/MinG
…/S13::Logic.html :145:
<code class="pod-code-inline">list_to_str:(DevNode $: DevNode @node_list, *%_ --&gt; Str)</code>:
araraloren/perl6-getopt-advance
…/Advance.adoc :1973:
* clone(*%_)
araraloren/perl6-getopt-advance
…/Advance.pm6 :714:
options => %_<options> // @!options.clone,
araraloren/perl6-getopt-advance
…/Advance.pm6 :715:
radio => %_<radio> // @!radio.clone,
araraloren/perl6-getopt-advance
…/Advance.pm6 :716:
multi => %_<multi> // @!multi.clone,
araraloren/perl6-getopt-advance
…/Advance.pm6 :717:
main => %_<main> // %!main.clone,
araraloren/perl6-getopt-advance
…/Advance.pm6 :718:
pos => %_<pos> // %!pos.clone,
araraloren/perl6-getopt-advance
…/Advance.pm6 :719:
cmd => %_<cmd> // %!cmd.clone,
araraloren/perl6-getopt-advance
…/Advance.pm6 :720:
types => %_<types> // $!types.clone,
araraloren/perl6-getopt-advance
…/Advance.pm6 :721:
counter => %_<counter> // $!counter,
araraloren/perl6-getopt-advance
…/Advance.pm6 :722:
|%_,
araraloren/perl6-getopt-advance
…/Argument.pm6 :21:
method clone(*%_) {
araraloren/perl6-getopt-advance
…/Argument.pm6 :23:
index => %_<index> // $!index.clone,
araraloren/perl6-getopt-advance
…/Argument.pm6 :24:
value => %_<value> // $!value.clone,
araraloren/perl6-getopt-advance
…/Argument.pm6 :25:
|%_
araraloren/perl6-getopt-advance
…/Group.pm6 :62:
method clone(*%_) {
araraloren/perl6-getopt-advance
…/Group.pm6 :64:
infos => %_<infos> // @!infos.clone,
araraloren/perl6-getopt-advance
…/Group.pm6 :65:
optional => %_<optional> // $!optional,
araraloren/perl6-getopt-advance
…/Group.pm6 :66:
|%_
araraloren/perl6-getopt-advance
…/NonOption.pm6 :80:
index => %_<index> // $!index.clone,
araraloren/perl6-getopt-advance
…/NonOption.pm6 :81:
name => %_<name> // $!name.clone,
araraloren/perl6-getopt-advance
…/NonOption.pm6 :82:
callback => %_<callback> // &!callback.clone,
araraloren/perl6-getopt-advance
…/NonOption.pm6 :84:
|%_
araraloren/perl6-getopt-advance
…/Option.pm6 :173:
long => %_<long> // $!long.clone,
araraloren/perl6-getopt-advance
…/Option.pm6 :174:
short => %_<short> // $!short.clone,
araraloren/perl6-getopt-advance
…/Option.pm6 :175:
callback => %_<callback> // &!callback.clone,
araraloren/perl6-getopt-advance
…/Option.pm6 :176:
optional => %_<optional> // $!optional.clone,
araraloren/perl6-getopt-advance
…/Option.pm6 :177:
annotation => %_<annotation> // $!annotation.clone,
araraloren/perl6-getopt-advance
…/Option.pm6 :178:
value => %_<value> // $!value.clone,
araraloren/perl6-getopt-advance
…/Option.pm6 :179:
default-value=> %_<default-value> // $!default-value.clone,
araraloren/perl6-getopt-advance
…/Option.pm6 :181:
|%_
araraloren/perl6-getopt-advance
…/Option.pm6 :245:
deactivate => %_<deactivate> // $!deactivate,
araraloren/perl6-getopt-advance
…/Option.pm6 :246:
|%_,
araraloren/perl6-getopt-advance
…/Types.pm6 :175:
types => %_<types> // %!types.clone,
araraloren/perl6-getopt-advance
…/Types.pm6 :176:
|%_
araraloren/perl6-terminal-table
…/Frame.pm6 :30:
method clone(*%_) {
araraloren/perl6-terminal-table
…/Frame.pm6 :32:
visibility => %_<visibility> // $!visibility,
araraloren/perl6-terminal-table
…/Frame.pm6 :33:
|%_
araraloren/perl6-terminal-table
…/Frame.pm6 :84:
method clone(*%_) {
araraloren/perl6-terminal-table
…/Frame.pm6 :86:
base => %_<base> // $!base.clone(),
araraloren/perl6-terminal-table
…/Frame.pm6 :87:
n => %_<n> // $!n,
araraloren/perl6-terminal-table
…/Frame.pm6 :88:
|%_
araraloren/perl6-terminal-table
…/Frame.pm6 :119:
method clone(*%_) {
araraloren/perl6-terminal-table
…/Frame.pm6 :121:
base => %_<base>:exists ?? %_<base> !! $!base.clone(),
araraloren/perl6-terminal-table
…/Frame.pm6 :122:
|%_
araraloren/perl6-terminal-table
…/Frame.pm6 :309:
method clone(*%_) {
araraloren/perl6-terminal-table
…/Frame.pm6 :311:
lines => %_<lines> // @!lines.clone(),
araraloren/perl6-terminal-table
…/Frame.pm6 :312:
padding => %_<padding> // @!padding.clone(),
araraloren/perl6-terminal-table
…/Frame.pm6 :313:
|%_
araraloren/perl6-terminal-table
…/String.pm6 :51:
method clone(*%_) {
araraloren/perl6-terminal-table
…/String.pm6 :53:
width => %_<width> // $!width,
araraloren/perl6-terminal-table
…/String.pm6 :54:
style => %_<style> // $!style.clone(),
araraloren/perl6-terminal-table
…/String.pm6 :55:
|%_
bbkr/GeoIP2
…/GeoIP2.pm :411:
method !debug ( *%_ ) {
bbkr/GeoIP2
…/GeoIP2.pm :412:
%_{ 'offset' } = $!handle.defined ?? $!handle.tell( ) !! 'unknown';
bbkr/GeoIP2
…/GeoIP2.pm :413:
note %_.gist;
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :218:
method !indent-string ( Str:D $str, Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :223:
method Pair ( Pair:D $ds, Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :245:
method Hash ( Hash:D $ds, Str:D :$start = 'Hash={', Str:D :$end = '}', Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :251:
method Array ( Array:D $ds, Str:D :$start = 'Array=[', Str:D :$end = ']', Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :255:
method List ( List:D $ds, Str:D :$start = 'List=(', Str:D :$end = ')', Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :259:
method Range ( Range:D $ds, Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :268:
method !balanced ( $ds, Str:D :$start!, Str:D :$end!, Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :272:
method !structure ( $ds, Int :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :289:
method Map ( Map:D $ds, Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :299:
*%_ () --> Str
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :319:
method !Numeric ( Numeric:D $ds, Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :330:
method Str ( Str:D $ds, Int:D :$depth = 0, *%_ () --> Str ) { $ds.perl }
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :331:
method Nil ( Nil $ds, Int:D :$depth = 0, *%_ () --> Str ) { q/Nil/ }
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :332:
method Any ( Any $ds, Int:D :$depth = 0, *%_ () --> Str ) { q/Any/ }
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :333:
method Mu ( Mu $ds, Int:D :$depth = 0, *%_ () --> Str ) { q/Mu/ }
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :334:
method NQPMu ( $ds, Int:D :$depth = 0, *%_ () --> Str ) { q/Mu/ }
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :363:
multi method create-handler ( Str:D $type-name, Code:D $code, *%_ () --> Code ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :369:
multi method create-handler ( Any:U $type, Code:D $code, *%_ () --> Code ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :373:
multi method remove-handler ( Str:D $type-name, *%_ () ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :377:
multi method remove-handler ( Any:U $type, *%_ () ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :381:
multi method handles ( Str:D $type-name, *%_ () --> Bool ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :385:
multi method handles ( Any:U $type, *%_ () --> Bool ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :389:
method !handle ( $ds, Int:D :$depth = 0, *%_ () --> Str ) {
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :395:
method dump ( $ds, Int:D :$depth = 0, *%_ () --> Str ) {
cygx/p6-image-rgba-text
…/Text.pm6 :210:
bytes => %_<bytes> // $!bytes.clone,
cygx/p6-image-rgba-text
…/Text.pm6 :211:
width => %_<width> // $!width,
cygx/p6-image-rgba-text
…/Text.pm6 :212:
height => %_<height> // $!height,
cygx/p6-image-rgba-text
…/Text.pm6 :213:
info => %_<info> // $!info,
cygx/p6-image-rgba-text
…/Text.pm6 :214:
scale => %_<default-scale> // $!default-scale,
cygx/p6-image-rgba-text
…/Text.pm6 :215:
comments => %_<comments> // @!comments.clone,
cygx/p6-image-rgba-text
…/Text.pm6 :216:
mappings => %_<mappings> // %!mappings.clone,
cygx/p6-image-rgba-text
…/Text.pm6 :217:
revmap => %_<revmap> // %!revmap.clone);
cygx/p6-tinycc
…/Compiler.pm :93:
PRE %_ == 1;
cygx/p6-tinycc
…/Compiler.pm :94:
my $key = %_.keys[0];
cygx/p6-tinycc
…/Compiler.pm :99:
multi method define(*%_) {
cygx/p6-tinycc
…/Compiler.pm :100:
@!defines.append(%_.pairs.map: {
cygx/p6-tinycc
…/Compiler.pm :115:
method undef(*%_) {
cygx/p6-tinycc
…/Compiler.pm :116:
@!undefs.append(%_.keys);
cygx/p6-tinycc
…/Compiler.pm :120:
multi method declare(*%_) {
cygx/p6-tinycc
…/Compiler.pm :121:
@!symbols.append(%_.pairs);
drforr/perl6-Perl6-Parser
…/rosetta-b.t :32:
ASCII range... even code! $r%_-^&*(){}+~ #=`/\';*1234567890"'
hartenfels/Text-Markdown-Discount
…/05_dump.t :10:
Text::Markdown::Discount.from-str('', |%_).dump-flags($file);
lucasbuchala/p6pairs
…/Duo.pm :68:
multi method Hash(::?CLASS:D: :$object, *%_ () --> Hash) {
masak/gge
…/Match.pm :37:
multi method new(*%_) {
masak/gge
…/Match.pm :38:
self.bless(*, |%_);
p6-pdf/PDF-Grammar-p6
…/pdf-regex.t :232:
J..)6T`?p&<!J9%_[umg"B7/Z7KNXbN'S+,*Q/&"OLT'F
perl6/Blin
…/Processing.pm6 :473:
my &runner = -> :$current-commit, *%_ { test-module $current-commit, $module,
perl6/DBIish
…/SQLite.pm6 :39:
%_<library> = NativeLibs::Loader.load($_);
perl6/DBIish
…/SQLite.pm6 :40:
%_<library-resolved> = True;
perl6/DBIish
…/SQLite.pm6 :42:
self.bless(|%_);
perl6/DBIish
…/Connection.pm6 :8:
DBDish::TestMock::StatementHandle.new(:$statement, :parent(self), |%_)
perl6/DBIish
…/DBIish.pm6 :44:
my $d = self.install-driver( $driver, |%_ );
perl6/DBIish
…/DBIish.pm6 :45:
$d.connect(|%_);
perl6/DBIish
…/DBIish.pm6 :67:
M.new(:parent($err-handler), |%($*DBI-DEFS<ConnDefaults>), |%_);
perl6/doc
…/5to6-nutshell.pod6 :401:
L<sigil|#%_Hash>, and adverbs can be used to control the type of slice.
perl6/doc
…/functions.pod6 :133:
X<|@_>X<|%_>
perl6/doc
…/functions.pod6 :135:
C<%_> are used in the function body, a signature with C<*@_> or C<*%_> will be
perl6/doc
…/functions.pod6 :138:
sub s { say @_, %_ };
perl6/doc
…/functions.pod6 :139:
say &s.signature # OUTPUT: «(*@_, *%_)␤»
perl6/doc
…/typesystem.pod6 :254:
self.bless(:attr($positional), |%_)
perl6/doc
…/Cool.pod6 :1429:
method EVAL(*%_)
perl6/doc
…/ClassHOW.pod6 :92:
say Str.^lookup('Int').perl; # OUTPUT: «method Int (Str:D $: *%_) { #`(Method|39910024) ... }␤»
perl6/doc
…/MethodContainer.pod6 :70:
say 2.5.^lookup("sqrt").perl: # OUTPUT: «method sqrt (Rat $: *%_) ...␤»
perl6/doc
…/MethodContainer.pod6 :71:
say Str.^lookup("BUILD").perl; # OUTPUT: «submethod BUILD (Str $: :$value = "", *%_ --> Nil) ...␤»
perl6/doc
…/Routine.pod6 :93:
# OUTPUT: «(Cool $: Str $matcher, $limit = Inf, *%_)␤»
perl6/doc
…/Signature.pod6 :259:
# (Str:D $: :$count!, *%_)
perl6/doc
…/Signature.pod6 :260:
# (Str:D $: $limit, *%_)
perl6/doc
…/Signature.pod6 :261:
# (Str:D $: *%_
perl6/doc
…/Whatever.pod6 :74:
# (Mu:U \v: *%_
perl6/doc
…/Documentable.pm6 :18:
method new (:$categories = [], :$subkinds = [], *%_) {
perl6/doc
…/Documentable.pm6 :19:
nextwith |%_, :categories($categories.list), :subkinds($subkinds.list);
perl6/whateverable
…/Bisection.pm6 :81:
sub standard-runner(:$current-commit!, :$code-file!, *%_) is export {
perl6/whateverable
…/Bisection.pm6 :97:
*%_) is export {
softmoth/perl6-pod-to-markdown
…/Markdown.pm6 :251:
if do given @params[*-1] { .slurpy and .name eq '%_'; };
spebern/Parser-FreeXL-Native
…/configure :562:
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^\_$as\_cr\_alnum]%_%g'"
spebern/Parser-FreeXL-Native
…/configure :565:
as_tr_sh="eval sed 'y%*+%pp%;s%[^\_$as\_cr\_alnum]%_%g'"
spebern/Parser-FreeXL-Native
…/configure :17798:
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^\_$as\_cr\_alnum]%_%g'"
spebern/Parser-FreeXL-Native
…/configure :17801:
as_tr_sh="eval sed 'y%*+%pp%;s%[^\_$as\_cr\_alnum]%_%g'"
spebern/Parser-FreeXL-Native
…/ltmain.sh :3239:
my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
spitsh/spitsh
…/Parse.pm6 :15:
sub opt( *%_ ( :$value-default,
spitsh/spitsh
…/Parse.pm6 :29:
%_<match> //= 'bool';
spitsh/spitsh
…/Parse.pm6 :30:
%_<required> //= False;
spitsh/spitsh
…/Parse.pm6 :31:
$%_;
spitsh/spitsh
…/Parse.pm6 :34:
sub pos( *%_ (:$match, :$name!, :$required, :$usage, :$implicit-command) ) is export {
spitsh/spitsh
…/Parse.pm6 :35:
%_<match> //= 'str';
spitsh/spitsh
…/Parse.pm6 :36:
%_<required> //= True;
spitsh/spitsh
…/Parse.pm6 :37:
$%_;
spitsh/spitsh
…/SAST.pm6 :1363:
sub dollar_(Match :$match!,*%_) {
spitsh/spitsh
…/SAST.pm6 :1369:
|%_,
spitsh/spitsh
…/Compiler.pm6 :203:
|self.node($*CU.block,|%_).grep(*.defined);
spitsh/spitsh
…/Compiler.pm6 :400:
self.compile-in-ctx($ret.val,|%_);
spitsh/spitsh
…/Compiler.pm6 :405:
method compile-in-ctx($node,*%_) {
spitsh/spitsh
…/Compiler.pm6 :407:
when tBool { self.cond($node,|%_) }
spitsh/spitsh
…/Compiler.pm6 :408:
when tStr { self.cap-stdout($node,|%_) }
spitsh/spitsh
…/Compiler.pm6 :409:
when tAny { self.node($node,|%_) }
supernovus/hinges
…/Output.pm :43:
sub get_serializer($method, *%_) {
supernovus/hinges
…/Output.pm :48:
return $class.new(|%_);
supernovus/hinges
…/Stream.pm :18:
multi method new(*%_) {
supernovus/hinges
…/Stream.pm :19:
return self.bless(self.CREATE(), |%_);
tony-o/perl6-module-does
…/Does.pm6 :13:
submethod BUILD(*%_){
ugexe/Perl6-Net--HTTP
…/Request.pm6 :7:
my sub header2str(%_) { %_.grep(*.value.defined).map({ hc(~$_.key) ~ ': ' ~ $_.value }).join("\r\n") }
ugexe/Perl6-Net--HTTP
…/Response.pm6 :13:
multi method new(:$status-line, :%header, :$body, :%trailer, *%_) {
ugexe/Perl6-Net--HTTP
…/Response.pm6 :14:
self.bless(:$status-line, :%header, :$body, :%trailer, |%_);
ugexe/Perl6-Net--HTTP
…/Response.pm6 :16:
multi method new(Blob:D $raw, *%_) {
ugexe/Perl6-Net--HTTP
…/Response.pm6 :30:
my $status-line = %_<status-line> // (@header-lines.shift if @header-lines[0] ~~ self!status-line-matcher);
ugexe/Perl6-Net--HTTP
…/Response.pm6 :34:
samewith(:$status-line, :%header, :body($bbuf), |%_);
ugexe/Perl6-PathTools
…/PathTools.pm6 :3:
sub ls(Str(Cool) $path, Bool :$f = True, Bool :$d = True, Bool :$r = False, *%_) is export {
ugexe/Perl6-PathTools
…/PathTools.pm6 :4:
return () if !$path.IO.e || (%_<test>:exists && $path !~~ %_<test>);
ugexe/Perl6-PathTools
…/PathTools.pm6 :6:
my $cwd-paths = $path.IO.dir(|%_).cache;
ugexe/Perl6-PathTools
…/PathTools.pm6 :9:
my $rec-paths = $dirs>>.&ls(:$f, :d, :r, |%_) if ?$r && ?$d;
ugexe/Perl6-PathTools
…/PathTools.pm6 :13:
sub rm(*@paths, Bool :$f = True, Bool :$d = True, Bool :$r, *%_) is export {
ugexe/Perl6-PathTools
…/PathTools.pm6 :14:
my @ls = flat (@paths>>.&ls(:$f, :$d, :$r, |%_)>>.Slip)>>.Slip;
ugexe/Perl6-PathTools
…/PathTools.pm6 :19:
sub mkdirs($path, *%_) is export {
ugexe/Perl6-PathTools
…/PathTools.pm6 :26:
@mkdirs ?? @mkdirs.reverse.grep({ mkdir($_, |%_) }).[*-1] !! ();
ugexe/Perl6-PathTools
…/PathTools.pm6 :29:
sub mktemp($path = &tmppath(), Bool :$f = False, *%_) is export {
ugexe/Perl6-PathTools
…/PathTools.pm6 :34:
!! (do { with mkdirs($path, |%_) -> $p { @dirs.append(~$p); return ~$p.IO.absolute } })
ugexe/zef
…/Zef.pm6 :4:
sub zrun(*@_, *%_) is export { run (|@zrun-invoke, |@_).grep(*.?chars), |%_ }
ugexe/zef
…/Zef.pm6 :5:
sub zrun-async(*@_, *%_) is export { Proc::Async.new( (|@zrun-invoke, |@_).grep(*.?chars), |%_ ) }
ugexe/zef
…/CLI.pm6 :851:
sub get-client(*%_) {
ugexe/zef
…/CLI.pm6 :852:
my $client = Zef::Client.new(|%_);
ugexe/zef
…/Client.pm6 :453:
*%_
ugexe/zef
…/Client.pm6 :490:
take $_ for ($store.dist.^name.contains('Zef::Distribution::Local') || !$fetch) ?? $store !! self.fetch($store, |%_);
ugexe/zef
…/Client.pm6 :542:
my @sorted-candidates = self.sort-candidates(@filtered-candidates, |%_);
ugexe/zef
…/Client.pm6 :673:
method sort-candidates(@candis, *%_) {
ugexe/zef
…/Distribution.pm6 :31:
method new(*%_) { self.bless(|%_, :meta(%_)) }
zoffixznet/perl6-Pythonic-Str
…/Str.pm6 :4:
multi sub postcircumfix:<[ ]>(Str:D \SELF, Int:D \i, *%_) is export {
zoffixznet/perl6-Pythonic-Str
…/Str.pm6 :5:
nextsame if %_;
zoffixznet/perl6-WWW-P6lert
…/P6lert.pm6 :32:
method !new { self.bless: |%_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment