Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 17, 2020 20:50
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/4c907ba02f4069b7f5cf64bdeed861ef to your computer and use it in GitHub Desktop.
Save Whateverable/4c907ba02f4069b7f5cf64bdeed861ef to your computer and use it in GitHub Desktop.
greppable6
where\s+(\d+|("[^"]+"))\s*\|
File Code
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :13:
subset InstrTable of UInt where 0|1|2;
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :36:
has $!spi-channel is required where 0|1;
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :51:
:$!spi-channel where 0|1,
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :202:
method !select-instr-table( UInt $instr-table where 0|1|2 ) {
PATRICKZ/RPi-Device-ST7036
…/Setup.pm6 :1:
subset Row of UInt where 1|2|3;
UFOBAT/Bailador
…/Configuration.pm :16:
has Str $.mode is rw where "production"|"development" = "production";
WARRINGD/PDF-Class
…/CMap.pm :22:
my subset ZeroOrOne of UInt where 0|1;
WARRINGD/PDF-Class
…/Signature.pm :91:
has Int $.Ff is entry(:default(0)) where 0|1;
WARRINGD/PDF-Class
…/Function.pm :15:
subset FunctionTypeInt of UInt where 0|2|3|4;
WARRINGD/PDF-Class
…/Sampled.pm :18:
my subset Sample of Int where 1|2|4|8|16|24|32;
WARRINGD/PDF-Class
…/Sampled.pm :21:
my subset OrderInt of Int where 1|3;
WARRINGD/PDF-Class
…/Image.pm :56:
my subset SMaskInInt of Int where 0|1|2;
WARRINGD/PDF-Class
…/Pattern.pm :16:
my subset PatternTypeInt of Int where 1|2;
WARRINGD/PDF-Class
…/Tiling.pm :25:
subset PaintCode of Int where 1|2;
WARRINGD/PDF-Class
…/Tiling.pm :29:
subset TilingCode of Int where 1|2|3;
Bailador/Bailador
…/Configuration.pm :16:
has Str $.mode is rw where "production"|"development" = "production";
masak/druid
…/Player.pm :14:
has Int $.color where 1|2;
p6-pdf/PDF-Content-p6
…/PNG.pm :134:
$bpc where 1|2|4|8|16,
p6-pdf/PDF-Content-p6
…/PNG.pm :156:
$bpc where 8|16,
p6-pdf/PDF-Content-p6
…/PNG.pm :178:
$bpc where 1|2|4|8,
p6-pdf/PDF-Content-p6
…/PNG.pm :219:
$bpc where 8|16,
p6-pdf/PDF-Content-p6
…/PNG.pm :267:
$bpc where 8|16,
p6-pdf/PDF-p6
…/Predictors.pm :5:
subset BPC of UInt where 1 | 2 | 4 | 8 | 16 | 32;
perl6/doc
…/Enumeration.pod6 :28:
method new( $base-pair where "A" | "C" | "G" | "T" ) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment