Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 31, 2018 12:18
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/bffe31766e1808e9a406ce32e527bc3f to your computer and use it in GitHub Desktop.
Save Whateverable/bffe31766e1808e9a406ce32e527bc3f to your computer and use it in GitHub Desktop.
greppable6
for\s+\^
File Code
ALOREN/Terminal-Table
…/README.adoc :178:
$g.colour(8, $_, Color::String.new(color => <red bold> )) for ^9;
ALOREN/Terminal-Table
…/README.adoc :179:
$g.colour(9, $_, Color::String.new(color => <green bold> )) for ^9;
ALOREN/Terminal-Table
…/README.adoc :250:
&hide(1, 13 + $_) for ^8;
ALOREN/Terminal-Table
…/README.adoc :253:
&hide(5, 13 + $_) for ^8;
ALOREN/Terminal-Table
…/README.adoc :256:
&hide(3, 15 + $_) for ^5;
ALOREN/Terminal-Table
…/README.adoc :258:
&hide(1, 3 + $_) for ^8;
ALOREN/Terminal-Table
…/README.adoc :263:
&hide(3, 4 + $_) for ^6;
ALOREN/Terminal-Table
…/README.adoc :264:
&hide(5, 2 + $_) for ^4;
ALOREN/Terminal-Table
…/README.zh.adoc :136:
$g.colour(8, $_, Color::String.new(color => <red bold> )) for ^9;
ALOREN/Terminal-Table
…/README.zh.adoc :137:
$g.colour(9, $_, Color::String.new(color => <green bold> )) for ^9;
ALOREN/Terminal-Table
…/README.zh.adoc :208:
&hide(1, 13 + $_) for ^8;
ALOREN/Terminal-Table
…/README.zh.adoc :211:
&hide(5, 13 + $_) for ^8;
ALOREN/Terminal-Table
…/README.zh.adoc :214:
&hide(3, 15 + $_) for ^5;
ALOREN/Terminal-Table
…/README.zh.adoc :216:
&hide(1, 3 + $_) for ^8;
ALOREN/Terminal-Table
…/README.zh.adoc :221:
&hide(3, 4 + $_) for ^6;
ALOREN/Terminal-Table
…/README.zh.adoc :222:
&hide(5, 2 + $_) for ^4;
ALOREN/Terminal-Table
…/Frame.pm6 :65:
@!caches.push($!base.Str()) for ^abs($!n);
ALOREN/Terminal-Table
…/Frame.pm6 :229:
for ^+@temp -> $i {
ALOREN/Terminal-Table
…/Frame.pm6 :283:
for ^+@lines -> $i {
ALOREN/Terminal-Table
…/Frame.pm6 :327:
for ^+@!padding {
ALOREN/Terminal-Table
…/Generator.pm6 :246:
for ^$line.elems -> $index {
ALOREN/Terminal-Table
…/Generator.pm6 :401:
) for ^$spare;
ALOREN/Terminal-Table
…/Generator.pm6 :417:
) for ^$spare;
ALOREN/Terminal-Table
…/Generator.pm6 :542:
for ^self.row-count() -> $row {
ALOREN/Terminal-Table
…/Generator.pm6 :549:
for ^self.row-count() -> $row {
ALOREN/Terminal-Table
…/Generator.pm6 :610:
for ^self.row-count() -> $row {
ALOREN/Terminal-Table
…/Generator.pm6 :617:
for ^self.row-count() -> $row {
ALOREN/Terminal-Table
…/VisitorHelper.pm6 :81:
for ^@contents[0].height -> $row {
ALOREN/Terminal-Table
…/VisitorHelper.pm6 :96:
for ^@contents[0].height -> $row {
ALOREN/Terminal-Table
…/generator.p6 :40:
$g.colour(8, $_, Color::String.new(color => <red bold> )) for ^9;
ALOREN/Terminal-Table
…/generator.p6 :41:
$g.colour(9, $_, Color::String.new(color => <green bold> )) for ^9;
ALOREN/Terminal-Table
…/04-style.t :15:
for ^ Style::Corner."$corner"(:count) {
ALOREN/Terminal-Table
…/04-style.t :20:
for ^ Style::Line."$line"(:count) {
ATROXAPER/Propius
…/time-based-02-time-eviction.t :14:
for ^@removed {
ATROXAPER/Propius
…/time-based-02-time-eviction.t :92:
$cache.get(4) for ^20;
AZAWAWI/MsgPack
…/Unpacker.pm6 :103:
for ^$array-obj.size {
AZAWAWI/MsgPack
…/Unpacker.pm6 :118:
for ^$map.size -> $i {
AZAWAWI/MsgPack
…/107-pack-hash.t :13:
for ^16 -> $i {
CTILMES/DB-Pg
…/README.md :78:
say await do for ^10 {
CTILMES/DB-Pg
…/parallel.pl6 :7:
say await do for ^10 {
CTILMES/DB-Pg
…/Results.pm6 :48:
my @row = do for ^$!sth.columns.elems Z $!sth.types -> [$col, $type]
CTILMES/DB-Pg
…/07-cursor.t :23:
$sth.execute($_, "line $_ here") for ^10000;
CTILMES/DB-Pg
…/08-listen.t :27:
for ^5
CTILMES/LibGit2
…/Remote.pm6 :300:
do for ^$.refspec-count { $.get-refspec($_) }
CTILMES/epoll
…/epoll.pm6 :108:
do for ^$count -> $i
CTILMES/epoll
…/02-multiple.t :10:
my @procs = do for ^5 { run 'cat', :in, :out };
CTILMES/epoll
…/02-multiple.t :32:
for ^3
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :90:
@pairwise.append(code(@a.AT-POS($_), @b.AT-POS($_)).Slip) for ^$elems;
ELIZABETH/List-MoreUtils
…/lower_bound.t :19:
for ^@in -> $i {
ELIZABETH/List-MoreUtils
…/upper_bound.t :19:
for ^@in -> $i {
ELIZABETH/Tie-Array
…/Array.pm6 :37:
push(@result, self.FETCH(++$i)) for ^$len;
ELIZABETH/Tie-Array
…/Array.pm6 :60:
self.STORE($off + $_, @args[$_]) for ^@args;
FRITH/Image-QRCode
…/rawstring.p6 :18:
for ^$w;
FRITH/Image-QRCode
…/rawstruct.p6 :26:
for ^$w;
FRITH/Image-QRCode
…/QRCode.pm6 :101:
for ^$w;
FRITH/Image-QRCode
…/QRCode.pm6 :118:
my @array[$w;$w] = [ for ^$w { @data[$_ * $w .. $_ * $w + $w - 1] »+&» 1 } ];
JMERELO/Algorithm-Evolutionary-Simple
…/channel.p6 :15:
$channel-pop.send( random-chromosome($length).list ) for ^11;
JMERELO/Algorithm-Evolutionary-Simple
…/concurrent-evaluation.p6 :13:
$channel-pop.send( random-chromosome($length).list ) for ^11;
JMERELO/Algorithm-Evolutionary-Simple
…/concurrent-evolutionary-algorithm.p6 :21:
$raw.send( random-chromosome($length).list ) for ^$population-size;
JMERELO/Algorithm-Evolutionary-Simple
…/concurrent-evolutionary-algorithm.p6 :83:
for ^$repetitions {
JMERELO/Algorithm-Evolutionary-Simple
…/concurrent-selecto-recombinative-EA.p6 :23:
$raw.send( random-chromosome($length).list ) for ^$population-size;
JMERELO/Algorithm-Evolutionary-Simple
…/concurrent-selecto-recombinative-EA.p6 :82:
for ^$repetitions {
JMERELO/Algorithm-Evolutionary-Simple
…/population-mixer.p6 :23:
for ^$initial-populations {
JMERELO/Algorithm-Evolutionary-Simple
…/population-mixer.p6 :56:
} ) for ^$threads;
JMERELO/Algorithm-Evolutionary-Simple
…/population-mixer.p6 :83:
for ^$repetitions {
JNTHN/Concurrent-Queue
…/stress.t :16:
for ^50000 -> $counter {
JNTHN/Concurrent-Stack
…/README.md :24:
$stack.pop for ^25;
JNTHN/Concurrent-Stack
…/stress.t :7:
$stack.push($_) for ^50000;
JNTHN/Concurrent-Stack
…/stress.t :15:
$total ⚛+= $stack.pop() for ^50000;
JNTHN/IO-Socket-Async-SSL
…/thread-stress.t :20:
await do for ^4 {
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :185:
for ^($x1.elems) -> $i {
MARTIMM/Auth-SCRAM
…/Client.pm6 :144:
Buf.new((for ^$!c-nonce-size { (rand * 256).Int })),
MARTIMM/Auth-SCRAM
…/Client.pod6 :65:
Buf.new((for ^$!c-nonce-size { (rand * 256).Int })),
MARTIMM/Auth-SCRAM
…/Server.pm6 :235:
Buf.new((for ^$!s-nonce-size { (rand * 256).Int })),
MARTIMM/Auth-SCRAM
…/Server.pod6 :143:
Buf.new((for ^$!c-nonce-size { (rand * 256).Int })),
MARTIMM/Auth-SCRAM
…/Server.pod6 :161:
Buf.new((for ^$!s-nonce-size { (rand * 256).Int })),
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :222:
Buf.new((for ^$!c-nonce-size { (rand * 256).Int })),
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :278:
for ^($!client-key.elems) -> $i {
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :442:
Buf.new((for ^$!s-nonce-size { (rand * 256).Int })),
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :451:
$!s-salt = Buf.new((for ^$!s-nonce-size { (rand * 256).Int }));
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :527:
for ^($!client-key.elems) -> $i {
MARTIMM/Auth-SCRAM
…/201-SCRAM.t :19:
has Buf $!salt .= new((for ^6 { (rand * 256).Int }));
MARTIMM/Auth-SCRAM
…/201-SCRAM.t :113:
Buf.new((for ^10 { (rand * 256).Int })),
RYNIX/Terminal-Spinners
…/02-types.t :37:
for ^10 {
SAMGWISE/ScaleVec
…/Voicer.pm6 :19:
for ^($voice-count - 1) -> $n {
SAMGWISE/ScaleVec
…/Vectorable.pm6 :16:
gather for ^$vector.end -> $i {
SCIMON/Game-Sudoku
…/Sudoku.pm6 :75:
for ^9 -> $y {
SCIMON/Game-Sudoku
…/Sudoku.pm6 :77:
for ^9 -> $x {
SCIMON/Game-Sudoku
…/Solver.pm6 :54:
for ^9 -> $idx {
TIMOTIMO/SDL2-Raw
…/shooter.pl :27:
for ^SDL_GetNumRenderDrivers() {
TIMOTIMO/SDL2-Raw
…/shooter.pl :41:
my @starfields = do for ^4 {
TIMOTIMO/SDL2-Raw
…/shooter.pl :49:
for ^250 {
TIMOTIMO/SDL2-Raw
…/shooter.pl :258:
for ^4 {
TIMOTIMO/SDL2-Raw
…/shooter.pl :320:
for ^4 {
TITSUKI/Algorithm-AhoCorasick
…/AhoCorasick.pm6 :12:
for ^$keyword.chars -> $i {
TITSUKI/Algorithm-AhoCorasick
…/AhoCorasick.pm6 :53:
for ^$text.chars -> $i {
TITSUKI/Algorithm-LibSVM
…/README.md :40:
do for ^300 {
TITSUKI/Algorithm-LibSVM
…/LibSVM.pm6 :154:
do for ^300 {
TITSUKI/Algorithm-LibSVM
…/Parameter.pm6 :51:
$!weight_label := CArray[int32].new; $!weight_label[$_] = @weight-label[$_] for ^@weight-label;
TITSUKI/Algorithm-LibSVM
…/Parameter.pm6 :52:
$!weight := CArray[num64].new; $!weight[$_] = @weight[$_] for ^@weight;
TITSUKI/Algorithm-LibSVM
…/02-csvc.t :14:
do for ^300 {
TITSUKI/Algorithm-LibSVM
…/03-nusvc.t :14:
do for ^300 {
TITSUKI/Algorithm-LibSVM
…/04-oneclass.t :13:
do for ^300 {
TITSUKI/Chart-Gnuplot
…/Gnuplot.pm6 :88:
for ^@vertices.elems -> $r {
TITSUKI/Chart-Gnuplot
…/Gnuplot.pm6 :194:
for ^@vertices.elems -> $r {
TITSUKI/Geo-Hash
…/Hash.pm6 :24:
@array[$_] = $tmp[$_] for ^8;
TYIL/Hash-Merge
…/Merge.pm6 :17:
for ^@hashes.elems {
WARRINGD/Font-FreeType
…/font-say :81:
for ^$bitmap.width -> int $x {
WARRINGD/Font-FreeType
…/BitMap.pm :51:
for ^rows -> int $y {
WARRINGD/Font-FreeType
…/BitMap.pm :53:
for ^width -> int $x {
WARRINGD/Font-FreeType
…/BitMap.pm :59:
for ^rows -> int $y {
WARRINGD/Font-FreeType
…/BitMap.pm :61:
for ^width -> int $x {
WARRINGD/Font-FreeType
…/BitMap.pm :70:
for ^rows -> int $y {
WARRINGD/Font-FreeType
…/BitMap.pm :72:
for ^width -> int $x {
WARRINGD/Font-FreeType
…/BitMap.pm :81:
for ^rows -> int $y {
WARRINGD/Font-FreeType
…/BitMap.pm :83:
for ^width -> int $x {
WARRINGD/Font-FreeType
…/BitMap.pm :106:
for ^$.rows -> $y {
WARRINGD/Font-FreeType
…/BitMap.pm :107:
for ^$.width -> $x {
CurtTilmes/perl6-eredis
…/README.md :124:
for ^100 { $r.set("key:$_", $_, :async) }
CurtTilmes/perl6-eredis
…/README.md :134:
for ^100 { $r.get("key:$_", :pipeline) }
CurtTilmes/perl6-eredis
…/README.md :136:
for ^100 { say $r.value }
CurtTilmes/perl6-eredis
…/example.pl6 :29:
for ^100 { $r.set("key:$_", $_, :async) }
CurtTilmes/perl6-eredis
…/example.pl6 :33:
for ^100 { $r.get("key:$_", :pipeline) }
CurtTilmes/perl6-eredis
…/example.pl6 :35:
for ^100 { say $r.value }
CurtTilmes/perl6-eredis
…/set.pl6 :24:
say $set.grab for ^3;
CurtTilmes/perl6-primesieve
…/README.md :56:
say $iterator.next for ^10; # Print first 10 primes;
CurtTilmes/perl6-primesieve
…/README.md :61:
say $iterator.next for ^10; # Print 10 primes over 1000
CurtTilmes/perl6-primesieve
…/README.md :63:
say $iterator.prev for ^10; # Previous primes
CurtTilmes/perl6-primesieve
…/02.iterator.t :12:
@list.push($iterator.next) for ^10;
CurtTilmes/perl6-primesieve
…/02.iterator.t :20:
@list.push($iterator.next) for ^10;
CurtTilmes/perl6-primesieve
…/02.iterator.t :26:
@list.push($iterator.prev) for ^10;
CurtTilmes/perl6-primesieve
…/03-iterator-lots.t :11:
$sum += $iterator.next for ^1000000;
araraloren/perl6-getopt-advance
…/Advance.pm6 :221:
for ^+@!main -> $index {
araraloren/perl6-getopt-advance
…/Advance.pm6 :229:
for ^+@!main -> $index {
araraloren/perl6-getopt-advance
…/Advance.pm6 :268:
for ^+@!main -> $index {
araraloren/perl6-getopt-advance
…/Group.pm6 :41:
for ^+@!names -> $index {
araraloren/perl6-getopt-advance
…/04-pair-parser.t :61:
for ^+@pairs -> $index {
araraloren/perl6-terminal-table
…/README.adoc :178:
$g.colour(8, $_, Color::String.new(color => <red bold> )) for ^9;
araraloren/perl6-terminal-table
…/README.adoc :179:
$g.colour(9, $_, Color::String.new(color => <green bold> )) for ^9;
araraloren/perl6-terminal-table
…/README.adoc :250:
&hide(1, 13 + $_) for ^8;
araraloren/perl6-terminal-table
…/README.adoc :253:
&hide(5, 13 + $_) for ^8;
araraloren/perl6-terminal-table
…/README.adoc :256:
&hide(3, 15 + $_) for ^5;
araraloren/perl6-terminal-table
…/README.adoc :258:
&hide(1, 3 + $_) for ^8;
araraloren/perl6-terminal-table
…/README.adoc :263:
&hide(3, 4 + $_) for ^6;
araraloren/perl6-terminal-table
…/README.adoc :264:
&hide(5, 2 + $_) for ^4;
araraloren/perl6-terminal-table
…/README.zh.adoc :136:
$g.colour(8, $_, Color::String.new(color => <red bold> )) for ^9;
araraloren/perl6-terminal-table
…/README.zh.adoc :137:
$g.colour(9, $_, Color::String.new(color => <green bold> )) for ^9;
araraloren/perl6-terminal-table
…/README.zh.adoc :208:
&hide(1, 13 + $_) for ^8;
araraloren/perl6-terminal-table
…/README.zh.adoc :211:
&hide(5, 13 + $_) for ^8;
araraloren/perl6-terminal-table
…/README.zh.adoc :214:
&hide(3, 15 + $_) for ^5;
araraloren/perl6-terminal-table
…/README.zh.adoc :216:
&hide(1, 3 + $_) for ^8;
araraloren/perl6-terminal-table
…/README.zh.adoc :221:
&hide(3, 4 + $_) for ^6;
araraloren/perl6-terminal-table
…/README.zh.adoc :222:
&hide(5, 2 + $_) for ^4;
araraloren/perl6-terminal-table
…/Frame.pm6 :65:
@!caches.push($!base.Str()) for ^abs($!n);
araraloren/perl6-terminal-table
…/Frame.pm6 :229:
for ^+@temp -> $i {
araraloren/perl6-terminal-table
…/Frame.pm6 :283:
for ^+@lines -> $i {
araraloren/perl6-terminal-table
…/Frame.pm6 :327:
for ^+@!padding {
araraloren/perl6-terminal-table
…/Generator.pm6 :246:
for ^$line.elems -> $index {
araraloren/perl6-terminal-table
…/Generator.pm6 :401:
) for ^$spare;
araraloren/perl6-terminal-table
…/Generator.pm6 :417:
) for ^$spare;
araraloren/perl6-terminal-table
…/Generator.pm6 :542:
for ^self.row-count() -> $row {
araraloren/perl6-terminal-table
…/Generator.pm6 :549:
for ^self.row-count() -> $row {
araraloren/perl6-terminal-table
…/Generator.pm6 :610:
for ^self.row-count() -> $row {
araraloren/perl6-terminal-table
…/Generator.pm6 :617:
for ^self.row-count() -> $row {
araraloren/perl6-terminal-table
…/VisitorHelper.pm6 :81:
for ^@contents[0].height -> $row {
araraloren/perl6-terminal-table
…/VisitorHelper.pm6 :96:
for ^@contents[0].height -> $row {
araraloren/perl6-terminal-table
…/generator.p6 :40:
$g.colour(8, $_, Color::String.new(color => <red bold> )) for ^9;
araraloren/perl6-terminal-table
…/generator.p6 :41:
$g.colour(9, $_, Color::String.new(color => <green bold> )) for ^9;
araraloren/perl6-terminal-table
…/04-style.t :15:
for ^ Style::Corner."$corner"(:count) {
araraloren/perl6-terminal-table
…/04-style.t :20:
for ^ Style::Line."$line"(:count) {
drforr/perl6-Perl6-Parser
…/Parser.pm6 :281:
for ^$root.child {
drforr/perl6-Perl6-Parser
…/Parser.pm6 :369:
for ^$blocks {
drforr/perl6-Perl6-Parser
…/Factory.pm6 :254:
$node = $node.next-node for ^$count;
drforr/perl6-Perl6-Parser
…/Factory.pm6 :271:
$node = $node.previous-node for ^$count;
drforr/perl6-Perl6-Parser
…/Factory.pm6 :288:
$node = $node.parent-node for ^$count;
drforr/perl6-Perl6-Parser
…/rosetta-a.t :266:
for ^13 -> $d {
drforr/perl6-Perl6-Parser
…/rosetta-a.t :779:
for ^$base -> $i {
drforr/perl6-Perl6-Parser
…/rosetta-a.t :930:
for ^10 {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :247:
for ^2e5 {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :395:
for ^@s -> $i {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :396:
for ^@s -> $j {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :715:
do for ^$.height { join ' ', @.data[]»[$_] }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :797:
Buf.new: gather while @b { take reduce * *2+*, (@b.pop for ^8) }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :803:
@b = gather while @b { take reduce * *2+*, (@b.pop for ^7) }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :1000:
for ^particlenum -> $progress {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :1054:
for ^$size {
gabrielash/p6-log-zmq
…/LogCatcher.pm :102:
say "$_) ---" ~ $msg[$_] ~ "---" for ^$msg.elems;
gabrielash/perl6-zmq
…/Message.pm :135:
for ^self.elems -> $i {
gabrielash/perl6-zmq
…/Poll.pm :115:
for ^self.elems -> $n {
gabrielash/perl6-zmq
…/Poll.pm :126:
for ^self.elems -> $n {
gabrielash/perl6-zmq
…/11.t :74:
#for ^10000 {
gabrielash/perl6-zmq
…/11.t :75:
for ^10 {
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :40:
for ^5 {$bc.send($_)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :55:
for ^5 {@z.append($bc.receive)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :96:
$p=start {my @z; for ^10 {@z.append($bc.receive)}; @z};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :97:
for ^10 {$bc.send($_)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :100:
$p=start {for ^10 {$bc.send($_)}};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :103:
for ^10 {@z.append($bc.receive)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :108:
for ^10 {$bc.send($_)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :115:
for ^10 {$c.send($_)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :116:
@pp=start {for ^10 {$bc.send($c.receive)}} xx 10;
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :118:
for ^10 {@z.append($bc.receive)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :134:
for ^5 {$bc.send($_)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :142:
for ^5 {$bc.send($_)};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :144:
for ^5 {$bc.receive};
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :153:
for ^3 {$bc.receive};
nkh/P6-Data-Dump-Tree
…/long_folding.pl :15:
for ^$n
nkh/P6-Data-Dump-Tree
…/fold_send.pl :19:
for ^$n
nkh/P6-Data-Dump-Tree
…/Tree.pm :201:
@.glyph_colors.append: "gl_$_" for ^5 ;
nkh/P6-Data-Dump-Tree
…/Foldable.pm :260:
method page_up(--> Bool) { my Bool $refresh ; $refresh++ if $.line_up for ^$!page_size ; $refresh }
nkh/P6-Data-Dump-Tree
…/Foldable.pm :261:
method page_down(--> Bool) { my Bool $refresh ; $refresh++ if $.line_down for ^$!page_size ; $refresh }
nkh/P6-Data-Dump-Tree
…/Foldable.pm :264:
method end(--> Bool) { my Bool $refresh ; $refresh++ if $.line_down for ^(@!folds - $!top_line) ; $refresh }
nkh/P6-Data-Dump-Tree
…/Foldable.pm :308:
if $_[FOLDED] { @sub_elements.shift if @sub_elements for ^$_[NEXT] }
nkh/P6-Data-Dump-Tree
…/Foldable.pm :336:
for ^$.folds[$fold_line][LINES]
nkh/P6-Data-Dump-Tree
…/Foldable.pm :369:
for ^$fold_line[LINES]
nkh/P6-Data-Dump-Tree
…/MultiColumns.pm :124:
for ^@block.max_lines -> $index
nkh/P6-Data-Dump-Tree
…/90_foldable.t :53:
$g.line_down for ^20;
nkh/P6-Data-Dump-Tree
…/90_foldable.t :67:
$g.page_up for ^15;
nkh/P6-Data-Dump-Tree
…/90_foldable.t :115:
$g.line_down for ^3 ;
nkh/P6-Data-Dump-Tree
…/90_foldable.t :130:
$g.line_up for ^3 ;
skids/perl6sum
…/MD.pm6 :292:
array[uint32].new(((9 * $_ + 5) % 16 for ^16)).item,
skids/perl6sum
…/MD.pm6 :630:
for ^18 -> $j {
skids/perl6sum
…/MD.pm6 :631:
for ^48 -> $k { $t = (@!X[$k] +^= @S[$t]) }
skids/perl6sum
…/SHA.pm6 :338:
for ^64 -> $i {
skids/perl6sum
…/SHA.pm6 :411:
for ^80 -> $i {
skids/perl6sum
…/SipHash.pm6 :151:
SipRound($v0, $v1, $v2, $v3) for ^$c;
skids/perl6sum
…/SipHash.pm6 :210:
SipRound($v0, $v1, $v2, $v3) for ^$d;
skids/perl6sum
…/adler.t :28:
is ([+] (for ^221 { $flfoo .= new(); $flfoo.finalize(^250, $_); $flfoo.finalize($flfoo.checkvals)})), 0, 'custom Fletcher checkvals produce zero sum across values sweep.';
skids/perl6sum
…/adler.t :43:
is ([+] (for ^255 { $fl16 .= new(); $fl16.finalize(^250, $_); $fl16.finalize($fl16.checkvals)})), 0, 'Fletcher16 checkvals produce zero sum across values sweep.';
skids/perl6sum
…/tiger.t :3286:
#$digest = T2.new.finalize($digest) for ^100000;
spitsh/spitsh
…/Actions.pm6 :489:
for ^@infixes -> $i {
spitsh/spitsh
…/FD.t :90:
for ^@fds {
spitsh/spitsh
…/at-list-pos.t :7:
is @a[ ($_ + 1 for ^3) ], <one two three>,
spitsh/spitsh
…/at-list-pos.t :8:
'@a[($_ + 1 for ^3)]';
spitsh/spitsh
…/pick.t :7:
for ^3 {
spitsh/spitsh
…/pick.t :12:
for ^10 {
spitsh/spitsh
…/for.t :23:
for ^@a {
spitsh/spitsh
…/for.t :168:
pass "statement-mod for $_" for ^3;
spitsh/spitsh
…/for.t :183:
my Int @b = for ^3 { $_, @a }
spitsh/spitsh
…/junctions.t :98:
for ^@and-and {
spitsh/spitsh
…/junctions.t :106:
for ^@or-and {
spitsh/spitsh
…/junctions.t :114:
for ^@b-or-and {
spitsh/spitsh
…/junctions.t :122:
for ^@and-or {
spitsh/spitsh
…/junctions.t :130:
for ^@b-and-or {
spitsh/spitsh
…/junctions.t :138:
for ^@or-or {
spitsh/spitsh
…/str.t :27:
for ^@words {
wentam/P6-Graffiks
…/Mesh.pm6 :47:
for ^3 -> $j {
wentam/P6-Graffiks
…/Mesh.pm6 :57:
for ^3 -> $j {
wentam/P6-Graffiks
…/Mesh.pm6 :60:
for ^3 -> $k {
wentam/P6-Graffiks
…/Mesh.pm6 :71:
for ^3 -> $j {
zoffixznet/perl6-Games-TauStation-DateTime
…/04-convertion-to-OE.t :15:
for ^100 {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment