Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 27, 2019 03:31
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/fad73f4b6ed2b7c5cfdcd5d7d2495351 to your computer and use it in GitHub Desktop.
Save Whateverable/fad73f4b6ed2b7c5cfdcd5d7d2495351 to your computer and use it in GitHub Desktop.
greppable6
temp\s*\$
File Code
HANENKAMP/ArrayHash
…/array-hash.t :428:
subtest { temp $_ = $o; test() }, $init-desc;
HANENKAMP/ArrayHash
…/multi-hash.t :443:
subtest { temp $_ = $o; test() }, $init-desc;
HMBRAND/Text-CSV
…/csv-check :14:
$err and temp $*OUT = $*ERR;
HMBRAND/Text-CSV
…/csv-check-tuxic :13:
$err and temp $*OUT = $*ERR;
JGOFF/Perl6-Parser
…/19-operators.t :1318:
# XXX 'temp$a' is illegal (weird.)
JGOFF/Perl6-Parser
…/19-operators.t :1326:
my $a; temp $a
KAJI/App-Platform
…/Container.pm6 :149:
temp $path = $path.IO.dirname;
MOZNION/Log-Minimal
…/README.md :191:
temp $log.autodump = True;
MOZNION/Log-Minimal
…/Minimal.pm6 :46:
temp $.default-log-level = DEBUG;
MOZNION/Log-Minimal
…/Minimal.pm6 :70:
temp $.default-log-level = DEBUG;
MOZNION/Log-Minimal
…/Minimal.pm6 :349:
temp $log.autodump = True;
MOZNION/Log-Minimal
…/090_autodump.t :20:
temp $log.autodump = True;
MOZNION/Router-Boost
…/Boost.pm6 :132:
temp $!_PAREN-CNT = 0;
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :35:
temp $*CWD = $src-dir;
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :47:
temp $*CWD = $src-dir;
SAMGWISE/ScaleVec
…/Intervalic.pm6 :95:
temp $_ = self;
SKAJI/App-Mi6
…/Mi6.pm6 :41:
chdir($main-dir); # XXX temp $*CWD
UFOBAT/Temp-Path
…/README.md :31:
temp $*TMPDIR = make-temp-dir :chmod<0o700>;
UFOBAT/Temp-Path
…/path.p6 :21:
temp $*TMPDIR = make-temp-dir :chmod<700>;
UFOBAT/Temp-Path
…/Path.pm6 :101:
temp $*TMPDIR = make-temp-dir :chmod<0o700>;
UFOBAT/Temp-Path
…/03-DESTROY.t :15:
temp $*TMPDIR = make-temp-dir;
UFOBAT/Temp-Path
…/03-DESTROY.t :33:
temp $*TMPDIR = make-temp-dir;
UGEXE/zef
…/TAP.pm6 :28:
temp $*OUT = $stdout;
UGEXE/zef
…/TAP.pm6 :37:
temp $*ERR = $stderr;
UGEXE/zef
…/utils-filesystem.t :12:
temp $save-to = $save-to.child(++$dir-id);
UGEXE/zef
…/utils-filesystem.t :48:
temp $save-to = $save-to.child(++$dir-id);
UGEXE/zef
…/utils-filesystem.t :86:
temp $save-to = $save-to.child(++$dir-id);
UGEXE/zef
…/utils-filesystem.t :126:
temp $save-to = $save-to.child(++$dir-id);
UGEXE/zef
…/install.t :36:
temp $*OUT = class :: { method print(|) {}; method flush(|) {}; };
UGEXE/zef
…/install.t :78:
temp $client.force = True;
VRURG/IP-Addr
…/v6.pm6 :188:
:temp $*MAX-HEXTETS = 6;
WARRINGD/HTML-Canvas
…/Canvas.pm :496:
temp $renderer.canvas = $canvas;
WARRINGD/PDF-Class
…/pdf-burst.p6 :68:
temp $p.Kids = @pages;
WARRINGD/PDF-Class
…/pdf-burst.p6 :69:
temp $p.Count = +@pages;
WARRINGD/PDF-Class
…/pdf-info.p6 :90:
## temp $pdf.reader.crypt.is-owner = False
Tux/CSV
…/csv-check :14:
$err and temp $*OUT = $*ERR;
Tux/CSV
…/csv-check-tuxic :13:
$err and temp $*OUT = $*ERR;
bduggan/p6-jupyter-kernel
…/Sandbox.pm6 :83:
temp $PROCESS::OUT = $*OUT;
bduggan/p6-jupyter-kernel
…/Sandbox.pm6 :84:
temp $PROCESS::ERR = $*ERR;
drforr/perl6-Perl6-Parser
…/19-operators.t :1318:
# XXX 'temp$a' is illegal (weird.)
drforr/perl6-Perl6-Parser
…/19-operators.t :1326:
my $a; temp $a
finanalyst/pod-render
…/030-templates.t :8:
#temp $*CWD = 't/';
gfldex/perl6-meta6-bin
…/bin.pm6 :339:
temp $github-user = $github-token ?? $github-user ~ ':' ~ $github-token !! $github-user;
gfldex/perl6-meta6-bin
…/bin.pm6 :361:
temp $github-user = $github-token ?? $github-user ~ ':' ~ $github-token !! $github-user;
gfldex/perl6-meta6-bin
…/bin.pm6 :381:
temp $github-user = $github-token ?? $github-user ~ ':' ~ $github-token !! $github-user;
gfldex/perl6-meta6-bin
…/bin.pm6 :399:
temp $github-user = $github-token ?? $github-user ~ ':' ~ $github-token !! $github-user;
gfldex/perl6-meta6-bin
…/bin.pm6 :419:
temp $github-user = $github-token ?? $github-user ~ ':' ~ $github-token !! $github-user;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :9:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :28:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :48:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :67:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :84:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :107:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :146:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :169:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :190:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :222:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :256:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :288:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :320:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :352:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :384:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :416:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :448:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :480:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :512:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :544:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :576:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :608:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :640:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :672:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :704:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :736:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :768:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :801:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :834:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :868:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :902:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :947:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :979:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1011:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1030:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1062:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1094:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1126:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1158:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1190:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1222:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1254:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1286:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1318:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1350:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1383:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1415:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1447:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1479:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1511:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1543:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1575:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1607:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1652:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1672:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1711:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1744:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1785:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1824:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1860:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1910:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1950:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :1984:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2020:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2063:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2095:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2128:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2168:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2207:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2239:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2275:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2311:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2347:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2385:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2423:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2459:
(temp $indent)+=2;
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2501:
(temp $indent)+=2;
gfldex/perl6-xhtml-writer
…/generate-function-definition.p6 :49:
(temp $indent)+=2;
kalkin/Ddt
…/Test.pm6 :15:
temp $*CWD = TOPDIR;
kalkin/Ddt
…/02-generate-test.t :10:
temp $*CWD = tempdir.IO;
kalkin/Ddt
…/03-absent-dirs.t :10:
temp $*CWD = tempdir.IO;
kalkin/Ddt
…/01-actual.t :11:
temp $*CWD = tempdir.IO;
kalkin/Ddt
…/01-actual.t :42:
temp $*CWD = tempdir.IO;
moznion/p6-Log-Minimal
…/README.md :191:
temp $log.autodump = True;
moznion/p6-Log-Minimal
…/Minimal.pm6 :46:
temp $.default-log-level = DEBUG;
moznion/p6-Log-Minimal
…/Minimal.pm6 :70:
temp $.default-log-level = DEBUG;
moznion/p6-Log-Minimal
…/Minimal.pm6 :349:
temp $log.autodump = True;
moznion/p6-Log-Minimal
…/090_autodump.t :20:
temp $log.autodump = True;
moznion/p6-Router-Boost
…/Boost.pm6 :132:
temp $!_PAREN-CNT = 0;
noqisofon/p6-miroku
…/00-sanity.t :32:
temp $*CWD = $temp-dir.IO;
p6-css/CSS-Grammar-p6
…/css-file.t :28:
temp $/ = CSS::Grammar::Test::parse-tests(CSS::Grammar::CSS3, $css-body,
p6-css/CSS-Writer-p6
…/Writer.pm :420:
temp $.indent;
p6-css/CSS-Writer-p6
…/write-ast.t :33:
temp $css-writer.color-masks = True;
p6-css/CSS-Writer-p6
…/write-css.t :34:
temp $/ = CSS::Grammar::Test::parse-tests(CSS::Grammar::CSS3, $css, :$rule, :$actions, :%expected, :suite<css3> );
p6-css/CSS-Writer-p6
…/write-css.t :44:
temp $css-writer.terse = True;
p6-pdf/PDF-p6
…/Serializer.pm :65:
temp $trailer.obj-num = 0;
p6-pdf/PDF-p6
…/Serializer.pm :66:
temp $trailer.gen-num = 0;
p6-pdf/PDF-p6
…/Serializer.pm :90:
temp $.reader.auto-deref = False;
p6-pdf/PDF-p6
…/Serializer.pm :93:
temp $.renumber = False;
p6-pdf/PDF-p6
…/Reader.pm :174:
temp $.auto-deref = False;
p6-pdf/PDF-p6
…/Reader.pm :196:
temp $.auto-deref = False;
p6-pdf/PDF-p6
…/Reader.pm :700:
temp $actions.get-offsets = True;
p6-pdf/PDF-p6
…/Writer.pm :23:
temp $!offset;
p6-pdf/PDF-p6
…/Writer.pm :24:
temp $!prev;
p6-pdf/PDF-p6
…/Writer.pm :37:
temp $!indent ~= ' '; # for indentation of child dictionarys
p6-pdf/PDF-p6
…/Writer.pm :42:
temp $!prev = Nil;
p6-pdf/PDF-p6
…/Writer.pm :422:
temp $!indent ~= ' ';
p6-pdf/PDF-p6
…/cos-deref.t :47:
temp $reader.auto-deref = False;
p6-pdf/PDF-p6
…/cos-deref.t :99:
temp $reader.auto-deref = False;
perl6-community-modules/p6-test-builder
…/02-is-isnt.t :19:
temp $*OUT = $grab;
perl6-community-modules/p6-test-builder
…/02-is-isnt.t :20:
temp $*ERR = $grab;
perl6/doc
…/io-guide.pod6 :256:
temp $*OUT = open :w, $*SPEC.devnull;
perl6/doc
…/io-guide.pod6 :322:
temp $*CWD = "foo".IO;
perl6/doc
…/operators.pod6 :1385:
temp $a;
perl6/doc
…/operators.pod6 :1395:
temp $a = "five";
perl6/doc
…/operators.pod6 :1405:
temp $v = "new one";
perl6/doc
…/variables.pod6 :842:
(temp $in)++;
perl6/doc
…/variables.pod6 :849:
(temp $in)++;
perl6/doc
…/IO.pod6 :104:
temp $*CWD;
perl6/doc
…/IO.pod6 :153:
gather { temp $*CWD = $cwd; take ".".IO }
perl6/doc
…/Proc.pod6 :116:
temp $*OUT = open '/tmp/out.txt', :w;
perl6/doc
…/examples-compilation.t :136:
temp $*OUT = open :w, $*SPEC.devnull;
perl6/doc
…/examples-compilation.t :137:
temp $*ERR = open :w, $*SPEC.devnull;
perl6/whateverable
…/Releasable.p6 :202:
temp $/;
perl6/whateverable
…/Testable.pm6 :149:
temp $!first-test;
perl6/whateverable
…/Testable.pm6 :219:
temp $!first-test;
sergot/http-useragent
…/100-redirect-ssl.t :29:
temp $ua.max-redirects = 0;
skids/perl6sum
…/adler.t :75:
{ temp $*OUT = $p; EVAL $Sum::Adler::Doc::synopsis; }
skids/perl6sum
…/gost.t :82:
{ temp $*OUT = $p; EVAL $Sum::GOST::Doc::synopsis; }
skids/perl6sum
…/has.t :51:
{ temp $*OUT = $p; EVAL $Sum::HAS::Doc::synopsis; }
skids/perl6sum
…/libcrypto.t :74:
{ temp $*OUT = $p; EVAL $Sum::libcrypto::Doc::synopsis; }
skids/perl6sum
…/libmhash.t :79:
{ temp $*OUT = $p; EVAL $Sum::libmhash::Doc::synopsis; }
skids/perl6sum
…/librhash.t :75:
{ temp $*OUT = $p; EVAL $Sum::librhash::Doc::synopsis; }
skids/perl6sum
…/md.t :287:
{ temp $*OUT = $p; EVAL $Sum::MD::Doc::synopsis; }
skids/perl6sum
…/sha.t :270:
{ temp $*OUT = $p; EVAL $Sum::SHA::Doc::synopsis; }
skids/perl6sum
…/siphash.t :31:
{ temp $*OUT = $p; EVAL $Sum::SipHash::Doc::synopsis; }
skids/perl6sum
…/sm3.t :46:
{ temp $*OUT = $p; EVAL $Sum::SM3::Doc::synopsis; }
skids/perl6sum
…/sum.t :297:
{ temp $*OUT = $s; EVAL $Sum::Doc::synopsis; }
skids/perl6sum
…/tiger.t :1714:
{ temp $*OUT = $p; EVAL $Sum::Tiger::Doc::synopsis; }
tadzik/Module-Toolkit
…/Toolkit.pm :54:
temp $*CWD = chdir($where);
tadzik/Module-Toolkit
…/Fetcher.pm :48:
temp $*CWD = chdir($to);
tadzik/Template-Mojo
…/Mojo.pm :77:
make 'my ' ~ $<name> ~ ' = sub {temp $_M = "";';
tadzik/panda
…/Common.pm :19:
temp $*CWD = chdir($where);
tadzik/panda
…/Fetcher.pm :49:
temp $*CWD = chdir($to);
tokuhirom/p6-Crust
…/Builder.pm6 :92:
temp $_mount = sub (Str $location, Callable $block) {
tokuhirom/p6-Crust
…/Builder.pm6 :98:
temp $_add = sub ($middleware, |opts) {
tokuhirom/p6-Crust
…/Builder.pm6 :102:
temp $_add-if = sub (Callable $condition, $middleware, |opts) {
tony-o/perl6-data-dump
…/Dump.pm6 :46:
temp $colorizor = sub (Str $s) { '' } unless $color;
ufobat/perl6-Temp-Path
…/README.md :31:
temp $*TMPDIR = make-temp-dir :chmod<0o700>;
ufobat/perl6-Temp-Path
…/path.p6 :21:
temp $*TMPDIR = make-temp-dir :chmod<700>;
ufobat/perl6-Temp-Path
…/Path.pm6 :101:
temp $*TMPDIR = make-temp-dir :chmod<0o700>;
ufobat/perl6-Temp-Path
…/03-DESTROY.t :15:
temp $*TMPDIR = make-temp-dir;
ufobat/perl6-Temp-Path
…/03-DESTROY.t :33:
temp $*TMPDIR = make-temp-dir;
ugexe/zef
…/TAP.pm6 :28:
temp $*OUT = $stdout;
ugexe/zef
…/TAP.pm6 :37:
temp $*ERR = $stderr;
ugexe/zef
…/utils-filesystem.t :12:
temp $save-to = $save-to.child(++$dir-id);
ugexe/zef
…/utils-filesystem.t :48:
temp $save-to = $save-to.child(++$dir-id);
ugexe/zef
…/utils-filesystem.t :86:
temp $save-to = $save-to.child(++$dir-id);
ugexe/zef
…/utils-filesystem.t :126:
temp $save-to = $save-to.child(++$dir-id);
ugexe/zef
…/install.t :36:
temp $*OUT = class :: { method print(|) {}; method flush(|) {}; };
ugexe/zef
…/install.t :78:
temp $client.force-install = True;
zoffixznet/perl6-p6lert
…/p6lert :77:
temp $color = {''} if $no-color;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment