Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 13, 2018 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Whateverable/796c707796a77eceeef1d25a363b12df to your computer and use it in GitHub Desktop.
Save Whateverable/796c707796a77eceeef1d25a363b12df to your computer and use it in GitHub Desktop.
greppable6
if[^{]+(?<!\!)=(?!=)[^{]+\{
| File | Code | |--|--| | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L27) | if $retval.WHAT === Num \&\& $retval.perl \~\~ /e0$/ { | | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L30) | if $retval.WHAT === Rat \&\& $retval.perl \~\~ /\\.0$/ { | | [ALOREN/Terminal-Table
``…/Generator.pm6`` :*541*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Generator.pm6#L541) | if $index % 2 == 1 { | | [ALOREN/Terminal-Table
``…/Generator.pm6`` :*557*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Generator.pm6#L557) | if $index % 2 == 1 { | | [ALOREN/Terminal-Table
``…/Generator.pm6`` :*609*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Generator.pm6#L609) | if $index % 2 == 1 { | | [ALOREN/Terminal-Table
``…/Generator.pm6`` :*625*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Generator.pm6#L625) | if $index % 2 == 1 { | | [ALOREN/Terminal-Table
``…/LightWrap.pm6`` :*73*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/LightWrap.pm6#L73) | if $!current + $len + 1 == $!max \&\& $!current != 0 { | | [ATROXAPER/Propius
``…/Propius.pm6`` :*246*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ATROXAPER/Propius/lib/Propius.pm6#L246) | my $life-time = %!expire-after-sec{$type}; | | [ATROXAPER/Propius
``…/Propius.pm6`` :*250*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ATROXAPER/Propius/lib/Propius.pm6#L250) | while $wrap.DEFINITE \&\& $wrap.last-at($type) + $life-time \<= $now { | | [AZAWAWI/Inline-Go
``…/Grammar.pm6`` :*50*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/AZAWAWI/Inline-Go/lib/Inline/Go/Grammar.pm6#L50) | # IdentifierList = identifier { "," identifier } . | | [AZAWAWI/Inline-Go
``…/Grammar.pm6`` :*433*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/AZAWAWI/Inline-Go/lib/Inline/Go/Grammar.pm6#L433) | # identifier = letter { letter \| unicode\_digit } . | | [AZAWAWI/MsgPack
``…/Packer.pm6`` :*48*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/AZAWAWI/MsgPack/lib/MsgPack/Packer.pm6#L48) | if $f.Int == $f { | | [BDUGGAN/Digest-SHA256-Native
``…/sha256.c`` :*119*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/BDUGGAN/Digest-SHA256-Native/src/sha256.c#L119) | if (ctx-\>datalen == 64) { | | [ELIZABETH/List-MoreUtils
``…/MoreUtils.pm6`` :*103*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ELIZABETH/List-MoreUtils/lib/List/MoreUtils.pm6#L103) | if $pulled =:= IterationEnd { | | [ELIZABETH/List-MoreUtils
``…/MoreUtils.pm6`` :*399*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ELIZABETH/List-MoreUtils/lib/List/MoreUtils.pm6#L399) | if $k \>= $elems { | | [ELIZABETH/List-MoreUtils
``…/MoreUtils.pm6`` :*450*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ELIZABETH/List-MoreUtils/lib/List/MoreUtils.pm6#L450) | if code(@values[$upper + $step]) \<= 0 { | | [ELIZABETH/List-UtilsBy
``…/UtilsBy.pm6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ELIZABETH/List-UtilsBy/lib/List/UtilsBy.pm6#L13) | elsif $\_ == $max { | | [ELIZABETH/List-UtilsBy
``…/UtilsBy.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ELIZABETH/List-UtilsBy/lib/List/UtilsBy.pm6#L31) | elsif $\_ == $min { | | [ELIZABETH/List-UtilsBy
``…/UtilsBy.pm6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ELIZABETH/List-UtilsBy/lib/List/UtilsBy.pm6#L109) | if $pulled =:= IterationEnd { | | [ELIZABETH/Tie-StdArray
``…/StdArray.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ELIZABETH/Tie-StdArray/lib/Tie/StdArray.pm6#L24) | if size \>= @!tied.elems { | | [FRITH/Archive-Libarchive-Raw
``…/extract-gz.p6`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive-Raw/examples/extract-gz.p6#L22) | if $res == ARCHIVE\_EOF { | | [FRITH/Archive-Libarchive-Raw
``…/extract-gz.p6`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive-Raw/examples/extract-gz.p6#L68) | } elsif archive\_entry\_size($entry) \>= 0 { | | [FRITH/Archive-Libarchive-Raw
``…/extract.p6`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive-Raw/examples/extract.p6#L16) | if $res == ARCHIVE\_EOF { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*231*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L231) | if $!operation == LibarchiveExtract { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*265*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L265) | } elsif $!operation == LibarchiveRead\|LibarchiveExtract { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*277*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L277) | } elsif $!operation == LibarchiveWrite { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*279*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L279) | } elsif $!operation == LibarchiveOverwrite { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*310*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L310) | if $!operation == LibarchiveRead\|LibarchiveExtract { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*315*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L315) | if $!operation == LibarchiveExtract { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*333*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L333) | if $!operation == LibarchiveExtract { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*444*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L444) | if $wres == ARCHIVE\_OK { | | [FRITH/Archive-Libarchive
``…/Libarchive.pm6`` :*474*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/FRITH/Archive-Libarchive/lib/Archive/Libarchive.pm6#L474) | if $wres == ARCHIVE\_OK { | | [HANENKAMP/AWS-Session
``…/Credentials.pm6`` :*208*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/AWS-Session/lib/AWS/Credentials.pm6#L208) | elsif $!configuration-file-key === LoadFromConfig { | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*324*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L324) | if $pair = @!array[ $pos ] :delete { | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*785*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L785) | # if c.elems == 0 { | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*791*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L791) | # elsif c.elems == 1 { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L102) | if (.[1] == 0) { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*120*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L120) | if (.[1] == 0) { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*162*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L162) | if .[1] == 2 { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*193*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L193) | '19-unshift' =\> { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*241*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L241) | '21-splice-unshift' =\> { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*278*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L278) | if (@orig[1] \>= 2) { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*284*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L284) | if (@orig[2] \>= 2) { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*311*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L311) | if (.[1] \>= 2) { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*318*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L318) | if (.[2] \>= 2) { | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*374*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L374) | if .[1] == 0 { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*117*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L117) | if (.[1] == 0) { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L137) | if (.[1] == 0) { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*182*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L182) | if .[1] == 3 { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*217*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L217) | '19-unshift' =\> { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*265*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L265) | '21-splice-unshift' =\> { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*298*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L298) | if (@orig[1] \>= 2) { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*304*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L304) | if (@orig[2] \>= 2) { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*323*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L323) | if (.[1] \>= 2) { | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*327*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L327) | if (.[2] \>= 2) { | | [HANENKAMP/HTTP-Request-FormData
``…/FormData.pm6`` :*214*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/HTTP-Request-FormData/lib/HTTP/Request/FormData.pm6#L214) | if $byte == $bin-boundary[0] \&\& $part.subbuf($i, $bin-boundary.elems) eq $bin-boundary { | | [HANENKAMP/Template-Anti
``…/NodeSet.pm6`` :*181*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HANENKAMP/Template-Anti/lib/Template/Anti/NodeSet.pm6#L181) | if $keep == 0 { | | [HOLLI/Color-Names
``…/CSS3.pm6`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HOLLI/Color-Names/lib/Color/Names/CSS3.pm6#L68) | 'lemonchiffon' =\> { rgb =\> [0xff, 0xfa, 0xcd], name =\> 'Lemon Chiffon' }, | | [HOLLI/Color-Names
``…/X11.pm6`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HOLLI/Color-Names/lib/Color/Names/X11.pm6#L68) | 'lemonchiffon' =\> { rgb =\> [0xff, 0xfa, 0xcd], name =\> 'Lemon Chiffon' }, | | [HOLLI/Color-Names
``…/XKCD.pm6`` :*116*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/HOLLI/Color-Names/lib/Color/Names/XKCD.pm6#L116) | 'tiffanyblue' =\> { rgb =\> [ 0x7B, 0xF2, 0xDA ], name =\> 'Tiffany Blue' }, | | [JGOFF/ANTLR4-Grammar
``…/ANTLRv4Lexer.g4`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/ANTLRv4Lexer.g4#L78) | if (\_type == ID) { | | [JGOFF/ANTLR4-Grammar
``…/ANTLRv4Lexer.g4`` :*86*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/ANTLRv4Lexer.g4#L86) | if (\_currentRuleType == Token.INVALID\_TYPE) { // if outside of rule def | | [JGOFF/ANTLR4-Grammar
``…/ANTLRv4Lexer.g4`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/ANTLRv4Lexer.g4#L90) | else if (\_type == SEMI) { // exit rule def | | [JGOFF/ANTLR4-Grammar
``…/ECMAScript.g4`` :*130*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/ECMAScript.g4#L130) | if (next.getChannel() == Token.DEFAULT\_CHANNEL) { | | [JGOFF/ANTLR4-Grammar
``…/ECMAScript.g4`` :*145*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/ECMAScript.g4#L145) | if (this.lastToken == null) { | | [JGOFF/ANTLR4-Grammar
``…/Python3.g4`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/Python3.g4#L62) | if (\_input.LA(1) == EOF \&\& !this.indents.isEmpty()) { | | [JGOFF/ANTLR4-Grammar
``…/Python3.g4`` :*66*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/Python3.g4#L66) | if (tokens.get(i).getType() == EOF) { | | [JGOFF/ANTLR4-Grammar
``…/Python3.g4`` :*86*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/Python3.g4#L86) | if (next.getChannel() == Token.DEFAULT\_CHANNEL) { | | [JGOFF/ANTLR4-Grammar
``…/Python3.g4`` :*743*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/Python3.g4#L743) | if (opened \> 0 \|\| next == '\\r' \|\| next == '\\n' \|\| next == '#') { | | [JGOFF/ANTLR4-Grammar
``…/Python3.g4`` :*754*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/Python3.g4#L754) | if (indent == previous) { | | [JGOFF/ANTLR4-Grammar
``…/RFilter.g4`` :*63*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/RFilter.g4#L63) | if (1==0) { print(1) } else { print(2) } | | [JGOFF/ANTLR4-Grammar
``…/RFilter.g4`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/RFilter.g4#L67) | if (1==0) { print(1) } | | [JGOFF/ANTLR4-Grammar
``…/RFilter.g4`` :*72*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/ANTLR4-Grammar/corpus/RFilter.g4#L72) | if (1==0) { | | [JGOFF/Pod-To-HTMLBody
``…/Tree.pm6`` :*106*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/Pod-To-HTMLBody/lib/Pod/To/Tree.pm6#L106) | if $current-child === self { | | [JGOFF/Pod-To-HTMLBody
``…/Tree.pm6`` :*188*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JGOFF/Pod-To-HTMLBody/lib/Pod/To/Tree.pm6#L188) | if $.parent and $.parent.first-child === self { | | [JKRAMER/Proc-Editor
``…/Editor.pm6`` :*115*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JKRAMER/Proc-Editor/lib/Proc/Editor.pm6#L115) | if $exitcode == 0 { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/channel.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/channel.p6#L31) | if my $item = $output.poll { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/concurrent-evaluation.p6`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/concurrent-evaluation.p6#L29) | if my $item = $output.poll { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/concurrent-evolutionary-algorithm.p6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/concurrent-evolutionary-algorithm.p6#L37) | if $with-fitness.value == $length { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/concurrent-evolutionary-algorithm.p6`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/concurrent-evolutionary-algorithm.p6#L41) | if $count++ \>= $max-evaluations { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/concurrent-evolutionary-algorithm.p6`` :*59*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/concurrent-evolutionary-algorithm.p6#L59) | if my $item = $output.poll { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/concurrent-selecto-recombinative-EA.p6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/concurrent-selecto-recombinative-EA.p6#L37) | if $with-fitness.value == $length { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/concurrent-selecto-recombinative-EA.p6`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/concurrent-selecto-recombinative-EA.p6#L41) | if $count \>= $max-evaluations { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/concurrent-selecto-recombinative-EA.p6`` :*56*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/concurrent-selecto-recombinative-EA.p6#L56) | if my $item = $output.poll { | | [JMERELO/Algorithm-Evolutionary-Simple
``…/population-mixer.p6`` :*40*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JMERELO/Algorithm-Evolutionary-Simple/resources/examples/population-mixer.p6#L40) | if best-fitness($population) \>= $length { | | [JNTHN/Concurrent-Queue
``…/Queue.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/Concurrent-Queue/lib/Concurrent/Queue.pm6#L31) | if $tail === $!tail { | | [JNTHN/Concurrent-Queue
``…/Queue.pm6`` :*57*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/Concurrent-Queue/lib/Concurrent/Queue.pm6#L57) | if $head === $!head { | | [JNTHN/Concurrent-Queue
``…/Queue.pm6`` :*58*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/Concurrent-Queue/lib/Concurrent/Queue.pm6#L58) | if $head === $tail { | | [JNTHN/Concurrent-Queue
``…/Queue.pm6`` :*74*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/Concurrent-Queue/lib/Concurrent/Queue.pm6#L74) | if cas($!head, $head, $next) === $head { | | [JNTHN/Cro-OpenAPI-RoutesFromDefinition
``…/RoutesFromDefinition.pm6`` :*377*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/Cro-OpenAPI-RoutesFromDefinition/lib/Cro/OpenAPI/RoutesFromDefinition.pm6#L377) | if $security !=== Cro::OpenAPI::RoutesFromDefinition::SecurityChecker { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*245*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L245) | if .status == Planned { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*296*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L296) | if SSL\_CTX\_set\_cipher\_list($ctx, $ciphers) == 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*455*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L455) | if SSL\_CTX\_ctrl\_DH($ctx, SSL\_CTRL\_SET\_TMP\_DH, 0, $\_) == 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*463*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L463) | if SSL\_CTX\_ctrl\_ECDH($ctx, SSL\_CTRL\_SET\_TMP\_ECDH, 0, $\_) == 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*471*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L471) | if SSL\_CTX\_set\_cipher\_list($ctx, $ciphers) == 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*569*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L569) | elsif $bytes-read == 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*578*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L578) | if check($!ssl, OpenSSL::SSL::SSL\_shutdown($!ssl)) \>= 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*618*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L618) | elsif (my $verify = SSL\_get\_verify\_result($!ssl)) == 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*648*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L648) | if check($!ssl, OpenSSL::SSL::SSL\_accept($!ssl)) \>= 0 { | | [JNTHN/IO-Socket-Async-SSL
``…/SSL.pm6`` :*676*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/IO-Socket-Async-SSL/lib/IO/Socket/Async/SSL.pm6#L676) | if $len == 0 { | | [JNTHN/OpenAPI-Schema-Validate
``…/Validate.pm6`` :*243*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/OpenAPI-Schema-Validate/lib/OpenAPI/Schema/Validate.pm6#L243) | if $value \~\~ Real \&\& (!$!exclusive \&\& $value \> $!max \|\| $!exclusive \&\& $value \>= $!max) { | | [JNTHN/OpenAPI-Schema-Validate
``…/Validate.pm6`` :*254*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/OpenAPI-Schema-Validate/lib/OpenAPI/Schema/Validate.pm6#L254) | if $value \~\~ Real \&\& (!$!exclusive \&\& $value \< $!min \|\| $!exclusive \&\& $value \<= $!min) { | | [JNTHN/OpenAPI-Schema-Validate
``…/Validate.pm6`` :*283*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/OpenAPI-Schema-Validate/lib/OpenAPI/Schema/Validate.pm6#L283) | if $value \~\~ Positional \&\& $value.elems != $value.unique(with =\> \&[eqv]).elems { | | [JNTHN/OpenAPI-Schema-Validate
``…/Validate.pm6`` :*451*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/OpenAPI-Schema-Validate/lib/OpenAPI/Schema/Validate.pm6#L451) | if $!add === True { | | [JNTHN/OpenAPI-Schema-Validate
``…/Validate.pm6`` :*455*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/OpenAPI-Schema-Validate/lib/OpenAPI/Schema/Validate.pm6#L455) | } elsif $!add === False { | | [JNTHN/OpenAPI-Schema-Validate
``…/Validate.pm6`` :*708*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/OpenAPI-Schema-Validate/lib/OpenAPI/Schema/Validate.pm6#L708) | if ([\&\&] .map(\* \~\~ Str)) \&\& .elems == .unique.elems { | | [JNTHN/OpenAPI-Schema-Validate
``…/Validate.pm6`` :*816*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/JNTHN/OpenAPI-Schema-Validate/lib/OpenAPI/Schema/Validate.pm6#L816) | if %schema\ === True \&\& %schema\ === True { | | [KAJI/App-Platform
``…/Attach.pm6`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/KAJI/App-Platform/lib/App/Platform/CLI/Attach.pm6#L26) | if $name.chars == 0 { | | [KAJI/App-Platform
``…/Linux.pm6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/KAJI/App-Platform/lib/App/Platform/Docker/DNS/Linux.pm6#L28) | if $port \> 53 and $proc.err.chars == 0 { | | [KAJI/App-Platform
``…/Linux.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/KAJI/App-Platform/lib/App/Platform/Docker/DNS/Linux.pm6#L33) | } elsif $proc.err.chars == 0 { | | [KAJI/App-Platform
``…/Linux.pm6`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/KAJI/App-Platform/lib/App/Platform/Docker/DNS/Linux.pm6#L41) | if (my $err = $proc.err.slurp-rest.trim.lc).chars \> 0 { | | [KAJI/App-Platform
``…/Linux.pm6`` :*54*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/KAJI/App-Platform/lib/App/Platform/Docker/DNS/Linux.pm6#L54) | if self.domain eq 'localhost' and $proc.exitcode == 0 { | | [KAJI/App-Platform
``…/MacOS.pm6`` :*77*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/KAJI/App-Platform/lib/App/Platform/Docker/DNS/MacOS.pm6#L77) | if $proc.exitcode == 0 { | | [KOORCHIK/LIVR
``…/README.md`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/KOORCHIK/LIVR/README.md#L32) | if my $valid-data = $validator.validate($user-data) { | | [MARTIMM/Auth-SCRAM
``…/Client.pm6`` :*232*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MARTIMM/Auth-SCRAM/lib/Auth/SCRAM/Client.pm6#L232) | if $!server-final-message \~\~ m/^ 'e=' / { | | [MARTIMM/Auth-SCRAM
``…/Client.pm6`` :*236*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MARTIMM/Auth-SCRAM/lib/Auth/SCRAM/Client.pm6#L236) | elsif $!server-final-message \~\~ m/^ 'v=' / { | | [MARTIMM/Auth-SCRAM
``…/SCRAM.pm6`` :*323*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MARTIMM/Auth-SCRAM/old/SCRAM.pm6#L323) | if $!server-final-message \~\~ m/^ 'e=' / { | | [MARTIMM/Auth-SCRAM
``…/SCRAM.pm6`` :*327*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MARTIMM/Auth-SCRAM/old/SCRAM.pm6#L327) | elsif $!server-final-message \~\~ m/^ 'v=' / { | | [MELEZHIK/Sparky
``…/sparky-runner.pl6`` :*196*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/bin/sparky-runner.pl6#L196) | if $i \<= $remove-builds { | | [MELEZHIK/Sparky
``…/sparky-runner.pl6`` :*197*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/bin/sparky-runner.pl6#L197) | if $dbh.do("delete from builds WHERE id = $bid") { | | [MELEZHIK/Sparky
``…/sparkyd`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/bin/sparkyd#L49) | if $proc-run.exitcode == 0 { | | [MELEZHIK/Sparky
``…/bootstrap.min.css`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/public/css/bootstrap.min.css#L11) | \*//\*! normalize.css v3.0.3 \| MIT License \| github.com/necolas/normalize.css \*/html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-siz… | | [MELEZHIK/Sparky
``…/bootstrap.min.js`` :*6*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/public/js/bootstrap.min.js#L6) | if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split("… | | [MELEZHIK/Sparky
``…/bootstrap.min.js`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/public/js/bootstrap.min.js#L7) | this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");… | | [MELEZHIK/Sparky
``…/builds.tt`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/views/builds.tt#L37) | % if %r\ == -1 { | | [MELEZHIK/Sparky
``…/builds.tt`` :*40*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/views/builds.tt#L40) | % if %r\ == 0 { | | [MELEZHIK/Sparky
``…/builds.tt`` :*43*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparky/views/builds.tt#L43) | % if %r\ == 1 { | | [MELEZHIK/Sparrowform
``…/sparrowform`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparrowform/bin/sparrowform#L15) | if $proc-run.exitcode == 0 { | | [MELEZHIK/Sparrowform
``…/sparrowform`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MELEZHIK/Sparrowform/bin/sparrowform#L34) | if $line \~\~ /^ \\s+ (\\S+) \\s+ '=' \\s+ (.\*) $/ { # read resource attrubutes | | [MORITZ/Math-RungeKutta
``…/RungeKutta.pm`` :*84*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MORITZ/Math-RungeKutta/lib/Math/RungeKutta.pm#L84) | if $err \<= $epsilon \|\| $step == $min-stepsize { | | [MORITZ/Math-RungeKutta
``…/RungeKutta.pm`` :*88*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MORITZ/Math-RungeKutta/lib/Math/RungeKutta.pm#L88) | if $step == $min-stepsize \&\& !$quiet { | | [MORITZ/Math-RungeKutta
``…/RungeKutta.pm`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MORITZ/Math-RungeKutta/lib/Math/RungeKutta.pm#L93) | if $err == 0 { | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*40*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L40) | if $env-debug \&\& DEBUG.value \>= $.default-log-level.value { | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*64*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L64) | if $env-debug \&\& DEBUG.value \>= $.default-log-level.value { | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L75) | if $.default-log-level.value == 0 \|\| $log-level.value \< $.default-log-level.value { | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L109) | if (@text == 1 \&\& defined @text[0]) { | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*111*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L111) | } elsif (@text \>= 2) { | | [MOZNION/Router-Boost
``…/Boost.pm6`` :*165*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Router-Boost/lib/Router/Boost.pm6#L165) | if @re.elems == 1 { | | [MOZNION/Router-Boost
``…/Boost.pm6`` :*167*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Router-Boost/lib/Router/Boost.pm6#L167) | } elsif @re.elems == 0 { | | [MOZNION/Router-Boost
``…/Method.pm6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Router-Boost/lib/Router/Boost/Method.pm6#L37) | if @matcher.elems === 0 { | | [MOZNION/Router-Boost
``…/Method.pm6`` :*53*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Router-Boost/lib/Router/Boost/Method.pm6#L53) | if my $matched = $!router.match($path) { | | [MOZNION/Stream-Buffered
``…/Buffered.pm6`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Stream-Buffered/lib/Stream/Buffered.pm6#L11) | } elsif $maxMemoryBufferSize === 0 { | | [MOZNION/Stream-Buffered
``…/Buffered.pm6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MOZNION/Stream-Buffered/lib/Stream/Buffered.pm6#L13) | } elsif $length === 0 { | | [MSTEMLE/Fcntl
``…/just-for-tests.c`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/MSTEMLE/Fcntl/src/just-for-tests.c#L38) | if (one-\>const\_value == value) { | | [PATRICKZ/RPi-ButtonWatcher
``…/ButtonWatcher.pm6`` :*58*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/PATRICKZ/RPi-ButtonWatcher/lib/RPi/ButtonWatcher.pm6#L58) | if $!edge == BOTH \|\| $!edge == $observed-edge { | | [ROBERTLE/CucumisSextus
``…/cucumis6`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/bin/cucumis6#L18) | if @feature-spec.elems == 0 { | | [ROBERTLE/CucumisSextus
``…/Core.pm6`` :*66*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Core.pm6#L66) | if @matchers-found.elems == 0 { | | [ROBERTLE/CucumisSextus
``…/Gherkin.pm6`` :*66*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Gherkin.pm6#L66) | if $line-number == 1 { | | [ROBERTLE/CucumisSextus
``…/Gherkin.pm6`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Gherkin.pm6#L110) | elsif my @ctags = parse-tags($\_) { | | [ROBERTLE/CucumisSextus
``…/Tags.pm6`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Tags.pm6#L42) | if $result == 1 { | | [ROBERTLE/CucumisSextus
``…/Tags.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Tags.pm6#L62) | if $left($tag) == 1 \|\| $right($tag) == 1 { | | [ROBERTLE/CucumisSextus
``…/Tags.pm6`` :*65*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Tags.pm6#L65) | if $left($tag) == -1 \|\| $right($tag) == -1 { | | [ROBERTLE/CucumisSextus
``…/Tags.pm6`` :*106*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Tags.pm6#L106) | if $result == -1 { | | [ROBERTLE/CucumisSextus
``…/Tags.pm6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Tags.pm6#L109) | elsif $result == 1 { | | [ROBERTLE/CucumisSextus
``…/Tags.pm6`` :*121*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Tags.pm6#L121) | if $result == -1 { | | [ROBERTLE/CucumisSextus
``…/Tags.pm6`` :*124*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/ROBERTLE/CucumisSextus/lib/CucumisSextus/Tags.pm6#L124) | elsif $result == 1 { | | [SAMGWISE/Music-Engine
``…/CounterPoint.pm6`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm6#L78) | if $i == 0 { cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm692 elsif $i + 1 == $length { cpan/SAMGWISE/Musi… | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*117*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L117) | if @file.elems == 0 { | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*205*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L205) | if @line.elems == 201 \&\& @line[0].index('The Artistic License 2.0') { | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*238*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L238) | if my $config = config("PruneFiles") { | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*298*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L298) | if $url \~\~ m/'git@' $\=[.+] ':' $\=[\<-[:]\>+] $/ { | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*300*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L300) | } elsif $url \~\~ m/'ssh://git@' $\=[.+] / { | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*330*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L330) | if my $name = config("\_", "name") { | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*350*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L350) | my $f = do if @found == 0 { | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*353*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L353) | } elsif @found == 1 { | | [SKAJI/App-Mi6
``…/BumpVersion.pm6`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/App-Mi6/lib/App/Mi6/Release/BumpVersion.pm6#L93) | if $n == $num { | | [SKAJI/CPAN-Uploader-Tiny
``…/Tiny.pm6`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/SKAJI/CPAN-Uploader-Tiny/lib/CPAN/Uploader/Tiny.pm6#L42) | if $line \~\~ /^ $\=(\\S+) \\s+ $\=(\\S+)/ { | | [TBROWDER/Geo-Ellipsoid
``…/gentest-ellipsoid.p6`` :*599*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/gentest-ellipsoid.p6#L599) | if( $f == 0 ) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L122) | if ($line =\~ m{ Output \\s+ from \\s+ (INVERSE\|FORWARD)}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*127*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L127) | elsif ($line =\~ m{\\A \\s\* Ellipsoid \\s \\: \\s\* ([\\S\\s]+) \\s\* \\z}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L131) | elsif ($line =\~ m{\\A \\s\* Equatorial \\s axis, \\s+ a \\s+ = \\s+ (\\S+) \\s\* \\z}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*135*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L135) | elsif ($line =\~ m{\\A \\s\* Polar \\s axis, \\s+ b \\s+ = \\s+ (\\S+) \\s\* \\z}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*139*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L139) | elsif ($line =\~ m{\\A \\s\* Inverse \\s flattening, \\s+ 1/f \\s+ = \\s+ (\\S+) \\s\* \\z}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L143) | elsif ($line =\~ m{\\A \\s\* (LAT\|LON) \\s+ = \\s+ (\\S+) \\s+ (\\S+) \\s+ (\\S+) \\s+ (\\S+) \\s\* \\z}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L147) | elsif ($line =\~ m{\\A \\s\* (Forward\|Back) \\s azimuth \\s+ (FAZ\|BAZ) \\s = \\s+ (\\S+) \\s+ (\\S+) \\s+ (S+) \\s+ (\\S+) \\s+ (\\S+) \\s\* \\z}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/p5-get-orig-geo-data.pl`` :*151*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/gentest/p5-get-orig-geo-data.pl#L151) | elsif ($line =\~ m{\\A \\s\* Ellipsoidal \\s distance \\s+ S \\s+ = \\s+(\\S+) \\s+ (\\S+) \\s\* \\z}xms) { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*269*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L269) | if ($key =\~ /^ell/i) { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*271*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L271) | } elsif ($key =\~ /^uni/i) { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*273*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L273) | } elsif ($key =\~ /^dis/i) { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*275*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L275) | } elsif ($key =\~ /^lon/i) { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*277*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L277) | } elsif ($key =\~ /^bea/i) { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*382*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L382) | if $conversion == 0 { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*425*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L425) | if $recip == 0 { | | [TBROWDER/Geo-Ellipsoid
``…/Ellipsoid.pm6`` :*889*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Geo-Ellipsoid/lib/Geo/Ellipsoid.pm6#L889) | if $sy == 0.0 { | | [TBROWDER/META6-To-Man
``…/Man.pm6`` :*201*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/META6-To-Man/lib/META6/To/Man.pm6#L201) | if /:i ^ \\s\* '--' (\<-[=]\>+) \\s\* $ / { | | [TBROWDER/META6-To-Man
``…/Man.pm6`` :*206*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/META6-To-Man/lib/META6/To/Man.pm6#L206) | elsif /:i ^ \\s\* '--' (\<-[=]\>+) '=' (\<-[=]\>+) \\s\* $ / { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L52) | if $ip-version == 4 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*87*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L87) | if $ip-version == 4 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*169*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L169) | if $ip-version == 4 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*217*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L217) | if $ipversion == 4 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*225*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L225) | if $nbits == 32 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*258*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L258) | if $nbits == 128 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*274*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L274) | if $version == 4 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*277*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L277) | elsif $version == 6 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*310*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L310) | if $ip-version == 4 { | | [TBROWDER/Net-IP
``…/IP.pm6`` :*485*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Net-IP/lib/Net/IP.pm6#L485) | if ($k == $n + 1) \&\& ip-is-ipv4($\_) { | | [TBROWDER/Number-More
``…/test-base-37-62.p6`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Number-More/dev/test-base-37-62.p6#L42) | elsif $base-i == 10 { | | [TBROWDER/Number-More
``…/test-base-37-62.p6`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Number-More/dev/test-base-37-62.p6#L45) | elsif $base-o == 10 { | | [TBROWDER/Number-More
``…/More.pm6`` :*477*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Number-More/lib/Number/More.pm6#L477) | if $base-i == 10 { | | [TBROWDER/Number-More
``…/More.pm6`` :*485*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Number-More/lib/Number/More.pm6#L485) | elsif $base-o == 10 { | | [TBROWDER/Number-More
``…/More.pm6`` :*517*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Number-More/lib/Number/More.pm6#L517) | if $base-o == 2 \|\| $base-o == 8 { | | [TBROWDER/Number-More
``…/More.pm6`` :*520*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TBROWDER/Number-More/lib/Number/More.pm6#L520) | elsif $base-o == 16 { | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*73*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L73) | } elsif nqp::ordat($str, 0) == 92 { | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L122) | if $obj === NaN \|\| $obj === -Inf \|\| $obj === Inf { | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*245*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L245) | } elsif $ord == 92 { | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*289*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L289) | } elsif $ord == 9 or $ord == 10 { | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*332*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L332) | if my $lastchar = nqp::chr(nqp::ord(@caps.tail)) ne @caps.tail { | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*412*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L412) | if nqp::ordat($text, $pos) == 34 { # " | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*489*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L489) | if ord($initial) == 34 { # " | | [TIMOTIMO/SDL2-Raw
``…/README.md`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/README.md#L26) | if $event.type == QUIT { | | [TIMOTIMO/SDL2-Raw
``…/particles.p6`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/examples/particles.p6#L45) | if (@lifetimes[$idx] \<= 0e0) { | | [TIMOTIMO/SDL2-Raw
``…/shooter.pl`` :*230*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/examples/shooter.pl#L230) | } elsif $\_.id \<= 128 { | | [TIMOTIMO/SDL2-Raw
``…/shooter.pl`` :*253*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/examples/shooter.pl#L253) | if $\_.HP == 0 { | | [TIMOTIMO/SDL2-Raw
``…/shooter.pl`` :*270*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/examples/shooter.pl#L270) | if $\_.HP \>= 2 { | | [TIMOTIMO/SDL2-Raw
``…/snake.pl`` :*114*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/examples/snake.pl#L114) | if ($nomspawn -= $dt) \< 0 { | | [TIMOTIMO/SDL2-Raw
``…/snake.pl`` :*120*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/examples/snake.pl#L120) | if ($snakestep -= $dt) \< 0 { | | [TIMOTIMO/SDL2-Raw
``…/snake.pl`` :*140*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/examples/snake.pl#L140) | if $nom == 0 { | | [TIMOTIMO/SDL2-Raw
``…/Raw.pm`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TIMOTIMO/SDL2-Raw/lib/SDL2/Raw.pm#L26) | if $event.type == QUIT { | | [TITSUKI/Algorithm-LibSVM
``…/LibSVM.pm6`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-LibSVM/lib/Algorithm/LibSVM.pm6#L44) | if $param.gamma == 0 \&\& $!nr-feature \> 0 { | | [TITSUKI/Algorithm-LibSVM
``…/LibSVM.pm6`` :*107*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-LibSVM/lib/Algorithm/LibSVM.pm6#L107) | = do if -1e-20 \<= $denom \<= 1e-20 { | | [TITSUKI/Algorithm-Manacher
``…/Manacher.pm6`` :*65*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-Manacher/lib/Algorithm/Manacher.pm6#L65) | if ($max-radius \<= $radius) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/README.md`` :*47*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/README.md#L47) | if $!value == $s.value { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L17) | if @!nodes.elems \>= 1 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L24) | if @!nodes.elems == 0 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L27) | elsif @!nodes.elems == 1 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L30) | elsif @!nodes.elems == 2 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L33) | if @!nodes[1] minmaxheap-cmp @!nodes[2] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*43*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L43) | if @!nodes.elems == 0 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*59*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L59) | if @!nodes.elems == 0 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L62) | elsif @!nodes.elems == 1 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*65*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L65) | elsif @!nodes.elems == 2 { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L68) | elsif @!nodes[1] minmaxheap-cmp @!nodes[2] == Order::Same\|Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*74*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L74) | elsif @!nodes[1] minmaxheap-cmp @!nodes[2] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L104) | if self!has-parent($index) and (@!nodes[$index] minmaxheap-cmp @!nodes[self!find-parent($index)] == Order::More) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*111*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L111) | if self!has-parent($index) and (@!nodes[$index] minmaxheap-cmp @!nodes[self!find-parent($index)] == Order::Less) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L122) | if @!nodes[$index] minmaxheap-cmp @!nodes[self!find-grandparent($index)] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L131) | if @!nodes[$index] minmaxheap-cmp @!nodes[self!find-grandparent($index)] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*151*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L151) | if @!nodes[$smallest-index] minmaxheap-cmp @!nodes[$index] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*153*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L153) | if @!nodes[$smallest-index] minmaxheap-cmp @!nodes[self!find-parent($smallest-index)] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*159*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L159) | if @!nodes[$smallest-index] minmaxheap-cmp @!nodes[$index] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L170) | if @!nodes[$largest-index] minmaxheap-cmp @!nodes[$index] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*172*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L172) | if @!nodes[$largest-index] minmaxheap-cmp @!nodes[self!find-parent($largest-index)] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*178*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L178) | if @!nodes[$largest-index] minmaxheap-cmp @!nodes[$index] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*196*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L196) | if not $smallest-value.defined or $smallest-value minmaxheap-cmp @!nodes[$left-child] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*203*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L203) | if not $smallest-value.defined or $smallest-value minmaxheap-cmp @!nodes[self!find-left-child($left-child)] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*210*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L210) | if not $smallest-value.defined or $smallest-value minmaxheap-cmp @!nodes[self!find-right-child($left-child)] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*219*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L219) | if not $smallest-value.defined or $smallest-value minmaxheap-cmp @!nodes[$right-child] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*226*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L226) | if not $smallest-value.defined or $smallest-value minmaxheap-cmp @!nodes[self!find-left-child($right-child)] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*233*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L233) | if not $smallest-value.defined or $smallest-value minmaxheap-cmp @!nodes[self!find-right-child($right-child)] == Order::More { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*252*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L252) | if not $largest-value.defined or $largest-value minmaxheap-cmp @!nodes[$left-child] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*259*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L259) | if not $largest-value.defined or $largest-value minmaxheap-cmp @!nodes[self!find-left-child($left-child)] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*266*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L266) | if not $largest-value.defined or $largest-value minmaxheap-cmp @!nodes[self!find-right-child($left-child)] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*275*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L275) | if not $largest-value.defined or $largest-value minmaxheap-cmp @!nodes[$right-child] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*282*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L282) | if not $largest-value.defined or $largest-value minmaxheap-cmp @!nodes[self!find-left-child($right-child)] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*289*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L289) | if not $largest-value.defined or $largest-value minmaxheap-cmp @!nodes[self!find-right-child($right-child)] == Order::Less { | | [TITSUKI/Algorithm-MinMaxHeap
``…/MinMaxHeap.pm6`` :*383*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/lib/Algorithm/MinMaxHeap.pm6#L383) | if $!value == $s.value { | | [TITSUKI/Algorithm-MinMaxHeap
``…/02-insert.t`` :*71*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/t/02-insert.t#L71) | if (self.value == $s.value) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/02-insert.t`` :*112*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/t/02-insert.t#L112) | if (self.value == $s.value) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/03-pop-max.t`` :*50*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/t/03-pop-max.t#L50) | if (self.value == $s.value) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/04-pop-min.t`` :*50*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/t/04-pop-min.t#L50) | if (self.value == $s.value) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/05-find-max.t`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/t/05-find-max.t#L27) | if (self.value == $s.value) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/06-find-min.t`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/t/06-find-min.t#L27) | if (self.value == $s.value) { | | [TITSUKI/Algorithm-MinMaxHeap
``…/08-clone.t`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Algorithm-MinMaxHeap/t/08-clone.t#L32) | if (self.value == $s.value) { | | [TITSUKI/Geo-Hash
``…/geohash.c`` :*92*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Geo-Hash/src/geohash.c#L92) | if(c == string[i]) { | | [TITSUKI/Geo-Hash
``…/geohash.c`` :*139*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Geo-Hash/src/geohash.c#L139) | if(lat \<= 90.0 \&\& lat \>= -90.0 \&\& lng \<= 180.0 \&\& lng \>= -180.0) { | | [TITSUKI/Terminal-Getpass
``…/Getpass.pm6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Terminal-Getpass/lib/Terminal/Getpass.pm6#L28) | if $c.unpack("C\*") == 3 { | | [TITSUKI/Terminal-Getpass
``…/Getpass.pm6`` :*53*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Terminal-Getpass/lib/Terminal/Getpass.pm6#L53) | if $c == "\\b".ord { | | [TITSUKI/Text-Sift4
``…/Sift4.pm6`` :*4*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Text-Sift4/lib/Text/Sift4.pm6#L4) | sub sift4(Str $lhs, Str $rhs, Int :$max-offset = 5 --\> Int:D) is export { | | [TITSUKI/Text-Sift4
``…/Sift4.pm6`` :*5*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Text-Sift4/lib/Text/Sift4.pm6#L5) | if not $lhs.defined or $lhs.chars == 0 { | | [TITSUKI/Text-Sift4
``…/Sift4.pm6`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TITSUKI/Text-Sift4/lib/Text/Sift4.pm6#L10) | if not $rhs.defined or $rhs.chars == 0 { | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*163*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L163) | if my $c = %!env\ { | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*169*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L169) | if my $c = %!env\ { | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*186*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L186) | } elsif $header\_len == -1 { # incomplete header | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*188*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L188) | } elsif $header\_len == -2 { # invalid request | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*208*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L208) | if $!wrote-body-size == $!content-length { | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L218) | if $!buf[$end\_pos]==0x0d \&\& $!buf[$end\_pos+1]==0x0a { | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*223*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L223) | if $chunk\_len == 0 { | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*229*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L229) | if $end\_pos+2+$chunk\_len \<= $!buf.elems { | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*349*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L349) | } elsif !status-with-no-entity-body($status) \&\& (my $cl = content-length($body)) { | | [TYIL/Config
``…/06-deduce-parser.t`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/Config/t/06-deduce-parser.t#L31) | subtest "Returns correct fully qualified module name" =\> { | | [TYIL/MPD-Client
``…/Current.pm6`` :*101*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Current.pm6#L101) | if (my $match = MPD::Client::Grammars::CurrentPlaylistLine.parse($line)) { | | [TYIL/MPD-Client
``…/Current.pm6`` :*347*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Current.pm6#L347) | if (my $match = MPD::Client::Grammars::ResponseLine.parse($line)) { | | [TYIL/MPD-Client
``…/Playlist.pm6`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Playlist.pm6#L23) | if (my $match = MPD::Client::Grammars::PlaylistLine.parse($line)) { | | [TYIL/MPD-Client
``…/Playlist.pm6`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Playlist.pm6#L44) | if (my $match = MPD::Client::Grammars::ResponseLine.parse($line)) { | | [TYIL/MPD-Client
``…/Playlist.pm6`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Playlist.pm6#L68) | if (my $match = MPD::Client::Grammars::ResponseLine.parse($line)) { | | [TYIL/MPD-Client
``…/Util.pm6`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Util.pm6#L26) | if ($match = MPD::Client::Grammars::AckLine.parse($line)) { | | [TYIL/MPD-Client
``…/Util.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Util.pm6#L31) | if ($match = MPD::Client::Grammars::ResponseLine.parse($line)) { | | [TYIL/MPD-Client
``…/Util.pm6`` :*54*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Util.pm6#L54) | if ($match = MPD::Client::Grammars::AckLine.parse($line)) { | | [TYIL/MPD-Client
``…/Util.pm6`` :*59*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/TYIL/MPD-Client/lib/MPD/Client/Util.pm6#L59) | if ($match = MPD::Client::Grammars::ResponseLine.parse($line)) { | | [UFOBAT/Bailador
``…/Request.pm`` :*63*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/Bailador/lib/Bailador/Request.pm#L63) | elsif $headers\:exists and $headers\ \~\~ / 'multipart/form-data;' .\* 'boundary' '=' '"' ? ( \ \*\* 0..69 ) \\s\* '"' ? / { | | [UFOBAT/Bailador
``…/Multipart.pm`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/Bailador/lib/Bailador/Request/Multipart.pm#L16) | if $content-disposition \~\~ / \<\< name \>\> '=' '"' ( \<-["]\>+ ) '"' / { | | [UFOBAT/Bailador
``…/Multipart.pm`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/Bailador/lib/Bailador/Request/Multipart.pm#L19) | if $content-disposition \~\~ / \<\< filename \>\> '=' '"' ( \<-["]\>+ ) '"' / { | | [UFOBAT/Bailador
``…/Sessions.pm`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/Bailador/lib/Bailador/Sessions.pm#L36) | if my $unchecked-session-id = self!get-session-id($r) { | | [UFOBAT/I18N-LangTags
``…/List.pm6`` :*76*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/I18N-LangTags/lib/I18N/LangTags/List.pm6#L76) | last if $name = %Name{$tag}; | | [UFOBAT/I18N-LangTags
``…/List.pm6`` :*77*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/I18N-LangTags/lib/I18N/LangTags/List.pm6#L77) | last if $name = %Name{$alt}; | | [UFOBAT/XML-XPath
``…/Div.pm6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/ExprOperator/Div.pm6#L15) | if $val\_a == 0 and $val\_b == 0 { | | [UFOBAT/XML-XPath
``…/Div.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/ExprOperator/Div.pm6#L17) | } elsif $val\_b == 0 { | | [UFOBAT/XML-XPath
``…/Node.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/FunctionCall/Node.pm6#L31) | if @.args.elems == 1 { | | [UFOBAT/XML-XPath
``…/Node.pm6`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/FunctionCall/Node.pm6#L44) | if @.args.elems == 1 { | | [UFOBAT/XML-XPath
``…/NodeTest.pm6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/NodeTest.pm6#L39) | if $name === '\*' \&\& $key.contains(':') { | | [UFOBAT/XML-XPath
``…/NodeTest.pm6`` :*183*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/NodeTest.pm6#L183) | if $name === '\*' { | | [UFOBAT/XML-XPath
``…/Utils.pm6`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/Utils.pm6#L7) | if $a.elems == 1 { | | [UFOBAT/XML-XPath
``…/Utils.pm6`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UFOBAT/XML-XPath/lib/XML/XPath/Utils.pm6#L9) | } elsif $a.elems == 0 { | | [UGEXE/zef
``…/Zef.pm6`` :*141*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef.pm6#L141) | if ::($ = $module).^find\_method('probe') { | | [UGEXE/zef
``…/CLI.pm6`` :*160*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/CLI.pm6#L160) | if +@uninstalled == 0 \&\& +@fail { | | [UGEXE/zef
``…/CLI.pm6`` :*345*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/CLI.pm6#L345) | if ?($verbosity \>= VERBOSE) { | | [UGEXE/zef
``…/CLI.pm6`` :*381*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/CLI.pm6#L381) | if ?($verbosity \>= VERBOSE) { | | [UGEXE/zef
``…/Client.pm6`` :*693*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/Client.pm6#L693) | if ($candi.dist.metainfo\ // 0) == 0 { | | [UGEXE/zef
``…/DependencySpecification.pm6`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/Distribution/DependencySpecification.pm6#L18) | method spec-parts(Zef::Distribution::DependencySpecification:\_: $spec = self!spec) { | | [UGEXE/zef
``…/Build.pm6`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/Service/Shell/Build.pm6#L110) | if my $bak = "{$builder-path}.bak" and $bak.IO.e { | | [UGEXE/zef
``…/SystemInfo.pm6`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/Utils/SystemInfo.pm6#L18) | if $line \~\~ /'CON:' \\n \<.ws\> '-'+ \\n .\*? \\n \\N+? $\=[\<.digit\>+]/ { | | [UGEXE/zef
``…/SystemInfo.pm6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/UGEXE/zef/lib/Zef/Utils/SystemInfo.pm6#L28) | if $tput.out.get \~\~ /$\=\<.digit\>+/ { | | [WARRINGD/Font-FreeType
``…/font-say`` :*79*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/WARRINGD/Font-FreeType/bin/font-say#L79) | if $bitmap.rows \> $y \>= 0 { | | [WARRINGD/Font-FreeType
``…/Outline.pm`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/WARRINGD/Font-FreeType/lib/Font/FreeType/Outline.pm#L45) | method decompose( Bool :$conic = False, Int :$shift = 0, Int :$delta = 0) { | | [WARRINGD/PDF-Font-Loader
``…/CMap.pm`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/WARRINGD/PDF-Font-Loader/lib/PDF/Font/Loader/Enc/CMap.pm#L13) | if /:s [ '\<' $\=[\+] '\>' ] \*\* 3 / { | | [WARRINGD/PDF-Font-Loader
``…/CMap.pm`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/WARRINGD/PDF-Font-Loader/lib/PDF/Font/Loader/Enc/CMap.pm#L22) | if /:s [ '\<' $\=[\+] '\>' ] \*\* 2 / { | | [WARRINGD/PDF-Font-Loader
``…/FreeType.pm`` :*195*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/WARRINGD/PDF-Font-Loader/lib/PDF/Font/Loader/FreeType.pm#L195) | if $start-cid == $cid { | | [WARRINGD/PDF-Font-Loader
``…/FreeType.pm`` :*372*:](https://github.com/moritz/perl6-all-modules/blob/44c355aeb6aa12487e0b0fc66a96f9b9e83b11b8/cpan/WARRINGD/PDF-Font-Loader/lib/PDF/Font/Loader/FreeType.pm#L372) | if ++$j == $i { | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*28*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L28) | if $param.constraint\_list().elems == 0 { | | [7ojo/perl6-git-simple
``…/Simple.pm`` :*12*:](https://github.com/7ojo/perl6-git-simple/blob/45b39c4b3d1b41d81b5fba66053b7a8be8f1300a/lib/Git/Simple.pm#L12) | if (%info.elems == 0) { # detached branch | | [7ojo/perl6-powerline-prompt
``…/Path.pm`` :*50*:](https://github.com/7ojo/perl6-powerline-prompt/blob/69ac4078d0d17fe9091683a70d0da111fd710d4d/lib/Powerline/Prompt/Segment/Path.pm#L50) | if ($i == 0 \&\& $part.text eq '\~') \|\| $i == $i\_max-1 { | | [CurtTilmes/Perl6-GraphQL
``…/GraphiQL.pm`` :*74*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/e38c171bb4ead8f7c88d8ad49e72ffa6571fc6ac/lib/GraphQL/GraphiQL.pm#L74) | if (eq \>= 0) { | | [FCO/Trie
``…/Trie.pm6`` :*42*:](https://github.com/FCO/Trie/blob/e04dccfb6b901a8df30da34b402a7ec451a83f7a/lib/Trie.pm6#L42) | if $index \>= $!children{$key}.elems { | | [FCO/Trie
``…/Trie.pm6`` :*81*:](https://github.com/FCO/Trie/blob/e04dccfb6b901a8df30da34b402a7ec451a83f7a/lib/Trie.pm6#L81) | } elsif $!children.elems == 1 { | | [IanTayler/MinG
``…/MinG.pm6`` :*201*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG.pm6#L201) | if $way == MERGE { | | [IanTayler/MinG
``…/MinG.pm6`` :*252*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG.pm6#L252) | if $inp \~\~ /^ \<[= + \\-]\> \\w+ / { | | [IanTayler/MinG
``…/EDMG.pm6`` :*489*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/EDMG.pm6#L489) | if @.results.elems == 0 { | | [IanTayler/MinG
``…/EDMG.pm6`` :*513*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/EDMG.pm6#L513) | if $do == PROCEDURAL { | | [IanTayler/MinG
``…/Text.pm6`` :*128*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/From/Text.pm6#L128) | if @lines[0] \~\~ /^'TYPE='\/ { | | [IanTayler/MinG
``…/S13.pm6`` :*427*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13.pm6#L427) | if @.results.elems == 0 { | | [IanTayler/MinG
``…/S13.pm6`` :*444*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13.pm6#L444) | if @!devq.elems == 0 { | | [IanTayler/MinG
``…/S13.pm6`` :*487*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13.pm6#L487) | if $do == PROCEDURAL { | | [IanTayler/MinG
``…/S13.pm6`` :*575*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13.pm6#L575) | if $do == PROCEDURAL { | | [IanTayler/MinG
``…/Logic.pm6`` :*276*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13/Logic.pm6#L276) | if @.items.elems == 0 { | | [IanTayler/MinG
``…/Logic.pm6`` :*305*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13/Logic.pm6#L305) | if @.items.elems == 0 { | | [IanTayler/MinG
``…/Logic.pm6`` :*376*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13/Logic.pm6#L376) | if @!deletions.elems == 0 { | | [Leont/getopt-long6
``…/Long.pm`` :*44*:](https://github.com/Leont/getopt-long6/blob/0963a4090934cda8e8ed0299b0d2f3a786088e5f/lib/Getopt/Long.pm#L44) | elsif $raw \~\~ / ^ @names '=' $\=[.\*] / -\> $/ { | | [Leont/getopt-long6
``…/Long.pm`` :*212*:](https://github.com/Leont/getopt-long6/blob/0963a4090934cda8e8ed0299b0d2f3a786088e5f/lib/Getopt/Long.pm#L212) | if $head \~\~ / ^ '--' $\=[\\w+] $ / -\> $/ { | | [Leont/getopt-long6
``…/Long.pm`` :*220*:](https://github.com/Leont/getopt-long6/blob/0963a4090934cda8e8ed0299b0d2f3a786088e5f/lib/Getopt/Long.pm#L220) | elsif $!gnu-style \&\& $head \~\~ / ^ '--' $\=[ $\=[\\w+] '=' .\* ] / -\> $/ { | | perl6-all-modules/github/Net-FTP/README.md | if %info\ == FILE::NORMAL { | | [andydude/p6-c-parser
``…/gbytes.pp.c`` :*2377*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/t/data/gbytes.pp.c#L2377) | do{ if (offset \<= bytes-\>size) { } else { g\_return\_if\_fail\_warning (((gchar\*) 0), \_\_PRETTY\_FUNCTION\_\_, "offset \<= bytes-\>size"); return (((void\*)0)); }; }while (0); | | [andydude/p6-c-parser
``…/gbytes.pp.c`` :*2378*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/t/data/gbytes.pp.c#L2378) | do{ if (offset + length \<= bytes-\>size) { } else { g\_return\_if\_fail\_warning (((gchar\*) 0), \_\_PRETTY\_FUNCTION\_\_, "offset + length \<= bytes-\>size"); return (((void\*)0)); }; }while (0); | | [araraloren/perl6-app-findsource
``…/fs`` :*157*:](https://github.com/araraloren/perl6-app-findsource/blob/728ddcf3cf2f0a9e2b1457cf8abbdfbef12426bb/bin/fs#L157) | if nqp::lstat(nqp::unbox\_s($\_), nqp::const::STAT\_ISDIR) == 1 { | | [araraloren/perl6-app-snippet
``…/C.pm6`` :*30*:](https://github.com/araraloren/perl6-app-snippet/blob/714751e3d7f4eddd93d1f81772edcb0bd22d9f14/lib/App/snippet/Interface/C.pm6#L30) | if +@args == 1 { | | [araraloren/perl6-app-snippet
``…/Cpp.pm6`` :*29*:](https://github.com/araraloren/perl6-app-snippet/blob/714751e3d7f4eddd93d1f81772edcb0bd22d9f14/lib/App/snippet/Interface/Cpp.pm6#L29) | if +@args == 1 { | | [araraloren/perl6-getopt-advance
``…/Advance.pm6`` :*85*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance.pm6#L85) | if $index == $count { | | [araraloren/perl6-getopt-advance
``…/Advance.pm6`` :*115*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance.pm6#L115) | if $index == $count { | | [araraloren/perl6-getopt-advance
``…/Advance.pm6`` :*222*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance.pm6#L222) | if @!main[$index] === %!cache{$name} { | | [araraloren/perl6-getopt-advance
``…/Advance.pm6`` :*236*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance.pm6#L236) | if $find == -1 { | | [araraloren/perl6-getopt-advance
``…/Advance.pm6`` :*389*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance.pm6#L389) | if $id == $\_ { | | [araraloren/perl6-getopt-advance
``…/Advance.pm6`` :*401*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance.pm6#L401) | if $id == $\_ { | | [araraloren/perl6-getopt-advance
``…/Helper.pm6`` :*149*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance/Helper.pm6#L149) | if +@command == 0 { | | [araraloren/perl6-getopt-advance
``…/Option.pm6`` :*351*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance/Option.pm6#L351) | } elsif (my $evalue = self!parse-as-pair($value)) { | | [araraloren/perl6-getopt-advance
``…/Parser.pm6`` :*592*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance/Parser.pm6#L592) | if +@noa == 0 { | | [araraloren/perl6-getopt-advance
``…/Parser.pm6`` :*656*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance/Parser.pm6#L656) | if +@fix-noa \> $index \&\& $index \>= 0 { | | [araraloren/perl6-getopt-advance
``…/Parser.pm6`` :*683*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance/Parser.pm6#L683) | if +@noa == 0 { | | [araraloren/perl6-getopt-advance
``…/Parser.pm6`` :*747*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/lib/Getopt/Advance/Parser.pm6#L747) | if +@fix-noa \> $index \&\& $index \>= 0 { | | [araraloren/perl6-getopt-advance
``…/create-symbol-directory.p6`` :*79*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/sample/create-symbol-directory.p6#L79) | if +@subf == 1 \&\& @subf[0].basename \~\~ /.\*png$/ { | | [araraloren/perl6-getopt-advance
``…/find-source.p6`` :*94*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/sample/find-source.p6#L94) | if nqp::lstat(nqp::unbox\_s($\_), nqp::const::STAT\_ISDIR) == 1 { | | [araraloren/perl6-getopt-advance
``…/15-preparser.t`` :*19*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/t/15-preparser.t#L19) | if +@args == 3 { | | [araraloren/perl6-getopt-advance
``…/15-preparser.t`` :*23*:](https://github.com/araraloren/perl6-getopt-advance/blob/c21501bc7bbb83c4cfa5413575b51c6de58346d2/t/15-preparser.t#L23) | } elsif +@args == 1 { | | [araraloren/perl6-terminal-table
``…/Generator.pm6`` :*541*:](https://github.com/araraloren/perl6-terminal-table/blob/3192c774a386dc690934acf345f577d20a28c00d/lib/Terminal/Table/Generator.pm6#L541) | if $index % 2 == 1 { | | [araraloren/perl6-terminal-table
``…/Generator.pm6`` :*557*:](https://github.com/araraloren/perl6-terminal-table/blob/3192c774a386dc690934acf345f577d20a28c00d/lib/Terminal/Table/Generator.pm6#L557) | if $index % 2 == 1 { | | [araraloren/perl6-terminal-table
``…/Generator.pm6`` :*609*:](https://github.com/araraloren/perl6-terminal-table/blob/3192c774a386dc690934acf345f577d20a28c00d/lib/Terminal/Table/Generator.pm6#L609) | if $index % 2 == 1 { | | [araraloren/perl6-terminal-table
``…/Generator.pm6`` :*625*:](https://github.com/araraloren/perl6-terminal-table/blob/3192c774a386dc690934acf345f577d20a28c00d/lib/Terminal/Table/Generator.pm6#L625) | if $index % 2 == 1 { | | [araraloren/perl6-terminal-table
``…/LightWrap.pm6`` :*73*:](https://github.com/araraloren/perl6-terminal-table/blob/3192c774a386dc690934acf345f577d20a28c00d/lib/Terminal/Table/LightWrap.pm6#L73) | if $!current + $len + 1 == $!max \&\& $!current != 0 { | | [darrenf/p6-test-declare
``…/Declare.pm6`` :*246*:](https://github.com/darrenf/p6-test-declare/blob/18b6bd209c218c10f251c68fdf90fc0b876ec120/lib/Test/Declare.pm6#L246) | if my $rv = $!expectations.return-value { | | [darrenf/p6-test-declare
``…/Declare.pm6`` :*262*:](https://github.com/darrenf/p6-test-declare/blob/18b6bd209c218c10f251c68fdf90fc0b876ec120/lib/Test/Declare.pm6#L262) | if my $mut = $!expectations.mutates { | | [drforr/perl6-ANTLR4
``…/ANTLRv4Lexer.g4`` :*78*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/ANTLRv4Lexer.g4#L78) | if (\_type == ID) { | | [drforr/perl6-ANTLR4
``…/ANTLRv4Lexer.g4`` :*86*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/ANTLRv4Lexer.g4#L86) | if (\_currentRuleType == Token.INVALID\_TYPE) { // if outside of rule def | | [drforr/perl6-ANTLR4
``…/ANTLRv4Lexer.g4`` :*90*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/ANTLRv4Lexer.g4#L90) | else if (\_type == SEMI) { // exit rule def | | [drforr/perl6-ANTLR4
``…/ECMAScript.g4`` :*130*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/ECMAScript.g4#L130) | if (next.getChannel() == Token.DEFAULT\_CHANNEL) { | | [drforr/perl6-ANTLR4
``…/ECMAScript.g4`` :*145*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/ECMAScript.g4#L145) | if (this.lastToken == null) { | | [drforr/perl6-ANTLR4
``…/Python3.g4`` :*62*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/Python3.g4#L62) | if (\_input.LA(1) == EOF \&\& !this.indents.isEmpty()) { | | [drforr/perl6-ANTLR4
``…/Python3.g4`` :*66*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/Python3.g4#L66) | if (tokens.get(i).getType() == EOF) { | | [drforr/perl6-ANTLR4
``…/Python3.g4`` :*86*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/Python3.g4#L86) | if (next.getChannel() == Token.DEFAULT\_CHANNEL) { | | [drforr/perl6-ANTLR4
``…/Python3.g4`` :*743*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/Python3.g4#L743) | if (opened \> 0 \|\| next == '\\r' \|\| next == '\\n' \|\| next == '#') { | | [drforr/perl6-ANTLR4
``…/Python3.g4`` :*754*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/Python3.g4#L754) | if (indent == previous) { | | [drforr/perl6-ANTLR4
``…/RFilter.g4`` :*63*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/RFilter.g4#L63) | if (1==0) { print(1) } else { print(2) } | | [drforr/perl6-ANTLR4
``…/RFilter.g4`` :*67*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/RFilter.g4#L67) | if (1==0) { print(1) } | | [drforr/perl6-ANTLR4
``…/RFilter.g4`` :*72*:](https://github.com/drforr/perl6-ANTLR4/blob/8f5b97c7176555314882970fbd449831bd626504/corpus/RFilter.g4#L72) | if (1==0) { | | [drforr/perl6-Format-Lisp
``…/Lisp.pm6`` :*148*:](https://github.com/drforr/perl6-Format-Lisp/blob/a46d8ab4421990ab6deda31ceee9c6850b6a5e0d/lib/Format/Lisp.pm6#L148) | elsif +$directive.n == 0 { | | [drforr/perl6-Perl6-Parser
``…/Factory.pm6`` :*533*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser/Factory.pm6#L533) | my %classified = classify { | | [drforr/perl6-Perl6-Parser
``…/Factory.pm6`` :*1216*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser/Factory.pm6#L1216) | my %classified = classify { | | [drforr/perl6-Perl6-Parser
``…/Factory.pm6`` :*1958*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser/Factory.pm6#L1958) | my %classified = classify { | | [drforr/perl6-Perl6-Parser
``…/rosetta-a.t`` :*106*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-a.t#L106) | if y \* d == x { take d; take y unless y == d } | | [drforr/perl6-Perl6-Parser
``…/rosetta-a.t`` :*130*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-a.t#L130) | if $m == 0 { $n + 1 } | | [drforr/perl6-Perl6-Parser
``…/rosetta-a.t`` :*131*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-a.t#L131) | elsif $n == 0 { A($m - 1, 1) } | | [drforr/perl6-Perl6-Parser
``…/rosetta-a.t`` :*378*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-a.t#L378) | if y \* d == x { take d; take y unless y == d } | | [drforr/perl6-Perl6-Parser
``…/rosetta-a.t`` :*562*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-a.t#L562) | if y \* d == x { take d; take y unless y == d } | | [drforr/perl6-Perl6-Parser
``…/rosetta-a.t`` :*984*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-a.t#L984) | if $sum.denominator == 1 { | | [drforr/perl6-Perl6-Parser
``…/rosetta-b.t`` :*693*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-b.t#L693) | if $error \>= 0.5 { | | [drforr/perl6-Perl6-Parser
``…/rosetta-b.t`` :*727*:](https://github.com/drforr/perl6-Perl6-Parser/blob/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-b.t#L727) | if $f \>= 0 { | | [gabrielash/perl6-zmq
``…/Proxy.pm`` :*26*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Proxy.pm#L26) | if $r == -1 { | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*470*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L470) | if $len == 8 { | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*473*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L473) | } elsif $len == 4 { | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*505*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L505) | if $len == 8 { | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*508*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L508) | } elsif $len == 4 { | | [gabrielash/perl6-zmq
``…/11.t`` :*118*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/11.t#L118) | if zmq\_msg\_t.created \>= 100000 { | | [gabrielash/perl6-zmq
``…/11.t`` :*121*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/11.t#L121) | elsif zmq\_msg\_t.created \>= 10000 { | | [gabrielash/perl6-zmq
``…/11.t`` :*124*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/11.t#L124) | elsif zmq\_msg\_t.created \>= 1000 { | | [gfldex/perl6-meta6-bin
``…/bin.pm6`` :*222*:](https://github.com/gfldex/perl6-meta6-bin/blob/b378d5013ed3b396744e94ad8987bd39625b222c/lib/META6/bin.pm6#L222) | if my $stored-dep = ($meta6\.grep: \*.\&simple-version eq $add-dep.\&simple-version).first { | | [hoelzro/p6-io-string
``…/String.pm`` :*157*:](https://github.com/hoelzro/p6-io-string/blob/364df2753eef8976d902ed51b4085e77f1dda23c/lib/IO/String.pm#L157) | if $!pos \>= $!buffer.chars { | | [hoelzro/p6-linenoise
``…/constant-helper.c`` :*15*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/constant-helper.c#L15) | if(msc\_version == 800) { | | [hoelzro/p6-linenoise
``…/fill-constants.pl`` :*17*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/fill-constants.pl#L17) | if $line \~\~ /my \\s+ constant \\s+ $\=[\\w+] \\s\* '=' \\s\* $\=['#\`(FILL-ME-IN)']/ { | | [hoelzro/p6-linenoise
``…/Linenoise.pm6.in`` :*70*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/lib/Linenoise.pm6.in#L70) | if $flags == -1 { | | [hoelzro/p6-linenoise
``…/Linenoise.pm6.in`` :*78*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/lib/Linenoise.pm6.in#L78) | if $status == -1 { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*221*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L221) | if (b.EventType == KEY\_EVENT \&\& b.Event.KeyEvent.bKeyDown) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*374*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L374) | if (lndebug\_fp == NULL) { \\ | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*466*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L466) | if (hIn == INVALID\_HANDLE\_VALUE) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*539*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L539) | if (ioctl(1, TIOCGWINSZ, \&ws) == -1 \|\| ws.ws\_col == 0) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*556*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L556) | if (write(ofd,seq,strlen(seq)) == -1) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*575*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L575) | if (write(STDOUT\_FILENO,"\\x1b[H\\x1b[2J",7) \<= 0) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*611*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L611) | if (lc.len == 0) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*636*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L636) | if (nread \<= 0) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*684*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L684) | if (cvec == NULL) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*784*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L784) | if (write(fd,ab.b,ab.len) == -1) {} /\* Can't recover from write error. \*/ | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*873*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L873) | if (write(fd,ab.b,ab.len) == -1) {} /\* Can't recover from write error. \*/ | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*896*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L896) | if (l-\>len == l-\>pos) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*971*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L971) | } else if (l-\>history\_index \>= history\_len) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1108*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1108) | if (c == 9 \&\& completionCallback != NULL) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1152*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1152) | if ((h\_pos = linenoiseHistorySearch(search\_buf)) != -1) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1162*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1162) | if (search\_buf \&\& (h\_pos = linenoiseHistorySearch(search\_buf)) != -1) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1200*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1200) | if (seq[0] == 'b') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1203*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1203) | } else if (seq[0] == 'f') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1206*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1206) | } else if (seq[0] == 'd') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1216*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1216) | if (seq[0] == '[') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1217*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1217) | if (seq[1] \>= '0' \&\& seq[1] \<= '9') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1224*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1224) | if (seq[2] == '\~') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1256*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1256) | else if (seq[0] == 'O') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1335*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1335) | if (buflen == 0) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1343*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1343) | if (count \&\& buf[count-1] == '\\n') { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1426*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1426) | if (history == NULL) { | | [hoelzro/p6-linenoise
``…/linenoise.c`` :*1439*:](https://github.com/hoelzro/p6-linenoise/blob/480fd919b2c082e691c518fd50c19ad8719532b6/linenoise.c#L1439) | if (history\_len == history\_max\_len) { | | [hoelzro/p6-priorityqueue
``…/PriorityQueue.pm`` :*22*:](https://github.com/hoelzro/p6-priorityqueue/blob/d557993f120bbea219468272d1f94e862e844874/lib/PriorityQueue.pm#L22) | if \&!cmp.count == 1 { | | [jdv/p6-data-selector
``…/Selector.pm`` :*419*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/lib/Data/Selector.pm#L419) | if $1 \< 0 \&\& $1 \>= -@($data\_tree) { | | [jnthn/p6-concurrent-progress
``…/Progress.pm6`` :*82*:](https://github.com/jnthn/p6-concurrent-progress/blob/2b5652b679c2096fe8549913013fcb04a086289f/lib/Concurrent/Progress.pm6#L82) | if .target == .value { | | [jnthn/p6-concurrent-progress
``…/Progress.pm6`` :*96*:](https://github.com/jnthn/p6-concurrent-progress/blob/2b5652b679c2096fe8549913013fcb04a086289f/lib/Concurrent/Progress.pm6#L96) | if .target.defined \&\& .value == .target { | | [jnthn/p6-data-textorbinary
``…/TextOrBinary.pm6`` :*13*:](https://github.com/jnthn/p6-data-textorbinary/blob/138289584f63ed522f20aeda26d974e3aa85a43f/lib/Data/TextOrBinary.pm6#L13) | if $check == 0 { | | [jnthn/p6-data-textorbinary
``…/TextOrBinary.pm6`` :*17*:](https://github.com/jnthn/p6-data-textorbinary/blob/138289584f63ed522f20aeda26d974e3aa85a43f/lib/Data/TextOrBinary.pm6#L17) | elsif $check == 13 { | | [jnthn/p6-data-textorbinary
``…/TextOrBinary.pm6`` :*26*:](https://github.com/jnthn/p6-data-textorbinary/blob/138289584f63ed522f20aeda26d974e3aa85a43f/lib/Data/TextOrBinary.pm6#L26) | elsif $check == 10 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*33*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L33) | if $result == -1 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*39*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L39) | if $result == -1 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*257*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L257) | if $outcome == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*264*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L264) | if error-check($s, ssh\_connect($s)) == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*418*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L418) | if $outcome == SSH\_AUTH\_SUCCESS { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*475*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L475) | if $open == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*482*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L482) | if $open == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*511*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L511) | if $exec == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*518*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L518) | if $exec == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*548*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L548) | if $forward == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*556*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L556) | if $forward == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*593*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L593) | if $result == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*602*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L602) | if $result == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*662*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L662) | if $state == ExpectHeader { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*666*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L666) | if $buffer[$i] == ord("\\n") { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*673*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L673) | if $header[0] == ord('C') { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*688*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L688) | elsif $state == ExpectBody { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*868*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L868) | if $left-to-send == 0 { | | [jnthn/p6-ssh-libssh
``…/LibSSH.pm6`` :*917*:](https://github.com/jnthn/p6-ssh-libssh/blob/926d72092eb9c9757f15f3095ecda45553193bc9/lib/SSH/LibSSH.pm6#L917) | if $exit \>= 0 { | | [jonathanstowe/Audio-Hydrogen
``…/Hydrogen.pm`` :*66*:](https://github.com/jonathanstowe/Audio-Hydrogen/blob/3282c16e1a98cc8181e1cf363dab81687a02b32b/lib/Audio/Hydrogen.pm#L66) | if @!drumkits.elems == 0 { | | [jonathanstowe/Manifesto
``…/Manifesto.pm`` :*133*:](https://github.com/jonathanstowe/Manifesto/blob/20f875cfac5535a80da7328896fd82b00f411669/lib/Manifesto.pm#L133) | if %!promises.keys.elems == 0 { | | [jonathanstowe/p6-GDBM
``…/GDBM.pm`` :*196*:](https://github.com/jonathanstowe/p6-GDBM/blob/eb89fdba034138a68887624d8e59485d6fc002ba/lib/GDBM.pm#L196) | if $ret == -1 { | | [jonathanstowe/p6-GDBM
``…/GDBM.pm`` :*199*:](https://github.com/jonathanstowe/p6-GDBM/blob/eb89fdba034138a68887624d8e59485d6fc002ba/lib/GDBM.pm#L199) | elsif $ret == 1 { | | [jonathanstowe/p6-Linux-Fuser
``…/Procinfo.pm`` :*66*:](https://github.com/jonathanstowe/p6-Linux-Fuser/blob/37ddd0e41b3d2eb67ddfa36000c976925f66c126/lib/Linux/Fuser/Procinfo.pm#L66) | if ((my $uid = self!lstat\_uid()).defined ) { | | [kalkin/Ddt
``…/Distribution.pm6`` :*235*:](https://github.com/kalkin/Ddt/blob/7dbe33fbbe2d4f9cc0ff4127bdbbe1c2768ddca2/lib/Ddt/Distribution.pm6#L235) | if $url \~\~ m/'git@' $\=[.+] ':' $\=[\<-[:]\>+] $/ { | | [kalkin/Ddt
``…/Distribution.pm6`` :*237*:](https://github.com/kalkin/Ddt/blob/7dbe33fbbe2d4f9cc0ff4127bdbbe1c2768ddca2/lib/Ddt/Distribution.pm6#L237) | } elsif $url \~\~ m/'ssh://git@' $\=[.+] / { | | [nkh/P6-Data-Dump-Tree
``…/highlight.pl`` :*17*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a0374d5355253419a633151faa7e277172b570fc/examples/highlight.pl#L17) | if $s == 1 { @renderings.push: (\|$glyph, (color('bold white on\_yellow'), ' add line in the graph', color('reset'))) } | | [nkh/P6-Data-Dump-Tree
``…/highlight.pl`` :*19*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a0374d5355253419a633151faa7e277172b570fc/examples/highlight.pl#L19) | if $s == 2 { k = k \~ color('bold white on\_yellow') \~ '\*' } | | [nkh/P6-Data-Dump-Tree
``…/highlight.pl`` :*21*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a0374d5355253419a633151faa7e277172b570fc/examples/highlight.pl#L21) | if $s == 3 { k = color('bold white on\_yellow') \~ k } | | [nkh/P6-Data-Dump-Tree
``…/highlight.pl`` :*23*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a0374d5355253419a633151faa7e277172b570fc/examples/highlight.pl#L23) | if $s == 4 { f = f \~ ' ' \~ color('bold white on\_yellow') \~ 'an Int' } | | [ohmycloud/fanfou-p6
``…/FanFou.pm6`` :*120*:](https://github.com/ohmycloud/fanfou-p6/blob/e894d8b7dd37c517810d5079284e5fda058a9b5b/lib/FanFou.pm6#L120) | method access\_token(%oauth\_token={},$oauth\_verifier=Nil) { | | [ohmycloud/fanfou-p6
``…/FanFou.pm6`` :*122*:](https://github.com/ohmycloud/fanfou-p6/blob/e894d8b7dd37c517810d5079284e5fda058a9b5b/lib/FanFou.pm6#L122) | my %args = do if $oauth\_verifier { 'oauth\_verifier' =\> $oauth\_verifier } else { {} }; | | [perl6/perl6-lwp-simple
``…/Simple.pm`` :*174*:](https://github.com/perl6/perl6-lwp-simple/blob/f1257d6d75c07532641bbbca7239a4ff1ea1f8cb/lib/LWP/Simple.pm#L174) | if $chunk\_len == 0 { | | [perl6/perl6-lwp-simple
``…/Simple.pm`` :*180*:](https://github.com/perl6/perl6-lwp-simple/blob/f1257d6d75c07532641bbbca7239a4ff1ea1f8cb/lib/LWP/Simple.pm#L180) | if $line\_end\_pos + $chunk\_len + 4 \<= $b.bytes { | | [ppentchev/perl6-Getopt-Std
``…/Std.pm6`` :*85*:](https://github.com/ppentchev/perl6-Getopt-Std/blob/7a4241c9c0e256feee424dab14d9dc7c8ee93539/lib/Getopt/Std.pm6#L85) | } elsif $x !\~\~ /^ '-' $\ = [ .+ ] $/ { | | [ppentchev/perl6-Getopt-Std
``…/Std.pm6`` :*106*:](https://github.com/ppentchev/perl6-Getopt-Std/blob/7a4241c9c0e256feee424dab14d9dc7c8ee93539/lib/Getopt/Std.pm6#L106) | } elsif @args.elems == 0 { | | [ppentchev/perl6-Test-Deeply-Relaxed
``…/Relaxed.pm6`` :*55*:](https://github.com/ppentchev/perl6-Test-Deeply-Relaxed/blob/b7de0be8bae2137612afe9e8c1087ffdd407ec56/lib/Test/Deeply/Relaxed.pm6#L55) | if $v-exp =:= IterationEnd { | | [ppentchev/perl6-Test-Deeply-Relaxed
``…/Relaxed.pm6`` :*57*:](https://github.com/ppentchev/perl6-Test-Deeply-Relaxed/blob/b7de0be8bae2137612afe9e8c1087ffdd407ec56/lib/Test/Deeply/Relaxed.pm6#L57) | } elsif $v-got =:= IterationEnd { | | [scmorrison/JS-Minify
``…/Minify.pm6`` :*345*:](https://github.com/scmorrison/JS-Minify/blob/2292bd9197a576ed809962a6f58bf6da8a813f01/lib/JS/Minify.pm6#L345) | sub js-minify(:$input!, Str :$copyright = '', :$stream, Bool :$strip\_debug = False) is export { | | [scmorrison/JS-Minify
``…/02-minify-js.t`` :*38*:](https://github.com/scmorrison/JS-Minify/blob/2292bd9197a576ed809962a6f58bf6da8a813f01/t/02-minify-js.t#L38) | is js-minify(input =\> 'function test(s) { return /\\d{1,2}/.test(s); }'), 'function test(s){return/\\d{1,2}/.test(s);}', 'non-parened regex1 '; | | [scmorrison/JS-Minify
``…/02-minify-js.t`` :*39*:](https://github.com/scmorrison/JS-Minify/blob/2292bd9197a576ed809962a6f58bf6da8a813f01/t/02-minify-js.t#L39) | is js-minify(input =\> 'function(s) { return /\\d{1,2}[\\/-]\\d{1,2}[\\/-]\\d{2,4}/.test(s); }'), 'function(s){return/\\d{1,2}[\\/-]\\d{1,2}[\\/-]\\d{2,4}/.test(s);}', 'non-parened regex2 '; | | [scmorrison/uzu
``…/HTTP.pm6`` :*53*:](https://github.com/scmorrison/uzu/blob/ab7f5f53fa253107c7c69d9df2b0ba53a7103648/lib/Uzu/HTTP.pm6#L53) | if (xhttp.readyState == 4 \&\& xhttp.status == 200) { | | [scmorrison/uzu
``…/HTTP.pm6`` :*55*:](https://github.com/scmorrison/uzu/blob/ab7f5f53fa253107c7c69d9df2b0ba53a7103648/lib/Uzu/HTTP.pm6#L55) | if (resp.reload == 'True') { | | [scmorrison/uzu
``…/Render.pm6`` :*175*:](https://github.com/scmorrison/uzu/blob/ab7f5f53fa253107c7c69d9df2b0ba53a7103648/lib/Uzu/Render.pm6#L175) | modified =\> $site\_index{$key}\ | | [shinobi/Data-StaticTable
``…/StaticTable.pm6`` :*109*:](https://github.com/shinobi/Data-StaticTable/blob/a83dee46fae4fafe615ff9f9b3f2d6d064e69414/lib/Data/StaticTable.pm6#L109) | if (@hashable-data.elems == 0) { github/shinobi/Data-StaticTable/lib/Data/StaticTable.pm6231 if (@rownums.elems… | | [skids/perl6sum
``…/MDPad.pm6`` :*72*:](https://github.com/skids/perl6sum/blob/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/MDPad.pm6#L72) | = "uint64\_be", Bool :$overflow = True, :@firstpad = [True], :@lastpad, Bool :$justify = False ] does Sum { | | [skids/perl6sum
``…/libcrypto.pm6`` :*95*:](https://github.com/skids/perl6sum/blob/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6#L95) | if $up.WHAT =:= Mu { | | [skids/perl6sum
``…/librhash.pm6`` :*104*:](https://github.com/skids/perl6sum/blob/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6#L104) | if $up.WHAT =:= Mu { | | [spitsh/spitsh
``…/Parse.pm6`` :*198*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Getopt/Parse.pm6#L198) | if @opt == 1 { | | [spitsh/spitsh
``…/Exceptions.pm6`` :*288*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Exceptions.pm6#L288) | if $!got !== 0 and $!got \< $!expected { | | [spitsh/spitsh
``…/Exceptions.pm6`` :*294*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Exceptions.pm6#L294) | if $!got == 0 { | | [spitsh/spitsh
``…/Metamodel.pm6`` :*118*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Metamodel.pm6#L118) | if we-invocant !=:= Mu and not we-invocant.^is\_composed { | | [spitsh/spitsh
``…/Metamodel.pm6`` :*126*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Metamodel.pm6#L126) | if nqp::decont($!whatever-invocant) =:= Mu { | | [spitsh/spitsh
``…/Actions.pm6`` :*621*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Parser/Actions.pm6#L621) | } elsif @stmts == 1 { | | [spitsh/spitsh
``…/Actions.pm6`` :*1121*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Parser/Actions.pm6#L1121) | } elsif @parts == 1 { | | [spitsh/spitsh
``…/Quote.pm6`` :*10*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Parser/Quote.pm6#L10) | if $block.children == 0 { | | [spitsh/spitsh
``…/SAST.pm6`` :*144*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/SAST.pm6#L144) | if $b.type !=== $self.type or $b.itemize !=== $self.itemize { | | [spitsh/spitsh
``…/SAST.pm6`` :*465*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/SAST.pm6#L465) | if $\_ =:= $last-stmt { | | [spitsh/spitsh
``…/SAST.pm6`` :*466*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/SAST.pm6#L466) | if $ctx !=== tAny { | | [spitsh/spitsh
``…/SAST.pm6`` :*492*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/SAST.pm6#L492) | if @.children == 1 { | | [spitsh/spitsh
``…/SAST.pm6`` :*656*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/SAST.pm6#L656) | if (my $invocant = ($!pipe-in andthen .is-self)) and $\*no-pipe { | | [spitsh/spitsh
``…/SAST.pm6`` :*660*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/SAST.pm6#L660) | if (my $var = @.nodes[0]) \~\~ SAST::Var { | | [spitsh/spitsh
``…/SAST.pm6`` :*896*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/SAST.pm6#L896) | if not $is-type and $\*no-pipe and (my $outer-invocant = $.invocant.is-self) { | | [spitsh/spitsh
``…/Sastify.pm6`` :*10*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sastify.pm6#L10) | sub sastify($\_, :$match = $null) is export { | | [spitsh/spitsh
``…/Compiler.pm6`` :*219*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Compiler.pm6#L219) | if .type === tInt { | | [spitsh/spitsh
``…/Compile-Cmd-And-Call.pm6`` :*110*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Compiler/Compile-Cmd-And-Call.pm6#L110) | if $cmd.nodes == 0 { | | [spitsh/spitsh
``…/Compile-Junction.pm6`` :*89*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Compiler/Compile-Junction.pm6#L89) | if .when === True and !.Bool-call { | | [spitsh/spitsh
``…/Compile-Junction.pm6`` :*91*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Compiler/Compile-Junction.pm6#L91) | } elsif .when === False and .val.uses-Str-Bool or !.Bool-call { | | [spitsh/spitsh
``…/Compile-Statement-Control.pm6`` :*40*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Compiler/Compile-Statement-Control.pm6#L40) | elsif $topic-var.references == 1 { | | [spitsh/spitsh
``…/Composer.pm6`` :*402*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Composer.pm6#L402) | if (my $block = $THIS.assign) \~\~ SAST::Stmts:D { | | [spitsh/spitsh
``…/Composer.pm6`` :*612*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Composer.pm6#L612) | if $\_ === $THIS.when { | | [spitsh/spitsh
``…/Composer.pm6`` :*641*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Composer.pm6#L641) | if (my $child-stmts = $top-ret.val) \~\~ SAST::Stmts { | | [spitsh/spitsh
``…/Composer.pm6`` :*643*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Composer.pm6#L643) | if $THIS.nodes.\&remove(\* =:= $top-ret) { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*113*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L113) | if $decl === self.JSON-AT-KEY { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*116*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L116) | elsif $decl === self.JSON-AT-POS { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*119*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L119) | elsif $decl === self.JSON-AT-LIST-POS { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*130*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L130) | elsif $decl === self.JSON-LIST { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*133*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L133) | elsif $decl === self.JSON-KEYS { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*136*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L136) | elsif $decl === self.JSON-VALUES { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*139*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L139) | elsif $decl === self.JSON-SET-POS { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*148*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L148) | elsif $decl === self.JSON-SET-KEY { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*155*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L155) | elsif $decl === self.JSON-MERGE { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*159*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L159) | elsif $decl === self.JSON-ACCEPTS { | | [spitsh/spitsh
``…/Method-Optimizer.pm6`` :*240*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/Method-Optimizer.pm6#L240) | elsif $decl === self.STR-JSON { | | [spitsh/spitsh
``…/ShellElement.pm6`` :*59*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Sh/ShellElement.pm6#L59) | if $!str.chars == 1 and $!str !\~\~ /\\v/ { | | [spitsh/spitsh
``…/Stage2-Util.pm6`` :*30*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Stage2-Util.pm6#L30) | if (my $arg := $pos-args.pull-one) !=:= IterationEnd { | | [spitsh/spitsh
``…/Stage2-Util.pm6`` :*53*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Stage2-Util.pm6#L53) | if (my $extra-arg := $pos-args.pull-one) !=:= IterationEnd { | | [spitsh/spitsh
``…/Stage2-Util.pm6`` :*141*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Stage2-Util.pm6#L141) | $type = do if $sigil-type === tList { | | [spitsh/spitsh
``…/Stage2-Util.pm6`` :*153*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Stage2-Util.pm6#L153) | if $sigil-type === tList { | | [spitsh/spitsh
``…/Util.pm6`` :*7*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/lib/Spit/Util.pm6#L7) | if @parts == 0 { | | [spitsh/spitsh
``…/Log.sp`` :*43*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/resources/src/Log.sp#L43) | if $:log and $level \>= $:log-level { | | [spitsh/spitsh
``…/Pair.sp`` :*34*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/resources/src/Pair.sp#L34) | 「{if($1==ENVIRON["key"]){ | | [spitsh/spitsh
``…/spit-helper.sp`` :*30*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/resources/tools/spit-helper.sp#L30) | if .commit(name =\> $:image-name, labels =\> ('spit-helper' =\> $:tag)) -\> $image { | | [spitsh/spitsh
``…/for.t`` :*24*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/for.t#L24) | if $\_ == 0 { | | [spitsh/spitsh
``…/for.t`` :*26*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/for.t#L26) | } elsif $\_ == 1 { | | [spitsh/spitsh
``…/for.t`` :*28*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/for.t#L28) | } elsif $\_ == 2 { | | [spitsh/spitsh
``…/for.t`` :*38*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/for.t#L38) | if $\_ == 5 { | | [spitsh/spitsh
``…/for.t`` :*55*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/for.t#L55) | if $i == 0 { | | [spitsh/spitsh
``…/for.t`` :*57*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/for.t#L57) | } elsif $i == 1 { | | [spitsh/spitsh
``…/for.t`` :*59*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/for.t#L59) | } elsif $i == 2 { | | [spitsh/spitsh
``…/if.t`` :*280*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/if.t#L280) | if ($res \~= "winner".${@cmd}; $?) { | | [spitsh/spitsh
``…/if.t`` :*286*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/if.t#L286) | if ($res \~= "loser".${@cmd}; $?) { | | [spitsh/spitsh
``…/while.t`` :*39*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/while.t#L39) | if $i == 4 { | | [spitsh/spitsh
``…/while.t`` :*50*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/while.t#L50) | if $i == 4 { | | [spitsh/spitsh
``…/while.t`` :*61*:](https://github.com/spitsh/spitsh/blob/9bfc183c6c2aa01b7f30c5cbfc9b7dabd39429e8/spec/base/while.t#L61) | if $i == 5 { | | [svekenfur/Swedish-TextDates_sv
``…/TextDates_sv.pm6`` :*95*:](https://github.com/svekenfur/Swedish-TextDates_sv/blob/b17c5ce6e73edab6c3c393c49a6bd60fd10fa09d/lib/Swedish/TextDates_sv.pm6#L95) | if $m\_nr == 2 { github/tadzik/Grammar-BNF/lib/Grammar/ABNF.pm283 if $/\ eq '=' { | | [ufobat/p6-time-crontab
``…/Crontab.pm6`` :*70*:](https://github.com/ufobat/p6-time-crontab/blob/f93a9af7923868401f2884f1599edbaf34acd00d/lib/Time/Crontab.pm6#L70) | if $datetime.truncated-to('minute') == $datetime { | | [ufobat/p6-time-crontab
``…/Crontab.pm6`` :*119*:](https://github.com/ufobat/p6-time-crontab/blob/f93a9af7923868401f2884f1599edbaf34acd00d/lib/Time/Crontab.pm6#L119) | if $day \<= $old-day { | | [ufobat/p6-time-crontab
``…/Crontab.pm6`` :*121*:](https://github.com/ufobat/p6-time-crontab/blob/f93a9af7923868401f2884f1599edbaf34acd00d/lib/Time/Crontab.pm6#L121) | if $month \<= .month { | | [whity/perl6-log
``…/Log.pm6`` :*61*:](https://github.com/whity/perl6-log/blob/8214583f86ff82e3ce2e8a50dbcd4f08e05d5397/lib/Log.pm6#L61) | if ($lvl.value \<= self.level.value) { | | [whity/perl6-log
``…/NDC.pm6`` :*27*:](https://github.com/whity/perl6-log/blob/8214583f86ff82e3ce2e8a50dbcd4f08e05d5397/lib/Log/NDC.pm6#L27) | if (@!stack.elems == 0) { | | [zoffixznet/perl6-App-Lang-French-VerbTrainer
``…/VerbTrainer.pm6`` :*41*:](https://github.com/zoffixznet/perl6-App-Lang-French-VerbTrainer/blob/338c4be9ac0dabd089d170d0ace17d7116413a8c/lib/App/Lang/French/VerbTrainer.pm6#L41) | next if .value eq my \\ans := trim fc (prompt " {.key}: ")//''; | | [zoffixznet/perl6-IRC-Client
``…/01-main.md`` :*328*:](https://github.com/zoffixznet/perl6-IRC-Client/blob/50a1adc8ef3f0f4cb9ddf0f9c9bce95b0eaf064a/historical-archive/DESIGN/01-main.md#L328) | if $msg.text \~\~ /'kick' \\s+ $\=\\S+/ { | | [zoffixznet/perl6-IRC-Client
``…/01-main.md`` :*333*:](https://github.com/zoffixznet/perl6-IRC-Client/blob/50a1adc8ef3f0f4cb9ddf0f9c9bce95b0eaf064a/historical-archive/DESIGN/01-main.md#L333) | if $msg.text \~\~ /'topic' \\s+ $\=\\S+/ { | | [zoffixznet/perl6-IRC-Client
``…/Client.pm6`` :*162*:](https://github.com/zoffixznet/perl6-IRC-Client/blob/50a1adc8ef3f0f4cb9ddf0f9c9bce95b0eaf064a/lib/IRC/Client.pm6#L162) | if $idx == 0 { |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment