Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 15, 2019 17:27
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/5a2f680115c492343486aea64541f5a1 to your computer and use it in GitHub Desktop.
Save Whateverable/5a2f680115c492343486aea64541f5a1 to your computer and use it in GitHub Desktop.
greppable6
if not defined
File Code
MARTIMM/MongoDB
…/Uri.pm6 :135:
# set some options if not defined and convert to proper type
MARTIMM/mongo-perl6-driver
…/Uri.pm6 :135:
# set some options if not defined and convert to proper type
Uladox/Editscr-Uggedit
…/Uggedit.pm :168:
self.messedUp if not defined %!forLanguage{$!language};
masak/html-template
…/Template.pm :181:
%params<TMPL_PATH> = '' if not defined %params<TMPL_PATH>;
perl6/doc
…/Htmlify.pm6 :96:
if not defined $pod-path {
perl6/whateverable
…/Benchable.p6 :98:
if not defined $full-commit {
perl6/whateverable
…/Bloatable.p6 :81:
if not defined %cur<full-commit> {
perl6/whateverable
…/Coverable.p6 :75:
if not defined $full-commit {
perl6/whateverable
…/Releasable.p6 :120:
if not defined $actual-commit { # if changelog was started
perl6/whateverable
…/Testable.pm6 :107:
if not defined $message {
pierre-vigier/Perl6-AttrX-Lazy
…/README.md :20:
Lazy attribute with call a builder the first time to calculate the value of an attribute if not defined, and store the value. It's especially useful for property of a class that take a long time to compute, as they will be evaluated only on demand, and only once.
pierre-vigier/Perl6-AttrX-Lazy
…/Lazy.pm6 :73:
value of an attribute if not defined, and store the value.
spebern/Parser-FreeXL-Native
…/aclocal.m4 :751:
# Define MISSING if not defined so far and test if it is modern enough.
supernovus/perl6-web
…/Request.pm6 :175:
if not defined $value { $value = ''; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment