Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 15, 2020 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/0845a42a8ea3c6b9425f846aab6f48b7 to your computer and use it in GitHub Desktop.
Save Whateverable/0845a42a8ea3c6b9425f846aab6f48b7 to your computer and use it in GitHub Desktop.
greppable6
has\s+\$[^.!]
File Code
HANENKAMP/Cofra
…/Error.pm6 :5:
has $cause;
HOLYGHOST/Game-Markov
…/TruncatedGaussian.pm6 :6:
has $b;
JGOFF/Perl6-Parser
…/13-scope-declarator.t :95:
class %s{has $x}
JGOFF/Perl6-Parser
…/rosetta-1.t :47:
class Term::termios { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
JGOFF/Perl6-Parser
…/rosetta-1.t :165:
class Term::termiosA { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
JSTOWE/Audio-Encode-LameMP3
…/p6lame_encode :17:
die "$in-file has $_ channels - I only support 2 at most";
JSTOWE/Audio-Libshout
…/streamfile-encode :24:
die "$file has $_ channels - I only support 2 at most";
SCIMON/Trait-Env
…/README.md :48:
has $home is env;
SCIMON/Trait-Env
…/Env.pm6 :60:
has $home is env;
TBROWDER/Date-Names
…/Names.pm6 :112:
note "WARNING: lang {$!lang}, data set '$n' has $nhas elements,\n but it should have $nreq";
TBROWDER/Date-Names
…/Names.pm6 :129:
note "WARNING: lang {$!lang}, data set '$n' has $nhas elements, but it should have $nreq";
TBROWDER/Net-IP
…/IP.pm6 :229:
warn "binip has $nbits bits, should be 32\n" if $DEBUG;
TBROWDER/Net-IP
…/IP.pm6 :262:
warn "binip has $nbits bits, should be 128\n" if $DEBUG;
MattOates/Text--Emotion
…/emobot :9:
has $emotion = Text::Emotion::Scorer.new;
TiMBuS/Net--IRC
…/Default.pm :16:
has $nickattempts = 0;
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :14:
has $apiID = 'P6mod'; # Default ID, feel free to use an ID of your own and override.
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :15:
has $outputDir = $*CWD; # Current working Dir is the default output dir for images
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :16:
has $webAgent = HTTP::UserAgent.new();
cbk/WebService-GoogleDyDNS
…/GoogleDyDNS.pm6 :24:
has $lastIPFile = $*CWD ~ "/{self.domainName}" ~ ".lastIP";
cbk/WebService-HazIP
…/HazIP.pm6 :14:
has $IPurl = "http://www.canihazip.com/s";
coke/p6-lingua-en-syllable
…/syllables.t :38:
is(syllable($word), $count, "$word has $count syllables");
drforr/perl6-Perl6-Parser
…/13-scope-declarator.t :95:
class %s{has $x}
drforr/perl6-Perl6-Parser
…/rosetta-1.t :47:
class Term::termios { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
drforr/perl6-Perl6-Parser
…/rosetta-1.t :165:
class Term::termiosA { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
jaffa4/inistorage
…/Storage.pm :7:
has $filename;
jaffa4/inistorage
…/Storage.pm :9:
has $disk;
jaffa4/inistorage
…/Storage.pm :11:
has $changed;
jaffa4/perl6tracer
…/Tracer.pm :8:
has $lineno;
jaffa4/perl6tracer
…/Tracer.pm :9:
has $text;
nkh/P6-Data-Dump-Tree
…/Diff.pm :21:
has $diff_synch_filter ;
nkh/P6-Data-Dump-Tree
…/06_role_attributes.t :7:
class edible { has $taste = 1 / 3 ; }
perl6/doc
…/aspell.t :57:
ok !$count, "$file has $so-many spelling errors";
salortiz/p6-LMDB
…/01-basic.t :44:
ok %info{$_}:exists, "Info has $_"
softmoth/perl6-pod-to-markdown
…/Markdown.pm6 :128:
head2md($lvl+1, "has $name");
spitsh/spitsh
…/41-tags.t :14:
ok $img1.tags.first($_), "has $_";
supernovus/hinges
…/Stream.pm :7:
has $serializer;
ufobat/HTTP-Server-Ogre
…/RequestParser.pm6 :19:
has $pseudo-headers = <:method :scheme :authority :path :status>;
ufobat/HTTP-Server-Ogre
…/RequestParser.pm6 :20:
has $decoder = HTTP::HPACK::Decoder.new;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment