Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 16, 2021 13: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/4b74f9388a311548fe7d4248be358000 to your computer and use it in GitHub Desktop.
Save Whateverable/4b74f9388a311548fe7d4248be358000 to your computer and use it in GitHub Desktop.
greppable6
File Code
ELIZABETH/P5math
…/README.md :91:
system "stty -echo";
ELIZABETH/P5math
…/README.md :95:
system "stty echo";
ELIZABETH/P5math
…/P5math.pm6 :137:
system "stty -echo";
ELIZABETH/P5math
…/P5math.pm6 :141:
system "stty echo";
JGOFF/Perl6-Parser
…/Factory.pm6 :4371:
# and $p.<pasttype>
JGOFF/Perl6-Parser
…/Factory.pm6 :4376:
# and $p.<pasttype>
JGOFF/Perl6-Parser
…/Factory.pm6 :4381:
# and $p.<pasttype>
JGOFF/Readline
…/cb-echo.pl6 :16:
# Can use ^D (stty eof) or `exit' to exit.
JGOFF/Readline
…/cb-echo.pl6 :89:
# /* Can use ^D (stty eof) or `exit' to exit. */
JGOFF/Readline
…/Readline.pm :545:
Read the operating system's terminal editing characters (as would be displayed by stty) to their Readline equivalents. The bindings are performed in keymap C<$map>.
KUERBIS/Term-Choose
…/Screen.pm6 :40:
my $proc = run 'stty', 'size', :out;
LEONT/Getopt-Long
…/README.md :252:
* = *type* [ *desttype* ] [ *repeat* ]
LEONT/Getopt-Long
…/README.md :276:
The *desttype* can be `@` or `%` to specify that the option is list or a hash valued.
LEONT/Getopt-Long
…/README.md :284:
* : *type* [ *desttype* ]
LEONT/Getopt-Long
…/README.md :290:
* : *number* [ *desttype* ]
LEONT/Getopt-Long
…/README.md :294:
* : + [ *desttype* ]
LEONT/Getopt-Long
…/Long.pm :789:
= I<type> [ I<desttype> ] [ I<repeat> ]
LEONT/Getopt-Long
…/Long.pm :836:
The I<desttype> can be C<@> or C<%> to specify that the option is
LEONT/Getopt-Long
…/Long.pm :852:
: I<type> [ I<desttype> ]
LEONT/Getopt-Long
…/Long.pm :864:
: I<number> [ I<desttype> ]
LEONT/Getopt-Long
…/Long.pm :871:
: + [ I<desttype> ]
drforr/perl6-Perl6-Parser
…/Factory.pm6 :4371:
# and $p.<pasttype>
drforr/perl6-Perl6-Parser
…/Factory.pm6 :4376:
# and $p.<pasttype>
drforr/perl6-Perl6-Parser
…/Factory.pm6 :4381:
# and $p.<pasttype>
drforr/perl6-readline
…/cb-echo.pl6 :16:
# Can use ^D (stty eof) or `exit' to exit.
drforr/perl6-readline
…/cb-echo.pl6 :89:
# /* Can use ^D (stty eof) or `exit' to exit. */
drforr/perl6-readline
…/Readline.pm :545:
Read the operating system's terminal editing characters (as would be displayed by stty) to their Readline equivalents. The bindings are performed in keymap C<$map>.
mryan/perl6-Slang-AltTernary
…/AltTernary.pm6 :18:
<O(|%conditional, :reducecheck<ternary>, :pasttype<if>)>
nkh/P6-Data-Dump-Tree
…/flat.pl :39:
my $width = %+((qx[stty size] || '0 80') ~~ /\d+ \s+ (\d+)/)[0] ;
nkh/P6-Data-Dump-Tree
…/Tree.pm :218:
$.width //= %+((qx[stty size] || '0 80') ~~ /\d+ \s+ (\d+)/)[0] ;
nkh/P6-Data-Dump-Tree
…/TerminalFoldable.pm :61:
my ($ph, $page_width) = ((qx[stty size] || '0 80') ~~ /(\d+) \s+ (\d+)/).List ;
perl6/doc
…/glossary.pod6 :780:
and C<< :pasttype<if> >> specifies the NQP L<#opcode> generated in the
perl6/doc
…/glossary.pod6 :783:
<O('%conditional, :reducecheck<ternary>, :pasttype<if>')>
perl6/doc
…/words.pws :846:
pasttype
spitsh/spitsh
…/reserved.txt :596:
stty
titsuki/p6-App-AizuOnlineJudge
…/Submittable.pm6 :5:
shell "stty -echo"; my $password = prompt("password: "); "".say; shell "stty echo";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment