Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 16, 2019 21:24
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/27b2558b1f25ed4cacff306d654a4fdc to your computer and use it in GitHub Desktop.
Save Whateverable/27b2558b1f25ed4cacff306d654a4fdc to your computer and use it in GitHub Desktop.
greppable6
once\s+\{
File Code
FRITH/Desktop-Notify
…/ping.p6 :28:
once {
JNTHN/Cro-HTTP
…/http2-frame-serializer.t :30:
if $once {
UGEXE/zef
…/LocalCache.pm6 :24:
once { self.update } if $.auto-update || !self!manifest-file.e;
UGEXE/zef
…/P6CReporter.pm6 :9:
once { say "!!!> Install Net::HTTP to enable p6c test reporting" unless $probe }
UGEXE/zef
…/prove.pm6 :9:
once {
VRURG/IP-Addr
…/v4.pm6 :210:
once {
VRURG/IP-Addr
…/v6.pm6 :428:
once {
masak/007
…/README.md :1290:
once {
nxadm/StrictNamedArguments
…/StrictNamedArguments.pm :14:
once {
perl6/doc
…/control.pod6 :938:
once { put 'once' };
perl6/doc
…/traps.pod6 :1580:
once { $var++; }
perl6/doc
…/traps.pod6 :1589:
do { once { $var++; } }
perl6/doc
…/Async.pod6 :40:
once {
perl6/doc
…/htmlify.p6 :677:
once {
perl6/doc
…/Viz.pm6 :100:
once {
perl6/whateverable
…/Whateverable.pm6 :46:
once { # per class
perl6/whateverable
…/Benchable.p6 :106:
with $once {
tadzik/Module-Toolkit
…/Ecosystem.pm :17:
method init-projects { once {
ugexe/Perl6-App--ecogen
…/ecogen.pm6 :11:
return Nil unless once { $*DISTRO.is-win && so try run('powershell', '-help', :!out, :!err) };
ugexe/Perl6-App--ecogen
…/ecogen.pm6 :18:
return Nil unless once { so try run('curl', '--help', :!out, :!err) };
ugexe/Perl6-App--ecogen
…/ecogen.pm6 :25:
return Nil unless once { so try run('wget', '--help', :!out, :!err) };
ugexe/Perl6-Distribution--Common--Remote
…/Github.pm6 :6:
return Nil unless once { $*DISTRO.is-win && so try run('powershell', '-help', :!out, :!err) };
ugexe/Perl6-Distribution--Common--Remote
…/Github.pm6 :13:
return Nil unless once { so try run('curl', '--help', :!out, :!err) };
ugexe/Perl6-Distribution--Common--Remote
…/Github.pm6 :20:
return Nil unless once { so try run('wget', '--help', :!out, :!err) };
ugexe/zef
…/Identity.pm6 :9:
once { note 'Zef::Identity(...) is deprecated. Use Zef::Identity.new(...) instead' }
ugexe/zef
…/LocalCache.pm6 :108:
once { self.update } if $.auto-update || !self!package-list-path.e;
ugexe/zef
…/P6CReporter.pm6 :9:
once { say "!!!> Install Net::HTTP to enable p6c test reporting" unless $probe }
ugexe/zef
…/prove.pm6 :8:
once {
zoffixznet/perl6-Reminders
…/README.md :37:
once {
zoffixznet/perl6-Reminders
…/README.md :280:
once {
zoffixznet/perl6-Reminders
…/snooze.p6 :10:
once {
zoffixznet/perl6-Reminders
…/01-basic.t :15:
once {
zoffixznet/perl6-Reminders
…/03-snooze.t :16:
once { $rem.snooze: $_, :1in; $rem.done; }
zoffixznet/perl6-Reminders
…/03-snooze.t :31:
once { $rem.snooze: .id, :1in; $rem.done; }
zoffixznet/perl6-Reminders
…/03-snooze.t :46:
once { $rem.snooze: $_, :when(now+1); $rem.done; }
zoffixznet/perl6-Reminders
…/03-snooze.t :61:
once { $rem.snooze: .id, :when(now+1); $rem.done; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment