Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 19, 2020 22:47
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/01ad490d7f6298250eb478dbf0c8b34a to your computer and use it in GitHub Desktop.
Save Whateverable/01ad490d7f6298250eb478dbf0c8b34a to your computer and use it in GitHub Desktop.
greppable6
File Code
AKIYM/JSON-Hjson
…/README.md :13:
my $text = q:to'...';
AKIYM/JSON-Hjson
…/README.md :20:
...
AKIYM/JSON-Hjson
…/Hjson.pm6 :31:
my $text = q:to'...';
AKIYM/JSON-Hjson
…/Hjson.pm6 :38:
...
AKIYM/JSON-Hjson
…/01-basic.t :5:
my $text = q:to'...';
AKIYM/JSON-Hjson
…/01-basic.t :29:
...
AKIYM/JSON-Hjson
…/01-basic.t :39:
realist => q:to'...'.trim-trailing,
AKIYM/JSON-Hjson
…/01-basic.t :43:
...
ALOREN/Canoe
…/Canoe.pm6 :17:
class PlugInfo { ... }
ALOREN/Canoe
…/Canoe.pm6 :39:
# {"plugins": [ { "name": "Plugin1", "enable": true }, ... ] }
ALOREN/Getopt-Advance
…/README.adoc :96:
such as `script.p6 add ...` and `script.p6 del ...`.
ALOREN/Getopt-Advance
…/Advance.adoc :189:
# ... more
ALOREN/Getopt-Advance
…/Advance.adoc :290:
#... do more
ALOREN/Getopt-Advance
…/Advance.adoc :871:
* match(ContextProcessor, $o) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :875:
* set(ContextProcessor, $o) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :879:
* gist() { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :1269:
* type( -\-> Str) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :1281:
* match-value(Any) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :1504:
* match-index(Int $total, Int $index -\-> Bool) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :1508:
* match-name(Str $name -\-> Bool) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :1512:
* match-style($style -\-> Bool) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :1559:
* type(-\-> Str) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :1563:
* usage(-\-> Str) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :2053:
* check(Message $msg -\-> Bool) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :2057:
* process($data) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :2067:
* id( -\-> Int) { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :2071:
* data() { ... }
ALOREN/Getopt-Advance
…/Advance.adoc :2106:
* subscribe(Publisher $p) { ... }
ALOREN/Getopt-Advance
…/Advance.pm6 :16:
class OptionSet { ... }
ALOREN/Getopt-Advance
…/Context.pm6 :17:
method match(ContextProcessor, $o) { ... }
ALOREN/Getopt-Advance
…/Context.pm6 :19:
method set(ContextProcessor, $o) { ... }
ALOREN/Getopt-Advance
…/Context.pm6 :21:
method gist() { ... }
ALOREN/Getopt-Advance
…/Group.pm6 :60:
method check() { ... }
ALOREN/Getopt-Advance
…/NonOption.pm6 :36:
method match-index(Int $total, Int $index --> Bool) { ... }
ALOREN/Getopt-Advance
…/NonOption.pm6 :38:
method match-name(Str $name --> Bool) { ... }
ALOREN/Getopt-Advance
…/NonOption.pm6 :40:
method match-style($style --> Bool) { ... }
ALOREN/Getopt-Advance
…/NonOption.pm6 :73:
method type( --> Str) { ... }
ALOREN/Getopt-Advance
…/NonOption.pm6 :75:
method usage( --> Str) { ... }
ALOREN/Getopt-Advance
…/Option.pm6 :136:
method type( --> Str) { ... }
ALOREN/Getopt-Advance
…/Option.pm6 :148:
method match-value(Any) { ... }
ALOREN/Getopt-Advance
…/Parser.pm6 :14:
role Parser { ... }
ALOREN/Getopt-Advance
…/Parser.pm6 :15:
role TypeOverload { ... }
ALOREN/Getopt-Advance
…/Parser.pm6 :16:
role ResultHandler { ... }
ALOREN/Getopt-Advance
…/Parser.pm6 :17:
role ResultHandlerOverload { ... }
ALOREN/Getopt-Advance
…/Parser.pm6 :395:
%order{ @order } = 0 ...^ +@order;
ALOREN/Getopt-Advance
…/Utils.pm6 :17:
role Info { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :19:
role Message { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :21:
role Publisher { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :23:
role Subscriber { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :25:
role ContextProcessor { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :27:
role RefOptionSet { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :29:
class Debug { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :31:
class OptionValueSetter { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :35:
method check(Message $msg --> Bool) { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :37:
method process( $data ) { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :42:
method id(--> Int) { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :44:
method data() { ... }
ALOREN/Getopt-Advance
…/Utils.pm6 :68:
method subscribe(Publisher $p) { ... }
ALOREN/Getopt-Advance
…/fetch-picture.p6 :20:
grammar MyOptionGrammar { ... }
ALOREN/Terminal-Table
…/Table.pod :326:
# ...
ALOREN/Terminal-Table
…/Frame.pm6 :131:
class Content { ... };
ALOREN/Terminal-Table
…/Frame.pm6 :303:
for self.height() ...^ $h {
ALOREN/Terminal-Table
…/Generator.pm6 :13:
class CellRef { ... };
ALOREN/Terminal-Table
…/Generator.pm6 :14:
class Generator { ... };
ALOREN/Terminal-Table
…/Generator.pm6 :15:
class Generator::StyleCache { ... };
ALOREN/Terminal-Table
…/Generator.pm6 :211:
class Generator::Table { ... };
ALOREN/Terminal-Table
…/Generator.pm6 :705:
< + ---- + ---- ... >
ALOREN/Terminal-Table
…/Generator.pm6 :707:
< True False .... >
ALOREN/Terminal-Table
…/Generator.pm6 :709:
< XYZ ZUW ... >
ALOREN/Terminal-Table
…/Generator.pm6 :711:
< | | |.... >
ATROXAPER/LogP6-Writer-Journald
…/Journald.pm6 :9:
method send(*@fields) { ... }
ATROXAPER/Propius
…/README.md :23:
# ... 60 seconds later in output (in case you use the cache)
ATROXAPER/Propius
…/Propius.pm6 :16:
method now( --> Int:D) { ... };
ATROXAPER/TimeUnit
…/README.md :14:
sub beep-after($time, TimeUnit:D $unit) { ... }
AZAWAWI/App-Perl6LangServer
…/Perl6LangServer.pm6 :24:
debug-log("🙂: Starting perl6-langserver... Reading/writing stdin/stdout.");
AZAWAWI/App-Perl6LangServer
…/Perl6LangServer.pm6 :81:
# Client requested to shutdown...
AZAWAWI/App-Perl6LangServer
…/Perl6LangServer.pm6 :127:
debug-log("Building index.data... Please wait");
AZAWAWI/App-Perl6LangServer
…/Perl6LangServer.pm6 :129:
debug-log("Built index.data... Thanks for waiting");
AZAWAWI/App-Perl6LangServer
…/Perl6LangServer.pm6 :133:
debug-log("Loading index.data... Please wait");
AZAWAWI/App-Perl6LangServer
…/Perl6LangServer.pm6 :135:
debug-log("Loaded index.data... Thanks for waiting");
AZAWAWI/Inline-Go
…/Grammar.pm6 :90:
# Arguments = "(" [ ( ExpressionList | Type [ "," ExpressionList ] ) [ "..." ] [ "," ] ] ")" .
AZAWAWI/Inline-Go
…/Grammar.pm6 :105:
rule Arguments { "(" ( ( <ExpressionList> | <Type> ( "," <ExpressionList> )? ) "..."? ","? )? ")" }
AZAWAWI/Inline-Go
…/Grammar.pm6 :121:
rule decimal_lit { ( "1" ... "9" ) <decimal_digit>* }
AZAWAWI/Inline-Go
…/Grammar.pm6 :140:
# LiteralType = StructType | ArrayType | "[" "..." "]" ElementType |
AZAWAWI/Inline-Go
…/Grammar.pm6 :149:
rule LiteralType { <StructType> | <ArrayType> | "[" "..." "]" <ElementType> |
AZAWAWI/Inline-Go
…/Grammar.pm6 :204:
# ParameterDecl = [ IdentifierList ] [ "..." ] Type .
AZAWAWI/Inline-Go
…/Grammar.pm6 :210:
rule ParameterDecl { <IdentifierList>? ("...")? <Type> }
AZAWAWI/MagickWand
…/appveyor.yml :17:
# And let us start testing...
AZAWAWI/MagickWand
…/02-effects.pl6 :203:
say "Detect Edges...";
AZAWAWI/MagickWand
…/02-effects.pl6 :212:
say "Emboss...";
AZAWAWI/MagickWand
…/02-effects.pl6 :220:
say "Encipher...";
AZAWAWI/MagickWand
…/02-effects.pl6 :228:
say "Equalize...";
AZAWAWI/MagickWand
…/02-effects.pl6 :236:
say "Explode (i.e. reverse implode)...";
AZAWAWI/MagickWand
…/02-effects.pl6 :244:
say "Flip...";
AZAWAWI/MagickWand
…/02-effects.pl6 :252:
say "Flop...";
AZAWAWI/MagickWand
…/02-effects.pl6 :260:
say "Frame...";
AZAWAWI/MagickWand
…/02-effects.pl6 :268:
say "Fx...";
AZAWAWI/MagickWand
…/02-effects.pl6 :275:
say "Gamma...";
AZAWAWI/MagickWand
…/02-effects.pl6 :283:
say "Gaussian Blur...";
AZAWAWI/MagickWand
…/02-effects.pl6 :292:
say "Gradient...";
AZAWAWI/MagickWand
…/02-effects.pl6 :301:
say sprintf("Grayscale from '%s'...", $original.type);
AZAWAWI/MagickWand
…/02-effects.pl6 :309:
say "Implode...";
AZAWAWI/MagickWand
…/02-effects.pl6 :318:
say "Level...";
AZAWAWI/MagickWand
…/02-effects.pl6 :327:
say "Median Filter...";
AZAWAWI/MagickWand
…/02-effects.pl6 :336:
say "Modulate...";
AZAWAWI/MagickWand
…/02-effects.pl6 :344:
say "Monochrome (Quantize)...";
AZAWAWI/MagickWand
…/02-effects.pl6 :353:
print "Morphology...\n";
AZAWAWI/MagickWand
…/02-effects.pl6 :360:
say "Motion Blur...";
AZAWAWI/MagickWand
…/02-effects.pl6 :369:
say "Negate...";
AZAWAWI/MagickWand
…/02-effects.pl6 :377:
say "Normalize...";
AZAWAWI/MagickWand
…/02-effects.pl6 :385:
say "Oil Paint...";
AZAWAWI/MagickWand
…/02-effects.pl6 :394:
print "Plasma...\n";
AZAWAWI/MagickWand
…/02-effects.pl6 :404:
say "Polaroid...";
AZAWAWI/MagickWand
…/02-effects.pl6 :414:
print "Quantize...\n";
AZAWAWI/MagickWand
…/02-effects.pl6 :422:
say "Radial (Rotational) Blur...";
AZAWAWI/MagickWand
…/02-effects.pl6 :430:
say "Raise...";
AZAWAWI/MagickWand
…/02-effects.pl6 :439:
say "Reduce Noise...";
AZAWAWI/MagickWand
…/02-effects.pl6 :447:
say "Resize (i.e. Scale)...";
AZAWAWI/MagickWand
…/02-effects.pl6 :455:
say "Roll...";
AZAWAWI/MagickWand
…/02-effects.pl6 :463:
say "Rotate...";
AZAWAWI/MagickWand
…/02-effects.pl6 :471:
say "Sample...";
AZAWAWI/MagickWand
…/02-effects.pl6 :479:
say "Scale...";
AZAWAWI/MagickWand
…/02-effects.pl6 :488:
print "Segment...\n";
AZAWAWI/MagickWand
…/02-effects.pl6 :496:
say "Shade...";
AZAWAWI/MagickWand
…/02-effects.pl6 :504:
say "Sharpen...";
AZAWAWI/MagickWand
…/02-effects.pl6 :512:
say "Shave...";
AZAWAWI/MagickWand
…/02-effects.pl6 :520:
say "Shear...";
AZAWAWI/MagickWand
…/02-effects.pl6 :528:
say "Sketch...";
AZAWAWI/MagickWand
…/02-effects.pl6 :537:
say "Sigmoidal Contrast...";
AZAWAWI/MagickWand
…/02-effects.pl6 :546:
say "Spread...";
AZAWAWI/MagickWand
…/02-effects.pl6 :554:
say "Solarize...";
AZAWAWI/MagickWand
…/02-effects.pl6 :562:
say "Swirl...";
AZAWAWI/MagickWand
…/02-effects.pl6 :570:
say "Unsharp Mask...";
AZAWAWI/MagickWand
…/02-effects.pl6 :579:
say "Vignette...";
AZAWAWI/MagickWand
…/02-effects.pl6 :587:
say "Wave...";
AZAWAWI/MagickWand
…/02-effects.pl6 :604:
say "Generating tiled image(s) comparison...";
AZAWAWI/MagickWand
…/02-effects.pl6 :609:
say "Generating side-by-side image(s) comparison...";
AZAWAWI/MsgPack
…/Native.pm6 :8:
# ....
AZAWAWI/MsgPack
…/Unpacker.pm6 :142:
...
AZAWAWI/SDL2
…/marquee.p6 :43:
# Every 9th frame...
AZAWAWI/Tika
…/01-example.p6 :16:
#TODO find if server is up or not...
AZAWAWI/Tika
…/Tika.pm6 :8:
# -TODO document more...
AZAWAWI/Tika
…/Tika.pm6 :56:
...
AZAWAWI/Tika
…/Tika.pm6 :60:
...
AZAWAWI/Tika
…/Tika.pm6 :134:
$string.substr(0..$length - 3).trim ~ '...'
AZAWAWI/Tika
…/01-version.t :10:
#TODO find if server is up or not...
AZAWAWI/WebService-Discourse
…/01-hello.p6 :14:
# $discourse.ssl(...);
AZAWAWI/Wkhtmltox
…/Native.pm6 :14:
# Prototype... see pdf.h
BDUGGAN/Digest-SHA256-Native
…/06-threads.t :10:
my $p1 = start { for 1,3,5 ... $max { $odds.send(sha256-hex("$_")) } }
BDUGGAN/Digest-SHA256-Native
…/06-threads.t :11:
my $p2 = start { for 2,4,6 ... $max { $evens.send(sha256-hex("$_")) } }
BDUGGAN/Grammar-PrettyErrors
…/README.md :95:
grammar G does Grammar::PrettyErrors { ... }
BDUGGAN/RDF-Turtle
…/rdfs-namespace.out :66:
<http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty\> <http://www.w3.org/2000/01/rdf-schema#comment\> "The container membership properties, rdf:1, rdf:2, ..., all of which are sub-properties of 'member'." .
BDUGGAN/RDF-Turtle
…/rdfs-namespace.ttl :84:
:comment "The container membership properties, rdf:1, rdf:2, ..., all of which are sub-properties of 'member'.";
CONO/Algorithm-Heap-Binary
…/.travis.yml :5:
...
CONO/Algorithm-Heap-Binary
…/Binary.pm6 :29:
for (@!data.elems div 2) ... 1 -> $index {
CTILMES/CroX-HTTP-Auth-Munge
…/README.md :91:
my $munge = Munge.new(cipher => ..., ttl => ...);
CTILMES/CroX-HTTP-Auth-Munge
…/README.md :102:
{ a => ..., b => ... }
CTILMES/DB-MySQL
…/Native.pm6 :119:
class MYSQL_RES is repr('CPointer') {...}
CTILMES/DB-Pg
…/README.md :25:
Note, placeholders use the `$1, $2, ...` syntax instead of `?` See
CTILMES/DB-Pg
…/README.md :70:
$pg.query('update bar set ... where x = $1...$2...', %h<x>, %h<y>);
CTILMES/DB-Pg
…/Database.pm6 :130:
default {...}
CTILMES/DB-Pg
…/Statement.pm6 :54:
default { ... }
CTILMES/DB-SQLite
…/Native.pm6 :25:
class DB::SQLite::Native is repr('CPointer') {...}
CTILMES/DB
…/DB.pm6 :9:
method connect(--> DB::Connection) {...}
CTILMES/DB
…/Connection.pm6 :13:
method prepare-nocache(Str:D $query --> DB::Statement) {...}
CTILMES/DB
…/Result.pm6 :44:
method row() { ... }
CTILMES/DB
…/Result.pm6 :46:
method names() { ... }
CTILMES/DB
…/Statement.pm6 :7:
method execute() {...}
CTILMES/GraphQL
…/GraphQL.md :318:
method something(Str :$somearg! --> ID) { ... }
CTILMES/GraphQL
…/GraphQL.md :348:
resolver => sub { ... });
CTILMES/GraphQL
…/GraphQL.md :356:
method myfield(Str :$somearg = 'some default' --> Str) { ... }
CTILMES/GraphQL
…/GraphQL.md :368:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.md :374:
...fields...
CTILMES/GraphQL
…/GraphQL.md :384:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.md :390:
...fields...
CTILMES/GraphQL
…/GraphQL.md :396:
...fields...
CTILMES/GraphQL
…/GraphQL.md :407:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CTILMES/GraphQL
…/GraphQL.md :413:
...inputvalues...
CTILMES/GraphQL
…/GraphQL.md :419:
...inputvalues...
CTILMES/GraphQL
…/GraphQL.md :443:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
CTILMES/GraphQL
…/GraphQL.md :448:
enum myenum { VAL1 VAL2 ... }
CTILMES/GraphQL
…/GraphQL.md :452:
enum myenum <VAL1 VAL2 ...>;
CTILMES/GraphQL
…/GraphQL.md :456:
Still needs work...
CTILMES/GraphQL
…/graphiql-schema-request-query :7:
...FullType
CTILMES/GraphQL
…/graphiql-schema-request-query :14:
...InputValue
CTILMES/GraphQL
…/graphiql-schema-request-query :28:
...InputValue
CTILMES/GraphQL
…/graphiql-schema-request-query :31:
...TypeRef
CTILMES/GraphQL
…/graphiql-schema-request-query :37:
...InputValue
CTILMES/GraphQL
…/graphiql-schema-request-query :40:
...TypeRef
CTILMES/GraphQL
…/graphiql-schema-request-query :49:
...TypeRef
CTILMES/GraphQL
…/graphiql-schema-request-query :56:
type { ...TypeRef }
CTILMES/GraphQL
…/users.pl :13:
class Query { ... }
CTILMES/GraphQL
…/users.pl :14:
class Mutation { ...}
CTILMES/GraphQL
…/usersexample.md :72:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CTILMES/GraphQL
…/usersexample.md :73:
User.new(...),
CTILMES/GraphQL
…/usersexample.md :74:
...;
CTILMES/GraphQL
…/usersexample.md :105:
my $schema = GraphQL::Schema.new(...schema here..., resolvers => $resolvers);
CTILMES/GraphQL
…/usersschema.md :80:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CTILMES/GraphQL
…/usersschema.md :81:
User.new(...),
CTILMES/GraphQL
…/usersschema.md :82:
...;
CTILMES/GraphQL
…/usersschema.md :113:
my $schema = GraphQL::Schema.new(...schema here..., resolvers => $resolvers);
CTILMES/GraphQL
…/GraphQL.pm :11:
multi sub trait_mod:<is>(Method $m, :$graphql-background!) is export { ... }
CTILMES/GraphQL
…/GraphQL.pm :325:
# There must be a better way...
CTILMES/GraphQL
…/GraphQL.pm :856:
method something(Str :$somearg! --> ID) { ... }
CTILMES/GraphQL
…/GraphQL.pm :895:
resolver => sub { ... });
CTILMES/GraphQL
…/GraphQL.pm :903:
method myfield(Str :$somearg = 'some default' --> Str) { ... }
CTILMES/GraphQL
…/GraphQL.pm :924:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.pm :930:
...fields...
CTILMES/GraphQL
…/GraphQL.pm :943:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.pm :949:
...fields...
CTILMES/GraphQL
…/GraphQL.pm :955:
...fields...
CTILMES/GraphQL
…/GraphQL.pm :969:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CTILMES/GraphQL
…/GraphQL.pm :975:
...inputvalues...
CTILMES/GraphQL
…/GraphQL.pm :981:
...inputvalues...
CTILMES/GraphQL
…/GraphQL.pm :1009:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
CTILMES/GraphQL
…/GraphQL.pm :1014:
enum myenum { VAL1 VAL2 ... }
CTILMES/GraphQL
…/GraphQL.pm :1018:
enum myenum <VAL1 VAL2 ...>;
CTILMES/GraphQL
…/GraphQL.pm :1022:
Still needs work...
CTILMES/GraphQL
…/Grammar.pm :113:
rule FragmentSpread { '...' <FragmentName> <Directives>? }
CTILMES/GraphQL
…/Grammar.pm :115:
rule InlineFragment { '...' <TypeCondition>? <Directives>? <SelectionSet> }
CTILMES/GraphQL
…/GraphiQL.pm :57:
<div id="graphiql">Loading...</div>
CTILMES/GraphQL
…/Types.pm :432:
...
CTILMES/GraphQL
…/Types.pm :498:
"$indent..."
CTILMES/GraphQL
…/Types.pm :512:
"$indent... $.name\n"
CTILMES/GraphQL
…/01-parse.t :115:
...friendFields
CTILMES/GraphQL
…/01-parse.t :118:
...friendFields
CTILMES/GraphQL
…/01-parse.t :132:
...friendFields
CTILMES/GraphQL
…/01-parse.t :135:
...friendFields
CTILMES/GraphQL
…/01-parse.t :143:
...standardProfilePic
CTILMES/GraphQL
…/01-parse.t :153:
...userFragment
CTILMES/GraphQL
…/01-parse.t :154:
...pageFragment
CTILMES/GraphQL
…/01-parse.t :173:
... on User {
CTILMES/GraphQL
…/01-parse.t :178:
... on Page {
CTILMES/GraphQL
…/01-parse.t :190:
... @include(if: $expandedInfo) {
CTILMES/GraphQL
…/01-parse.t :238:
...Frag
CTILMES/GraphQL
…/01-parse.t :249:
...Ignored
CTILMES/GraphQL
…/01-parse.t :250:
...Matching
CTILMES/GraphQL
…/01-parse.t :335:
...fragmentOne
CTILMES/GraphQL
…/01-parse.t :336:
...fragmentTwo
CTILMES/GraphQL
…/04-query.t :82:
... morestuff
CTILMES/GraphQL
…/04-query.t :105:
... {
CTILMES/GraphQL
…/10-validation.t :148:
... on Pet {
CTILMES/GraphQL
…/10-validation.t :151:
... on Dog {
CTILMES/GraphQL
…/11-abstract-types.t :56:
... on Cat {
CTILMES/GraphQL
…/11-abstract-types.t :59:
... on Dog {
CTILMES/GraphQL
…/11-abstract-types.t :79:
... on Cat {
CTILMES/GraphQL
…/11-abstract-types.t :82:
... on Dog {
CTILMES/LibCurl
…/README.md :33:
NetWare, DOS and more...
CTILMES/LibCurl
…/README.md :253:
$curl.Content-MD5('...'); # or $curl.setopt(Content-MD5 => '...')
CTILMES/LibCurl
…/README.md :281:
{...}
CTILMES/LibCurl
…/README.md :292:
{...}
CTILMES/LibCurl
…/README.md :421:
my $curl = LibCurl::Easy.new(URL => 'http://...');
CTILMES/LibCurl
…/Easy.pod6 :62:
Pass options and parameters. See ... for a description of the
CTILMES/LibCurl
…/Easy.pod6 :100:
Returns a single info object. See ... for a description of all the
CTILMES/LibCurl
…/Easy.pod6 :151:
See ... or ... for the lists.
CTILMES/LibCurl
…/Easy.pod6 :155:
...TODO...
CTILMES/LibCurl
…/Easy.pod6 :159:
...TODO...
CTILMES/LibCurl
…/Multi.pod6 :45:
Pass options and parameters. See ... for a description of the
CTILMES/LibCurl
…/LibCurl::Easy.md :57:
Pass options and parameters. See ... for a description of the options.
CTILMES/LibCurl
…/LibCurl::Easy.md :89:
Returns a single info object. See ... for a description of all the info fields.
CTILMES/LibCurl
…/LibCurl::Easy.md :133:
See ... or ... for the lists.
CTILMES/LibCurl
…/LibCurl::Easy.md :138:
...TODO...
CTILMES/LibCurl
…/LibCurl::Easy.md :143:
...TODO...
CTILMES/LibCurl
…/LibCurl::Multi.md :42:
Pass options and parameters. See ... for a description of the options.
CTILMES/LibCurl
…/certinfo.pl6 :2:
# certinfo still doesn't work quite right...
CTILMES/LibCurl
…/EasyHandle.pm6 :545:
method message() { ... }
CTILMES/LibCurl
…/EasyHandle.pm6 :884:
... # TODO
CTILMES/LibGit2
…/README.md :22:
Also some functionality that looks like it should work doesn't seem to...
CTILMES/LibGit2
…/README.md :71:
description => 'my description', ...);
CTILMES/LibGit2
…/README.md :78:
my $repo = Git::Repository.clone('https://github.com/...', '/my/dir');
CTILMES/LibGit2
…/README.md :80:
my $repo = Git::Repository.clone('https://github.com/...', '/my/dir', :bare);
CTILMES/LibGit2
…/README.md :168:
DateTime.new('...'));
CTILMES/LibGit2
…/README.md :201:
See ... for more information about commits.
CTILMES/LibGit2
…/Diff.pm6 :116:
class Git::Diff is repr('CPointer') {...}
CTILMES/LibGit2
…/Odb.pm6 :7:
class Git::Odb is repr('CPointer') {...}
CTILMES/LibGit2
…/Patch.pm6 :5:
class Git::Patch is repr('CPointer') {...}
CTILMES/LibGit2
…/Reference.pm6 :5:
class Git::Reference is repr('CPointer') {...}
CTILMES/LibGit2
…/Repository.pm6 :996:
=item B<.init>(Str:D $path, Bool :$bare, ... --> Git::Repository)
CTILMES/LibGit2
…/Repository.pm6 :1002:
=item B<.open>(Str $path, Str :ceiling-dirs, ... --> Git::Repository)
CTILMES/LibGit2
…/Revwalk.pm6 :16:
class Git::Revwalk is repr('CPointer') {...}
CTILMES/Munge
…/README.md :47:
my $encoded = ...
CTILMES/epoll
…/README.md :41:
* method **add**(int32 $file-descriptor, ...event flags...)
CTILMES/epoll
…/README.md :103:
if $event.events +& EPOLLIN {...}
CTILMES/epoll
…/epoll.pm6 :160:
=item method B<add>(int32 $file-descriptor, ...event flags...)
CTILMES/epoll
…/epoll.pm6 :200:
if $event.events +& EPOLLIN {...}
DARRENF/Test-Declare
…/Suite.pm6 :59:
implement C<method tests() returns Array {...}> for the slimmed down test
ELIZABETH/Acme-Cow
…/cowpm :19:
method new(|c) { callwith( |c, ... ) } # add overrides or remove
ELIZABETH/Acme-Cow
…/Example.pm6 :33:
... template goes here ...
ELIZABETH/Acme-Cow
…/Example.pm6 :36:
method new(|c) { callwith( ..., |c ) }
ELIZABETH/Acme-Cow
…/Example.pm6 :48:
method new(|c) { callwith( ..., |c ) }
ELIZABETH/Acme-Cow
…/Example.pm6 :50:
The ... indicates any additional overrides you need. If there are none,
ELIZABETH/Acme-Cow
…/cower.cow :10:
Cower....
ELIZABETH/Acme-Cow
…/elephant-in-snake.cow :3:
{$tl} ....
ELIZABETH/Acme-Cow
…/elephant-in-snake.cow :4:
........ .
ELIZABETH/Acme-Cow
…/elephant-in-snake.cow :7:
......... .......
ELIZABETH/Acme-Cow
…/elephant-in-snake.cow :8:
..............................
ELIZABETH/Acme-Don't
…/README.md :20:
It is used exactly like the `do BLOCK` function except that, instead of executing the block it controls, it...well...doesn't.
ELIZABETH/Acme-Don't
…/README.md :30:
And, yes, in strict analogy to the semantics of Perl's magical `do...while`, the `don't...while` block is *unconditionally* not done once before the test. ;-)
ELIZABETH/Acme-Don't
…/README.md :49:
don't { don't { ... } }
ELIZABETH/Acme-Don't
…/README.md :53:
do { ... }
ELIZABETH/Acme-Don't
…/README.md :57:
This is an issue of semantics. `don't...` doesn't mean `do the opposite of...`; it means `do nothing with...`.
ELIZABETH/Acme-Don't
…/README.md :59:
In other words, doin nothing about doing nothing does...nothing.
ELIZABETH/Acme-Don't
…/README.md :66:
don't { ... } unless condition();
ELIZABETH/Acme-Don't
…/README.md :70:
do { ... } if condition();
ELIZABETH/Acme-Don't
…/README.md :72:
Again, it's an issue of semantics. `don't...unless...` doesn't mean `do the opposite of...if...`; it means `do nothing with...if not...`.
ELIZABETH/Acme-Don't
…/Don't.pm6 :25:
instead of executing the block it controls, it...well...doesn't.
ELIZABETH/Acme-Don't
…/Don't.pm6 :36:
C<do...while>, the C<don't...while> block is I<unconditionally>
ELIZABETH/Acme-Don't
…/Don't.pm6 :57:
don't { don't { ... } }
ELIZABETH/Acme-Don't
…/Don't.pm6 :61:
do { ... }
ELIZABETH/Acme-Don't
…/Don't.pm6 :67:
This is an issue of semantics. C<don't...> doesn't mean C<do the opposite of...>; it means C<do nothing with...>.
ELIZABETH/Acme-Don't
…/Don't.pm6 :69:
In other words, doin nothing about doing nothing does...nothing.
ELIZABETH/Acme-Don't
…/Don't.pm6 :75:
don't { ... } unless condition();
ELIZABETH/Acme-Don't
…/Don't.pm6 :79:
do { ... } if condition();
ELIZABETH/Acme-Don't
…/Don't.pm6 :81:
Again, it's an issue of semantics. C<don't...unless...> doesn't mean C<do the opposite of...if...>; it means C<do nothing with...if not...>.
ELIZABETH/Array-Agnostic
…/README.md :13:
method AT-POS() { ... }
ELIZABETH/Array-Agnostic
…/README.md :14:
method BIND-POS() { ... }
ELIZABETH/Array-Agnostic
…/README.md :15:
method DELETE-POS() { ... }
ELIZABETH/Array-Agnostic
…/README.md :16:
method EXISTS-POS() { ... }
ELIZABETH/Array-Agnostic
…/README.md :17:
method elems() { ... }
ELIZABETH/Array-Agnostic
…/README.md :32:
method AT-POS($position) { ... } # simple case
ELIZABETH/Array-Agnostic
…/README.md :34:
method AT-POS($position) { Proxy.new( FETCH => { ... }, STORE => { ... } }
ELIZABETH/Array-Agnostic
…/README.md :40:
method BIND-POS($position, $value) { ... }
ELIZABETH/Array-Agnostic
…/README.md :46:
method DELETE-POS($position) { ... }
ELIZABETH/Array-Agnostic
…/README.md :52:
method EXISTS-POS($position) { ... }
ELIZABETH/Array-Agnostic
…/README.md :58:
method elems(--> Int:D) { ... }
ELIZABETH/Array-Agnostic
…/README.md :76:
method CLEAR(--> Nil) { ... }
ELIZABETH/Array-Agnostic
…/README.md :82:
method move-indexes-up($up, $start = 0) { ... }
ELIZABETH/Array-Agnostic
…/README.md :88:
method move-indexes-down($down, $start = $down) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :11:
method AT-POS($) is raw { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :12:
method BIND-POS($,$) is raw { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :13:
method EXISTS-POS($) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :14:
method DELETE-POS($) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :15:
method elems() { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :174:
method AT-POS() { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :175:
method BIND-POS() { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :176:
method DELETE-POS() { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :177:
method EXISTS-POS() { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :178:
method elems() { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :193:
method AT-POS($position) { ... } # simple case
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :195:
method AT-POS($position) { Proxy.new( FETCH => { ... }, STORE => { ... } }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :203:
method BIND-POS($position, $value) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :209:
method DELETE-POS($position) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :216:
method EXISTS-POS($position) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :223:
method elems(--> Int:D) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :247:
method CLEAR(--> Nil) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :255:
method move-indexes-up($up, $start = 0) { ... }
ELIZABETH/Array-Agnostic
…/Agnostic.pm6 :264:
method move-indexes-down($down, $start = $down) { ... }
ELIZABETH/FINALIZER
…/README.md :13:
my $foo = Foo.new(...);
ELIZABETH/FINALIZER
…/README.md :63:
my $foo = Foo.new(...);
ELIZABETH/FINALIZER
…/FINALIZER.pm6 :74:
my $foo = Foo.new(...);
ELIZABETH/FINALIZER
…/FINALIZER.pm6 :133:
my $foo = Foo.new(...);
ELIZABETH/Hash-Agnostic
…/README.md :13:
method AT-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/README.md :14:
method BIND-KEY($key,$value) { ... }
ELIZABETH/Hash-Agnostic
…/README.md :15:
method DELETE-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/README.md :16:
method EXISTS-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/README.md :17:
method keys() { ... }
ELIZABETH/Hash-Agnostic
…/README.md :32:
method AT-KEY($key) { ... } # simple case
ELIZABETH/Hash-Agnostic
…/README.md :34:
method AT-KEY($key) { Proxy.new( FETCH => { ... }, STORE => { ... } }
ELIZABETH/Hash-Agnostic
…/README.md :40:
method BIND-KEY($key, $value) { ... }
ELIZABETH/Hash-Agnostic
…/README.md :46:
method DELETE-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/README.md :52:
method EXISTS-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/README.md :58:
method keys() { ... }
ELIZABETH/Hash-Agnostic
…/README.md :76:
method CLEAR(--> Nil) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :9:
method AT-KEY($) is raw { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :10:
method BIND-KEY($,$) is raw { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :11:
method EXISTS-KEY($) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :12:
method DELETE-KEY($) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :13:
method keys() { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :99:
method !append(@values) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :129:
method AT-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :130:
method BIND-KEY($key,$value) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :131:
method DELETE-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :132:
method EXISTS-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :133:
method keys() { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :148:
method AT-KEY($key) { ... } # simple case
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :150:
method AT-KEY($key) { Proxy.new( FETCH => { ... }, STORE => { ... } }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :158:
method BIND-KEY($key, $value) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :164:
method DELETE-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :171:
method EXISTS-KEY($key) { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :177:
method keys() { ... }
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :200:
method CLEAR(--> Nil) { ... }
ELIZABETH/List-MoreUtils
…/README.md :278:
### mesh ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/README.md :280:
### zip ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/README.md :303:
### zip6 ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/README.md :305:
### zip_unflatten ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/README.md :326:
### listcmp ARRAY0 ARRAY1 [ ARRAY2 ... ]
ELIZABETH/List-MoreUtils
…/README.md :335:
# (one => [0, 2], two => [0, 1, 2], four => [0], ...)
ELIZABETH/List-MoreUtils
…/README.md :349:
### arrayify LIST [,LIST [,LIST...]]
ELIZABETH/List-MoreUtils
…/README.md :407:
# 'Deutschlandradio Kultur' => 8,...)
ELIZABETH/List-MoreUtils
…/README.md :504:
### each_array ARRAY1, ARRAY2 ...
ELIZABETH/List-MoreUtils
…/README.md :511:
while ea() -> ($a,$b,$c) { .... }
ELIZABETH/List-MoreUtils
…/README.md :519:
while zip(@a,@b,@c) -> ($a,$b,$c) { .... }
ELIZABETH/List-MoreUtils
…/README.md :880:
my $reduced = reduce_0 -> $a, $b { dd $++ }, @list; # 0 1 2 3 4 5 ...
ELIZABETH/List-MoreUtils
…/README.md :892:
my $reduced = reduce_1 -> $a, $b { dd $++ }, @list; # 0 1 2 3 4 5 ...
ELIZABETH/List-MoreUtils
…/README.md :904:
my $reduced = reduce_u -> $a, $b { dd $++ }, @list; # 0 1 2 3 4 5 ...
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :817:
=head3 mesh ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :819:
=head3 zip ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :843:
=head3 zip6 ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :845:
=head3 zip_unflatten ARRAY1, ARRAY2 [ , ARRAY3 ... ]
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :867:
=head3 listcmp ARRAY0 ARRAY1 [ ARRAY2 ... ]
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :878:
# (one => [0, 2], two => [0, 1, 2], four => [0], ...)
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :892:
=head3 arrayify LIST [,LIST [,LIST...]]
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :962:
# 'Deutschlandradio Kultur' => 8,...)
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1067:
=head3 each_array ARRAY1, ARRAY2 ...
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1077:
while ea() -> ($a,$b,$c) { .... }
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1086:
while zip(@a,@b,@c) -> ($a,$b,$c) { .... }
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1498:
my $reduced = reduce_0 -> $a, $b { dd $++ }, @list; # 0 1 2 3 4 5 ...
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1516:
my $reduced = reduce_1 -> $a, $b { dd $++ }, @list; # 0 1 2 3 4 5 ...
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1534:
my $reduced = reduce_u -> $a, $b { dd $++ }, @list; # 0 1 2 3 4 5 ...
ELIZABETH/List-MoreUtils
…/indexes.t :9:
is-deeply @x, [2 .. 5], "indexes > 5 ...";
ELIZABETH/List-Util
…/README.md :225:
my @kvlist = ...
ELIZABETH/List-Util
…/README.md :229:
...
ELIZABETH/List-Util
…/README.md :236:
...
ELIZABETH/List-Util
…/README.md :252:
...
ELIZABETH/List-Util
…/README.md :260:
...
ELIZABETH/List-Util
…/Util.pm6 :454:
my @kvlist = ...
ELIZABETH/List-Util
…/Util.pm6 :458:
...
ELIZABETH/List-Util
…/Util.pm6 :465:
...
ELIZABETH/List-Util
…/Util.pm6 :482:
...
ELIZABETH/List-Util
…/Util.pm6 :490:
...
ELIZABETH/List-Util
…/first.t :35:
# ... even in a loop?
ELIZABETH/List-Util
…/reduce.t :10:
my $v is default(Nil) = reduce( { ... } );
ELIZABETH/List-Util
…/reduce.t :54:
# ... even in a loop?
ELIZABETH/List-UtilsBy
…/README.md :33:
-> $_ is copy { ... code changing $_ ... }
ELIZABETH/List-UtilsBy
…/README.md :190:
my @vals = zip_by { ITEMFUNC }, @arr0, @arr1, @arr2, ... ;
ELIZABETH/List-UtilsBy
…/README.md :223:
my (@arr0, @arr1, @arr2, ...) = unzip_by { ITEMFUNC }, @vals
ELIZABETH/List-UtilsBy
…/README.md :276:
my @bundled = @values.batch(3).map: -> @_ { ... };
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :227:
-> $_ is copy { ... code changing $_ ... }
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :407:
my @vals = zip_by { ITEMFUNC }, @arr0, @arr1, @arr2, ... ;
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :448:
my (@arr0, @arr1, @arr2, ...) = unzip_by { ITEMFUNC }, @vals
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :520:
my @bundled = @values.batch(3).map: -> @_ { ... };
ELIZABETH/Map-Agnostic
…/README.md :13:
method INIT-KEY($key,$value) { ... }
ELIZABETH/Map-Agnostic
…/README.md :14:
method AT-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/README.md :15:
method EXISTS-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/README.md :16:
method keys() { ... }
ELIZABETH/Map-Agnostic
…/README.md :21:
my %m is Map::Agnostic = ...;
ELIZABETH/Map-Agnostic
…/README.md :33:
method INIT-KEY($key, $value) { ... }
ELIZABETH/Map-Agnostic
…/README.md :39:
method AT-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/README.md :45:
method EXISTS-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/README.md :51:
method keys() { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :32:
method INIT-KEY(\key, \value) { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :56:
method INIT-KEY($key,$value) { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :57:
method AT-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :58:
method EXISTS-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :59:
method keys() { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :64:
my %m is Map::Agnostic = ...;
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :77:
method INIT-KEY($key, $value) { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :87:
method AT-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :93:
method EXISTS-KEY($key) { ... }
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :99:
method keys() { ... }
ELIZABETH/Memoize
…/README.md :17:
memoize(&function, options...);
ELIZABETH/Memoize
…/README.md :86:
...
ELIZABETH/Memoize
…/README.md :102:
If `function` was the name of a function, then `memoize` hides the old version and installs the new memoized version under the old name, so that `&function(...)` actually invokes the memoized version.
ELIZABETH/Memoize
…/README.md :177:
my $fh = open("$DIR/$problem_type") or die...;
ELIZABETH/Memoize
…/Memoize.pm6 :146:
memoize(&function, options...);
ELIZABETH/Memoize
…/Memoize.pm6 :261:
...
ELIZABETH/Memoize
…/Memoize.pm6 :285:
so that C<&function(...)> actually invokes the memoized version.
ELIZABETH/Memoize
…/Memoize.pm6 :378:
my $fh = open("$DIR/$problem_type") or die...;
ELIZABETH/Object-Delayed
…/README.md :14:
my $dbh = slack { DBIish.connect: ... }
ELIZABETH/Object-Delayed
…/README.md :41:
my $dbh = slack { DBIish.connect: ... }
ELIZABETH/Object-Delayed
…/Delayed.pm6 :36:
my $dbh = slack { DBIish.connect: ... }
ELIZABETH/Object-Delayed
…/Delayed.pm6 :61:
my $dbh = slack { DBIish.connect: ... }
ELIZABETH/P5chomp
…/README.md :67:
# ...
ELIZABETH/P5chomp
…/P5chomp.pm6 :103:
# ...
ELIZABETH/P5each
…/README.md :77:
while (($key,$value) = each $hashref) { ... }
ELIZABETH/P5each
…/P5each.pm6 :109:
while (($key,$value) = each $hashref) { ... }
ELIZABETH/P5math
…/README.md :98:
die "Sorry...\n";
ELIZABETH/P5math
…/P5math.pm6 :144:
die "Sorry...\n";
ELIZABETH/P5quotemeta
…/README.md :38:
quotemeta (and "\Q" ... "\E") are useful when interpolating
ELIZABETH/P5quotemeta
…/README.md :47:
Will cause $sentence to become 'The big bad wolf jumped over...'.
ELIZABETH/P5quotemeta
…/P5quotemeta.pm6 :88:
quotemeta (and "\Q" ... "\E") are useful when interpolating
ELIZABETH/P5quotemeta
…/P5quotemeta.pm6 :97:
Will cause $sentence to become 'The big bad wolf jumped over...'.
ELIZABETH/P5ref
…/01-basic.t :17:
is ref({...}), 'CODE', 'did we get CODE';
ELIZABETH/P5ref
…/01-basic.t :26:
with {...} { is ref, 'CODE', 'did we get CODE' }
ELIZABETH/P5study
…/README.md :46:
# ...
ELIZABETH/P5study
…/P5study.pm6 :51:
# ...
ELIZABETH/Sub-Name
…/README.md :15:
$callable = subname foo => { ... };
ELIZABETH/Sub-Name
…/Name.pm6 :7:
# handle name, { ... } case
ELIZABETH/Sub-Name
…/Name.pm6 :9:
# handle "foo" => { ... } case
ELIZABETH/Sub-Name
…/Name.pm6 :11:
# handle foo => { ... } case
ELIZABETH/Sub-Name
…/Name.pm6 :36:
$callable = subname foo => { ... };
ELIZABETH/Sub-Name
…/01-basic.t :7:
my $a := subname "foo", { ... }; # 2 positional case
ELIZABETH/Sub-Name
…/01-basic.t :11:
my $b := subname bar => { ... }; # %_ case
ELIZABETH/Sub-Name
…/01-basic.t :15:
my $c := subname "baz" => { ... }; # Pair case
ELIZABETH/Sub-Name
…/01-basic.t :20:
my $a := subname "foo", { ... }; # 2 positional case
ELIZABETH/Sub-Name
…/01-basic.t :24:
my $b := subname bar => { ... }; # %_ case
ELIZABETH/Sub-Name
…/01-basic.t :28:
my $c := subname "baz" => { ... }; # Pair case
ELIZABETH/Sub-Name
…/01-basic.t :35:
my $a := subname "foo", { ... }; # 2 positional case
ELIZABETH/Sub-Name
…/01-basic.t :39:
my $b := subname bar => { ... }; # %_ case
ELIZABETH/Sub-Name
…/01-basic.t :43:
my $c := subname "baz" => { ... }; # Pair case
ELIZABETH/Sub-Name
…/01-basic.t :50:
my $d := subname "Zip::foo", { ... }; # 2 positional case
ELIZABETH/Sub-Name
…/01-basic.t :54:
my $e := subname "Zip::baz" => { ... }; # Pair case
ELIZABETH/Sub-Util
…/Util.pm6 :15:
# handle name, { ... } case
ELIZABETH/Sub-Util
…/Util.pm6 :17:
# handle "foo" => { ... } case
ELIZABETH/Sub-Util
…/Util.pm6 :19:
# handle foo => { ... } case
ELIZABETH/Sub-Util
…/set_subname.t :7:
my $a := set_subname "foo", { ... }; # 2 positional case
ELIZABETH/Sub-Util
…/set_subname.t :11:
my $b := set_subname bar => { ... }; # %_ case
ELIZABETH/Sub-Util
…/set_subname.t :15:
my $c := set_subname "baz" => { ... }; # Pair case
ELIZABETH/Sub-Util
…/set_subname.t :20:
my $a := set_subname "foo", { ... }; # 2 positional case
ELIZABETH/Sub-Util
…/set_subname.t :24:
my $b := set_subname bar => { ... }; # %_ case
ELIZABETH/Sub-Util
…/set_subname.t :28:
my $c := set_subname "baz" => { ... }; # Pair case
ELIZABETH/Sub-Util
…/set_subname.t :35:
my $a := set_subname "foo", { ... }; # 2 positional case
ELIZABETH/Sub-Util
…/set_subname.t :39:
my $b := set_subname bar => { ... }; # %_ case
ELIZABETH/Sub-Util
…/set_subname.t :43:
my $c := set_subname "baz" => { ... }; # Pair case
ELIZABETH/Sub-Util
…/set_subname.t :50:
my $d := set_subname "Zip::foo", { ... }; # 2 positional case
ELIZABETH/Sub-Util
…/set_subname.t :54:
my $e := set_subname "Zip::baz" => { ... }; # Pair case
ELIZABETH/Sub-Util
…/subname.t :10:
is subname( { ... } ), '__ANON__', 'did we get __ANON__ for bare Callable?';
FCO/Red
…/README.md :24:
model Person {...}
FCO/Red
…/Schema.pm6 :3:
model Log {...}
FCO/Red
…/Schema.pm6 :4:
model Person {...}
FCO/Red
…/index.p6 :8:
model Person {...}
FCO/Red
…/index.p6 :4:
model Event { ... }
FCO/Red
…/index.p6 :19:
model Ticket { ... }
FCO/Red
…/Red.pm6 :80:
model Person {...}
FCO/Red
…/AST.pm6 :8:
method gist { ... }
FCO/Red
…/AST.pm6 :9:
method find-column-name { ... }
FCO/Red
…/AST.pm6 :11:
#method should-set($class --> Hash()) { ... }
FCO/Red
…/AST.pm6 :12:
#method should-validate(%values --> Bool()) { ... }
FCO/Red
…/AST.pm6 :16:
method args { ... }
FCO/Red
…/AST.pm6 :17:
method returns { ... }
FCO/Red
…/Infixes.pm6 :3:
class Red::AST::Eq { ... }
FCO/Red
…/Infixes.pm6 :4:
class Red::AST::Ne { ... }
FCO/Red
…/Infixes.pm6 :5:
class Red::AST::Lt { ... }
FCO/Red
…/Infixes.pm6 :6:
class Red::AST::Gt { ... }
FCO/Red
…/Infixes.pm6 :7:
class Red::AST::Le { ... }
FCO/Red
…/Infixes.pm6 :8:
class Red::AST::Ge { ... }
FCO/Red
…/Infixes.pm6 :9:
class Red::AST::AND { ... }
FCO/Red
…/Infixes.pm6 :10:
class Red::AST::OR { ... }
FCO/Red
…/Infixes.pm6 :11:
class Red::AST::Mul { ... }
FCO/Red
…/Infixes.pm6 :12:
class Red::AST::Div { ... }
FCO/Red
…/Infixes.pm6 :13:
class Red::AST::Mod { ... }
FCO/Red
…/Infixes.pm6 :14:
class Red::AST::Concat { ... }
FCO/Red
…/Infixes.pm6 :15:
class Red::AST::Like { ... }
FCO/Red
…/Operator.pm6 :4:
method op { ... }
FCO/Red
…/Unary.pm6 :3:
class Red::AST::Not { ... }
FCO/Red
…/Unary.pm6 :6:
method value { ... }
FCO/Red
…/Driver.pm6 :6:
method translate(Red::AST, $?) { ... }
FCO/Red
…/Driver.pm6 :7:
multi method prepare(Str) { ... }
FCO/Red
…/Driver.pm6 :8:
multi method prepare(Red::AST) { ... }
FCO/Red
…/Driver.pm6 :9:
multi method default-type-for(Red::Column $ --> Str:D) { ... }
FCO/Red
…/Statement.pm6 :7:
method stt-exec($, *@) { ... }
FCO/Red
…/Statement.pm6 :23:
method stt-row($ --> Hash()) { ... }
FCO/Red
…/02-tdd.t :215:
model Person { ... }
FCO/Red
…/02-tdd.t :242:
model Person2 { ... }
FCO/Red
…/04-blog.t :6:
model Person {...}
FCO/Red
…/05-ticket.t :21:
model Ticket { ... }
FCO/Red
…/13-roles.t :40:
model Blu { ... }
FCO/Red
…/TestRed.pm6 :3:
model Foo { ... }
FISCHER/Lingua-Lipogram
…/lipogram :42:
lipogram [-l|--letters=<Str>] [-f|--files] [<item> ...]
FISCHER/Lingua-Lipogram
…/02-meta.t :9:
skip "Skipping Test::META ...";
FISCHER/Lingua-Palindrome
…/palindrome :44:
palindrome [-m|--mode=<Str>] [<item> ...]
FISCHER/Lingua-Palindrome
…/02-meta.t :9:
skip "Skipping Test::META ...";
FISCHER/Lingua-Pangram
…/pangram :46:
pangram [-l|--language=de|en|es|fr|ru] [<word> ...]
FISCHER/Lingua-Pangram
…/02-meta.t :9:
skip "Skipping Test::META ...";
FRITH/Desktop-Notify
…/rawaddaction.p6 :14:
notify_notification_add_action($n, 'default', 'Opening...', &callme);
GARLANDG/Cro-H
…/H.pm6 :9:
method produces() { ... }
GARLANDG/Cro-H
…/H.pm6 :10:
method consumes() { ... }
HANENKAMP/AWS-Session
…/Provider.pod6 :13:
... # do you thing
HANENKAMP/AWS-Session
…/Credentials.pm6 :157:
method load(AWS::Session $session) returns AWS::Credentials { ... }
HANENKAMP/Amazon-DynamoDB
…/README.md :139:
$ddb.CreateTable( ... );
HANENKAMP/Amazon-DynamoDB
…/DynamoDB.pm6 :150:
$ddb.CreateTable( ... );
HANENKAMP/Amazon-DynamoDB
…/DynamoDB.pm6 :771:
# :sorted-keys helps tests pass... we should probably make the tests
HANENKAMP/Amazon-DynamoDB
…/UA.pm6 :7:
method request(:$method, :$uri, :%headers, :$content --> Hash) { ... }
HANENKAMP/ArrayHash
…/META6.json :5:
"description" : "An array in a hash in an array... like a turducken",
HANENKAMP/ArrayHash
…/README.md :167:
my @a := array-hash( ... );
HANENKAMP/ArrayHash
…/ArrayHash.pm6 :108:
# TODO make this a macro...
HANENKAMP/ArrayHash
…/ArrayHash.pm6 :414:
my @a := array-hash( ... );
HANENKAMP/ArrayHash
…/ArrayHash.pm6 :725:
when 101 { '...' }
HANENKAMP/Cofra
…/Biz.pm6 :19:
method make-doohickies($stuff, $things) { ... }
HANENKAMP/Cofra
…/IOC.pm6 :35:
method construction-args(Any:D $container --> Capture:D) { ... }
HANENKAMP/Cofra
…/IOC.pm6 :101:
method lazy-builder(--> Method:D) { ... }
HANENKAMP/Cofra
…/IOC.pm6 :255:
args => \(...),
HANENKAMP/Cofra
…/Logger.pm6 :5:
method is-logging-critical(--> Bool:D) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :6:
method log-critical(*@msg) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :8:
method is-logging-error(--> Bool:D) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :9:
method log-error(*@msg) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :11:
method is-logging-warn(--> Bool:D) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :12:
method log-warn(*@msg) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :14:
method is-logging-info(--> Bool:D) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :15:
method log-info(*@msg) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :17:
method is-logging-debug(--> Bool:D) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :18:
method log-debug(*@msg) { ... }
HANENKAMP/Cofra
…/Logger.pm6 :50:
My fingers got tired just documenting it. Let's never do that again... but
HANENKAMP/Cofra
…/Controller.pm6 :42:
...
HANENKAMP/Cofra
…/Match.pm6 :5:
method path-parameters(--> Hash:D) { ... }
HANENKAMP/Cofra
…/Match.pm6 :6:
method target(--> Callable:D) { ... }
HANENKAMP/Cofra
…/P6WAPI.pm6 :10:
method app { ... }
HANENKAMP/Cofra
…/P6WAPI.pm6 :11:
method log-error { ... }
HANENKAMP/Cofra
…/Request.pm6 :13:
method start-response(--> Cofra::Web::Response:D) { ... }
HANENKAMP/Cofra
…/Response.pm6 :7:
# method status(--> Int:D) { ... }
HANENKAMP/Cofra
…/Response.pm6 :9:
# method headers(--> HTTP::Headers:D) { ... }
HANENKAMP/Cofra
…/Response.pm6 :10:
# method header(--> HTTP::Header:D) { ... }
HANENKAMP/Cofra
…/Response.pm6 :11:
# method Content-Length(--> HTTP::Header:D) { ... }
HANENKAMP/Cofra
…/Response.pm6 :12:
# method Content-Type(--> HTTP::Header:D) { ... }
HANENKAMP/Cofra
…/Response.pm6 :14:
# method body(--> Any:D) { ... }
HANENKAMP/Cofra
…/Router.pm6 :10:
method match(Cofra::Web::Request:D $request --> Cofra::Web::Match) { ... }
HANENKAMP/Cofra
…/Router.pm6 :12:
method path-for(%mapping --> Str) { ... }
HANENKAMP/Cofra
…/PathRouter.pm6 :184:
anywhere, but..."
HANENKAMP/Cofra
…/View.pm6 :40:
method render(*@_, *%_ --> Cofra::Web::Response:D) { ... }
HANENKAMP/Cofra
…/View.pm6 :44:
...
HANENKAMP/CroX-HTTP-FallbackPassthru
…/FallbackPassthru.pm6 :18:
my $application = route { ... };
HANENKAMP/DOM-Tiny
…/HTML.pm6 :145:
method render(:$xml) { ... }
HANENKAMP/DOM-Tiny
…/HTML.pm6 :149:
class Root { ... }
HANENKAMP/DOM-Tiny
…/HTML.pm6 :150:
class Tag { ... }
HANENKAMP/DOM-Tiny
…/HTML.pm6 :151:
role HasChildren { ... }
HANENKAMP/DOM-Tiny
…/HTML.pm6 :201:
class Text { ... }
HANENKAMP/DOM-Tiny
…/HTML.pm6 :202:
role TextNode { ... }
HANENKAMP/Email-Address
…/Format.pm6 :7:
method format(--> Str) { ... }
HANENKAMP/Email-Address
…/Group.pm6 :42:
# quoting can't be used when =?...?...?= mime words are in the name,
HANENKAMP/Email-Address
…/Mailbox.pm6 :139:
# quoting can't be used when =?...?...?= mime words are in the name,
HANENKAMP/Future
…/README.md :30:
say await $f; # prints 42, not Promise.new(...)
HANENKAMP/Future
…/README.md :80:
method fib($n --> Promise) { ... }
HANENKAMP/Future
…/README.md :83:
method fib($n --> Future[Int]) { ... }
HANENKAMP/Future
…/README.md :144:
Future.awaitable(start { ... });
HANENKAMP/Future
…/README.md :217:
-> $answer, :$beeblebrox = True { ... }
HANENKAMP/Future
…/Future.pm6 :263:
say await $f; # prints 42, not Promise.new(...)
HANENKAMP/Future
…/Future.pm6 :329:
method fib($n --> Promise) { ... }
HANENKAMP/Future
…/Future.pm6 :332:
method fib($n --> Future[Int]) { ... }
HANENKAMP/Future
…/Future.pm6 :432:
Future.awaitable(start { ... });
HANENKAMP/Future
…/Future.pm6 :523:
-> $answer, :$beeblebrox = True { ... }
HANENKAMP/Getopt-ForClass
…/ForClass.pm6 :143:
# usage: our &MAIN := build-main-for-class(...);
HANENKAMP/Getopt-ForClass
…/ForClass.pod6 :13:
method list-things(:$filter) { ... }
HANENKAMP/Getopt-ForClass
…/ForClass.pod6 :14:
method add-thing($name) { ... }
HANENKAMP/Getopt-ForClass
…/ForClass.pod6 :15:
method remove-thing($name, Bool :$cascade) { ... }
HANENKAMP/HTTP-Headers
…/Headers.pm6 :26:
class HTTP::Headers:ver<0.1>:auth<github:zostay> { ... }
HANENKAMP/HTTP-Headers
…/Headers.pm6 :143:
# TODO Why can't I make this a stub ... ?
HANENKAMP/HTTP-Headers
…/Headers.pm6 :221:
has HTTP::Header %!headers; #= Internal header storage... no touchy
HANENKAMP/HTTP-Headers
…/Headers.pm6 :435:
# Should be deprecated...
HANENKAMP/HTTP-Request-Supply
…/Body.pm6 :20:
method process-bytes(Blob $buf) { ... }
HANENKAMP/HTTP-Supply
…/Body.pm6 :20:
method process-bytes(Blob $buf) { ... }
HANENKAMP/Hash-MultiValue
…/MultiValue.pm6 :423:
# method classify-list ...
HANENKAMP/Hash-MultiValue
…/MultiValue.pm6 :424:
# method categorize-list ...
HANENKAMP/Hash-MultiValue
…/MultiValue.pm6 :449:
when 101 { '...' }
HANENKAMP/IO-Glob
…/README.md :16:
for .dir("/var/log/error") -> $err-log { ... }
HANENKAMP/IO-Glob
…/README.md :17:
for .dir("/var/log/access") -> $acc-log { ... }
HANENKAMP/IO-Glob
…/README.md :25:
for "/var/log".IO.dir(test => glob("*.err")) -> $err-log { ... }
HANENKAMP/IO-Glob
…/README.md :32:
for glob("src/core/%.pm", :sql) -> $file { ... }
HANENKAMP/IO-Glob
…/README.md :36:
for glob("src/core/*.pm", :simple) -> $file { ... }
HANENKAMP/IO-Glob
…/README.md :136:
for glob('*.*') -> $every-dos-file { ... }
HANENKAMP/IO-Glob
…/README.md :137:
for glob('*.*').dir -> $every-dos-file { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :15:
for .dir("/var/log/error") -> $err-log { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :16:
for .dir("/var/log/access") -> $acc-log { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :24:
for "/var/log".IO.dir(test => glob("*.err")) -> $err-log { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :31:
for glob("src/core/%.pm", :sql) -> $file { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :35:
for glob("src/core/*.pm", :simple) -> $file { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :361:
for glob('*.*') -> $every-dos-file { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :362:
for glob('*.*').dir -> $every-dos-file { ... }
HANENKAMP/IO-Glob
…/Glob.pm6 :380:
# Depth-first-search... commence!
HANENKAMP/IO-Glob
…/smart-match.t :22:
ok '...' ~~ $dqs;
HANENKAMP/IO-Glob
…/sqlish.t :20:
ok '...' ~~ $dqs;
HANENKAMP/ModelDB
…/Collection.pm6 :15:
my ModelDB::Table[MyApp::Animals] $table .= new(...);
HANENKAMP/ModelDB
…/Collection.pm6 :38:
method all() { ... }
HANENKAMP/ModelDB
…/ModelBuilder.pm6 :30:
model YourModel { ... }
HANENKAMP/ModelDB
…/Table.pm6 :6:
class ModelDB::Collection::Table { ... }
HANENKAMP/ModelDB
…/Table.pm6 :26:
my ModelDB::Schema $schema .= new(...);
HANENKAMP/ModelDB
…/Table.pm6 :198:
...
HANENKAMP/ModelDB
…/basic.t :11:
my $tmpfile = [~] ('a'...'z','0'...'9','A'...'Z').roll(20);
HANENKAMP/Path-Router
…/Changes :20:
* COMPATIBILITY BREAKING: Prior to this revision, .add-route(...) allowed
HANENKAMP/Path-Router
…/README.md :19:
# anything you want it to be ...
HANENKAMP/Path-Router
…/README.md :29:
# validate with ...
HANENKAMP/Path-Router
…/README.md :31:
# ... raw-Regexp refs
HANENKAMP/Path-Router
…/README.md :33:
# ... custom types you created
HANENKAMP/Path-Router
…/README.md :35:
# ... anon-subsets created inline
HANENKAMP/Path-Router
…/README.md :53:
# ... in your dispatcher
HANENKAMP/Path-Router
…/README.md :58:
# ... in your code
HANENKAMP/Path-Router
…/Router.pm6 :189:
debug("\t\t... found a variable ($component)");
HANENKAMP/Path-Router
…/Router.pm6 :204:
debug("\t\t... found a constant ($component)");
HANENKAMP/Path-Router
…/Router.pm6 :209:
debug("+++ URL so far ... ", @path.join("/"));
HANENKAMP/Path-Router
…/Router.pm6 :215:
debug("... ", $_);
HANENKAMP/Path-Router
…/Router.pm6 :307:
# anything you want it to be ...
HANENKAMP/Path-Router
…/Router.pm6 :317:
# validate with ...
HANENKAMP/Path-Router
…/Router.pm6 :319:
# ... raw-Regexp refs
HANENKAMP/Path-Router
…/Router.pm6 :321:
# ... custom types you created
HANENKAMP/Path-Router
…/Router.pm6 :323:
# ... anon-subsets created inline
HANENKAMP/Path-Router
…/Router.pm6 :341:
# ... in your dispatcher
HANENKAMP/Path-Router
…/Router.pm6 :346:
# ... in your code
HANENKAMP/Path-Router
…/Route.pm6 :5:
class Path::Router::Route { ... }
HANENKAMP/Path-Router
…/Router.pm6 :27:
diag("... paths do not match\n" ~
HANENKAMP/Path-Router
…/Router.pm6 :110:
diag("... paths do not match\n" ~
HANENKAMP/Path-Router
…/Router.pm6 :132:
# ... define some routes
HANENKAMP/Path-Router
…/Router.pm6 :134:
path-ok($router, 'admin/remove-user/56', '... this is a valid path');
HANENKAMP/Path-Router
…/Router.pm6 :143:
'... the path and mapping match');
HANENKAMP/Path-Router
…/Router.pm6 :149:
}, '... this maps to a valid path');
HANENKAMP/Path-Router
…/Router.pm6 :158:
'... the mapping and path match');
HANENKAMP/Path-Router
…/Router.pm6 :175:
"... our routes are valid");
HANENKAMP/Path-Router
…/001_basic.t :42:
# This used to be added as the second argument, but we're... see above.
HANENKAMP/Path-Router
…/001_basic.t :54:
# This used to be added as the last argument, but we're... see above.
HANENKAMP/Path-Router
…/001_basic.t :120:
"... our routes are solid");
HANENKAMP/Path-Router
…/002_w_optional.t :69:
"... our routes are solid");
HANENKAMP/Path-Router
…/003_messy_paths.t :49:
path-ok($router, '/blog/', '... this path is valid');
HANENKAMP/Path-Router
…/003_messy_paths.t :50:
path-ok($router, './blog/', '... this path is valid');
HANENKAMP/Path-Router
…/003_messy_paths.t :51:
path-ok($router, '///.///.///blog//.//', '... this path is valid');
HANENKAMP/Path-Router
…/003_messy_paths.t :52:
path-ok($router, '/blog/./show/.//./20', '... this path is valid');
HANENKAMP/Path-Router
…/003_messy_paths.t :53:
path-ok($router, '/blog/./2006/.//./20////////10', '... this path is valid');
HANENKAMP/Path-Router
…/003_messy_paths.t :61:
'... this path matches the mapping');
HANENKAMP/Path-Router
…/003_messy_paths.t :69:
'... this path matches the mapping');
HANENKAMP/Path-Router
…/003_messy_paths.t :78:
'... this path matches the mapping');
HANENKAMP/Path-Router
…/003_messy_paths.t :89:
'... this path matches the mapping');
HANENKAMP/Path-Router
…/004_match_test.t :44:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/004_match_test.t :56:
path-not-ok($router, $_, '... could not match path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/005_match_test_w_optional.t :36:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/005_match_test_w_optional.t :50:
path-not-ok($router, $_, '... could not match path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/006_match_w_targets.t :59:
is($match.route.target, $INDEX, '... got the right target');
HANENKAMP/Path-Router
…/006_match_w_targets.t :66:
'... got the right mapping'
HANENKAMP/Path-Router
…/006_match_w_targets.t :73:
is($match.route.target, $SHOW_DATE, '... got the right target');
HANENKAMP/Path-Router
…/006_match_w_targets.t :83:
'... got the right mapping'
HANENKAMP/Path-Router
…/006_match_w_targets.t :90:
is($match.route.target, $GENERAL, '... got the right target');
HANENKAMP/Path-Router
…/006_match_w_targets.t :98:
'... got the right mapping'
HANENKAMP/Path-Router
…/006_match_w_targets.t :105:
is($match.route.target, $GENERAL, '... got the right target');
HANENKAMP/Path-Router
…/006_match_w_targets.t :113:
'... got the right mapping'
HANENKAMP/Path-Router
…/009_include_other_router.t :42:
path-ok($poll-router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/009_include_other_router.t :65:
"... our routes are solid");
HANENKAMP/Path-Router
…/009_include_other_router.t :90:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/009_include_other_router.t :123:
"... our routes are solid");
HANENKAMP/Path-Router
…/009_include_other_router.t :151:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/009_include_other_router.t :195:
"... our routes are solid");
HANENKAMP/Path-Router
…/009_include_other_router.t :202:
"... this dies correctly"
HANENKAMP/Path-Router
…/009_include_other_router.t :208:
"... this dies correctly"
HANENKAMP/Path-Router
…/009_include_other_router.t :214:
"... this dies correctly"
HANENKAMP/Path-Router
…/010_example_cat_chained_URIs.t :196:
"... our routes are solid");
HANENKAMP/Path-Router
…/010_example_cat_chained_URIs.t :198:
path-not-ok($router, $_, '... ' ~ $_ ~ ' is not okay') for <
HANENKAMP/Path-Router
…/015_match_slurpy.t :63:
"... this dies correctly"
HANENKAMP/Path-Router
…/100_bug.t :27:
'... got the right URI'
HANENKAMP/Path-Router
…/100_bug.t :33:
'... got the right URI'
HANENKAMP/Path-Router
…/100_bug.t :39:
'... got the right URI'
HANENKAMP/Smack
…/README.md :82:
Starting on http://0.0.0.0:5000/...
HANENKAMP/Smack
…/Smack.pm6 :94:
note "[debug] Received connection..." if $!debug;
HANENKAMP/Smack
…/Smack.pm6 :123:
Starting on http://0.0.0.0:5000/...
HANENKAMP/Smack
…/URLMap.pm6 :88:
# TODO Use this? When I do this in rakudo-2017.03... it does not
HANENKAMP/Smack
…/Message.pm6 :117:
(do { "..." } with $.body),
HANENKAMP/Smack
…/Handler.pm6 :8:
# Should be a stub...
HANENKAMP/Smack
…/Easy.pm6 :16:
say "Starting on http://$!host:$!port/...";
HANENKAMP/Smack
…/Standalone.pm6 :17:
say "Starting on http://$!host:$!port/...";
HANENKAMP/Smack
…/Basic.pm6 :17:
# callwith... ???
HANENKAMP/Smack
…/Request.pm6 :47:
# Kinda dumb...
HANENKAMP/Smack
…/Test.pm6 :15:
class Smack::Test { ... }
HANENKAMP/Smack
…/Test.pm6 :64:
multi method request(Smack::Client::Request $request, %config --> Promise:D) { ... }
HANENKAMP/Smack
…/URI.pm6 :384:
# new can pass alternate grammars some day ...
HANENKAMP/Smack
…/URI.pm6 :841:
CATCH { when X::Smack::URI::Invalid { ... } }
HANENKAMP/Smack
…/URI.pm6 :932:
my $u = Smack::URI.new("...");
HANENKAMP/Smack
…/URI.pm6 :978:
my $u = Smack::URI.new("...");
HANENKAMP/Smack
…/server.pl6 :15:
say "Starting on http://localhost:$port/...";
HANENKAMP/Template-Anti
…/README.md :34:
... # yada signals embedded logic
HANENKAMP/Template-Anti
…/README.md :128:
...
HANENKAMP/Template-Anti
…/README.md :132:
The yada (...) signals that this the method logic will be filled in by scripts embedded within the original. The capture bar (|) is shown h…
HANENKAMP/Template-Anti
…/README.md :148:
...
HANENKAMP/Template-Anti
…/README.md :166:
...
HANENKAMP/Template-Anti
…/README.md :193:
) { ... }
HANENKAMP/Template-Anti
…/README.md :199:
A method declared with this trait that is a yada-method (i.e., it has no code in the block, just a yada (...), will cause Template::Anti to assume that the code is embedded within the original source file named in `:source`.
HANENKAMP/Template-Anti
…/README.md :225:
sub ($dom, |c) { ... }
HANENKAMP/Template-Anti
…/README.md :237:
sub (|c) returns Str:D { ... }
HANENKAMP/Template-Anti
…/README.md :241:
sub process1($dom) { ... }
HANENKAMP/Template-Anti
…/README.md :242:
my &process1-template = anti-template(&process1, ...);
HANENKAMP/Template-Anti
…/README.md :245:
sub process2($dom, $user, :$title, :$name) { ... }
HANENKAMP/Template-Anti
…/README.md :246:
my &process2-template = anti-template(&process2, ...);
HANENKAMP/Template-Anti
…/README.md :249:
sub process3($dom, %stash) { ... }
HANENKAMP/Template-Anti
…/README.md :250:
my &process3-template = anti-template(&process3, ...);
HANENKAMP/Template-Anti
…/README.md :446:
...
HANENKAMP/Template-Anti
…/Anti.pm6 :36:
... # yada signals embedded logic
HANENKAMP/Template-Anti
…/Anti.pm6 :163:
...
HANENKAMP/Template-Anti
…/Anti.pm6 :167:
The yada (...) signals that this the method logic will be filled in by scripts
HANENKAMP/Template-Anti
…/Anti.pm6 :186:
...
HANENKAMP/Template-Anti
…/Anti.pm6 :205:
...
HANENKAMP/Template-Anti
…/Anti.pm6 :238:
) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :248:
the block, just a yada (...), will cause Template::Anti to assume that the code
HANENKAMP/Template-Anti
…/Anti.pm6 :262:
sub ($dom, |c) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :274:
sub (|c) returns Str:D { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :278:
sub process1($dom) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :279:
my &process1-template = anti-template(&process1, ...);
HANENKAMP/Template-Anti
…/Anti.pm6 :282:
sub process2($dom, $user, :$title, :$name) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :283:
my &process2-template = anti-template(&process2, ...);
HANENKAMP/Template-Anti
…/Anti.pm6 :286:
sub process3($dom, %stash) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :287:
my &process3-template = anti-template(&process3, ...);
HANENKAMP/Template-Anti
…/Anti.pm6 :376:
method parse($source) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :377:
method prepare-original($master) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :378:
method render($final) { ... }
HANENKAMP/Template-Anti
…/Anti.pm6 :707:
...
HANENKAMP/Template-Anti
…/NodeSet.pm6 :17:
'<html><head><title>Hello World</title>...'
HANENKAMP/Template-Anti
…/Template.pm6 :15:
my $tmpl = Template::Anti.load('<html><head><title>Hello World</title>...');
HANENKAMP/Template-Anti
…/Template.pm6 :37:
...
HANENKAMP/Template-Anti
…/Template.pm6 :43:
...
HANENKAMP/Template-Anti
…/MyEmails.pm6 :49:
...
HANENKAMP/Template-Anti
…/library.t :26:
method people-two(|) is anti-template(:source<basic-embed.html>) { ... }
HMBRAND/Text-CSV
…/074-build.txt :12:
...
HMBRAND/Text-CSV
…/TODO :41:
can merge. Mind csv () and fragment ("cells="...")
HMBRAND/Text-CSV
…/csv.pl :64:
while $index < $last { # 30% faster than 0..^$line.chars ...
HMBRAND/Text-CSV
…/CSV.pm :386:
class Text::CSV { ... }
HMBRAND/Text-CSV
…/CSV.pm :492:
# I do not want the "in method sink at ..." here, but there
HMBRAND/Text-CSV
…/CSV.pm :1542:
# Temp guard ... I expected *%p sig to be called
HMBRAND/Text-CSV
…/CSV.pm :1685:
# sub { ... } Routine
HMBRAND/Text-CSV
…/CSV.pm :1686:
# { ... } Callable
HMBRAND/Text-CSV
…/CSV.pm :1688:
# start { ...} Channel
HMBRAND/Text-CSV
…/CSV.pod6 :177:
my $csv = Text::CSV.new(attributes ...);
HMBRAND/Text-CSV
…/CSV.pod6 :743:
$status = $csv.print($io, $fld, ... );
HMBRAND/Text-CSV
…/CSV.pod6 :744:
$status = $csv.print($io, ($fld, ...));
HMBRAND/Text-CSV
…/CSV.pod6 :745:
$status = $csv.print($io, [$fld, ...]);
HMBRAND/Text-CSV
…/CSV.pod6 :774:
$status = $csv.say($io, $fld, ... );
HMBRAND/Text-CSV
…/CSV.pod6 :775:
$status = $csv.say($io, ($fld, ...));
HMBRAND/Text-CSV
…/CSV.pod6 :776:
$status = $csv.say($io, [$fld, ...]);
HMBRAND/Text-CSV
…/CSV.pod6 :786:
$status = $csv.combine($fld, ...);
HMBRAND/Text-CSV
…/CSV.pod6 :975:
11,12,13,...19
HMBRAND/Text-CSV
…/CSV.pod6 :976:
21,22,...28,29
HMBRAND/Text-CSV
…/CSV.pod6 :978:
91,...97,98,99
HMBRAND/Text-CSV
…/CSV.pod6 :1073:
...
HMBRAND/Text-CSV
…/CSV.pod6 :1177:
# ...
HMBRAND/Text-CSV
…/CSV.pod6 :1184:
# ...
HMBRAND/Text-CSV
…/CSV.pod6 :2046:
csv (headers => %{ "post-kode" => "pc", "id number" => "ID" }, ...
HMBRAND/Text-CSV
…/CSV.pod6 :2491:
my $dbh = DBI.connect(...);
HMBRAND/Text-CSV
…/CSV.pod6 :2641:
Still under construction ...
HMBRAND/Text-CSV
…/12_acc.t :173:
), "new (Str ...)");
HMBRAND/Text-CSV
…/16_methods.t :61:
# do we really want to support ...
HMBRAND/Text-CSV
…/41_null.t :47:
ok ($csv.combine (@line), "combine [ ... ]");
HMBRAND/Text-CSV
…/41_null.t :58:
ok ($csv.print ($fh, @line), "print [ ... ]");
HMBRAND/Text-CSV
…/41_null.t :76:
is (@got.perl, @line.perl, "read [ ... ]");
HMBRAND/Text-CSV
…/41_null.t :90:
ok ($csv.combine (@line), "combine [ ... ]");
HMBRAND/Text-CSV
…/41_null.t :101:
ok ($csv.print ($fh, @line), "print [ ... ]");
HMBRAND/Text-CSV
…/41_null.t :114:
is (@got.perl, @line.perl, "read [ ... ]");
HOLYGHOST/Game-Markov
…/AbstractMarkovChain.pm6 :5:
### This calculates P(A|v_1,v_2,...,v_n)
HOLYGHOST/Game-Markov
…/HMMMarkovChain.pm6 :13:
### This calculates P(A|v_1,v_2,...,v_n) with @indices in .timedata
HOLYGHOST/Game-Markov
…/calc-markov.t :12:
# .... tests
HOLYGHOST/Mathx-Chaos
…/calc-some-stats.t :12:
# .... tests
HYTHM/Grid
…/README.md :80:
q r s t subgrid [ 4 ... 19 ] <b>h l p t</b>
HYTHM/Grid
…/README.md :88:
q r s t [ 4 ... 19 ] <b>q m i e</b>
HYTHM/Grid
…/README.md :297:
method grid { ... }
HYTHM/Grid
…/README.md :304:
method columns { ... }
HYTHM/Grid
…/README.md :311:
method columns { ... }
HYTHM/Grid
…/README.md :318:
multi method check ( :@rows! --> Bool:D ) { ... }
HYTHM/Grid
…/README.md :321:
multi method check ( :@columns! --> Bool:D ) { ... }
HYTHM/Grid
…/README.md :327:
method reshape ( Grid:D: Int :$columns! where * > 0 --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :332:
multi method flip ( Grid:D: Int:D :$horizontal! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :335:
multi method flip ( Grid:D: Int:D :$vertical! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :338:
multi method flip ( Grid:D: Int:D :$diagonal! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :341:
multi method flip ( Grid:D: Int:D :$antidiagonal! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :344:
multi method flip ( Grid:D: :@horizontal! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :347:
multi method flip ( Grid:D: :@vertical! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :350:
multi method flip ( Grid:D: :@diagonal! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :353:
multi method flip ( Grid:D: :@antidiagonal! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :359:
multi method rotate ( Grid:D: Int:D :$left! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :362:
multi method rotate ( Grid:D: Int:D :$right! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :365:
multi method rotate ( Grid:D: Int:D :$up! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :368:
multi method rotate ( Grid:D: Int:D :$down! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :371:
multi method rotate ( Grid:D: Int:D :$clockwise! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :374:
multi method rotate ( Grid:D: Int:D :$anticlockwise! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :377:
multi method rotate ( Grid:D: :@clockwise! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :380:
multi method rotate ( Grid:D: :@anticlockwise! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :386:
multi method transpose ( Grid:D: --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :389:
multi method transpose ( Grid:D: :@indices! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :395:
multi method append ( Grid:D: :@rows! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :398:
multi method append ( Grid:D: :@columns! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :407:
multi method prepend ( Grid:D: :@columns! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :413:
multi method push ( Grid:D: :@rows! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :422:
multi method pop ( Grid:D: Int :$rows! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :425:
multi method pop ( Grid:D: Int :$columns! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :431:
multi method shift ( Grid:D: Int :$rows! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :434:
multi method shift ( Grid:D: Int :$columns! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :440:
multi method unshift ( Grid:D: :@rows! --> Grid:D ) { ... }
HYTHM/Grid
…/README.md :449:
method has-subgrid( :@indices!, :$square = False --> Bool:D ) { ... }
HYTHM/Grid
…/README.md :455:
method is-square ( --> Bool:D ) { ... }
HYTHM/Grid
…/rotate-subgrid.p6 :9:
my @clockwise = 4 ... 19;
HYTHM/Grid
…/basic.t :24:
[ [0 ... 4], False ], # @subgrid not valid
HYTHM/Grid
…/basic.t :25:
[ [0 ... 4, 7], False ], # @subgrid not valid
HYTHM/Grid
…/basic.t :31:
[ [0 ... 0], True ],
HYTHM/Grid
…/basic.t :32:
[ [0 ... 1], True ],
HYTHM/Grid
…/basic.t :33:
[ [0 ... 2], True ],
HYTHM/Grid
…/basic.t :34:
[ [0 ... 3], True ],
HYTHM/Grid
…/basic.t :35:
[ [0 ... 7], True ],
HYTHM/Grid
…/basic.t :36:
[ [0 ... 23], True ],
HYTHM/Grid
…/basic.t :53:
[ <flip>, <vertical>, [0 ... 1], < a b c d e f g h i j k l m n o p q r s t u v w x > ],
HYTHM/Grid
…/basic.t :54:
[ <flip>, <vertical>, [0 ... 3], < a b c d e f g h i j k l m n o p q r s t u v w x > ],
HYTHM/Grid
…/basic.t :55:
[ <flip>, <vertical>, [0 ... 7], < e f g h a b c d i j k l m n o p q r s t u v w x > ],
HYTHM/Grid
…/basic.t :56:
[ <flip>, <vertical>, [0 ... 23], < u v w x q r s t m n o p i j k l e f g h a b c d > ],
HYTHM/Grid
…/basic.t :59:
[ <flip>, <horizontal>, [0 ... 2], < c b a d e f g h i j k l m n o p q r s t u v w x > ],
HYTHM/Grid
…/basic.t :60:
[ <flip>, <horizontal>, [0 ... 3], < d c b a e f g h i j k l m n o p q r s t u v w x > ],
HYTHM/Grid
…/basic.t :61:
[ <flip>, <horizontal>, [0 ... 7], < d c b a h g f e i j k l m n o p q r s t u v w x > ],
HYTHM/Grid
…/basic.t :62:
[ <flip>, <horizontal>, [0 ... 23], < d c b a h g f e l k j i p o n m t s r q x w v u > ],
HYTHM/Grid
…/basic.t :63:
[ <flip>, <horizontal>, [0 ... 1], < b a c d e f g h i j k l m n o p q r s t u v w x > ],
JGOFF/ANTLR4-Grammar
…/C.g4 :375:
| parameterList ',' '...'
JGOFF/ANTLR4-Grammar
…/C.g4 :626:
Ellipsis : '...';
JGOFF/ANTLR4-Grammar
…/C.g4 :639:
//| // other implementation-defined characters...
JGOFF/ANTLR4-Grammar
…/CSharp4.g4 :375:
/** NEW type (OPEN_PARENS ... | OPEN_BRACE ...) */
JGOFF/ANTLR4-Grammar
…/DOT.g4 :72:
/** "any double-quoted string ("...") possibly containing escaped quotes" */
JGOFF/ANTLR4-Grammar
…/Erlang.g4 :129:
| '[' topType ',' '...' ']'
JGOFF/ANTLR4-Grammar
…/Erlang.g4 :139:
funType100 : '(' '...' ')' '->' topType
JGOFF/ANTLR4-Grammar
…/JSON.g4 :46:
fragment EXP : [Ee] [+\-]? INT ; // \- since - means "range" inside [...]
JGOFF/ANTLR4-Grammar
…/Java.g4 :31:
* It parses ECJ, Netbeans, JDK etc...
JGOFF/ANTLR4-Grammar
…/Java.g4 :296:
: variableModifier* type '...' variableDeclaratorId
JGOFF/ANTLR4-Grammar
…/Java.g4 :1005:
ELLIPSIS : '...';
JGOFF/ANTLR4-Grammar
…/Java8.g4 :478:
: variableModifier* unannType annotation* '...' variableDeclaratorId
JGOFF/ANTLR4-Grammar
…/Java8.g4 :1764:
ELLIPSIS : '...';
JGOFF/ANTLR4-Grammar
…/LessLexer.g4 :18:
Ellipsis: '...';
JGOFF/ANTLR4-Grammar
…/Lua.g4 :97:
| '...'
JGOFF/ANTLR4-Grammar
…/Lua.g4 :162:
: namelist (',' '...')? | '...'
JGOFF/ANTLR4-Grammar
…/ObjC.g4 :349:
parameter_list : parameter_declaration_list ( ',' '...' )? ;
JGOFF/ANTLR4-Grammar
…/ObjC.g4 :616:
ELIPSIS : '...';
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :42:
// expr|expr|expr...
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :90:
// [...] positive character class
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :91:
// [^<b>...</b>] negative character class
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :113:
// You can use \Q...\E inside a character class.
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :153:
// (...) capturing group
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :154:
// (?<name>...) named capturing group (Perl)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :155:
// (?'name'...) named capturing group (Perl)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :156:
// (?P<name>...) named capturing group (Python)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :157:
// (?:...) non-capturing group
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :158:
// (?|...) non-capturing group; reset group numbers for
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :163:
// (?>...) atomic, non-capturing group
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :179:
// (?#....) comment (not nestable)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :192:
// (?-...) unset option(s)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :226:
// (?=...) positive look ahead
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :227:
// (?!...) negative look ahead
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :228:
// (?<=...) positive look behind
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :229:
// (?<!...) negative look behind
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :277:
// (?(n)... absolute reference condition
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :278:
// (?(+n)... relative reference condition
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :279:
// (?(-n)... relative reference condition
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :280:
// (?(<name>)... named reference condition (Perl)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :281:
// (?('name')... named reference condition (Perl)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :282:
// (?(name)... named reference condition (PCRE)
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :283:
// (?(R)... overall recursion condition
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :284:
// (?(Rn)... specific group recursion condition
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :285:
// (?(R&name)... specific recursion condition
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :286:
// (?(DEFINE)... define subpattern for reference
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :287:
// (?(assert)... assertion condition
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :339:
// (*BSR_...), (*UTF8), (*UTF16) or (*UCP) option.
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :350:
// (*...) option that sets the newline convention or a UTF or UCP mode.
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :525:
// \Q...\E treat enclosed characters as literal
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :598:
// [...] positive character class
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :599:
// [^<b>...</b>] negative character class
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :621:
// You can use \Q...\E inside a character class.
JGOFF/ANTLR4-Grammar
…/Python3.g4 :111:
// the replacement is a multiple of eight [...]"
JGOFF/ANTLR4-Grammar
…/Python3.g4 :327:
/// # note below: the ('.' | '...') is necessary because '...' is tokenized as ELLIPSIS
JGOFF/ANTLR4-Grammar
…/Python3.g4 :328:
/// import_from: ('from' (('.' | '...')* dotted_name | ('.' | '...')+)
JGOFF/ANTLR4-Grammar
…/Python3.g4 :331:
: FROM ( ( '.' | '...' )* dotted_name
JGOFF/ANTLR4-Grammar
…/Python3.g4 :332:
| ('.' | '...')+
JGOFF/ANTLR4-Grammar
…/Python3.g4 :562:
/// NAME | NUMBER | STRING+ | '...' | 'None' | 'True' | 'False')
JGOFF/ANTLR4-Grammar
…/Python3.g4 :570:
| '...'
JGOFF/ANTLR4-Grammar
…/Python3.g4 :823:
ELLIPSIS : '...';
JGOFF/ANTLR4-Grammar
…/Python3.g4 :912:
/// nonzerodigit ::= "1"..."9"
JGOFF/ANTLR4-Grammar
…/Python3.g4 :917:
/// digit ::= "0"..."9"
JGOFF/ANTLR4-Grammar
…/Python3.g4 :922:
/// octdigit ::= "0"..."7"
JGOFF/ANTLR4-Grammar
…/Python3.g4 :927:
/// hexdigit ::= digit | "a"..."f" | "A"..."F"
JGOFF/ANTLR4-Grammar
…/R.g4 :43:
... prints parse tree ...
JGOFF/ANTLR4-Grammar
…/R.g4 :112:
| '...'
JGOFF/ANTLR4-Grammar
…/R.g4 :124:
| '...'
JGOFF/ANTLR4-Grammar
…/RFilter.g4 :88:
','|'...'|'||'| '|'
JGOFF/ANTLR4-Grammar
…/ScssLexer.g4 :42:
Ellipsis : '...';
JGOFF/ANTLR4-Grammar
…/Swift.g4 :233:
parameter_clause : '(' ')' | '(' parameter_list '...'? ')' ;
JGOFF/ANTLR4-Grammar
…/Swift.g4 :610:
// <...>.
JGOFF/ANTLR4-Grammar
…/Swift.g4 :686:
tuple_type_body : tuple_type_element_list '...'? ;
JGOFF/ANTLR4-Grammar
…/Verilog2001.g4 :200:
// #(parameter B=8) since it wants a ';' in (...). Rule
JGOFF/ANTLR4-Grammar
…/VisualBasic6.g4 :39:
* 1. Preprocessor statements (#if, #else, ...) must not interfere with regular
JGOFF/ANTLR4-Grammar
…/VisualBasic6.g4 :876:
// whitespace, line breaks, comments, ...
JGOFF/ANTLR4-Grammar
…/WebIDL.g4 :341:
: '...'
JGOFF/ANTLR4-Grammar
…/WebIDL.g4 :410:
| '...'
JGOFF/ANTLR4-Grammar
…/XMLLexer.g4 :35:
/** Scarf all DTD stuff, Entity Declarations like <!ENTITY ...>,
JGOFF/ANTLR4-Grammar
…/XMLLexer.g4 :36:
* and Notation Declarations <!NOTATION ...>
JGOFF/ANTLR4-Grammar
…/XMLLexer.g4 :55:
SPECIAL_CLOSE: '?>' -> popMode ; // close <?xml...?>
JGOFF/ANTLR4-Grammar
…/XMLLexer.g4 :89:
// ----------------- Handle <? ... ?> ---------------------
JGOFF/ANTLR4-Grammar
…/XMLLexer.g4 :92:
PI : '?>' -> popMode ; // close <?...?>
JGOFF/ANTLR4-Grammar
…/tnsnames.g4 :166:
al_parameter : al_failover // More to come here ....
JGOFF/ANTLR4-Grammar
…/tnsnames.g4 :193:
protocol_info : tcp_protocol // More to come here.... BEQ, NMP, SPX ....
JGOFF/ANTLR4-Grammar
…/vhdl.g4 :664:
// NOTE that NAND/NOR are in (...)* now (used to be in (...)?).
JGOFF/ANTLR4-Grammar
…/Grammar.pm6 :163:
# XXX These should always be objects...
JGOFF/CommonMark
…/CommonMark.pm6 :292:
die "Someone let me know...";
JGOFF/Perl6-Parser
…/DEBUGGING.pod :32:
@child.append( ... )
JGOFF/Perl6-Parser
…/DEBUGGING.pod :35:
...
JGOFF/Perl6-Parser
…/DEBUGGING.pod :67:
It's quicker to copy/paste when ... { } blocks than to copy an 'if...' block
JGOFF/Perl6-Parser
…/DEBUGGING.pod :76:
if ... {
JGOFF/Perl6-Parser
…/DEBUGGING.pod :78:
if ... {
JGOFF/Perl6-Parser
…/DEBUGGING.pod :83:
Twice I rewrote this to if ... { } elsif ... { } ... else { }, then I got wise
JGOFF/Perl6-Parser
…/DEBUGGING.pod :84:
and rewrote the entire block as when... when... default { }, so I couldn't
JGOFF/Perl6-Parser
…/DEBUGGING.pod :85:
possibly get into the if...if... situation again.
JGOFF/Perl6-Parser
…/README.md :41:
Uses the built-in Perl 6 parser exposed by the internal nqp module, so that you can parse Perl 6 using Perl 6 itself. If it scares you... w…
JGOFF/Perl6-Parser
…/README.md :89:
- postcircumfix: [0, $_ ... 100]
JGOFF/Perl6-Parser
…/README.md :90:
- semilist: 0, $_ ... 100
JGOFF/Perl6-Parser
…/README.md :92:
- EXPR: ...
JGOFF/Perl6-Parser
…/README.md :96:
# ...
JGOFF/Perl6-Parser
…/README.md :100:
# ...
JGOFF/Perl6-Parser
…/README.md :134:
45 60 [[0, $_ ... 100]]
JGOFF/Perl6-Parser
…/README.md :158:
Given a string containing valid Perl 6 code ... well, return that code. This is mostly a shortcut for testing purposes, and wil probably be moved out of the main file.
JGOFF/Perl6-Parser
…/Parser.pm6 :41:
Uses the built-in Perl 6 parser exposed by the internal nqp module, so that you can parse Perl 6 using Perl 6 itself. If it scares you... w…
JGOFF/Perl6-Parser
…/Parser.pm6 :90:
- postcircumfix: [0, $_ ... 100]
JGOFF/Perl6-Parser
…/Parser.pm6 :91:
- semilist: 0, $_ ... 100
JGOFF/Perl6-Parser
…/Parser.pm6 :93:
- EXPR: ...
JGOFF/Perl6-Parser
…/Parser.pm6 :97:
# ...
JGOFF/Perl6-Parser
…/Parser.pm6 :101:
# ...
JGOFF/Perl6-Parser
…/Parser.pm6 :135:
45 60 [[0, $_ ... 100]]
JGOFF/Perl6-Parser
…/Parser.pm6 :160:
Given a string containing valid Perl 6 code ... well, return that code. This
JGOFF/Perl6-Parser
…/Parser.pm6 :364:
$munged ~= '...' if $source.chars > 72;
JGOFF/Perl6-Parser
…/Parser.pm6 :416:
# Just in case we need to pass in parameters later on...
JGOFF/Perl6-Parser
…/Parser.pm6 :519:
# Just in case we need to pass in parameters later on...
JGOFF/Perl6-Parser
…/Factory.pm6 :178:
Your humble author has gone to a great deal of trouble to assure that every character of user code is parsed and represented in some fashion, and the…
JGOFF/Perl6-Parser
…/Factory.pm6 :921:
# And now for the most basic tokens...
JGOFF/Perl6-Parser
…/Factory.pm6 :1321:
# .0 is valid, but not tested...
JGOFF/Perl6-Parser
…/Factory.pm6 :1394:
'>>' # XXX likely has other alternatives...
JGOFF/Perl6-Parser
…/Factory.pm6 :3165:
# XXX Yes, this is a copy from elsewhere... refactor it
JGOFF/Perl6-Parser
…/Factory.pm6 :3409:
# XXX _sym(...) falls back to Bareword because it's used
JGOFF/Perl6-Parser
…/Factory.pm6 :3700:
# XXX have to distinguish _sym(...) bareword
JGOFF/Perl6-Parser
…/Factory.pm6 :4520:
# lang <name> ...
JGOFF/Perl6-Parser
…/Factory.pm6 :5548:
# sub <name> ... { },
JGOFF/Perl6-Parser
…/Factory.pm6 :5549:
# method <name> ... { },
JGOFF/Perl6-Parser
…/Factory.pm6 :5550:
# submethod <name> ... { },
JGOFF/Perl6-Parser
…/Factory.pm6 :5551:
# macro <name> ... { }, # XXX ?
JGOFF/Perl6-Parser
…/Factory.pm6 :5835:
# unit {package,module,class...} <name>
JGOFF/Perl6-Parser
…/Factory.pm6 :6396:
# XXX Actually used...
JGOFF/Perl6-Parser
…/Factory.pm6 :6866:
# ...
JGOFF/Perl6-Parser
…/00-class-hierarchy.t :382:
# XXX is this a bug?... Not really, RTFS to see why.
JGOFF/Perl6-Parser
…/11-package-declarator.t :30:
# I'll add them momentarily...
JGOFF/Perl6-Parser
…/15-routine-declarator.t :17:
# sub <name> ... { }
JGOFF/Perl6-Parser
…/15-routine-declarator.t :18:
# method <name> ... { }
JGOFF/Perl6-Parser
…/15-routine-declarator.t :19:
# submethod <name> ... { }
JGOFF/Perl6-Parser
…/15-routine-declarator.t :26:
# macro <name> ... { } # NYI
JGOFF/Perl6-Parser
…/19-operators.t :2141:
my $source = Q{1...2};
JGOFF/Perl6-Parser
…/19-operators.t :2435:
my $source = Q{1...2};
JGOFF/Perl6-Parser
…/19-operators.t :2447:
1 ... 2
JGOFF/Perl6-Parser
…/19-operators.t :2455:
}, Q{...};
JGOFF/Perl6-Parser
…/19-operators.t :2525:
my $source = Q{...};
JGOFF/Perl6-Parser
…/19-operators.t :2537:
...
JGOFF/Perl6-Parser
…/19-operators.t :2545:
}, Q{...};
JGOFF/Perl6-Parser
…/23-single-term.t :914:
# XXX Probably shouldn't be a bareword...
JGOFF/Perl6-Parser
…/23-single-term.t :926:
# XXX Probably shouldn't be a bareword...
JGOFF/Perl6-Parser
…/23-single-term.t :942:
# XXX Probably shouldn't be a bareword...
JGOFF/Perl6-Parser
…/23-single-term.t :954:
# XXX Probably shouldn't be a bareword...
JGOFF/Perl6-Parser
…/23-single-term.t :972:
# XXX Probably shouldn't be a bareword...
JGOFF/Perl6-Parser
…/23-single-term.t :984:
# XXX Probably shouldn't be a bareword...
JGOFF/Perl6-Parser
…/999-regression.t :21:
ok round-trips( Q:to[_END_] ), Q{flat (99 ... 1)};
JGOFF/Perl6-Parser
…/999-regression.t :22:
my @quantities = flat (99 ... 1), 'No more', 99;
JGOFF/Perl6-Parser
…/999-regression.t :97:
for 99...1 -> $bottles { }
JGOFF/Perl6-Parser
…/999-regression.t :197:
ok round-trips( Q:to[_END_] ), Q{multiple ...};
JGOFF/Perl6-Parser
…/999-regression.t :198:
do 0 => [], -> { 2 ... 1 } ... *
JGOFF/Perl6-Parser
…/rosetta-1.t :19:
(.=not for @doors[0, $_ ... 100]) for 1..100;
JGOFF/Perl6-Parser
…/rosetta-1.t :414:
for 99...1 -> $bottles {
JGOFF/Perl6-Parser
…/rosetta-1.t :436:
my @quantities = flat (99 ... 1), 'No more', 99;
JGOFF/Perl6-Parser
…/rosetta-a.t :66:
method abstract() { ... };
JGOFF/Perl6-Parser
…/rosetta-a.t :131:
say .chars, " digits starting with ", .substr(0,50), "..." given A(4,2);
JGOFF/Perl6-Parser
…/rosetta-a.t :176:
#`( XXX augment no longer works?...
JGOFF/Perl6-Parser
…/rosetta-a.t :204:
constant expansions = [1], [1,-1], -> @prior { [|@prior,0 Z- 0,|@prior] } ... *;
JGOFF/Perl6-Parser
…/rosetta-a.t :325:
my @seq = $x, &propdivsum ... *;
JGOFF/Perl6-Parser
…/rosetta-a.t :365:
constant @primes = 2, |(3, 5, 7 ... *).grep: *.is-prime;
JGOFF/Perl6-Parser
…/rosetta-a.t :566:
say "5**4**3**2 = {.substr: 0,20}...{.substr: *-20} and has {.chars} digits";
JGOFF/Perl6-Parser
…/rosetta-a.t :580:
# for 0, .025 ... 52*π -> \Θ {
JGOFF/Perl6-Parser
…/rosetta-a.t :783:
1, { ($_ + $n div $_) div 2 } ... * == *
JGOFF/Perl6-Parser
…/rosetta-a.t :845:
for 1.0, 1.1, 1.2 ... 10 { .say }
JGOFF/Perl6-Parser
…/rosetta-a.t :876:
my @infinite = 1 .. Inf; # 1, 2, 3, 4, ...
JGOFF/Perl6-Parser
…/rosetta-a.t :962:
my @infinite = 1 .. Inf; # 1, 2, 3, 4, ...
JGOFF/Perl6-Parser
…/rosetta-a.t :1005:
sub find-loop { 0, %^mapping{*} ...^ { (state %){$_}++ } }
JGOFF/Perl6-Parser
…/rosetta-a.t :1076:
say "A(1,...,10) = ", A(1..10);
JGOFF/Perl6-Parser
…/rosetta-a.t :1077:
say "G(1,...,10) = ", G(1..10);
JGOFF/Perl6-Parser
…/rosetta-a.t :1078:
say "H(1,...,10) = ", H(1..10);
JGOFF/Perl6-Parser
…/rosetta-b.t :32:
ASCII range... even code! $r%_-^&*(){}+~ #=`/\';*1234567890"'
JGOFF/Perl6-Parser
…/rosetta-b.t :160:
method Int () { [+] @!coeff Z* (1,3,9...*) }
JGOFF/Perl6-Parser
…/rosetta-b.t :277:
multi MAIN() { show benford ( 1, 1, 2, *+* ... * )[^1000] }
JGOFF/Perl6-Parser
…/rosetta-b.t :312:
} ... { not @a.elems }
JGOFF/Perl6-Parser
…/rosetta-b.t :331:
$pm + 1 => [ map *.value, [\bop] ($pm + 2 ... 1) Z=> FatRat.new(1, $pm + 2), @pa ];
JGOFF/Perl6-Parser
…/rosetta-b.t :332:
} ... *;
JGOFF/Perl6-Parser
…/rosetta-b.t :587:
# XXX Create a shell 'Bitmap' class.. yes, just above but separation...
JGOFF/Perl6-Parser
…/rosetta-b.t :626:
# XXX Create a shell 'Bitmap' class.. yes, just above but separation...
JGOFF/Perl6-Parser
…/rosetta-b.t :881:
say (for $start, $start + 2 ... $end -> $y {
JGOFF/Perl6-Parser
…/rosetta-b.t :971:
# list ($a[0] == $b[0], $a[1] == $b[1], ...) and then add it up
JGOFF/Pod-To-HTMLBody
…/Tree.pm6 :257:
# XXX What is this?...
JGOFF/Pod-To-HTMLBody
…/01-tree.t :218:
Which, as we all know...
JGOFF/Pod-To-HTMLBody
…/01-tree.t :234:
'<p>' 'Which, as we all know...' '</p>'
JGOFF/Pod-To-HTMLBody
…/01-tree.t :310:
Which, as we all know...
JGOFF/Pod-To-HTMLBody
…/01-tree.t :325:
'<p>' 'Which, as we all know...' '</p>'
JGOFF/Pod-To-HTMLBody
…/01-tree.t :372:
Which, as we all know...
JGOFF/Pod-To-HTMLBody
…/01-tree.t :389:
'<p>' 'Which, as we all know...' '</p>'
JGOFF/Pod-To-HTMLBody
…/01-tree.t :494:
# XXX The 'Z<..>' aren't being parsed by Perl...
JGOFF/Pod-To-HTMLBody
…/01-tree.t :1025:
=comment CORRECT...
JGOFF/Pod-To-HTMLBody
…/01-tree.t :1380:
# XXX The code with '$this...' needs to be fixed.
JGOFF/Readline
…/Readline.pm :1810:
#extern int rl_message (const char *, ...) __rl_attribute__((__format__ (printf, 1, 2)); # XXX
JKRAMER/Proc-Editor
…/README.md :24:
`edit(...)`
JKRAMER/Proc-Editor
…/README.md :27:
This is merely a shortcut for convenience, all arguments are passed on to `Proc::Editor.new.edit(...)`.
JKRAMER/Proc-Editor
…/README.md :32:
`new(:editors(...))`
JKRAMER/Proc-Editor
…/Editor.pm6 :21:
=head2 C<edit(...)>
JKRAMER/Proc-Editor
…/Editor.pm6 :24:
C<Proc::Editor.new.edit(...)>.
JKRAMER/Proc-Editor
…/Editor.pm6 :28:
=head2 C<new(:editors(...))>
JMASLAK/Net-BGP
…/BGP.pm6 :332:
# But we know...Connection failed.
JMASLAK/Net-BGP
…/rfc4271.txt :65:
1. Introduction ....................................................4
JMASLAK/Net-BGP
…/rfc4271.txt :66:
1.1. Definition of Commonly Used Terms ..........................4
JMASLAK/Net-BGP
…/rfc4271.txt :67:
1.2. Specification of Requirements ..............................6
JMASLAK/Net-BGP
…/rfc4271.txt :68:
2. Acknowledgements ................................................6
JMASLAK/Net-BGP
…/rfc4271.txt :69:
3. Summary of Operation ............................................7
JMASLAK/Net-BGP
…/rfc4271.txt :70:
3.1. Routes: Advertisement and Storage ..........................9
JMASLAK/Net-BGP
…/rfc4271.txt :71:
3.2. Routing Information Base ..................................10
JMASLAK/Net-BGP
…/rfc4271.txt :72:
4. Message Formats ................................................11
JMASLAK/Net-BGP
…/rfc4271.txt :73:
4.1. Message Header Format .....................................12
JMASLAK/Net-BGP
…/rfc4271.txt :74:
4.2. OPEN Message Format .......................................13
JMASLAK/Net-BGP
…/rfc4271.txt :75:
4.3. UPDATE Message Format .....................................14
JMASLAK/Net-BGP
…/rfc4271.txt :76:
4.4. KEEPALIVE Message Format ..................................21
JMASLAK/Net-BGP
…/rfc4271.txt :77:
4.5. NOTIFICATION Message Format ...............................21
JMASLAK/Net-BGP
…/rfc4271.txt :78:
5. Path Attributes ................................................23
JMASLAK/Net-BGP
…/rfc4271.txt :79:
5.1. Path Attribute Usage ......................................25
JMASLAK/Net-BGP
…/rfc4271.txt :80:
5.1.1. ORIGIN .............................................25
JMASLAK/Net-BGP
…/rfc4271.txt :81:
5.1.2. AS_PATH ............................................25
JMASLAK/Net-BGP
…/rfc4271.txt :82:
5.1.3. NEXT_HOP ...........................................26
JMASLAK/Net-BGP
…/rfc4271.txt :83:
5.1.4. MULTI_EXIT_DISC ....................................28
JMASLAK/Net-BGP
…/rfc4271.txt :84:
5.1.5. LOCAL_PREF .........................................29
JMASLAK/Net-BGP
…/rfc4271.txt :85:
5.1.6. ATOMIC_AGGREGATE ...................................29
JMASLAK/Net-BGP
…/rfc4271.txt :86:
5.1.7. AGGREGATOR .........................................30
JMASLAK/Net-BGP
…/rfc4271.txt :87:
6. BGP Error Handling. ............................................30
JMASLAK/Net-BGP
…/rfc4271.txt :88:
6.1. Message Header Error Handling .............................31
JMASLAK/Net-BGP
…/rfc4271.txt :89:
6.2. OPEN Message Error Handling ...............................31
JMASLAK/Net-BGP
…/rfc4271.txt :90:
6.3. UPDATE Message Error Handling .............................32
JMASLAK/Net-BGP
…/rfc4271.txt :91:
6.4. NOTIFICATION Message Error Handling .......................34
JMASLAK/Net-BGP
…/rfc4271.txt :92:
6.5. Hold Timer Expired Error Handling .........................34
JMASLAK/Net-BGP
…/rfc4271.txt :93:
6.6. Finite State Machine Error Handling .......................35
JMASLAK/Net-BGP
…/rfc4271.txt :94:
6.7. Cease .....................................................35
JMASLAK/Net-BGP
…/rfc4271.txt :95:
6.8. BGP Connection Collision Detection ........................35
JMASLAK/Net-BGP
…/rfc4271.txt :96:
7. BGP Version Negotiation ........................................36
JMASLAK/Net-BGP
…/rfc4271.txt :97:
8. BGP Finite State Machine (FSM) .................................37
JMASLAK/Net-BGP
…/rfc4271.txt :98:
8.1. Events for the BGP FSM ....................................38
JMASLAK/Net-BGP
…/rfc4271.txt :100:
Attributes .........................................38
JMASLAK/Net-BGP
…/rfc4271.txt :101:
8.1.2. Administrative Events ..............................42
JMASLAK/Net-BGP
…/rfc4271.txt :102:
8.1.3. Timer Events .......................................46
JMASLAK/Net-BGP
…/rfc4271.txt :103:
8.1.4. TCP Connection-Based Events ........................47
JMASLAK/Net-BGP
…/rfc4271.txt :104:
8.1.5. BGP Message-Based Events ...........................49
JMASLAK/Net-BGP
…/rfc4271.txt :105:
8.2. Description of FSM ........................................51
JMASLAK/Net-BGP
…/rfc4271.txt :106:
8.2.1. FSM Definition .....................................51
JMASLAK/Net-BGP
…/rfc4271.txt :107:
8.2.1.1. Terms "active" and "passive" ..............52
JMASLAK/Net-BGP
…/rfc4271.txt :108:
8.2.1.2. FSM and Collision Detection ...............52
JMASLAK/Net-BGP
…/rfc4271.txt :109:
8.2.1.3. FSM and Optional Session Attributes .......52
JMASLAK/Net-BGP
…/rfc4271.txt :110:
8.2.1.4. FSM Event Numbers .........................53
JMASLAK/Net-BGP
…/rfc4271.txt :120:
Dependent .................................53
JMASLAK/Net-BGP
…/rfc4271.txt :121:
8.2.2. Finite State Machine ...............................53
JMASLAK/Net-BGP
…/rfc4271.txt :122:
9. UPDATE Message Handling ........................................75
JMASLAK/Net-BGP
…/rfc4271.txt :123:
9.1. Decision Process ..........................................76
JMASLAK/Net-BGP
…/rfc4271.txt :124:
9.1.1. Phase 1: Calculation of Degree of Preference .......77
JMASLAK/Net-BGP
…/rfc4271.txt :125:
9.1.2. Phase 2: Route Selection ...........................77
JMASLAK/Net-BGP
…/rfc4271.txt :126:
9.1.2.1. Route Resolvability Condition .............79
JMASLAK/Net-BGP
…/rfc4271.txt :127:
9.1.2.2. Breaking Ties (Phase 2) ...................80
JMASLAK/Net-BGP
…/rfc4271.txt :128:
9.1.3. Phase 3: Route Dissemination .......................82
JMASLAK/Net-BGP
…/rfc4271.txt :129:
9.1.4. Overlapping Routes .................................83
JMASLAK/Net-BGP
…/rfc4271.txt :130:
9.2. Update-Send Process .......................................84
JMASLAK/Net-BGP
…/rfc4271.txt :131:
9.2.1. Controlling Routing Traffic Overhead ...............85
JMASLAK/Net-BGP
…/rfc4271.txt :132:
9.2.1.1. Frequency of Route Advertisement ..........85
JMASLAK/Net-BGP
…/rfc4271.txt :133:
9.2.1.2. Frequency of Route Origination ............85
JMASLAK/Net-BGP
…/rfc4271.txt :134:
9.2.2. Efficient Organization of Routing Information ......86
JMASLAK/Net-BGP
…/rfc4271.txt :135:
9.2.2.1. Information Reduction .....................86
JMASLAK/Net-BGP
…/rfc4271.txt :136:
9.2.2.2. Aggregating Routing Information ...........87
JMASLAK/Net-BGP
…/rfc4271.txt :137:
9.3. Route Selection Criteria ..................................89
JMASLAK/Net-BGP
…/rfc4271.txt :138:
9.4. Originating BGP routes ....................................89
JMASLAK/Net-BGP
…/rfc4271.txt :139:
10. BGP Timers ....................................................90
JMASLAK/Net-BGP
…/rfc4271.txt :140:
Appendix A. Comparison with RFC 1771 .............................92
JMASLAK/Net-BGP
…/rfc4271.txt :141:
Appendix B. Comparison with RFC 1267 .............................93
JMASLAK/Net-BGP
…/rfc4271.txt :142:
Appendix C. Comparison with RFC 1163 .............................93
JMASLAK/Net-BGP
…/rfc4271.txt :143:
Appendix D. Comparison with RFC 1105 .............................94
JMASLAK/Net-BGP
…/rfc4271.txt :144:
Appendix E. TCP Options that May Be Used with BGP ................94
JMASLAK/Net-BGP
…/rfc4271.txt :145:
Appendix F. Implementation Recommendations .......................95
JMASLAK/Net-BGP
…/rfc4271.txt :146:
Appendix F.1. Multiple Networks Per Message .........95
JMASLAK/Net-BGP
…/rfc4271.txt :147:
Appendix F.2. Reducing Route Flapping ...............96
JMASLAK/Net-BGP
…/rfc4271.txt :148:
Appendix F.3. Path Attribute Ordering ...............96
JMASLAK/Net-BGP
…/rfc4271.txt :149:
Appendix F.4. AS_SET Sorting ........................96
JMASLAK/Net-BGP
…/rfc4271.txt :150:
Appendix F.5. Control Over Version Negotiation ......96
JMASLAK/Net-BGP
…/rfc4271.txt :151:
Appendix F.6. Complex AS_PATH Aggregation ...........96
JMASLAK/Net-BGP
…/rfc4271.txt :152:
Security Considerations ...........................................97
JMASLAK/Net-BGP
…/rfc4271.txt :153:
IANA Considerations ...............................................99
JMASLAK/Net-BGP
…/rfc4271.txt :154:
Normative References .............................................101
JMASLAK/Net-BGP
…/rfc4271.txt :155:
Informative References ...........................................101
JMASLAK/Net-BGP
…/rfc4271.txt :761:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-...
JMASLAK/Net-BGP
…/rfc4271.txt :763:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-...
JMASLAK/Net-BGP
…/01-ip-test.t :193:
todo "Regex matching is slow...fix lib/Net/BGP/IP.pm6";
JMERELO/Algorithm-Evolutionary-Simple
…/Changes :6:
Although 6 seconds for a small algorithms is nothing to be terribly proud of... Concurrency is needed.
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :33:
I am going to stop here, since there's no improvement whatsoever. It gets worse. The channel seems to be the problem...
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :35:
Because it got worse...
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :67:
Best results so far...
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :112:
It takes a good while to find the solution, ~60000 generations, and that lowering the "generation gap" to just 8. We will have to do something about this... Maybe test population sizes until they work..
JMERELO/Algorithm-Evolutionary-Simple
…/ChangeLog :126:
result is coming...
JMERELO/Pod-Load
…/Changes :12:
nqp is not actually a dependency you can list...
JMERELO/Pod-Load
…/README.md :29:
You can also reconfigure the global variables. However, if you change one you'll have to change the whole thing. In the future, I might come up with a better way of doing this...
JMERELO/Pod-Load
…/README.md :64:
Str $file where { ... }
JMERELO/Pod-Load
…/pod-load-clean.pod6 :27:
You can also reconfigure the global variables. However, if you change one you'll have to change the whole thing. N<In the future, I might come up with a better way of doing this...>
JNTHN/Concurrent-Trie
…/basic.t :8:
is-deeply $ct.entries('').list, (), '...even with empty prefix';
JNTHN/Concurrent-Trie
…/basic.t :9:
is-deeply $ct.entries('x').list, (), '...and especially with non-empty prefix';
JNTHN/Cro-Core
…/Cro.pm6 :133:
class Cro { ... }
JNTHN/Cro-Core
…/BodyParser.pm6 :4:
method is-applicable(Cro::MessageWithBody $message --> Bool) { ... }
JNTHN/Cro-Core
…/BodyParser.pm6 :5:
method parse(Cro::MessageWithBody $message --> Promise) { ... }
JNTHN/Cro-Core
…/BodyParserSelector.pm6 :11:
method select(Cro::MessageWithBody --> Cro::BodyParser) { ... }
JNTHN/Cro-Core
…/BodySerializer.pm6 :4:
method is-applicable(Cro::MessageWithBody $message, $body --> Bool) { ... }
JNTHN/Cro-Core
…/BodySerializer.pm6 :5:
method serialize(Cro::MessageWithBody $message, $body --> Supply) { ... }
JNTHN/Cro-Core
…/BodySerializerSelector.pm6 :11:
method select(Cro::MessageWithBody $body --> Cro::BodySerializer) { ... }
JNTHN/Cro-Core
…/Connection.pm6 :4:
method produces() returns Cro::Message:U { ... }
JNTHN/Cro-Core
…/Connection.pm6 :5:
method incoming() returns Supply:D { ... }
JNTHN/Cro-Core
…/Connector.pm6 :4:
method consumes() { ... }
JNTHN/Cro-Core
…/Connector.pm6 :5:
method produces() { ... }
JNTHN/Cro-Core
…/Connector.pm6 :7:
method connect(*%options --> Promise) { ... }
JNTHN/Cro-Core
…/Message.pm6 :5:
# Provides trace output for use with CRO_TRACE=1 and `cro trace ...`.
JNTHN/Cro-Core
…/MessageWithBody.pm6 :81:
method body-parser-selector() { ... }
JNTHN/Cro-Core
…/MessageWithBody.pm6 :82:
method body-serializer-selector() { ... }
JNTHN/Cro-Core
…/Replyable.pm6 :9:
method replier() returns Cro::Replier { ... }
JNTHN/Cro-Core
…/Sink.pm6 :6:
method consumes() { ... }
JNTHN/Cro-Core
…/Sink.pm6 :7:
method sinker(Supply:D $pipeline) returns Supply:D { ... }
JNTHN/Cro-Core
…/Source.pm6 :6:
method incoming() returns Supply:D { ... }
JNTHN/Cro-Core
…/Source.pm6 :7:
method produces() { ... }
JNTHN/Cro-Core
…/Transform.pm6 :4:
method consumes() { ... }
JNTHN/Cro-Core
…/Transform.pm6 :5:
method produces() { ... }
JNTHN/Cro-Core
…/Transform.pm6 :6:
method transformer(Supply:D $pipeline) returns Supply:D { ... }
JNTHN/Cro-Core
…/connection-conditional.t :47:
method sinker() { ... }
JNTHN/Cro-Core
…/tcp.t :139:
$client-conn-a.print("No, not there...");
JNTHN/Cro-Core
…/tcp.t :140:
is $client-received-a.receive.decode('latin-1'), "NO, NOT THERE...",
JNTHN/Cro-HTTP
…/Basic.pm6 :38:
method authenticate(Str $user, Str $pass --> Bool) { ... }
JNTHN/Cro-HTTP
…/WebToken.pm6 :42:
method get-token($request) { ... }
JNTHN/Cro-HTTP
…/Cookie.pm6 :46:
class Cro::HTTP::Cookie { ... }
JNTHN/Cro-HTTP
…/Internal.pm6 :9:
method consumes() { ... }
JNTHN/Cro-HTTP
…/Internal.pm6 :10:
method produces() { ... }
JNTHN/Cro-HTTP
…/Internal.pm6 :32:
method consumes() { ... }
JNTHN/Cro-HTTP
…/Internal.pm6 :33:
method produces() { ... }
JNTHN/Cro-HTTP
…/Middleware.pm6 :19:
method process(Supply $requests --> Supply) { ... }
JNTHN/Cro-HTTP
…/Middleware.pm6 :35:
method process(Supply $responses --> Supply) { ... }
JNTHN/Cro-HTTP
…/Middleware.pm6 :39:
method request(--> Cro::Transform) { ... }
JNTHN/Cro-HTTP
…/Middleware.pm6 :40:
method response(--> Cro::Transform) { ... }
JNTHN/Cro-HTTP
…/Middleware.pm6 :99:
method process(Supply $requests --> Supply) { ... }
JNTHN/Cro-HTTP
…/Middleware.pm6 :149:
method process-requests(Supply $requests --> Supply) { ... }
JNTHN/Cro-HTTP
…/Middleware.pm6 :150:
method process-responses(Supply $responses --> Supply) { ... }
JNTHN/Cro-HTTP
…/RawBodyParser.pm6 :5:
Promise $leftover? --> Supply) { ... }
JNTHN/Cro-HTTP
…/RawBodyParserSelector.pm6 :5:
method select(Cro::HTTP::Message --> Cro::HTTP::RawBodyParser) { ... }
JNTHN/Cro-HTTP
…/Router.pm6 :54:
method copy-adding() { ... }
JNTHN/Cro-HTTP
…/Router.pm6 :55:
method signature() { ... }
JNTHN/Cro-HTTP
…/Router.pm6 :56:
method invoke(Cro::HTTP::Request $request, Capture $args) { ... }
JNTHN/Cro-HTTP
…/Persistent.pm6 :10:
method save(Str $session-id, TSession $session) {...}
JNTHN/Cro-HTTP
…/Persistent.pm6 :11:
method load(Str $session-id --> TSession) {...}
JNTHN/Cro-HTTP
…/Persistent.pm6 :12:
method clear(--> Nil) {...}
JNTHN/Cro-HTTP
…/FrameParser.pm6 :167:
for 0...($sets-1) {
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :139:
for 16, 8...0 {
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :149:
for 24, 16...0 {
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :157:
for 24, 16...0 {
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :167:
for 24, 16...0 {
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :175:
for 24, 16...0 {
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :193:
for 24, 16...0 { $buf.append: (($num +> $_) +& 0xFF); }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :195:
for 24, 16...0 { $buf.append: (($num +> $_) +& 0xFF); }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :200:
for 24, 16...0 { $buf.append: (($num +> $_) +& 0xFF); }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :216:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :222:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :225:
for 16, 8...0 { $buf[$i] = (5 +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :228:
for 16, 8...0 { $buf[$i] = (4 +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :232:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :238:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :241:
for 16, 8...0 { $buf[$i] = (8 +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :245:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :248:
for 16, 8...0 { $buf[$i] = (4 +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :252:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
JNTHN/Cro-HTTP
…/FrameSerializer.pm6 :265:
for 24, 16...0 {
JNTHN/Cro-HTTP
…/http-cookie.t :8:
my @bad-chars = "\x00"..."\x1F", "\x7F", '(', ')',
JNTHN/Cro-HTTP
…/http-cookie.t :24:
@bad-chars.push: "\x7F"..."\xFF";
JNTHN/Cro-HTTP
…/http-request-serializer.t :221:
$req.set-body({ x => 42 }); # Just one elem, to avoid ordering fun...
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :65:
...
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :106:
...
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :112:
...
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :271:
:@requirements, :$operation-id --> Bool) { ... }
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/Checkers.pm6 :17:
method check(Cro::HTTP::Message $m, Any $body --> Nil) { ... }
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/Checkers.pm6 :18:
method requires-body(--> Bool) { ... }
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/SecurityChecker.pm6 :6:
@requirements, :$operation-id --> Bool) { ... }
JNTHN/Cro-TLS
…/tls.t :145:
$client-conn-a.print("No, not there...");
JNTHN/Cro-TLS
…/tls.t :146:
is $client-received-a.receive.decode('latin-1'), "NO, NOT THERE...",
JNTHN/Cro-WebSocket
…/FrameSerializer.pm6 :34:
for 56,48...0 { # Up from 56
JNTHN/Cro-ZeroMQ
…/ZeroMQWorkerService.pm6 :46:
say "Shutting down...";
JNTHN/Cro-ZeroMQ
…/ZeroMQWorksinkService.pm6 :35:
say "Shutting down...";
JNTHN/Cro-ZeroMQ
…/Client.pm6 :12:
method send() { ... }
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :42:
method !type() { ... }
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :61:
method !type() { ... }
JNTHN/IO-Socket-Async-SSL
…/README.md :104:
say "Shutting down...";
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :373:
for (0...$inlen-1) {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :679:
for (0...$len-1) {
JNTHN/JSON-Schema
…/Schema.pm6 :50:
method check($value --> Nil) { ... }
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :7:
class OpenAPI::Model::Callback {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :8:
class OpenAPI::Model::Components {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :9:
class OpenAPI::Model::Contact {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :10:
class OpenAPI::Model::Discriminator {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :11:
class OpenAPI::Model::Encoding {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :12:
class OpenAPI::Model::Example {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :13:
class OpenAPI::Model::ExternalDocs {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :14:
class OpenAPI::Model::Header {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :15:
class OpenAPI::Model::Info {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :16:
class OpenAPI::Model::License {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :17:
class OpenAPI::Model::Link {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :18:
class OpenAPI::Model::MediaType {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :19:
class OpenAPI::Model::OAuthFlow {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :20:
class OpenAPI::Model::OAuthFlows {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :21:
class OpenAPI::Model::Operation {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :22:
class OpenAPI::Model::Parameter {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :23:
class OpenAPI::Model::Path {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :24:
class OpenAPI::Model::Paths {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :25:
class OpenAPI::Model::RequestBody {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :26:
class OpenAPI::Model::Response {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :27:
class OpenAPI::Model::Responses {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :28:
class OpenAPI::Model::Schema {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :29:
class OpenAPI::Model::Security {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :30:
class OpenAPI::Model::SecurityScheme {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :31:
class OpenAPI::Model::Server {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :32:
class OpenAPI::Model::Tag {...}
JNTHN/OpenAPI-Model
…/OpenAPI.pm6 :33:
class OpenAPI::Model::Variable {...}
JNTHN/OpenAPI-Schema-Validate
…/Validate.pm6 :26:
my grammar ECMA262Regex {...}
JNTHN/OpenAPI-Schema-Validate
…/Validate.pm6 :56:
method check($value --> Nil) { ... }
JNTHN/POFile
…/README.md :75:
$result.push(POFile::Entry.parse(...));
JNTHN/POFile
…/README.md :76:
$result.push(POFile::Entry.parse(...));
JNTHN/POFile
…/POFile.pm6 :3:
class POFile::Entry {...}
JNTHN/POFile
…/POFile.pm6 :4:
class POFile {...}
JNTHN/POFile
…/01-basic.t :162:
msgid "Set Focus &Manually..."
JNTHN/POFile
…/01-basic.t :163:
msgstr "フォーカスを手動でセット(&M)..."
JNTHN/POFile
…/01-basic.t :167:
ok $result[0].msgstr eq 'フォーカスを手動でセット(&M)...', 'msgstr with accelerator is parsed and set';
JNTHN/cro
…/approach.md :74:
Note that `Cro.compose(...)` only returns a `Cro::Service` in the case that
JNTHN/cro
…/approach.md :87:
`Cro.compose(...)` to piece together a HTTP processing pipeline without these
JNTHN/cro
…/approach.md :132:
note "Shutting down...";
JNTHN/cro
…/cro-tool.md :67:
cro run [<service-id> ...]
JNTHN/cro
…/docker-deployment.md :19:
...lots of Docker output...
JNTHN/cro
…/http-auth-and-sessions.md :113:
# Protected routes here...
JNTHN/cro
…/spa-with-cro.md :24:
stuff that we could try. But...what to try? If only there was some app where
JNTHN/cro
…/spa-with-cro.md :27:
I went to, I might have been spared that green tea beer...
JNTHN/cro
…/spa-with-cro.md :45:
Stubbing a HTTP Service 'tipsy' in 'tipsy'...
JNTHN/cro
…/spa-with-cro.md :327:
method add-tip(Str $tip --> Nil) { ... }
JNTHN/cro
…/spa-with-cro.md :328:
method agree(Int $tip-id --> Nil) { ... }
JNTHN/cro
…/spa-with-cro.md :329:
method disagree(Int $tip-id --> Nil) { ... }
JNTHN/cro
…/spa-with-cro.md :330:
method latest-tips(--> Supply) { ... }
JNTHN/cro
…/spa-with-cro.md :331:
method top-tips(--> Supply) { ... }
JNTHN/cro
…/spa-with-cro.md :359:
...
JNTHN/cro
…/spa-with-cro.md :394:
say "Shutting down...";
JNTHN/cro
…/spa-with-cro.md :670:
operator in JavaScript; it's a prefix `...`, and works much like Perl 6's
JNTHN/cro
…/spa-with-cro.md :698:
return { ...state, tipText: action.text };
JNTHN/cro
…/spa-with-cro.md :700:
return { ...state, tipText: '' };
JNTHN/cro
…/spa-with-cro.md :980:
...
JNTHN/cro
…/spa-with-cro.md :982:
76 65 0d 0a 0d 0a 7b 22 74 65 78 74 22 3a 22 74 ve....{"text":"t
JNTHN/cro
…/spa-with-cro.md :1037:
return { ...state, tipText: action.text };
JNTHN/cro
…/spa-with-cro.md :1039:
return { ...state, tipText: '' };
JNTHN/cro
…/spa-with-cro.md :1043:
...state,
JNTHN/cro
…/spa-with-cro.md :1044:
latestTips: [tip, ...state.latestTips]
JNTHN/cro
…/spa-with-cro.md :1238:
It passes the tests, and yet...something is missing. It's meant to emit an
JNTHN/cro
…/spa-with-cro.md :1419:
...state,
JNTHN/cro
…/spa-with-cro.md :1471:
{props.tips.map(t => <Tip key={t.id} {...props} {...t} />)}
JNTHN/cro
…/cro-http-middleware.md :51:
then `delegate Cro.compose(TheMiddleware, GraphQLThing.new(...));` or some
JNTHN/cro
…/cro-http-middleware.md :61:
delegate GraphQLThing.new(...);
JNTHN/cro
…/cro-http-middleware.md :343:
The `Cro.compose(...)` method does not recognize `Cro::HTTP::Middleware::Pair`
JNTHN/cro
…/cro-http-reverseproxy.md :82:
# (provide your own, or there's just a few on the internet...)
JNTHN/cro
…/cro-http-router.md :18:
...
JNTHN/cro
…/cro-http-router.md :29:
...
JNTHN/cro
…/cro-http-router.md :34:
...
JNTHN/cro
…/cro-http-router.md :54:
...
JNTHN/cro
…/cro-http-router.md :59:
...
JNTHN/cro
…/cro-http-router.md :76:
...
JNTHN/cro
…/cro-http-router.md :93:
...
JNTHN/cro
…/cro-http-router.md :103:
...
JNTHN/cro
…/cro-http-router.md :136:
...
JNTHN/cro
…/cro-http-router.md :141:
...
JNTHN/cro
…/cro-http-router.md :146:
...
JNTHN/cro
…/cro-http-router.md :151:
...
JNTHN/cro
…/cro-http-router.md :162:
...
JNTHN/cro
…/cro-http-router.md :167:
...
JNTHN/cro
…/cro-http-router.md :170:
...
JNTHN/cro
…/cro-http-router.md :179:
...
JNTHN/cro
…/cro-http-router.md :182:
...
JNTHN/cro
…/cro-http-router.md :207:
...
JNTHN/cro
…/cro-http-router.md :213:
...
JNTHN/cro
…/cro-http-router.md :219:
...
JNTHN/cro
…/cro-http-router.md :245:
...
JNTHN/cro
…/cro-http-router.md :257:
...
JNTHN/cro
…/cro-http-router.md :272:
...
JNTHN/cro
…/cro-http-router.md :278:
...
JNTHN/cro
…/cro-http-router.md :283:
...
JNTHN/cro
…/cro-http-router.md :299:
...
JNTHN/cro
…/cro-http-router.md :304:
...
JNTHN/cro
…/cro-http-router.md :351:
# Save it, and then...
JNTHN/cro
…/cro-http-router.md :391:
# Do stuff here...
JNTHN/cro
…/cro-http-router.md :411:
# Do stuff here...
JNTHN/cro
…/cro-http-router.md :425:
...
JNTHN/cro
…/cro-http-router.md :428:
...
JNTHN/cro
…/cro-http-router.md :439:
...
JNTHN/cro
…/cro-http-router.md :442:
...
JNTHN/cro
…/cro-http-router.md :519:
<h1>Did you know...</h1>
JNTHN/cro
…/cro-http-router.md :556:
<h1>Did you know...</h1>
JNTHN/cro
…/cro-http-router.md :607:
If the request handler evaluates to `...` (that is, the Perl 6 syntax for stub
JNTHN/cro
…/cro-http-router.md :799:
get -> 'products' { ... }
JNTHN/cro
…/cro-http-router.md :800:
get -> 'products', uint32 $id { ... }
JNTHN/cro
…/cro-http-router.md :801:
# ...
JNTHN/cro
…/cro-http-router.md :812:
get -> { ... }
JNTHN/cro
…/cro-http-router.md :823:
get -> { ... }
JNTHN/cro
…/cro-http-router.md :824:
get -> uint32 $id { ... }
JNTHN/cro
…/cro-http-router.md :825:
# ...
JNTHN/cro
…/cro-http-router.md :836:
get -> { ... }
JNTHN/cro
…/cro-http-router.md :847:
get -> { ... }
JNTHN/cro
…/cro-http-test.md :93:
`head`, or `patch`. There's also `request($method, ...)` for other HTTP methods
JNTHN/cro
…/cro-http-test.md :94:
(in fact, `get` will just call `request('GET', ...)`). These functions accept
JNTHN/cro
…/cro-http-test.md :218:
...
JNTHN/cro
…/cro-http-test.md :226:
...
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :66:
...
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :111:
...
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :119:
...
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :279:
:@requirements, :$operation-id --> Bool) { ... }
JNTHN/cro
…/cro-tools-linktemplate.md :4:
They are used when a `:link<...>` option is passed to `cro stub`, as well as
JNTHN/cro
…/cro-tools-linktemplate.md :15:
...
JNTHN/cro
…/cro-tools-template.md :104:
method generate(IO::Path $where, Str $id, Str $name, %options) { ... }
JNTHN/cro
…/cro-websocket-message.md :15:
if $message.opcode ~~ Cro::WebSocket::Message::Close { ... }
JNTHN/cro
…/cro-zeromq.md :260:
...
JNTHN/cro
…/cro-zeromq.md :307:
my $outcome = ...;
JNTHN/cro
…/releases.md :191:
* Use the new `Cro::Uri.add(...)` method to implement the `base-uri` feature
JNTHN/cro
…/releases.md :236:
* Make the `static` router function support an `:indexes[...]` option, which
JNTHN/cro
…/structuring-services.md :75:
... "route handler goes here"
JNTHN/cro
…/structuring-services.md :89:
... "route handler goes here"
JNTHN/cro
…/structuring-services.md :159:
...
JNTHN/cro
…/structuring-services.md :201:
...
JNTHN/cro
…/CLI.pm6 :35:
say "Stubbing a {$found.name} '$id' in '$path'...\n";
JNTHN/cro
…/CLI.pm6 :300:
say "Shutting down...";
JNTHN/cro
…/LinkTemplate.pm6 :14:
method protocol(--> Str) { ... }
JNTHN/cro
…/LinkTemplate.pm6 :16:
method generate(Str $service, Str $endpoint, %options --> GeneratedLink) { ... }
JNTHN/cro
…/Template.pm6 :11:
method id(--> Str) { ... }
JNTHN/cro
…/Template.pm6 :13:
method name(--> Str) { ... }
JNTHN/cro
…/Template.pm6 :15:
method options(--> List) { ... }
JNTHN/cro
…/Template.pm6 :19:
method generate(IO::Path $where, Str $id, Str $name, %options, $generated-links, @links) { ... }
JNTHN/cro
…/Common.pm6 :10:
method entrypoint-contents($id, %options, $links --> Str) { ... }
JNTHN/cro
…/Common.pm6 :12:
method meta6-depends(%options) { ... }
JNTHN/cro
…/Common.pm6 :20:
method cro-file-endpoints($id-uc, %options) { ... }
JNTHN/cro
…/HTTPService.pm6 :177:
say "Shutting down...";
JNTHN/cro
…/ReactReduxSPA.pm6 :161:
return { ...state, $state: action.text };
JNTHN/cro
…/ZeroMQWorkSinkService.pm6 :39:
say "Shutting down...";
JNTHN/cro
…/ZeroMQWorkerService.pm6 :55:
say "Shutting down...";
JNTHN/cro
…/app.js :811:
throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');
JNTHN/cro
…/app.js :914:
* This is a replacement for `invariant(...)` used by the error code system
JNTHN/cro
…/app.js :1310:
'`warning(condition, format, ...args)` requires a warning ' +
JNTHN/cro
…/app.js :3767:
!!DOMProperty.properties.hasOwnProperty(propName) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'injectDOMPropertyConfig(..…
JNTHN/cro
…/app.js :5091:
* This is a replacement for `invariant(...)` used by the error code system
JNTHN/cro
…/app.js :7807:
!!this.isInTransaction() ? process.env.NODE_ENV !== 'production' ? invariant(false, 'Transaction.perform(...): Cannot initialize a transaction when there is already an outstanding transaction.') : _prodInvariant('27') : void 0;
JNTHN/cro
…/app.js :10362:
throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');
JNTHN/cro
…/app.js :10532:
process.env.NODE_ENV !== 'production' ? warning(Injected && Injected.getNodeFromInstance && Injected.getInstanceFromNode, 'EventPluginUtils.injection.injectComponentTree(...): Injected ' + 'module is missing getNodeFromInstance or getInstanceFromNode.') : void 0;
JNTHN/cro
…/app.js :10538:
process.env.NODE_ENV !== 'production' ? warning(Injected && Injected.isAncestor && Injected.getLowestCommonAncestor, 'EventPluginUtils.injection.injectTreeTraversal(...): Injected ' + 'module is missing isAncestor or getLowestCommonAncestor.') : void 0;
JNTHN/cro
…/app.js :10668:
!!Array.isArray(dispatchListener) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'executeDirectDispatch(...): Invalid `event`.') : _prodInvariant('103') : void 0;
JNTHN/cro
…/app.js :11661:
process.env.NODE_ENV !== 'production' ? warning(!callerName, '%s(...): Can only update a mounted or mounting component. ' + 'This usu…
JNTHN/cro
…/app.js :11667:
process.env.NODE_ENV !== 'production' ? warning(ReactCurrentOwner.current == null, '%s(...): Cannot update during an existing state tra…
JNTHN/cro
…/app.js :11819:
process.env.NODE_ENV !== 'production' ? warning(partialState != null, 'setState(...): You passed an undefined or null state object; ' + 'instead, use forceUpdate().') : void 0;
JNTHN/cro
…/app.js :11842:
!(!callback || typeof callback === 'function') ? process.env.NODE_ENV !== 'production' ? invariant(false, '%s(...): Expected the last o…
JNTHN/cro
…/app.js :11964:
// First, let's check if we're in an unusual parsing mode...
JNTHN/cro
…/app.js :12176:
// If we're warning about an invalid (non-parent) ancestry, add '...'
JNTHN/cro
…/app.js :12177:
invalidAncestor ? ['...'] : [], childOwnerNames, childTag).join(' > ');
JNTHN/cro
…/app.js :12203:
process.env.NODE_ENV !== 'production' ? warning(false, 'validateDOMNesting(...): %s cannot appear as a child of <%s>.%s ' + 'See %s.%s', tagDisplayName, ancestorTag, whitespaceInfo, ownerInfo, info) : void 0;
JNTHN/cro
…/app.js :12205:
process.env.NODE_ENV !== 'production' ? warning(false, 'validateDOMNesting(...): %s cannot appear as a descendant of ' + '<%s>. See %s.', tagDisplayName, ancestorTag, ownerInfo) : void 0;
JNTHN/cro
…/app.js :13277:
// ...but misinterprets leading-number strings, particularly hex literals ("0x...")
JNTHN/cro
…/app.js :14669:
1 type (only|nth|...)
JNTHN/cro
…/app.js :14671:
3 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
JNTHN/cro
…/app.js :14815:
// non-xml :nth-child(...) stores cache data on `parent`
JNTHN/cro
…/app.js :14820:
// ...in a gzip-friendly way
JNTHN/cro
…/app.js :14849:
// ...in a gzip-friendly way
JNTHN/cro
…/app.js :14863:
// xml :nth-child(...)
JNTHN/cro
…/app.js :14864:
// or :nth-last-child(...) or :nth(-last)?-of-type(...)
JNTHN/cro
…/app.js :15362:
// ...intermediate processing is necessary
JNTHN/cro
…/app.js :15365:
// ...otherwise use results directly
JNTHN/cro
…/app.js :15990:
// ...and otherwise set as attributes
JNTHN/cro
…/app.js :16012:
// HANDLE: $(expr, $(...))
JNTHN/cro
…/app.js :16497:
// ... .then handlers, argument index, [final state]
JNTHN/cro
…/app.js :16600:
// ...and disregard older resolution values
JNTHN/cro
…/app.js :16678:
// progress_handlers.add( ... )
JNTHN/cro
…/app.js :16690:
// fulfilled_handlers.add( ... )
JNTHN/cro
…/app.js :16701:
// rejected_handlers.add( ... )
JNTHN/cro
…/app.js :16756:
// deferred.notify = function() { deferred.notifyWith(...) }
JNTHN/cro
…/app.js :16757:
// deferred.resolve = function() { deferred.resolveWith(...) }
JNTHN/cro
…/app.js :16758:
// deferred.reject = function() { deferred.rejectWith(...) }
JNTHN/cro
…/app.js :16966:
// ...except when executing function values
JNTHN/cro
…/app.js :17122:
// If key is an array of keys...
JNTHN/cro
…/app.js :17319:
// Set the data...
JNTHN/cro
…/app.js :18225:
// ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343)
JNTHN/cro
…/app.js :25769:
return function (/* ...args */) {
JNTHN/cro
…/app.js :27254:
!(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null) ? process.env.NODE_ENV !== 'production' ? invaria…
JNTHN/cro
…/app.js :27296:
lowPriorityWarning(false, '%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);
JNTHN/cro
…/app.js :27356:
process.env.NODE_ENV !== 'production' ? warning(false, '%s(...): Can only update a mounted or mounting component. ' + 'This usually mea…
JNTHN/cro
…/app.js :27487:
* ...
JNTHN/cro
…/app.js :27822:
* ...
JNTHN/cro
…/app.js :27851:
* render: function() { ... }
JNTHN/cro
…/app.js :27856:
* type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)
JNTHN/cro
…/app.js :27876:
* render: function() {...}
JNTHN/cro
…/app.js :29178:
'createClass(...): Class specification must implement a `render` method.'
JNTHN/cro
…/app.js :29391:
// componentWillUnmount do not. Because of this, trySubscribe happens during ...didMount.
JNTHN/cro
…/app.js :29874:
// g can still be undefined, but nothing to do about it...
JNTHN/cro
…/app.js :29876:
// easier to handle this case. if(!global) { ...}
JNTHN/cro
…/app.js :29920:
* @param {...Function} funcs The functions to compose.
JNTHN/cro
…/app.js :29923:
* (...args) => f(g(h(...args))).
JNTHN/cro
…/app.js :29976:
// A length of zero is assumed to mean mapToProps is getting args via arguments or ...args and
JNTHN/cro
…/app.js :30098:
!(next != null) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'accumulateInto(...): Accumulated items must not be null or undefined.') : _prodInvariant('30') : void 0;
JNTHN/cro
…/app.js :31697:
* - `traverseAllChildren(this.props.children, ...)`
JNTHN/cro
…/app.js :31698:
* - `traverseAllChildren(this.props.leftPanelChildren, ...)`
JNTHN/cro
…/app.js :32223:
* // ... component.
JNTHN/cro
…/app.js :32281:
!isValidContainer(container) ? process.env.NODE_ENV !== 'production' ? invariant(false, '_registerComponent(...): Target container is not a DOM element.') : _prodInvariant('37') : void 0;
JNTHN/cro
…/app.js :32357:
process.env.NODE_ENV !== 'production' ? warning(!containerHasNonRootReactChild, 'render(...): Replacing React-rendered children with …
JNTHN/cro
…/app.js :32411:
!isValidContainer(container) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'unmountComponentAtNode(...): Target container is not a DOM element.') : _prodInvariant('40') : void 0;
JNTHN/cro
…/app.js :32438:
!isValidContainer(container) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'mountComponentIntoNode(...): Target container is not valid.') : _prodInvariant('41') : void 0;
JNTHN/cro
…/app.js :42575:
* - `traverseAllChildren(this.props.children, ...)`
JNTHN/cro
…/app.js :42576:
* - `traverseAllChildren(this.props.leftPanelChildren, ...)`
JNTHN/cro
…/app.js :44108:
* @param {...Function} middlewares The middleware chain to be applied.
JNTHN/cro
…/app.js :45679:
!isValidOwner(owner) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'addComponentAsRefTo(...): Only a ReactOwner can have r…
JNTHN/cro
…/app.js :45693:
!isValidOwner(owner) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'removeComponentAsRefFrom(...): Only a ReactOwner can h…
JNTHN/cro
…/app.js :46093:
process.env.NODE_ENV !== 'production' ? warning(!processingChildContext, 'setState(...): Cannot call setState() inside getChildContext()') : void 0;
JNTHN/cro
…/app.js :46647:
!ExecutionEnvironment.canUseDOM ? process.env.NODE_ENV !== 'production' ? invariant(false, 'dangerouslyReplaceNodeWithMarkup(...): Cann…
JNTHN/cro
…/app.js :46648:
!markup ? process.env.NODE_ENV !== 'production' ? invariant(false, 'dangerouslyReplaceNodeWithMarkup(...): Missing markup.') : _prodInvariant('57') : void 0;
JNTHN/cro
…/app.js :46649:
!(oldChild.nodeName !== 'HTML') ? process.env.NODE_ENV !== 'production' ? invariant(false, 'dangerouslyReplaceNodeWithMarkup(...): Cann…
JNTHN/cro
…/app.js :46737:
!handleScript ? process.env.NODE_ENV !== 'production' ? invariant(false, 'createNodesFromMarkup(...): Unexpected <script> element rendered.') : invariant(false) : void 0;
JNTHN/cro
…/app.js :46789:
!(typeof obj.callee !== 'function') ? process.env.NODE_ENV !== 'production' ? invariant(false, 'toArray: Object can\'t be `arguments`. Use rest params ' + '(function(...args) {}) or Array.from() instead.') : invariant(false) : void 0;
JNTHN/cro
…/app.js :46858:
* ...
JNTHN/cro
…/app.js :47164:
!(typeof props.dangerouslySetInnerHTML === 'object' && HTML in props.dangerouslySetInnerHTML) ? process.env.NODE_ENV !== 'production' ? invariant…
JNTHN/cro
…/app.js :47281:
!node ? process.env.NODE_ENV !== 'production' ? invariant(false, 'trapBubbledEvent(...): Requires node to be rendered.') : _prodInvariant('64') : void 0;
JNTHN/cro
…/app.js :49794:
process.env.NODE_ENV !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`. …
JNTHN/cro
…/app.js :49962:
process.env.NODE_ENV !== 'production' ? warning(element === null || element === false || React.isValidElement(element), '%s(...): A val…
JNTHN/cro
…/app.js :49963:
process.env.NODE_ENV !== 'production' ? warning(!Component.childContextTypes, '%s(...): childContextTypes cannot be defined on a functional component.', Component.displayName || Component.name || 'Component') : void 0;
JNTHN/cro
…/app.js :50105:
!(inst === null || inst === false || React.isValidElement(inst)) ? process.env.NODE_ENV !== 'production' ? invariant(false, '%s(...):…
JNTHN/cro
…/app.js :50120:
process.env.NODE_ENV !== 'production' ? warning(false, '%s(...): No `render` method found on the returned component ' + 'instance: you may have forgotten to define `render`.', Component.displayName || Component.name || 'Component') : void 0;
JNTHN/cro
…/app.js :50126:
process.env.NODE_ENV !== 'production' ? warning(inst.props === undefined || !propsMutated, '%s(...): When calling super() in `%s`, make sure to pass ' + "up the same props that your component's constructor was passed.", componentName, componentName) : void 0;
JNTHN/cro
…/app.js :51009:
* ...
JNTHN/cro
…/app.js :51071:
process.env.NODE_ENV !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`…
JNTHN/cro
…/app.js :51223:
process.env.NODE_ENV !== 'production' ? warning(false, '%s(...): Can only update a mounting component. ' + 'This usually means you call…
JNTHN/cro
…/app.js :53126:
* ['abort', ...]
JNTHN/cro
…/app.js :53136:
* ...
JNTHN/cro
…/app.js :55224:
// for...of would work here but it's probably slower post-transpilation.
JNTHN/cro
…/app.js :55997:
// Allow match({ location: '/the/path', ... })
JNTHN/cro
…/app.js :57451:
return _extends({}, state, { notify: 'Stubbing...' });
JNTHN/cro
…/app.js :57522:
// path.resolve([from ...], to)
JNTHN/cro
…/app.js :57942:
'Loading...'
JNTHN/cro
…/app.js :57951:
'No known services...'
JNTHN/cro
…/app.js :71913:
currLinks.push({ service: action.service, endpoint: action.endpoint, code: 'Awaiting...' });
JNTHN/cro
…/app.js :72379:
// 19.1.2.1 Object.assign(target, source, ...)
JNTHN/cro
…/app.js :78317:
* renderBackdrop={props => <MyBackdrop {...props} />}
JNTHN/cro
…/app.js :83492:
// ... unless we just caused that location change
JNTHN/cro
…/index.js :6:
return { ...state,
JNTHN/cro
…/reducer.js :46:
return { ...state, currentId: action.id, newLinkService, newLinkEP, canCreateLink, errorMsg: null };
JNTHN/cro
…/reducer.js :49:
currLinks.push({ service: action.service, endpoint: action.endpoint, code: 'Awaiting...' });
JNTHN/cro
…/reducer.js :51:
return { ...state, links, canCreateLink: false };
JNTHN/cro
…/reducer.js :63:
return { ...state, links, servicePool };
JNTHN/cro
…/reducer.js :78:
return { ...state, currentCode,
JNTHN/cro
…/reducer.js :93:
return { ...state, links, canCreateLink };
JNTHN/cro
…/reducer.js :95:
return { ...state, errorMsg: action.errorMsg };
JNTHN/cro
…/reducer.js :99:
return { ...state, newLinkService: action.id, newLinkEP, canCreateLink, errorMsg: null };
JNTHN/cro
…/reducer.js :102:
return { ...state, newLinkEP: action.id, canCreateLink, errorMsg: null };
JNTHN/cro
…/reducer.js :110:
return { ...state, links };
JNTHN/cro
…/reducer.js :22:
return {...state, channels};
JNTHN/cro
…/reducer.js :35:
return {...state, channels };
JNTHN/cro
…/reducer.js :37:
return {...state, current: action.id};
JNTHN/cro
…/components.js :15:
content = <div>Loading...</div>;
JNTHN/cro
…/components.js :18:
<h3>No known services...</h3>
JNTHN/cro
…/reducer.js :10:
return { ...state, graph: action.graph };
JNTHN/cro
…/reducer.js :17:
return { ...state, graph };
JNTHN/cro
…/reducer.js :24:
return { ...state, graph };
JNTHN/cro
…/reducer.js :31:
return { ...state, graph };
JNTHN/cro
…/reducer.js :14:
return { ...state, services }
JNTHN/cro
…/reducer.js :18:
return { ...state, services };
JNTHN/cro
…/reducer.js :22:
return { ...state, services };
JNTHN/cro
…/reducer.js :26:
return { ...state, services };
JNTHN/cro
…/reducer.js :30:
return { ...state, services };
JNTHN/cro
…/reducer.js :34:
return { ...state, services };
JNTHN/cro
…/reducer.js :38:
return { ...state, services };
JNTHN/cro
…/reducer.js :42:
return { ...state, services };
JNTHN/cro
…/reducer.js :31:
return { ...state, links };
JNTHN/cro
…/reducer.js :40:
return { ...state, links };
JNTHN/cro
…/reducer.js :43:
return { ...state, fullPath, cwd: action.path }
JNTHN/cro
…/reducer.js :49:
return { ...state, templates,
JNTHN/cro
…/reducer.js :52:
return { ...state, stubErrors: '', optionErrors: '',
JNTHN/cro
…/reducer.js :56:
return { ...state, notify: 'Options error occured:', optionErrors: action.errors }
JNTHN/cro
…/reducer.js :58:
return { ...state, notify: 'Error occured during stubbing:', stubErrors: action.errorMsg }
JNTHN/cro
…/reducer.js :61:
return { ...state, current: state.templates[action.index], notify: '' }
JNTHN/cro
…/reducer.js :66:
return { ...state, idText: action.text, pathText: action.text, fullPath, disable }
JNTHN/cro
…/reducer.js :68:
return { ...state, idText: action.text, disable }
JNTHN/cro
…/reducer.js :72:
return { ...state, pathText: action.text, fullPath }
JNTHN/cro
…/reducer.js :74:
return { ...state, nameText: action.text }
JNTHN/cro
…/reducer.js :83:
return { ...state, notify: '', optionErrors: '', stubErrors: '' }
JNTHN/cro
…/reducer.js :85:
return { ...state, notify: 'Stubbing...' }
JNTHN/cro
…/reducer.js :87:
return { ...state, notify: '' }
JSTOWE/AccessorFacade
…/README.md :30:
...
JSTOWE/AccessorFacade
…/README.md :54:
...
JSTOWE/AccessorFacade
…/AccessorFacade.pm :25:
...
JSTOWE/AccessorFacade
…/AccessorFacade.pm :52:
...
JSTOWE/AccessorFacade
…/AccessorFacade.pm :74:
...
JSTOWE/Audio-Hydrogen
…/euclid :15:
examples/euclid --kit=<kit name> [--bars=<1>] [--file=<Str>] [--part=<$instruments,$slots,$fills> [--part=<...>]...] ...
JSTOWE/Audio-Liquidsoap
…/README.md :18:
...
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :20:
...
JSTOWE/Audio-Liquidsoap
…/030-builtins.t :28:
diag "waiting until server settles ...";
JSTOWE/Audio-Liquidsoap
…/050-list.t :33:
diag "waiting until server settles ...";
JSTOWE/Audio-Sndfile
…/Documentation.md :307:
This is a value of the enum Audio::Sndfile::Info::Subformat that indicate the minor format or sample encoding of the data (e.g. PCM_16, FLOAT ... ). It is bitwise or-ed with `type` and `endian` to provide format.
JSTOWE/Audio-Sndfile
…/Info.pm :96:
or sample encoding of the data (e.g. PCM_16, FLOAT ... ). It is bitwise or-ed with C<type> and
JSTOWE/CheckSocket
…/CheckSocket.pm :21:
...
JSTOWE/Doublephone
…/double_metaphone.c :154:
StringAt(metastring * s, int start, int length, ...)
JSTOWE/Doublephone
…/double_metaphone.c :261:
/* "-mb", e.g", "dumb", already skipped over... */
JSTOWE/FastCGI-NativeCall
…/configure :117:
test "X`expr 00001 : '.*\(...\)'`" = X001; then
JSTOWE/FastCGI-NativeCall
…/configure :484:
test "X`expr 00001 : '.*\(...\)'`" = X001; then
JSTOWE/FastCGI-NativeCall
…/configure :500:
# ... but there are two gotchas:
JSTOWE/FastCGI-NativeCall
…/configure :1178:
Usage: $0 [OPTION]... [VAR=VALUE]...
JSTOWE/FastCGI-NativeCall
…/configure :1180:
To assign environment variables (e.g., CC, CFLAGS...), specify them as
JSTOWE/FastCGI-NativeCall
…/configure :1190:
-q, --quiet, --silent do not print \`checking...' messages
JSTOWE/FastCGI-NativeCall
…/configure :1684:
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :1724:
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :1781:
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :1821:
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :1880:
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :1924:
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2042:
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2127:
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2164:
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2169:
echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2209:
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2265:
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2322:
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2474:
echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2499:
static char *f (char * (*g) (char **, int), char **p, ...)
JSTOWE/FastCGI-NativeCall
…/configure :2600:
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2828:
echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2907:
echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :2990:
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3178:
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3234:
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3298:
echo $ECHO_N "checking for sun_len in sys/un.h... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3325:
echo $ECHO_N "checking for fpos_t in stdio.h... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3360:
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3370:
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3411:
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3474:
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3503:
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3513:
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3554:
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3617:
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3639:
echo $ECHO_N "checking for a fileno() prototype in stdio.h... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3667:
echo $ECHO_N "checking for socklen_t in sys/socket.h... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3698:
echo $ECHO_N "checking whether cross-process locking is required by accept()... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3720:
echo $ECHO_N "checking whether va_arg(arg, long double) crashes the compiler... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :3771:
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
JSTOWE/FastCGI-NativeCall
…/configure :4102:
test "X`expr 00001 : '.*\(...\)'`" = X001; then
JSTOWE/FastCGI-NativeCall
…/configure :4201:
test "X`expr 00001 : '.*\(...\)'`" = X001; then
JSTOWE/FastCGI-NativeCall
…/configure :4217:
# ... but there are two gotchas:
JSTOWE/FastCGI-NativeCall
…/configure :4299:
Usage: $0 [OPTIONS] [FILE]...
JSTOWE/FastCGI-NativeCall
…/configure :4404:
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :375:
int FCGX_FPrintF(FCGX_Stream *stream, const char *format, ...)
JSTOWE/FastCGI-NativeCall
…/fcgiapp.h :511:
DLLAPI int FCGX_FPrintF(FCGX_Stream *stream, const char *format, ...);
JSTOWE/FastCGI-NativeCall
…/os_unix.c :245:
#else /* 4.3 BSD Tahoe: Solaris, HPUX, DEC, ... */
JSTOWE/FastCGI-NativeCall
…/os_unix.c :258:
#else /* 4.3 BSD Tahoe: Solaris, HPUX, DEC, ... */
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :160:
sub FCGX_OpenSocket(Str $path, int32 $backlog --> int32 ) is native(HELPER) { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :162:
sub XS_Init(int32 $sock --> FCGX_Request ) is native(HELPER) { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :164:
sub XS_Accept(FCGX_Request $request, &populate_env_callback (Str, Str) --> int32 ) is native(HELPER) { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :166:
sub XS_Print(Str $str, FCGX_Request $request --> int32 ) is native(HELPER) { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :168:
sub XS_Read(int32 $n, FCGX_Request $request --> Pointer ) is native(HELPER) { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :170:
sub XS_Flush(FCGX_Request $request) is native(HELPER) { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :172:
sub XS_Finish(FCGX_Request $request) is native(HELPER) { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :174:
sub free(Pointer $ptr) is native { ... }
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :220:
sub close(int32 $d) is native { ... }
JSTOWE/IO-Path-Mode
…/README.md :19:
...
JSTOWE/IO-Path-Mode
…/Mode.pm :25:
...
JSTOWE/JSON-Class
…/README.md :21:
...
JSTOWE/JSON-Class
…/Class.pm :23:
...
JSTOWE/JSON-Infer
…/Infer.pm :238:
role Classes { ... }
JSTOWE/JSON-Infer
…/Infer.pm :239:
role Types { ... }
JSTOWE/JSON-Infer
…/Infer.pm :240:
class Attribute { ... }
JSTOWE/JSON-Infer
…/Infer.pm :241:
class Class { ... }
JSTOWE/JSON-Infer
…/Infer.pm :242:
class Type { ... }
JSTOWE/JSON-Marshal
…/Marshal.pm :70:
...
JSTOWE/Log-Syslog-Native
…/Native.pm :283:
sub _syslog(int32, Str) is native is symbol('syslog') { ... }
JSTOWE/Log-Syslog-Native
…/Native.pm :284:
sub _openlog(Str, int32, int32) is native is symbol('openlog') { ... }
JSTOWE/Log-Syslog-Native
…/Native.pm :285:
sub _closelog() is native is symbol('closelog') { ... }
JSTOWE/Lumberjack-Application
…/JSON.pm :21:
...
JSTOWE/Lumberjack-Application
…/JSON.pm :29:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Documentation.md :17:
self.log-info("Starting ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Documentation.md :18:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Documentation.md :22:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Documentation.md :23:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Documentation.md :29:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/README.md :19:
self.log-info("Starting ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/README.md :20:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/README.md :24:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/README.md :25:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/README.md :31:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Syslog.pm :21:
self.log-info("Starting ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Syslog.pm :22:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Syslog.pm :26:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Syslog.pm :27:
...
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Syslog.pm :33:
...
JSTOWE/Lumberjack
…/Documentation.md :16:
self.log-info("Starting ...");
JSTOWE/Lumberjack
…/Documentation.md :17:
...
JSTOWE/Lumberjack
…/Documentation.md :21:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack
…/Documentation.md :22:
...
JSTOWE/Lumberjack
…/Documentation.md :28:
...
JSTOWE/Lumberjack
…/Documentation.md :197:
...
JSTOWE/Lumberjack
…/README.md :18:
self.log-info("Starting ...");
JSTOWE/Lumberjack
…/README.md :19:
...
JSTOWE/Lumberjack
…/README.md :23:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack
…/README.md :24:
...
JSTOWE/Lumberjack
…/README.md :30:
...
JSTOWE/Lumberjack
…/Lumberjack.pm :20:
self.log-info("Starting ...");
JSTOWE/Lumberjack
…/Lumberjack.pm :21:
...
JSTOWE/Lumberjack
…/Lumberjack.pm :25:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack
…/Lumberjack.pm :26:
...
JSTOWE/Lumberjack
…/Lumberjack.pm :32:
...
JSTOWE/Lumberjack
…/Lumberjack.pm :281:
...
JSTOWE/Lumberjack
…/Lumberjack.pm :553:
class Message { ... };
JSTOWE/Lumberjack
…/Lumberjack.pm :742:
...
JSTOWE/META6
…/projects.json :5851:
"description" : "Uggh I need to edit a text file in some copy paste way...wait, perl modules!"
JSTOWE/META6
…/projects.json :6099:
"description" : "An array in a hash in an array... like a turducken",
JSTOWE/META6
…/projects.json :6451:
"description" : "Acme::Flutterby - An object-oriented interface to a butterfly. In what else but Perl 6...",
JSTOWE/MessagePack-Class
…/Class.pm :119:
...
JSTOWE/MessagePack-Class
…/Class.pm :250:
...
JSTOWE/Object-Permission
…/README.md :14:
...
JSTOWE/Object-Permission
…/Permission.pm :19:
...
JSTOWE/Oyatul
…/Oyatul.pm :528:
role Node { ... }
JSTOWE/Oyatul
…/Oyatul.pm :529:
class File { ... }
JSTOWE/Oyatul
…/Oyatul.pm :530:
class Directory { ... }
JSTOWE/Oyatul
…/Oyatul.pm :727:
...
JSTOWE/Oyatul
…/Oyatul.pm :731:
...
JSTOWE/Oyatul
…/Oyatul.pm :735:
...
JSTOWE/RPi-Device-SMBus
…/README.md :16:
....
JSTOWE/RPi-Device-SMBus
…/SMBus.pm :22:
....
JSTOWE/Tinky
…/Documentation.md :199:
...
JSTOWE/Tinky
…/Documentation.md :212:
...
JSTOWE/Tinky
…/Documentation.md :283:
...
JSTOWE/Tinky
…/Documentation.md :388:
...
JSTOWE/Tinky
…/Tinky.pm :262:
...
JSTOWE/Tinky
…/Tinky.pm :285:
...
JSTOWE/Tinky
…/Tinky.pm :405:
...
JSTOWE/Tinky
…/Tinky.pm :572:
...
JSTOWE/Tinky
…/Tinky.pm :733:
class State { ... };
JSTOWE/Tinky
…/Tinky.pm :734:
class Transition { ... }
JSTOWE/Tinky
…/Tinky.pm :735:
class Workflow { ... };
JSTOWE/Tinky
…/Tinky.pm :736:
role Object { ... };
JSTOWE/UNIX-Privileges
…/Privileges.pm6 :18:
sub UP_userinfo(Str $login, User $ui --> int32 ) is native(HELPER) { ... }
JSTOWE/UNIX-Privileges
…/Privileges.pm6 :20:
sub UP_drop_privileges(int32 $new_uid, int32 $new_gid --> int32 ) is native(HELPER) { ... }
JSTOWE/UNIX-Privileges
…/Privileges.pm6 :22:
sub UP_change_owner(Str $path, int32 $uid, int32 $gid --> int32 ) is native(HELPER) { ... }
JSTOWE/UNIX-Privileges
…/Privileges.pm6 :24:
sub UP_change_root(Str $dirname --> int32 ) is native(HELPER) { ... }
JSTOWE/UNIX-Privileges
…/Privileges.pm6 :26:
sub UP_set_error_callback(&callback (Str)) is native(HELPER) { ... }
JSTOWE/URI-FetchFile
…/FetchFile.pm :64:
...
JSTOWE/URI-FetchFile
…/FetchFile.pm :68:
...
JSTOWE/URI-Template
…/rfc6570.txt :69:
1. Introduction ....................................................3
JSTOWE/URI-Template
…/rfc6570.txt :70:
1.1. Overview ...................................................3
JSTOWE/URI-Template
…/rfc6570.txt :71:
1.2. Levels and Expression Types ................................5
JSTOWE/URI-Template
…/rfc6570.txt :72:
1.3. Design Considerations ......................................9
JSTOWE/URI-Template
…/rfc6570.txt :73:
1.4. Limitations ...............................................10
JSTOWE/URI-Template
…/rfc6570.txt :74:
1.5. Notational Conventions ....................................11
JSTOWE/URI-Template
…/rfc6570.txt :75:
1.6. Character Encoding and Unicode Normalization ..............12
JSTOWE/URI-Template
…/rfc6570.txt :76:
2. Syntax .........................................................13
JSTOWE/URI-Template
…/rfc6570.txt :77:
2.1. Literals ..................................................13
JSTOWE/URI-Template
…/rfc6570.txt :78:
2.2. Expressions ...............................................13
JSTOWE/URI-Template
…/rfc6570.txt :79:
2.3. Variables .................................................14
JSTOWE/URI-Template
…/rfc6570.txt :80:
2.4. Value Modifiers ...........................................15
JSTOWE/URI-Template
…/rfc6570.txt :81:
2.4.1. Prefix Values ......................................15
JSTOWE/URI-Template
…/rfc6570.txt :82:
2.4.2. Composite Values ...................................16
JSTOWE/URI-Template
…/rfc6570.txt :83:
3. Expansion ......................................................18
JSTOWE/URI-Template
…/rfc6570.txt :84:
3.1. Literal Expansion .........................................18
JSTOWE/URI-Template
…/rfc6570.txt :85:
3.2. Expression Expansion ......................................18
JSTOWE/URI-Template
…/rfc6570.txt :86:
3.2.1. Variable Expansion .................................19
JSTOWE/URI-Template
…/rfc6570.txt :87:
3.2.2. Simple String Expansion: {var} .....................21
JSTOWE/URI-Template
…/rfc6570.txt :88:
3.2.3. Reserved Expansion: {+var} .........................22
JSTOWE/URI-Template
…/rfc6570.txt :89:
3.2.4. Fragment Expansion: {#var} .........................23
JSTOWE/URI-Template
…/rfc6570.txt :90:
3.2.5. Label Expansion with Dot-Prefix: {.var} ............24
JSTOWE/URI-Template
…/rfc6570.txt :91:
3.2.6. Path Segment Expansion: {/var} .....................24
JSTOWE/URI-Template
…/rfc6570.txt :92:
3.2.7. Path-Style Parameter Expansion: {;var} .............25
JSTOWE/URI-Template
…/rfc6570.txt :93:
3.2.8. Form-Style Query Expansion: {?var} .................26
JSTOWE/URI-Template
…/rfc6570.txt :94:
3.2.9. Form-Style Query Continuation: {&var} ..............27
JSTOWE/URI-Template
…/rfc6570.txt :95:
4. Security Considerations ........................................27
JSTOWE/URI-Template
…/rfc6570.txt :96:
5. Acknowledgments ................................................28
JSTOWE/URI-Template
…/rfc6570.txt :97:
6. References .....................................................28
JSTOWE/URI-Template
…/rfc6570.txt :98:
6.1. Normative References ......................................28
JSTOWE/URI-Template
…/rfc6570.txt :99:
6.2. Informative References ....................................29
JSTOWE/URI-Template
…/rfc6570.txt :100:
Appendix A. Implementation Hints ..................................30
JSTOWE/XDG-BaseDirectory
…/BaseDirectory.pm :316:
....
JSTOWE/XML-Class
…/Documentation.md :73:
...
JSTOWE/XML-Class
…/Documentation.md :79:
...
JSTOWE/XML-Class
…/Documentation.md :85:
...
JSTOWE/XML-Class
…/Documentation.md :91:
...
JSTOWE/XML-Class
…/Documentation.md :101:
...
JSTOWE/XML-Class
…/Documentation.md :107:
...
JSTOWE/XML-Class
…/Documentation.md :126:
...
JSTOWE/XML-Class
…/Documentation.md :138:
...
JSTOWE/XML-Class
…/Class.pm :113:
...
JSTOWE/XML-Class
…/Class.pm :123:
...
JSTOWE/XML-Class
…/Class.pm :134:
...
JSTOWE/XML-Class
…/Class.pm :144:
...
JSTOWE/XML-Class
…/Class.pm :154:
...
JSTOWE/XML-Class
…/Class.pm :164:
...
JSTOWE/XML-Class
…/Class.pm :194:
...
JSTOWE/XML-Class
…/Class.pm :215:
...
KAIEPI/Digest-BubbleBabble
…/BubbleBabble.pm6 :20:
Blob.new: gather for 0,2,4...$len -> $i {
KAJI/App-Platform
…/CHANGELOG.md :111:
[Unreleased]: https://github.com/7ojo/perl6-platform/compare/0.3.0...HEAD
KAJI/App-Platform
…/CHANGELOG.md :112:
[0.3.0]: https://github.com/7ojo/perl6-platform/compare/0.2.1...0.3.0
KAJI/App-Platform
…/CHANGELOG.md :113:
[0.2.1]: https://github.com/7ojo/perl6-platform/compare/0.2.0...0.2.1
KAJI/App-Platform
…/CHANGELOG.md :114:
[0.2.0]: https://github.com/7ojo/perl6-platform/compare/0.1.0...0.2.0
KAJI/App-Platform
…/CHANGELOG.md :115:
[0.1.0]: https://github.com/7ojo/perl6-platform/compare/0.0.6...0.1.0
KAJI/App-Platform
…/CHANGELOG.md :116:
[0.0.6]: https://github.com/7ojo/perl6-platform/compare/0.0.5...0.0.6
KAJI/App-Platform
…/CHANGELOG.md :117:
[0.0.5]: https://github.com/7ojo/perl6-platform/compare/0.0.4...0.0.5
KAJI/App-Platform
…/CHANGELOG.md :118:
[0.0.4]: https://github.com/7ojo/perl6-platform/compare/0.0.3...0.0.4
KAJI/App-Platform
…/CHANGELOG.md :119:
[0.0.3]: https://github.com/7ojo/perl6-platform/compare/0.0.2...0.0.3
KAJI/App-Platform
…/CHANGELOG.md :120:
[0.0.2]: https://github.com/7ojo/perl6-platform/compare/0.0.1...0.0.2
KAJI/App-Platform
…/getting_started.rst :61:
283b41702bfb jwilder/nginx-proxy "/app/docker-entry..." 16 seconds ago Up 17 seconds 0.0.0.0:80->80/tcp platform-proxy
KOORCHIK/LIVR
…/README.md :163:
### LIVR::Validator.register-default-rules( RULE_NAME => &RULE_BUILDER, ... )
KOORCHIK/LIVR
…/README.md :267:
...
KOORCHIK/LIVR
…/README.md :282:
### $VALIDATOR.register-rules( RULE_NAME => &RULE\_BUILDER, ... )
KUERBIS/Term-Choose-Util
…/Changes :32:
- Removed option "current-..."
KUERBIS/Term-Choose-Util
…/README.md :18:
my $new = Term::Choose::Util.new( :mouse(1), ... )
KUERBIS/Term-Choose-Util
…/README.md :70:
$chosen_directory = choose-a-dir( :layout(1), ... )
KUERBIS/Term-Choose-Util
…/README.md :129:
$chosen_file = choose-a-file( :layout(1), ... )
KUERBIS/Term-Choose-Util
…/README.md :138:
@chosen_directories = choose-dirs( :layout(1), ... )
KUERBIS/Term-Choose-Util
…/README.md :151:
my $number = choose-a-number( 5, :name<Testnumber>, ... );
KUERBIS/Term-Choose-Util
…/README.md :182:
$subset = choose-a-subset( @available_items, :layout( 1 ), ... )
KUERBIS/Term-Choose-Util
…/README.md :277:
settings-menu( @menu, %config, :1mouse, ... );
KUERBIS/Term-Choose-Util
…/Util.pm6 :683:
my $new = Term::Choose::Util.new( :mouse(1), ... )
KUERBIS/Term-Choose-Util
…/Util.pm6 :737:
$chosen_directory = choose-a-dir( :layout(1), ... )
KUERBIS/Term-Choose-Util
…/Util.pm6 :801:
$chosen_file = choose-a-file( :layout(1), ... )
KUERBIS/Term-Choose-Util
…/Util.pm6 :814:
@chosen_directories = choose-dirs( :layout(1), ... )
KUERBIS/Term-Choose-Util
…/Util.pm6 :834:
my $number = choose-a-number( 5, :name<Testnumber>, ... );
KUERBIS/Term-Choose-Util
…/Util.pm6 :869:
$subset = choose-a-subset( @available_items, :layout( 1 ), ... )
KUERBIS/Term-Choose-Util
…/Util.pm6 :970:
settings-menu( @menu, %config, :1mouse, ... );
KUERBIS/Term-Choose
…/LineFold.pm6 :48:
my \tail = '...';
KUERBIS/Term-Form
…/README.md :105:
my $line = $new.readline( $prompt, :$default, :$no-echo, ... );
KUERBIS/Term-Form
…/README.md :154:
my $new_list = $new.fill-form( @aoa, :1auto-up, ... );
KUERBIS/Term-Form
…/Form.pm6 :633:
return to-printwidth( $str, $len - 3, False ).[0] ~ '...';
KUERBIS/Term-Form
…/Form.pm6 :1209:
my $line = $new.readline( $prompt, :$default, :$no-echo, ... );
KUERBIS/Term-Form
…/Form.pm6 :1258:
my $new_list = $new.fill-form( @aoa, :1auto-up, ... );
KUERBIS/Term-TablePrint
…/README.md :138:
|col1 col2 col3 col3 | |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/README.md :139:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/README.md :140:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :141:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :142:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :143:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :144:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :145:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :153:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/README.md :154:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/README.md :155:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/README.md :156:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :157:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :158:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :159:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/README.md :173:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :174:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :175:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :176:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :177:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :178:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :179:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :180:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/README.md :187:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :188:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :189:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :190:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :191:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :192:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :193:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :194:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/README.md :260:
|-----|--------|------|------| |col1 : .......... |
KUERBIS/Term-TablePrint
…/README.md :261:
|.... | ...... | .... | .... | | |
KUERBIS/Term-TablePrint
…/README.md :262:
|.... | ...... | .... | .... | |col2 : .....................|
KUERBIS/Term-TablePrint
…/README.md :263:
>|.... | ...... | .... | .... | | .......... |
KUERBIS/Term-TablePrint
…/README.md :264:
|.... | ...... | .... | .... | | |
KUERBIS/Term-TablePrint
…/README.md :265:
|.... | ...... | .... | .... | |col3 : ....... |
KUERBIS/Term-TablePrint
…/README.md :266:
|.... | ...... | .... | .... | | |
KUERBIS/Term-TablePrint
…/README.md :267:
|.... | ...... | .... | .... | |col4 : ............. |
KUERBIS/Term-TablePrint
…/README.md :268:
|.... | ...... | .... | .... | | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :160:
$table.push: to-printwidth( $!info_row, $table_w - 3 ).[0] ~ '...';
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :806:
|col1 col2 col3 col3 | |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :807:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :808:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :809:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :810:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :811:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :812:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :813:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :825:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :826:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :827:
|..... ....... ..... .....| |..... ....... ..... .....| |..... ....... ..... .....|
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :828:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :829:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :830:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :831:
|..... ....... ..... .....| |..... ....... ..... .....| | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :848:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :849:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :850:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :851:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :852:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :853:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :854:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :855:
|.... | ...... | .... | .... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :866:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :867:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :868:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :869:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :870:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :871:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :872:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :873:
|.... ....... ..... ..... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :941:
|-----|--------|------|------| |col1 : .......... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :942:
|.... | ...... | .... | .... | | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :943:
|.... | ...... | .... | .... | |col2 : .....................|
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :944:
>|.... | ...... | .... | .... | | .......... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :945:
|.... | ...... | .... | .... | | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :946:
|.... | ...... | .... | .... | |col3 : ....... |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :947:
|.... | ...... | .... | .... | | |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :948:
|.... | ...... | .... | .... | |col4 : ............. |
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :949:
|.... | ...... | .... | .... | | |
LEONT/Getopt-Long
…/README.md :19:
sub MAIN(Int :$length, Str :$file, Bool :$verbose) { ... }
LEONT/Getopt-Long
…/README.md :71:
sub MAIN(Bool :$verbose, Bool :$all) { ... }
LEONT/Getopt-Long
…/README.md :90:
sub MAIN(Bool :$verbose = False) { ... }
LEONT/Getopt-Long
…/README.md :104:
sub MAIN(Int :$verbose is getopt('+')) { ... }
LEONT/Getopt-Long
…/README.md :134:
sub MAIN(Str :$tag) { ... }
LEONT/Getopt-Long
…/README.md :153:
sub MAIN(Str :@library) { ... }
LEONT/Getopt-Long
…/README.md :171:
This can be accomplished by adding a repeat specifier to the option specification. Repeat specifiers are very similar to the `{...}` repeat specifiers that can be used with regular expression patterns. For example, the above command line would be handled as follows:
LEONT/Getopt-Long
…/README.md :191:
sub MAIN(Str :%define) { ... }
LEONT/Getopt-Long
…/README.md :212:
sub MAIN(:height(:$length)) { ... }
LEONT/Getopt-Long
…/README.md :308:
my $o = $p.get-options(@args) ...
LEONT/Getopt-Long
…/README.md :320:
$ret = get-options-from(@myargs, ...);
LEONT/Getopt-Long
…/README.md :324:
$ret = get-options( ... );
LEONT/Getopt-Long
…/README.md :325:
$ret = get-options-from(@*ARGS, :overwrite, ... );
LEONT/Getopt-Long
…/Long.pm :70:
method store-direct($value, $hash) { ... }
LEONT/Getopt-Long
…/Long.pm :464:
sub MAIN(Int :$length, Str :$file, Bool :$verbose) { ... }
LEONT/Getopt-Long
…/Long.pm :536:
sub MAIN(Bool :$verbose, Bool :$all) { ... }
LEONT/Getopt-Long
…/Long.pm :564:
sub MAIN(Bool :$verbose = False) { ... }
LEONT/Getopt-Long
…/Long.pm :582:
sub MAIN(Int :$verbose is getopt('+')) { ... }
LEONT/Getopt-Long
…/Long.pm :626:
sub MAIN(Str :$tag) { ... }
LEONT/Getopt-Long
…/Long.pm :654:
sub MAIN(Str :@library) { ... }
LEONT/Getopt-Long
…/Long.pm :676:
specification. Repeat specifiers are very similar to the C<{...}>
LEONT/Getopt-Long
…/Long.pm :701:
sub MAIN(Str :%define) { ... }
LEONT/Getopt-Long
…/Long.pm :728:
sub MAIN(:height(:$length)) { ... }
LEONT/Getopt-Long
…/Long.pm :886:
my $o = $p.get-options(@args) ...
LEONT/Getopt-Long
…/Long.pm :900:
$ret = get-options-from(@myargs, ...);
LEONT/Getopt-Long
…/Long.pm :904:
$ret = get-options( ... );
LEONT/Getopt-Long
…/Long.pm :905:
$ret = get-options-from(@*ARGS, :overwrite, ... );
LEONT/Path-Finder
…/README.md :13:
...
LEONT/Path-Finder
…/README.md :18:
...
LEONT/Path-Finder
…/README.md :55:
...
LEONT/Path-Finder
…/README.md :101:
This creates a new rule combining the curent one and the arguments. E.g. "old rule AND new1 AND new2 AND ...".
LEONT/Path-Finder
…/README.md :111:
This creates a new rule combining the curent one and the arguments. E.g. "old rule OR new1 OR new2 OR ...".
LEONT/Path-Finder
…/README.md :117:
This creates a new rule combining the current one and one or more alternatives and adds them as a negative constraint to the current rule. E.g. "old rule AND NOT ( new1 AND new2 AND ...)". Returns the object to allow method chaining.
LEONT/Path-Finder
…/Finder.pm :456:
...
LEONT/Path-Finder
…/Finder.pm :461:
...
LEONT/Path-Finder
…/Finder.pm :501:
...
LEONT/Path-Finder
…/Finder.pm :565:
"old rule AND new1 AND new2 AND ...".
LEONT/Path-Finder
…/Finder.pm :576:
"old rule OR new1 OR new2 OR ...".
LEONT/Path-Finder
…/Finder.pm :584:
NOT ( new1 AND new2 AND ...)". Returns the object to allow method chaining.
LEONT/TAP
…/TAP.pm :68:
method handle-entry(Entry) { ... }
LEONT/TAP
…/TAP.pm :205:
[ ^^ <.indent($indent)> ' ' $<yaml-line>=[<!before '...'> \N* \n] ]*
LEONT/TAP
…/TAP.pm :206:
<.indent($indent)> ' ...'
LEONT/TAP
…/TAP.pm :258:
my $deserialized = try (require YAMLish) ?? YAMLish::load-yaml("---\n$serialized...") !! Any;
LEONT/TAP
…/TAP.pm :341:
if $<content> eq '...' {
LEONT/TAP
…/TAP.pm :367:
method summarize(TAP::Aggregator, Bool $interrupted, Duration $duration) { ... }
LEONT/TAP
…/TAP.pm :368:
method open-test(Str $) { ... }
LEONT/TAP
…/TAP.pm :868:
method can-handle {...};
LEONT/TAP
…/TAP.pm :869:
method make-source {...};
LEONT/TAP
…/string.t :62:
...
LEONT/TAP
…/string.t :67:
...
MARTIMM/Auth-SCRAM
…/README.md :40:
# Errors? nah ... (Famous last words!)
MARTIMM/Auth-SCRAM
…/SCRAM.pod6 :10:
class SCRAM { ... }
MARTIMM/Auth-SCRAM
…/Client.pod6 :10:
class SCRAM::Client { ... }
MARTIMM/Auth-SCRAM
…/Client.pod6 :34:
# Errors? nah ... (Famous last words!)
MARTIMM/Auth-SCRAM
…/Server.pod6 :10:
class SCRAM::Server { ... }
MARTIMM/Auth-SCRAM
…/Server.pod6 :31:
That might be the initial setup. Now lets initialize ...
MARTIMM/Auth-SCRAM
…/Server.pod6 :106:
# Server actions in advance ...
MARTIMM/Auth-SCRAM
…/Server.pod6 :118:
my Str $user = '...';
MARTIMM/Auth-SCRAM
…/Server.pod6 :119:
my Str $password = '...'
MARTIMM/Auth-SCRAM
…/Server.pod6 :124:
my Str $client-first-message = "...";
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :167:
# Prepare for second round ... `doiinggg' :-P
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :496:
#.........
MARTIMM/Auth-SCRAM
…/200-SCRAM.t :92:
# Server actions in advance ...
MARTIMM/Auth-SCRAM
…/201-SCRAM.t :97:
# Server actions in advance ...
MARTIMM/BSON
…/README.md :35:
my BSON::Binary $bin .= new(:data(Buf,new(... some binary data ...));
MARTIMM/BSON
…/CHANGES.md :128:
* Hashes work like hashes... mongodb run_command needs command on first key
MARTIMM/BSON
…/CHANGES.md :192:
multi method _string ( Str $s ) {...}
MARTIMM/BSON
…/CHANGES.md :193:
multi method _string ( Array $a ) {...}
MARTIMM/BSON
…/CHANGES.md :199:
method _enc_string ( Str $s ) {...}
MARTIMM/BSON
…/CHANGES.md :200:
method _dec_string ( Array $a ) {...}
MARTIMM/BSON
…/Binary.pm6 :59:
for 8,16...Inf -> $space-loc {
MARTIMM/BSON
…/Binary.pod6 :10:
class Binary { ... }
MARTIMM/BSON
…/Grammar.pm6 :16:
digits ::= digit [digit]...
MARTIMM/BSON
…/Document.pm6 :371:
:operation("\$d<$key> = ({$pair.perl}, ...)"), :type<List>,
MARTIMM/BSON
…/Document.pm6 :753:
when ... {
MARTIMM/BSON
…/Document.pod6 :10:
class Document does Associative { ... }
MARTIMM/BSON
…/Document.pod6 :175:
$d .= new: ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/Document.pod6 :290:
my $d = BSON::Document.new: ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/Document.pod6 :320:
my $d = BSON::Document.new: ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/Document.pod6 :322:
# Outputs: [a 120 b 121 c 122 d 123 ... x 143 y 144 z 145]
MARTIMM/BSON
…/Document.pod6 :341:
my $d = BSON::Document.new: ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/Document.pod6 :343:
# Outputs: [a b c d ... x y z]
MARTIMM/BSON
…/Document.pod6 :356:
my $d = BSON::Document.new: ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/Document.pod6 :358:
# Outputs: [120 121 122 123 ... 143 144 145]
MARTIMM/BSON
…/ObjectId.pm6 :40:
( $!oid[3...0].list ==> map { $_.fmt('%02x') }
MARTIMM/BSON
…/ObjectId.pm6 :46:
$!oid[6...4].list ==> map { $_.fmt('%02x') }
MARTIMM/BSON
…/ObjectId.pm6 :61:
( $!oid[11...9].list ==> map { $_.fmt('%02x') }
MARTIMM/BSON
…/ObjectId.pm6 :141:
for $!time.fmt('%08x').comb(/../)[3...0] -> $hexnum {
MARTIMM/BSON
…/ObjectId.pm6 :147:
for $!machine-id.fmt('%6.6s').comb(/../)[2...0] -> $hexnum {
MARTIMM/BSON
…/ObjectId.pm6 :159:
for $!count.fmt('%08x').comb(/../)[2...0] -> $hexnum {
MARTIMM/BSON
…/110-objectid.t :23:
{ my BSON::ObjectId $o .= new(:bytes(Buf.new(5,7,9...15))); },
MARTIMM/BSON
…/300-document.t :24:
my BSON::Document $d .= new: ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/300-document.t :86:
for 'a' ... 'z' -> $c { $d{$c} = $count++; }
MARTIMM/BSON
…/300-document.t :109:
my BSON::Document $d .= new: ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/310-document.t :8:
my BSON::Document $d .= new: ('a' ... 'd') Z=> 121..124;
MARTIMM/BSON
…/330-document.t :13:
$d<a><b><c><d><e><f1><g><h><i><j><h><i><j> = ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/330-document.t :14:
$d<a><b><c><d><e><f2><g><h><i><j><h><i><j> = ('a' ... 'z') Z=> 120..145;
MARTIMM/BSON
…/330-document.t :18:
"Very deep ...<j><a> = $d<a><b><c><d><e><f1><g><h><i><j><h><i><j><a>";
MARTIMM/BSON
…/330-document.t :21:
"Very deep ...<j><a> = $d<a><b><c><d><e><f2><g><h><i><j><h><i><j><a>";
MARTIMM/BSON
…/350-document.t :102:
for ('zxnbcvzbnxvc-aa', *.succ ... 'zxnbcvzbnxvc-bz') -> $char {
MARTIMM/BSON
…/350-document.t :107:
for ('uqwteuyqwte-aa', *.succ ... 'uqwteuyqwte-bz') -> $char {
MARTIMM/BSON
…/350-document.t :111:
for ('uqwteuyqwte-da', *.succ ... 'uqwteuyqwte-dz') -> $char {
MARTIMM/BSON
…/350-document.t :117:
for ('jhgsajhgasjdg-ca', *.succ ... 'jhgsajhgasjdg-cz') -> $char {
MARTIMM/BSON
…/350-document.t :121:
for ('uqwteuyqwte-ea', *.succ ... 'uqwteuyqwte-ez') -> $char {
MARTIMM/BSON
…/bench-readme.md :10:
Timing 3000 iterations ....
MARTIMM/BSON
…/bench-readme.md :29:
Timing 3000 iterations ...
MARTIMM/BSON
…/bench-readme.md :48:
Timing 2000 iterations ...
MARTIMM/BSON
…/bench-readme.md :64:
Timing 50 iterations ...
MARTIMM/BSON
…/Document.pl6 :7:
say "\nHash order...";
MARTIMM/BSON
…/Document.pl6 :9:
for 'a' ... 'z' -> $c {
MARTIMM/BSON
…/Document.pl6 :20:
say "\nMap order ...";
MARTIMM/BSON
…/Document.pl6 :22:
for 'a' ... 'z' -> $c {
MARTIMM/BSON
…/Document.pl6 :26:
say "\nAs hash ...";
MARTIMM/BSON
…/Document.pl6 :32:
say "\nAs hash ...";
MARTIMM/BSON
…/Document.pl6 :250:
say "\nDocument1 order...";
MARTIMM/BSON
…/Document.pl6 :252:
for 'a' ... 'z' -> $c {
MARTIMM/BSON
…/Document.pl6 :262:
say "\nDocument2 order...";
MARTIMM/BSON
…/Document.pl6 :264:
for 'a' ... 'z' -> $c {
MARTIMM/BSON
…/Document.pl6 :274:
say "\nDocument3 order...";
MARTIMM/BSON
…/Document.pl6 :276:
for 'a' ... 'z' -> $c {
MARTIMM/BSON
…/Document.pl6 :295:
for 'aa' ... 'bz' -> $c {
MARTIMM/BSON
…/Document.pl6 :302:
for 'aa' ... 'bz' -> $c {
MARTIMM/BSON
…/Document.pl6 :309:
for 'aa' ... 'bz' -> $c {
MARTIMM/BSON
…/Document.pl6 :316:
for 'aa' ... 'bz' -> $c {
MARTIMM/BSON
…/Document1.pm6 :427:
my BSON::Document $d .= new: ('0' ...^ $p.value.elems.Str) Z=> $p.value;
MARTIMM/BSON
…/Document1.pm6 :508:
when ... {
MARTIMM/BSON
…/Document1.pm6 :581:
when ... {
MARTIMM/BSON
…/Document2.pm6 :427:
my BSON::Document $d .= new: ('0' ...^ $p.value.elems.Str) Z=> $p.value;
MARTIMM/BSON
…/Document2.pm6 :508:
when ... {
MARTIMM/BSON
…/Document2.pm6 :581:
when ... {
MARTIMM/BSON
…/Document3.pm6 :398:
(('0' ...^ $p.value.elems.Str) Z=> $p.value).List
MARTIMM/BSON
…/Document3.pm6 :480:
when ... {
MARTIMM/BSON
…/Document3.pm6 :553:
when ... {
MARTIMM/BSON
…/EDC.pm6 :21:
# a document such as { key => SomeType.new(...) }. Therefore it needs to store
MARTIMM/BSON
…/Encodable.pm :15:
# a document such as { key => SomeType.new(...) }. Therefore it needs to store
MARTIMM/BSON
…/Encodable.pm :57:
method encode_obj( $data --> Buf ) { ... }
MARTIMM/BSON
…/Encodable.pm :141:
method decode_obj( Array $b --> Any ) { ... }
MARTIMM/BSON
…/Encodable.pm :148:
# Test proper range...
MARTIMM/GTK-Glade
…/README.md :22:
...
MARTIMM/GTK-Glade
…/README.md :30:
...
MARTIMM/GTK-Glade
…/README.md :57:
...
MARTIMM/GTK-V3
…/Design.md :51:
* ...
MARTIMM/GTK-V3
…/Design.md :155:
<!-- Restjes ...
MARTIMM/GTK-V3
…/GdkEvent.pm6 :17:
# ... etcetera ...
MARTIMM/GTK-V3
…/GdkEvent.pm6 :26:
# key 's' pressed, stop process ...
MARTIMM/GTK-V3
…/GdkEvent.pm6 :35:
# key 's' pressed, stop process ...
MARTIMM/GTK-V3
…/GdkEvent.pm6 :202:
...
MARTIMM/GTK-V3
…/GtkCheckButton.pm6 :18:
# later ...
MARTIMM/GTK-V3
…/GtkComboBox.pm6 :110:
#TODO %options.keys ~~ any(<widget build-id id name>) { ... }
MARTIMM/GTK-V3
…/GtkDialog.pm6 :21:
...
MARTIMM/GTK-V3
…/GtkFileChooserDialog.pm6 :24:
...
MARTIMM/GTK-V3
…/GtkFileChooserDialog.pm6 :62:
Creates a new filechooser dialog widget. It returns a native object which must be stored in another object. Better, shorter and easier is to use C<.new(....)>. See info below.
MARTIMM/GTK-V3
…/GtkToggleButton.pm6 :18:
# later in another class ...
MARTIMM/GTK-V3
…/GtkToggleButton.pm6 :22:
# start process ...
MARTIMM/GTK-V3
…/GtkToggleButton.pm6 :27:
# stop process ...
MARTIMM/GTK-V3
…/GtkWidget.pm6 :131:
Note that the CSS syntax has certain special characters to delimit and represent elements in a selector (period, #, >, *...), so using these will make your widget impossible to match by name. Any combination of alphanumeric symbols, dashes and underscores will suffice.
MARTIMM/GTK-V3
…/NativeLib.pm6 :110:
# windows DLL dependency stuff ...
MARTIMM/GTK-V3
…/NativeLib.pm6 :285:
sub load-gdk-lib is native(&gdk-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :286:
sub load-atk-lib is native(&atk-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :287:
sub load-cairo-gobject-lib is native(&cairo-gobject-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :288:
sub load-cairo-lib is native(&cairo-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :289:
sub load-gdk-pixbuf-lib is native(&gdk-pixbuf-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :290:
sub load-gio-lib is native(&gio-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :291:
sub load-glib-lib is native(&glib-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :292:
sub load-gmodule-lib is native(&gmodule-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :293:
sub load-gobject-lib is native(&gobject-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :294:
sub load-intl-lib is native(&intl-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :295:
sub load-pango-lib is native(&pango-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :296:
sub load-pangocairo-lib is native(&pangocairo-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :297:
sub load-pangowin32-lib is native(&pangowin32-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :298:
sub load-fontconfig-lib is native(&fontconfig-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :299:
sub load-freetype-lib is native(&freetype-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :300:
sub load-pixman-lib is native(&pixman-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :301:
sub load-png-lib is native(&png-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :302:
sub load-zlib-lib is native(&zlib-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :303:
sub load-xml-lib is native(&xml-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :304:
sub load-iconv-lib is native(&iconv-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :305:
sub load-lzma-lib is native(&lzma-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :306:
sub load-ffi-lib is native(&ffi-lib) { ... }
MARTIMM/GTK-V3
…/NativeLib.pm6 :307:
sub load-pangoft2-lib is native(&pangoft2-lib) { ... }
MARTIMM/GTK-V3
…/X.pm6 :31:
note "Wrong return type of native sub '$native-sub\(...\)'";
MARTIMM/GTK-V3
…/X.pm6 :33:
:message("Wrong return type of native sub '$native-sub\(...\)'")
MARTIMM/GTK-V3
…/X.pm6 :48:
note "Could not find native sub '$native-sub\(...\)'";
MARTIMM/GTK-V3
…/X.pm6 :50:
:message("Could not find native sub '$native-sub\(...\)'")
MARTIMM/GTK-V3
…/300-label.t :22:
:message("Could not find native sub 'get_nonvisible\(...\)'");
MARTIMM/MongoDB
…/Build.pm6 :155:
for 's1',*.succ ... 's8' -> $server-key {
MARTIMM/MongoDB
…/insert.t :34:
# { "_id" : ObjectId("..."), "foo" : 0 }
MARTIMM/MongoDB
…/insert.t :35:
# { "_id" : ObjectId("..."), "bar" : 0 }
MARTIMM/MongoDB
…/insert.t :36:
# { "_id" : ObjectId("..."), "bar" : 1 }
MARTIMM/MongoDB
…/insert.t :37:
# { "_id" : ObjectId("..."), "baz" : 0 }
MARTIMM/MongoDB
…/remove.t :28:
# { "_id" : ObjectId("..."), "bar" : 0 }
MARTIMM/MongoDB
…/update.t :41:
# { "_id" : ObjectId("..."), "foo" : 2 }
MARTIMM/MongoDB
…/update.t :42:
# { "_id" : ObjectId("..."), "foo" : 1 }
MARTIMM/MongoDB
…/update.t :43:
# { "_id" : ObjectId("..."), "bar" : 1 }
MARTIMM/MongoDB
…/README.md :207:
* Host/port arguments to Client are replaced by using a URI in the format ```mongodb://[username:password@]host1[:port1][,host2[:port2],...
MARTIMM/MongoDB
…/Fallback.pl6 :6:
class Database { ... };
MARTIMM/MongoDB
…/Fallback.pl6 :7:
class Collection { ... };
MARTIMM/MongoDB
…/Fallback.pl6 :8:
class Fake-Collection { ... };
MARTIMM/MongoDB
…/make-replicaset.pl6 :354:
note "Server '$hostname:$port' not available,\nExiting...";
MARTIMM/MongoDB
…/make-replicaset.pl6 :400:
# when no master is found yet...
MARTIMM/MongoDB
…/mongodb-accounting.pl6 :84:
note "No accounts can be added, exiting ...";
MARTIMM/MongoDB
…/start-servers.pl6 :101:
note "Please wait ...";
MARTIMM/MongoDB
…/start-servers.pl6 :117:
info-message("Restarting servers, please wait ...");
MARTIMM/MongoDB
…/start-servers.pl6 :183:
# note "Please wait ...";
MARTIMM/MongoDB
…/CHANGES.md :58:
* ...
MARTIMM/MongoDB
…/CHANGES.md :238:
for $collection.find() -> BSON::Document $doc {...}
MARTIMM/MongoDB
…/CHANGES.md :243:
while $cursor.fetch -> BSON::Document $doc {...}
MARTIMM/MongoDB
…/CHANGES.md :280:
* DatabaseIF and CollectionIF created. No needed at the moment but ...
MARTIMM/MongoDB
…/CHANGES.md :326:
* Change die X::MongoDB.new(...) into $!status = X::MongoDB.new(...) MongoDB::Connection
MARTIMM/MongoDB
…/CHANGES.md :373:
* BIG PROBLEM!!!!!!!!! Should have seen this comming! Its about run_command(). A hash needs to be setup with therein a command to be processed. Wit…
MARTIMM/MongoDB
…/CHANGES.md :425:
* 0.3 basic flags added to methods (upsert, multi_update, single_remove,...),
MARTIMM/MongoDB
…/Design-software.md :104:
say $doc.perl; # do something ...
MARTIMM/MongoDB
…/Design-software.md :117:
UP -> Cl : Client.new(...)
MARTIMM/MongoDB
…/Design-software.md :120:
UP -> Cl : $client.collection(...)
MARTIMM/MongoDB
…/Design-software.md :121:
Cl -> Da : Database.new(...)
MARTIMM/MongoDB
…/Design-software.md :124:
Cl -> Da : $database.collection(...)
MARTIMM/MongoDB
…/Design-software.md :125:
Da -> Co : Collection.new(...)
MARTIMM/MongoDB
…/Design-software.md :130:
UP -> Co : $collection.find(...)
MARTIMM/MongoDB
…/Design-software.md :131:
Co -> Cu : Cursor.new(...)
MARTIMM/MongoDB
…/Design-tests.md :20:
3) Test server Appveyor (a windows system). For the moment it is not yet possible for me to get the tests running...
MARTIMM/MongoDB
…/MongoDB.sxml :8:
copy-year='2015, 2016 ... Inf' copy-holder='Marcel Timmerman' [
MARTIMM/MongoDB
…/MongoDB.xml :22:
<year>2015, 2016 ... Inf</year>
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :48:
query document of {find: '....}. So basically, a query is a command is a query.
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :67:
adam.m...@10gen.com
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :92:
adam.m...@10gen.com
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :157:
On Fri, Aug 7, 2015 at 12:15 PM Dorn <alex.masla...@gmail.com> wrote:
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :202:
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev...@googlegroups.com.
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :203:
To post to this group, send email to mongo...@googlegroups.com.
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :258:
adam.m...@10gen.com
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :326:
emails from it, send an email to mongodb-dev...@googlegroups.com. To post to
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :327:
this group, send email to mongo...@googlegroups.com. Visit this group at
MARTIMM/MongoDB
…/2015-11-3-mongodb-dev.txt :339:
adam.m...@10gen.com
MARTIMM/MongoDB
…/Original-README.md :9:
Let's see what it can do...
MARTIMM/MongoDB
…/Original-README.md :25:
# Rakudo says: The declaration 'my %document1 = {...};' is deprecated
MARTIMM/MongoDB
…/Original-README.md :27:
# curly brackets or replace with %(...).
MARTIMM/MongoDB
…/Original-README.md :166:
* 0.3 - basic flags added to methods (upsert, multi_update, single_remove,...), kill support for cursor
MARTIMM/MongoDB
…/MongoDB.pod6 :161:
package MongoDB { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :383:
role Logging { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :396:
return "some debug text from fields within...";
MARTIMM/MongoDB
…/MongoDB.pod6 :519:
method trace ( --> Str ) { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :520:
method debug ( --> Str ) { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :521:
method info ( --> Str ) { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :522:
method warn ( --> Str ) { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :523:
method error ( --> Str ) { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :524:
method fatal ( --> Str ) { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :526:
method message ( --> Str ) { ... }
MARTIMM/MongoDB
…/MongoDB.pod6 :534:
package MongoDB { class MongoDB { ... } }
MARTIMM/MongoDB
…/Client.pm6 :53:
# In case of an assignement like $c .= new(...) $c should be cleaned first
MARTIMM/MongoDB
…/Client.pod6 :9:
package MongoDB { class Client { ... } }
MARTIMM/MongoDB
…/Client.pod6 :45:
my MongoDB::Client $c .= new( ... );
MARTIMM/MongoDB
…/Client.pod6 :46:
# ... work with object
MARTIMM/MongoDB
…/Client.pod6 :57:
$c1 .= new(...);
MARTIMM/MongoDB
…/Client.pod6 :60:
$c2 = $c1.new(...);
MARTIMM/MongoDB
…/Client.pod6 :63:
$c2 .= new(...);
MARTIMM/MongoDB
…/Client.pod6 :69:
$c2 = MongoDB::Client.new(...);
MARTIMM/MongoDB
…/Collection.pm6 :282:
# MongoDB or keyname1_dir1_keyname2_dir2_..._keynameN_dirN.
MARTIMM/MongoDB
…/Collection.pm6 :582:
) is DEPRECATED("run-command\(BSON::Document.new: insert => 'collection`,...")
MARTIMM/MongoDB
…/Collection.pm6 :594:
) is DEPRECATED("run-command\(BSON::Document.new: update => 'collection`,...")
MARTIMM/MongoDB
…/Collection.pm6 :603:
) is DEPRECATED("run-command\(BSON::Document.new: update => 'collection`,...")
MARTIMM/MongoDB
…/Collection.pod6 :10:
class Collection { ... }
MARTIMM/MongoDB
…/Collection.pod6 :216:
method find-one ( %criteria = { }, %projection = { } --> Hash ) {...}
MARTIMM/MongoDB
…/Collection.pod6 :239:
for ^5,(5...1) -> $code-postfix { # Insert a number of documents
MARTIMM/MongoDB
…/Collection.pod6 :443:
--> Hash ) {...}
MARTIMM/MongoDB
…/Cursor.pod6 :10:
class Cursor does Iterable {...}
MARTIMM/MongoDB
…/Cursor.pod6 :35:
...
MARTIMM/MongoDB
…/Cursor.pod6 :41:
...
MARTIMM/MongoDB
…/Cursor.pod6 :43:
...
MARTIMM/MongoDB
…/Cursor.pod6 :49:
...
MARTIMM/MongoDB
…/Cursor.pod6 :110:
for $collection.find -> BSON::Document $d { ... }
MARTIMM/MongoDB
…/Database.pod6 :10:
class Database { ... }
MARTIMM/MongoDB
…/Collection.pm6 :183:
# }, ... ]
MARTIMM/MongoDB
…/Collection.pm6 :244:
# }, ... ]
MARTIMM/MongoDB
…/Collection.pm6 :318:
# deletes is [ { q : <query>, limit : <integer> }, ...]
MARTIMM/MongoDB
…/Users.pod6 :9:
package MongoDB { class Users { ... } }
MARTIMM/MongoDB
…/Header.pm6 :113:
# ...
MARTIMM/MongoDB
…/Log.pm6 :207:
# 3 -> m { ... }
MARTIMM/MongoDB
…/Log.pm6 :235:
# try to find a better place instead of dispatch, BUILDALL etc:...
MARTIMM/MongoDB
…/Server.pod6 :27:
class Server { ... }
MARTIMM/MongoDB
…/Control.pm6 :248:
for 2.6, 2.8 ... 10 -> $vn {
MARTIMM/MongoDB
…/111-Client.t :41:
# Bring server down to see what Client does...
MARTIMM/MongoDB
…/111-Client.t :49:
# Bring server up again to see if the Client recovers...
MARTIMM/MongoDB
…/111-Client.t :119:
# Bring server down to see what Client does...
MARTIMM/MongoDB
…/111-Client.t :128:
# Bring server up again to see ift Client recovers...
MARTIMM/MongoDB
…/bench-client-server-socket.pl6 :45:
# (20170722) Forget about cleanup... 10 temporary threads + 1 monitoring threads
MARTIMM/MongoDB
…/connection-string-uri-format.sxml :19:
mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]
MARTIMM/MongoDB
…/connection-string-uri-format.sxml :50:
mongodb://[username:password@][host1][:port1],...[,[hostN][:portN]][/[database][?options]]
MARTIMM/XML-Actions
…/README.md :59:
method someElement ( Array $parent-path, :$someAttribute ... ) {...}
MARTIMM/XML-Actions
…/README.md :60:
method someOtherElement ( Array $parent-path, :$someAttribute ... ) {...}
MARTIMM/XML-Actions
…/README.md :66:
...
MARTIMM/XML-Actions
…/README.md :67:
method PROCESS-TEXT ( Array $parent-path, Str $text ) {...}
MARTIMM/XML-Actions
…/README.md :68:
method PROCESS-COMMENT ( Array $parent-path, Str $comment ) {...}
MARTIMM/XML-Actions
…/README.md :69:
method PROCESS-CDATA ( Array $parent-path, Str $cdata ) {...}
MARTIMM/XML-Actions
…/README.md :70:
method PROCESS-PI ( Array $parent-path, Str $pi-target, Str $pi-content ) {...}
MARTIMM/XML-Actions
…/README.md :71:
...
MARTIMM/XML-Actions
…/README.md :75:
method someElement-END ( Array $parent-path, :$someAttribute ... ) {...}
MATIASL/Pygments
…/perl.py :34:
# TODO: give this to a perl guy who knows how to parse perl...
MATIASL/Pygments
…/perl.py :500:
# deal with a special case in the Perl 6 grammar (role q { ... })
MBP/DB-Migration-Simple
…/README.md :57:
NOK: `CREATE ...; INSERT ...;`
MBP/DB-Migration-Simple
…/README.md :59:
NOK: `CREATE ...(...); # comment`
MBP/DB-Migration-Simple
…/README.md :61:
NOK: `CREATE ...; /* comment */`
MBP/DB-Migration-Simple
…/Simple.pm6 :47:
?? ($current-version + 1 ... $target-version)
MBP/DB-Migration-Simple
…/Simple.pm6 :48:
!! ($current-version ... $target-version + 1);
MELEZHIK/Sparky-Plugin-Notify-Email
…/Email.pm6 :14:
say "don't send notification, we are in offline mode ...";
MELEZHIK/Sparky
…/README.md :50:
$ SPARKY_TIMEOUT=30 sparkyd ...
MELEZHIK/Sparky
…/sparky-runner.pl6 :285:
say "Load Sparky plugin $plg-name ...";
MELEZHIK/Sparky
…/sparky-runner.pl6 :287:
say "Run Sparky plugin $plg-name ...";
MELEZHIK/Sparky
…/sparky-runner.pl6 :311:
say "SCHEDULE BUILD for DOWNSTREAM project <" ~ %config<downstream> ~ "> ... \n";
MELEZHIK/Sparky
…/sparkyd :55:
say "<$project> build already running, pid: $pid SKIP ... ";
MELEZHIK/Sparky
…/sparkyd :68:
say "<$project> build is disabled, SKIP ... ";
MELEZHIK/Sparky
…/sparkyd :73:
say "<$project> is downstream, SKIP when running directly ... ";
MELEZHIK/Sparky
…/sparkyd :81:
say "<$project> time is passed by cron: $crontab ...";
MELEZHIK/Sparky
…/sparkyd :83:
say "<$project> time is SKIPPED by cron: $crontab ... ";
MELEZHIK/Sparky
…/sparkyd :87:
say "<$project> crontab entry not found, consider manual start or set up cron later, SKIP ... ";
MELEZHIK/Sparky
…/bootstrap.min.js :6:
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].spl…
MELEZHIK/Sparrowdo-Azure-Web-Cert
…/README.md :20:
thumbprint => "ABC010101H0A....",
MELEZHIK/Sparrowdo-Cordova-OSx-Build
…/configure.pl :19:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\n";
MELEZHIK/Sparrowdo-Cordova-OSx-Build
…/configure.pl :21:
print "src/assets/jsons/ does not exit, hope it's ok ... nothing to do\n";
MELEZHIK/Sparrowdo-Cordova-OSx-Build
…/configure.pl :26:
print "fallback to default source branch but it is not found .... nothing to do\n";
MELEZHIK/Sparrowdo-Cordova-OSx-Build
…/configure.pl :34:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\n";
MELEZHIK/Sparrowdo-Cordova-OSx-Build
…/configure.pl :39:
print "fallback to default source branch but it is not found .... nothing to do\n";
MELEZHIK/Sparrowdo-Cordova-OSx-Build
…/configure.pl :54:
print "copy $root_dir/src/env/$target/$source_code_branch/$i ==> $root_dir/src/assets/jsons/$i ... \n";
MELEZHIK/Sparrowdo-Cordova-OSx-Build
…/configure.pl :79:
print "executing $root_dir/src/env/$target/$source_code_branch/$c ... \n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/build.pl :14:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/build.pl :16:
print "src/assets/jsons/ does not exit, hope it's ok ... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/build.pl :21:
print "fallback to default source branch but it is not found .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/build.pl :29:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/build.pl :34:
print "fallback to default source branch but it is not found .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/build.pl :45:
print "copy src/env/$source_code_branch/$i ==> src/assets/jsons/$i ... \n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/build.pl :70:
print "executing $root_dir/src/env/$source_code_branch/$c ... \n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/set-version.pl :16:
print "set version ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/set-version.pl :17:
print "version (taken from package.json) - $pack_version ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/set-version.pl :18:
print "build_id - $build_id ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/set-version.pl :20:
print "update package.json file ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Angular-Build
…/set-version.pl :23:
print "patched version - $pack_version ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Build-Assembly-Patch
…/AssemblyInfoPatchVersion.pl :25:
print "patch ", $f , " rev: $r ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/configure.pl :27:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/configure.pl :29:
print "src/assets/jsons/ does not exit, hope it's ok ... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/configure.pl :34:
print "fallback to default source branch but it is not found .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/configure.pl :42:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/configure.pl :47:
print "fallback to default source branch but it is not found .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/configure.pl :62:
print "copy $root_dir/src/env/$target/$source_code_branch/$i ==> $root_dir/src/assets/jsons/$i ... \n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/configure.pl :87:
print "executing $root_dir/src/env/$target/$source_code_branch/$c ... \n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :8:
print "Build.NoPatchVersion is set, don't patch revision ... \n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :16:
print "set version ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :17:
print "main version (taken from package.json) - $main_version ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :38:
print "set version ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :39:
print "main version (taken from package.json) - $main_version ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :40:
print "build_id - $build_id ...\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :41:
print "revision version (calculated by build_id) - $revision ...\n";
MELEZHIK/Sparrowdo
…/README.md :271:
$ export SSHPASS=12345; sparrowdo ...
MELEZHIK/Sparrowdo
…/README.md :357:
--module_run=module-name@p1=v1,p2=v2,p3=v3 ...
MELEZHIK/Sparrowdo
…/README.md :359:
Where `module-name` - module name. `p1, p2 ...` - module parameters (separated
MELEZHIK/Sparrowdo
…/README.md :376:
--task_run=plg-name@p1=v1,p2=v2,... --task-run=plg-name@p1=v1,p2=v2,...
MELEZHIK/Sparrowdo
…/README.md :378:
Where `plg-name` - plugin name. `p1, p2 ...` - plugins parameters (separated by
MELEZHIK/Sparrowdo
…/sparrowdo :193:
term-out('running sparrow tasks on ' ~ $host ~ ' ... ', $no_color, %( colors => 'bold black on_yellow'));
MELEZHIK/Sparrowdo
…/sparrowdo :214:
term-out("load variables from $path-to-config ...", $no_color, %( colors => 'blue on_green' ));
MELEZHIK/Sparrowdo
…/sparrowdo :471:
term-out('running sparrow bootstrap for host: ' ~ $host ~ ' ... ', input_params('NoColor'), %( colors => 'bold black on_yellow' ));
MELEZHIK/Sparrowdo
…/sparrowdo :557:
printf "installing cpanm ...\n"
MELEZHIK/Sparrowdo
…/sparrowind :101:
'running sparrow tasks on localhost ... ' !!
MELEZHIK/Sparrowdo
…/sparrowind :102:
colored( 'running sparrow tasks on localhost ... ', 'bold black on_yellow');
MELEZHIK/Sparrowdo
…/sparrowind :112:
'load variables from config.pl6 ...' !!
MELEZHIK/Sparrowdo
…/sparrowind :113:
colored('load variables from config.pl6 ...', 'blue on_green');
MELEZHIK/Sparrowdo
…/story.pl :7:
print "run case $case ...\n";
MELEZHIK/Sparrowdo
…/story.pl :9:
print "run $cmd ... \n";
MELEZHIK/Sparrowdo
…/Sparrowdo.pm6 :151:
term-out('enter module <' ~ $name ~ '> ... ', input_params('NoColor'), %( colors => 'bold cyan on_black' ));
MELEZHIK/Sparrowdo
…/Bash.pm6 :14:
%opts<description>.substr(0, 50) ~ ' ...' !!
MELEZHIK/Sparrowdo
…/Bash.pm6 :15:
'run bash: ' ~ $command.substr(0, 50) ~ ' ...';
MELEZHIK/Sparrowform
…/README.md :36:
# ...
MELEZHIK/Sparrowform
…/README.md :114:
If something goes awry ... Enable SPF_DEBUG variable to see internal output:
MELEZHIK/Sparrowform
…/sparrowform :16:
say "kill process pid $pid ...";
MLDEVINE/Async-Command
…/Multi.md :19:
...
MLDEVINE/Async-Command
…/Multi.md :25:
# do other things...
MORITZ/JSON-Tiny
…/01-parse.t :201:
$desc .= subst(/\n.*$/, "\\n...[$i]");
MORITZ/JSON-Tiny
…/01-parse.t :215:
$desc .= subst(/\n.*$/, "\\n...[$i]");
MORITZ/Math-Model
…/spring.pl :6:
for 0.05, *+0.02 ... 0.4 -> $freq {
MORITZ/Math-Model
…/basic.t :27:
is %res<time>[*-1], 3, '... and it integrated up to the end time';
MORITZ/Math-Model
…/basic.t :30:
is-approx %res<b>[*-1], 6, '... and got a roughly working result';
MOZNION/Backtrace-AsHTML
…/AsHTML.pm6 :125:
# probably read bin file...
MOZNION/Log-Minimal
…/Minimal.pm6 :22:
has Sub $.print is rw; # (DateTime :$time, Str :$messages, Str :$trace); <== not yet implemented...
MOZNION/Log-Minimal
…/Minimal.pm6 :23:
has Sub $.die is rw; # (DateTime :$time, Str :$messages, Str :$trace); <== not yet implemented...
MOZNION/Object-Container
…/README.md :61:
Registers the `Callable` as initializer to instantiate the object with the name in the container. This method instantiates the object with calling `Callable`. This is a **lazy** way to instantiate; it means it defers instantiation (i.e. calling `Callable`) until `get(...)` is invoked.
MOZNION/Object-Container
…/README.md :88:
If you use this module with class method (e.g. `Object::Container.register(...)`), this module handles the container as singleton object.
MOZNION/Object-Container
…/Container.pm6 :127:
This is a B<lazy> way to instantiate; it means it defers instantiation (i.e. calling C<Callable>) until C<get(...)> is invoked.
MOZNION/Object-Container
…/Container.pm6 :153:
If you use this module with class method (e.g. C<Object::Container.register(...)>), this module handles the container as singleton object.
MOZNION/Router-Boost
…/README.md :65:
...
MOZNION/Router-Boost
…/README.md :73:
...
MOZNION/Router-Boost
…/README.md :83:
...
MOZNION/Router-Boost
…/README.md :89:
'{...}' notation
MOZNION/Router-Boost
…/README.md :93:
...
MOZNION/Router-Boost
…/README.md :97:
'{...}' notation matches `rx{(<-[/]>+)}`, and it will be captured.
MOZNION/Router-Boost
…/README.md :99:
'{...:<[0..9]>+}' notation
MOZNION/Router-Boost
…/README.md :103:
...
MOZNION/Router-Boost
…/Boost.pm6 :233:
...
MOZNION/Router-Boost
…/Boost.pm6 :240:
...
MOZNION/Router-Boost
…/Boost.pm6 :249:
...
MOZNION/Router-Boost
…/Boost.pm6 :255:
=head2 '{...}' notation
MOZNION/Router-Boost
…/Boost.pm6 :258:
...
MOZNION/Router-Boost
…/Boost.pm6 :262:
'{...}' notation matches C<rx{(<-[/]>+)}>, and it will be captured.
MOZNION/Router-Boost
…/Boost.pm6 :264:
=head2 '{...:<[0..9]>+}' notation
MOZNION/Router-Boost
…/Boost.pm6 :267:
...
MOZNION/Stream-Buffered
…/Buffered.pm6 :29:
method print(Stream::Buffered:D: *@text) returns Bool { ... }
MOZNION/Stream-Buffered
…/Buffered.pm6 :31:
method size(Stream::Buffered:D:) returns Int { ... }
MOZNION/Stream-Buffered
…/Buffered.pm6 :33:
method rewind(Stream::Buffered:D:) returns IO::Handle { ... }
MOZNION/Stream-Buffered
…/File.pm6 :26:
# $!fh.s # <= I wish I could use this...
MSTEMLE/Fcntl
…/P6-Fcntl.c :28:
* This set of definitions lets us construct Perl 6 code later...
MSTEMLE/Fcntl
…/basic.t :13:
is SEEK_SET, 0, 'Verify SEEK_SET...';
MSTEMLE/Fcntl
…/basic.t :14:
is SEEK_CUR, 1, 'Verify SEEK_CUR...';
MSTEMLE/Fcntl
…/basic.t :15:
is SEEK_END, 2, 'Verify SEEK_END...';
MSTEMLE/Fcntl
…/basic.t :24:
is verify_one_named_value($name, $value), 'OK', "Verify «$name» is what C thinks...";
NINE/Inline-Perl5
…/README.md :389:
or DBIx::Class or Dancer or ...) that automatically load modules and of course
NINE/Inline-Perl5
…/Perl5.pm6 :25:
# But it raises an error in the END { ... } call
NINE/Inline-Perl5
…/Perl5.pm6 :28:
sub p5_terminate() is native($p5helper) { ... }
NINE/Inline-Perl5
…/Perl5.pm6 :1103:
sub init_inline_perl6_new_callback(&inline_perl5_new (Inline::Perl5::Interpreter --> Pointer)) { ... };
NINE/Inline-Perl5
…/Array.pm6 :101:
for ($elems...($elems - $size)) {
NINE/Inline-Perl5
…/Array.pm6 :121:
for ($elems...($elems - $size + 1)) {
NINE/Inline-Perl5
…/Array.pm6 :127:
for ($elems - 1)...($offset + $size) {
NINE/Inline-Perl5
…/Interpreter.pm6 :7:
returns size_t { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :10:
returns size_t { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :26:
returns Inline::Perl5::Interpreter { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :35:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :38:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :41:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :44:
returns uint32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :47:
returns uint32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :50:
returns uint32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :53:
returns uint32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :56:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :59:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :62:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :65:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :68:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :71:
returns size_t { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :74:
returns Str { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :77:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :80:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :83:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :86:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :89:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :92:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :95:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :98:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :101:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :104:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :107:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :110:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :113:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :116:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :119:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :122:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :125:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :128:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :131:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :134:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :137:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :140:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :143:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :146:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :149:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :152:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :155:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :158:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :161:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :164:
returns Str { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :167:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :170:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :173:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :176:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :179:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :182:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :185:
returns Str { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :188:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :191:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :194:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :197:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :200:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :203:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :206:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :209:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :212:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :215:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :218:
returns IV { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :221:
returns NV { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :224:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :227:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :230:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :233:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :236:
{ ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :239:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :242:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :245:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :248:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :253:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :256:
returns Pointer { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :259:
returns int32 { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :262:
returns IV { ... }
NINE/Inline-Perl5
…/Interpreter.pm6 :265:
returns IV { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :222:
for 7...0 -> $digit {
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :245:
method reset() { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :246:
method set-bias( $bias ) { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :247:
method set-contrast( Contrast $contrast ) { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :250:
...
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :253:
method set-cursor-offset( Offset $offset ) { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :255:
method set-cursor-position( Row $row, Col $col ) { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :272:
method cursor-left() { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :274:
method cursor-right() { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :276:
method shift-left() { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :278:
method shift-right() { ... }
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :280:
method double-height( $enable, $position ) { ... }
PSIXSTEVE/Math-Polygons
…/Drawing.pm6 :8:
...
ROBERTLE/Cache-Async
…/README.md :3:
... A Concurrent and Asynchronous Cache for Perl 6.
ROBERTLE/Cache-Async
…/README.md :28:
my $cache = Cache::Async.new(max-size => 1000, producer => sub ($k) { ... });
ROBERTLE/CucumisSextus
…/README.md :3:
... a Cucumber-like Behavior-Driven Development (BDD) Test Framework for Perl 6.
ROBERTLE/CucumisSextus
…/Core.pm6 :76:
# re-exec to get matches...
ROBERTLE/CucumisSextus
…/Gherkin.pm6 :113:
# XXX surely tags can't happen just anywhere...
RONALDWS/US-ASCII
…/Only.pm6 :10:
# on the rules for combining non-char class with char class in <+ ...>
RONALDWS/US-ASCII
…/P6Common.pm6 :17:
# extending grammars with "(is|does) ...::P6Common" overrides
RONALDWS/US-ASCII
…/P6Common.pm6 :20:
# like use ...::P6Common_g; /<...P6Common-g::alpha>/
RONALDWS/US-ASCII
…/01-basic.t :50:
# should be able to loop with interpolation but ...
RONALDWS/US-ASCII
…/02-us-ascii-abnf.t :23:
# use newline :crlf; # tbd ... ??? check roast S16-io/newline.t
RONALDWS/US-ASCII
…/03-wb-ww-ident.t :67:
# L<S05/Extensible metasyntax (C<< <...> >>)/"A leading ! indicates">
RONALDWS/US-ASCII
…/04-abnf-core.t :32:
# should be able to loop with interpolation but ...
RYNIX/Graphics-TinyTIFF
…/README.md :92:
sample data -> $sample-data[^3] ...
RYNIX/Graphics-TinyTIFF
…/README.md :109:
sample data -> 118 116 112 ...
RYNIX/Graphics-TinyTIFF
…/read-write.p6 :52:
sample data -> $sample-data[^3] ...
RYNIX/Terminal-Spinners
…/README.md :19:
Hash Progress Bar ```[##########..........]50.00%```
RYNIX/Terminal-Spinners
…/Spinners.pm6 :19:
has @!three-dots = <<'. ' '.. ' '...'>>;
RYNIX/Terminal-Spinners
…/Spinners.pm6 :20:
has @!three-dots2 = <<'. ' '.. ' '...' ' ..' ' .' ' '>>;
RYNIX/Terminal-Spinners
…/02-types.t :18:
my @three-dots = <<'. ' '.. ' '...'>>;
RYNIX/Terminal-Spinners
…/02-types.t :19:
my @three-dots2 = <<'. ' '.. ' '...' ' ..' ' .' ' '>>;
SACOMO/Uzu
…/README.md :52:
* **Actively developed**: More features coming soon (e.g. more tests, AWS, Github Pages, SSH support...)
SACOMO/Uzu
…/README.md :386:
...will be overridden by:
SACOMO/Uzu
…/README.md :749:
...and for `Mustache`:
SACOMO/Uzu
…/README.md :775:
...
SACOMO/Uzu
…/README.md :786:
...and for `Mustache`:
SACOMO/Uzu
…/README.md :816:
...and for `Mustache`:
SACOMO/Uzu
…/Config.pm6 :111:
# ... otherwise use hash
SACOMO/Uzu
…/Config.pm6 :351:
my Str $config_yaml = S:g /'...'// given save-yaml(%config);
SACOMO/Uzu
…/Render.pm6 :594:
# Continue... render partials
SAMCV/Git-Log
…/README.md :21:
Returns an array of hashes in the following format: `ID => "df0c229ad6ba293c67724379bcd3d55af6ea47a0", AuthorName => "Author's Name", AuthorEmail => …
SAMCV/Git-Log
…/README.md :23:
If there is a field that you need that is not offered, then you can supply an array, :@fields. Format is an array of pairs: `ID => '%H', AuthorName => '%an' ...` you can look for more here.
SAMCV/Git-Log
…/README.md :59:
:@fields = { ... },
SAMCV/Git-Log
…/Log.pm6 :23:
AuthorName => "Author's Name", AuthorEmail => "sample.email@not-a.url" ...>>
SAMCV/Git-Log
…/Log.pm6 :25:
following format: C<<changes => { $[ { filename => 'myfile.txt', added => 10, deleted => 5 }, ... ] }>>
SAMCV/Git-Log
…/Log.pm6 :29:
array, :@fields. Format is an array of pairs: C<<ID => '%H', AuthorName => '%an' ...>>
SAMGWISE/Math-Curves
…/README.md :26:
# Transition, p0 p1 p2 ...
SAMGWISE/Math-Curves
…/Curves.pm6 :27:
# Transition, p0 p1 p2 ...
SAMGWISE/Music-Engine
…/Conductor.pm6 :69:
put "Updating...";
SAMGWISE/Music-Engine
…/Conductor.pm6 :72:
put "Waiting...";
SAMGWISE/Music-Engine
…/Section.pm6 :10:
method !update(Music::Engine::Section::Context $context --> Music::Engine::Section::Context) { ... }
SAMGWISE/Music-Engine
…/Section.pm6 :12:
method !play(Music::Engine::Section::Context $context --> Music::Engine::Section::Context) { ... }
SAMGWISE/Music-Engine
…/CurveMD.t :10:
# use 한골 so as not to confuse perl6... use perl십...
SAMGWISE/PowerNap
…/PowerNap.pm6 :54:
method ok(Str $msg) { ... }
SAMGWISE/PowerNap
…/PowerNap.pm6 :55:
method is-ok( --> Bool) { ... }
SAMGWISE/PowerNap
…/PowerNap.pm6 :56:
method is-err( --> Bool) { ... }
SAMGWISE/Result
…/README.md :29:
say "Oh no! { .error } Let's give it another go...";
SAMGWISE/Result
…/README.md :35:
.ok("Perhaps we shouldn't be playing this game...")
SAMGWISE/Result
…/synopsis.p6 :23:
say "Oh no! { .error } Let's give it another go...";
SAMGWISE/Result
…/synopsis.p6 :29:
.ok("Perhaps we shouldn't be playing this game...")
SAMGWISE/Result
…/Result.pm6 :31:
say "Oh no! { .error } Let's give it another go...";
SAMGWISE/Result
…/Result.pm6 :37:
.ok("Perhaps we shouldn't be playing this game...")
SAMGWISE/Result
…/Result.pm6 :71:
method ok(Str $err-msg) { ... }
SAMGWISE/Result
…/Result.pm6 :73:
method is-ok( --> Bool) { ... }
SAMGWISE/Result
…/Result.pm6 :75:
method is-err(--> Bool) { ... }
SAMGWISE/ScaleVec
…/Graph.pm6 :3:
class ScaleVec::Chord::Graph::PC { ... }
SAMGWISE/ScaleVec
…/Graph.pm6 :4:
class ScaleVec::Chord::Graph::PV { ... }
SAMGWISE/ScaleVec
…/Graph.pm6 :5:
class ScaleVec::Chord::Graph::Link { ... }
SAMGWISE/ScaleVec
…/Network.pm6 :4:
role ScaleVec::Serialise::Map { ... }
SAMGWISE/ScaleVec
…/Network.pm6 :5:
class ScaleVec::Goal does ScaleVec::Serialise::Map { ... }
SAMGWISE/ScaleVec
…/Network.pm6 :6:
class ScaleVec::Space does ScaleVec::Serialise::Map { ... }
SAMGWISE/ScaleVec
…/Network.pm6 :9:
method to-map( --> Map) { ... }
SAMGWISE/ScaleVec
…/Network.pm6 :10:
method from-map(%attributes, ScaleVec::Serialise::Map :$parent) { ... }
SAMGWISE/ScaleVec
…/Scale.pm6 :5:
method step(Numeric $step) returns Numeric { ... }
SAMGWISE/ScaleVec
…/Vectorable.pm6 :5:
method root() returns Numeric { ... }
SAMGWISE/ScaleVec
…/Vectorable.pm6 :7:
method repeat-interval() returns Numeric { ... }
SAMGWISE/ScaleVec
…/Vectorable.pm6 :9:
method vector() returns Seq { ... }
SAMGWISE/ScaleVec
…/Vectorable.pm6 :11:
method interval-vector() returns Seq { ... }
SAMGWISE/ScaleVec
…/Vectorable.pm6 :13:
method intervals() returns Seq { ... }
SAMGWISE/Seq-PreFetch
…/README.md :13:
# a time expensive option... like sleep
SAMGWISE/Seq-PreFetch
…/synopsis.p6 :7:
# a time expensive option... like sleep
SAMGWISE/Seq-PreFetch
…/PreFetch.pm6 :16:
# a time expensive option... like sleep
SAMGWISE/Serialise-Map
…/Map.pm6 :53:
method to-map( --> Map) { ... }
SAMGWISE/Serialise-Map
…/Map.pm6 :55:
method from-map(Map $map) { ... }
SAMGWISE/Test-SourceFiles
…/README.md :26:
# prints ("Test::SourceFiles" => IO::Path.new("lib/Test/SourceFiles.pm6", ...),).Seq
SAMGWISE/Test-SourceFiles
…/SourceFiles.pm6 :31:
# prints ("Test::SourceFiles" => IO::Path.new("lib/Test/SourceFiles.pm6", ...),).Seq
SCIMON/Algorithm-GooglePolylineEncoding
…/README.md :25:
### encode-polyline( { :lat(Real), :lon(Real) }, ... ) --> Str
SCIMON/Algorithm-GooglePolylineEncoding
…/README.md :27:
### encode-polyline( [ { :lat(Real), :lon(Real) }, ... ] ) --> Str
SCIMON/Algorithm-GooglePolylineEncoding
…/README.md :29:
### encode-polyline( Real, Real, ... ) --> Str
SCIMON/Algorithm-GooglePolylineEncoding
…/README.md :33:
### decode-polyline( Str ) --> [ { :lat(Real), :lon(Real) }, ... ]
SCIMON/Algorithm-GooglePolylineEncoding
…/GooglePolylineEncoding.pm6 :124:
=head3 encode-polyline( { :lat(Real), :lon(Real) }, ... ) --> Str
SCIMON/Algorithm-GooglePolylineEncoding
…/GooglePolylineEncoding.pm6 :125:
=head3 encode-polyline( [ { :lat(Real), :lon(Real) }, ... ] ) --> Str
SCIMON/Algorithm-GooglePolylineEncoding
…/GooglePolylineEncoding.pm6 :126:
=head3 encode-polyline( Real, Real, ... ) --> Str
SCIMON/Algorithm-GooglePolylineEncoding
…/GooglePolylineEncoding.pm6 :130:
=head3 decode-polyline( Str ) --> [ { :lat(Real), :lon(Real) }, ... ]
SCIMON/Algorithm-GooglePolylineEncoding
…/05-round-robin.t :7:
for (-90, * + 5 ... 85 ) -> $lat1 {
SCIMON/Algorithm-GooglePolylineEncoding
…/05-round-robin.t :8:
for ( -180, * + 5 ... 175 ) -> $lon1 {
SCIMON/Algorithm-GooglePolylineEncoding
…/05-round-robin.t :9:
for ( 0.01, * + 0.01 ... 0.1 ) -> $d1 {
SCIMON/Game-Sudoku
…/04-possible.t :7:
is $game.possible(0,0).sort,(1...9),"Everything is possible";
SCIMON/Game-Sudoku
…/04-possible.t :13:
is $game.possible(0,1).sort,(2...9),"We have options";
SCIMON/Timer-Breakable
…/README.md :14:
... Stuff occurs ...
SCIMON/Timer-Breakable
…/Breakable.pm6 :17:
... Stuff occurs ...
SKAJI/App-Mi6
…/Template.pm6 :77:
$module is ...
SKAJI/HTTP-Tinyish
…/README.md :67:
If you want to recieve http content as Buf, then call request/get/post/... method with `bin => True `:
SKAJI/HTTP-Tinyish
…/Tinyish.pm6 :83:
If you want to recieve http content as Buf, then call request/get/post/... method with
SPIGELL/Sparky-Plugin-Notify-Telegram
…/Telegram.pm6 :21:
say "don't send notification, we are in offline mode ...";
TADZIK/Geo-Coder-OpenCage
…/02-geocode.t :67:
ok $resp.status.ok, '... got a sane response';
TADZIK/Geo-Coder-OpenCage
…/02-geocode.t :69:
ok $num-results > 0, "... got at least one ($num-results) results";
TADZIK/Geo-Coder-OpenCage
…/02-geocode.t :78:
ok $good-results, "... got at least one ($good-results) results "
TADZIK/Geo-Coder-OpenCage
…/03-reverse-geocode.t :49:
ok $resp.status.ok, '... got a sane response';
TADZIK/Geo-Coder-OpenCage
…/03-reverse-geocode.t :51:
ok $num-results > 0, "... got at least one ($num-results) results";
TADZIK/Geo-Coder-OpenCage
…/03-reverse-geocode.t :58:
ok $good-results, "... got at least one ($good-results) results "
TBROWDER/Date-Names
…/Names.pm6 :169:
say "DEBUG: lang $L, empty set '$n'...skipping" if $!debug;
TBROWDER/Date-Names
…/lang-class.t :24:
# ...
TBROWDER/Date-Names
…/lang-class.t :26:
# ...
TBROWDER/Date-Names
…/make-tests.p6 :174:
note " NOT overwriting'...";
TBROWDER/Date-Names
…/make-tests.p6 :177:
note " overwriting'..." if $f-exists;
TBROWDER/Geo-Ellipsoid
…/gentest-ellipsoid.p6 :619:
print "Write test code for '$t' with $ntest tests ...\n";
TBROWDER/Geo-Ellipsoid
…/gentest-ellipsoid.p6 :672:
print "Writing test program $file with $n tests...\n";
TBROWDER/Geo-Ellipsoid
…/Ellipsoid.pm6 :238:
say "Setting units..." if $DEBUG;
TBROWDER/Geo-Ellipsoid
…/Ellipsoid.pm6 :241:
say "Setting ellipsoid..." if $DEBUG;
TBROWDER/Geo-Ellipsoid
…/Ellipsoid.pm6 :244:
say "Setting distance_units..." if $DEBUG;
TBROWDER/Geo-Ellipsoid
…/Ellipsoid.pm6 :247:
say "Setting longitude sym..." if $DEBUG;
TBROWDER/Geo-Ellipsoid
…/Ellipsoid.pm6 :250:
say "Setting bearing sym..." if $DEBUG;
TBROWDER/META6-To-Man
…/README.md :18:
Usage: ./bin/meta6-to-man --meta6=M [options...]
TBROWDER/META6-To-Man
…/meta6-to-man :7:
Usage: $*PROGRAM --meta6=M [options...]
TBROWDER/META6-To-Man
…/README.md.orig :18:
Usage: ./bin/meta6-to-man META6.json [options...]
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :10:
returns Str is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :19:
returns Str is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :28:
returns Str is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :37:
returns UInt is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :46:
returns UInt is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :55:
returns Str is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :64:
returns Bool is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :73:
returns Bool is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :83:
returns Str is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :92:
returns Str is export {#...}
TBROWDER/Net-IP
…/DEFAULT-SUBS.md :101:
returns Str is export {#...}
TBROWDER/Number-More
…/convert-examples.p6 :72:
# we have the source data, now write the test file...
TBROWDER/Number-More
…/simple-dec2base.p6 :117:
for $n ... 0 -> $i { # <= Wolfram text is misleading here
TBROWDER/Number-More
…/test-base-37-62.p6 :136:
for $n...0 -> $i { # <= Wolfram text is misleading here
TBROWDER/Number-More
…/ALL-SUBS.md :21:
--> Cool) is export(:bin2dec) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :32:
--> Str) is export(:bin2hex) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :42:
--> Str) is export(:bin2oct) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :52:
--> Str) is export(:dec2bin) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :63:
--> Str) is export(:dec2hex) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :73:
--> Cool) is export(:dec2oct) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :83:
--> Str) is export(:hex2bin) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :92:
--> Cool) is export(:hex2dec) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :101:
--> Str) is export(:hex2oct) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :110:
--> Str) is export(:oct2bin) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :118:
--> Cool) is export(:oct2dec) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :128:
--> Str) is export(:oct2hex) {#...}
TBROWDER/Number-More
…/ALL-SUBS.md :141:
--> Cool) is export(:baseM2baseN) {#...}
TBROWDER/Number-More
…/More.pm6 :616:
for i = n, n -1, ..., 1, 0
TBROWDER/Number-More
…/More.pm6 :650:
for $n...0 -> $i { # <= Wolfram text is misleading here
TBROWDER/Proc-More
…/ALL-SUBS.md :15:
--> Str) is export(:run-command) {#...}
TBROWDER/Proc-More
…/ALL-SUBS.md :24:
--> Str) is export(:seconds-to-hms) {#...}
TBROWDER/Proc-More
…/ALL-SUBS.md :35:
) is export(:time-command) {#...}
TBROWDER/Text-More
…/create-md.p6 :237:
say " '$f' is a directory...skipping";
TBROWDER/Text-More
…/create-md.p6 :240:
say " '$f' is a file...processing";
TBROWDER/Text-More
…/create-md.p6 :483:
$line ~= '#...}';
TBROWDER/Text-More
…/create-md.p6 :520:
$idx = index $sig, '{#...}';
TBROWDER/Text-More
…/create-md.p6 :521:
die "FATAL: unable to find ending '\{#...}' in sub sig '$sig'" if !$idx.defined;
TBROWDER/Text-More
…/create-pod6.p6 :237:
say " '$f' is a directory...skipping";
TBROWDER/Text-More
…/create-pod6.p6 :240:
say " '$f' is a file...processing";
TBROWDER/Text-More
…/create-pod6.p6 :483:
$line ~= '#...}';
TBROWDER/Text-More
…/create-pod6.p6 :520:
$idx = index $sig, '{#...}';
TBROWDER/Text-More
…/create-pod6.p6 :521:
die "FATAL: unable to find ending '\{#...}' in sub sig '$sig'" if !$idx.defined;
TBROWDER/Text-More
…/ALL-SUBS.md :16:
is export(:commify) {#...}
TBROWDER/Text-More
…/ALL-SUBS.md :24:
is export(:count-substrs) {#...}
TBROWDER/Text-More
…/ALL-SUBS.md :32:
is export(:normalize-string) {#...}
TBROWDER/Text-More
…/ALL-SUBS.md :41:
is export(:split-line) {#...}
TBROWDER/Text-More
…/ALL-SUBS.md :50:
is export(:split-line-rw) {#...}
TBROWDER/Text-More
…/ALL-SUBS.md :58:
is export(:strip-comment) {#...}
TBROWDER/Text-More
…/ALL-SUBS.md :68:
is export(:write-paragraph) {#...}
TBROWDER/Text-More
…/ALL-SUBS.md :78:
is export(:write-paragraph2) {#...}
TBROWDER/Text-More
…/020-strip-comment.t :12:
'text # coment...',
TBROWDER/Text-More
…/020-strip-comment.t :38:
'text ; coment...',
TIMOTIMO/JSON-Fast
…/01-parse.t :203:
$desc .= subst(/\n.*$/, "\\n...[$i]");
TIMOTIMO/JSON-Fast
…/01-parse.t :222:
$desc .= subst(/\n.*$/, "\\n...[$i]");
TITSUKI/Algorithm-HierarchicalPAM
…/HierarchicalPAM.pm6 :14:
has CArray $!documents; # TODO: Type checking doesn't work due to the "... but got CArray[XXX].new" error
TITSUKI/Algorithm-HierarchicalPAM
…/HierarchicalPAMModel.pm6 :15:
has $!documents; # TODO: Type checking doesn't work due to the "... but got CArray[XXX].new" error
TITSUKI/Algorithm-LBFGS
…/README.md :33:
minimize F(x), x = (x1, x2, ..., xN),
TITSUKI/Algorithm-LBFGS
…/LBFGS.pm6 :129:
minimize F(x), x = (x1, x2, ..., xN),
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :342:
* |x| := |x_{b}| + |x_{b+1}| + ... + |x_{N}| .
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :343:
* In other words, variables x_1, ..., x_{b-1} are not used for
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :345:
* variables, x_1, ..., x_{b-1} (e.g., a bias term of logistic
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :539:
minimize F(x), x = (x1, x2, ..., xN),
TITSUKI/Algorithm-LDA
…/LDA.pm6 :14:
has $!documents; # TODO: Type checking doesn't work due to the "... but got CArray[XXX].new" error
TITSUKI/Algorithm-LDA
…/LDAModel.pm6 :16:
has $!documents; # TODO: Type checking doesn't work due to the "... but got CArray[XXX].new" error
TITSUKI/Algorithm-LibSVM
…/svm.cpp :48:
static void info(const char *fmt,...)
TITSUKI/Algorithm-LibSVM
…/svm.cpp :58:
static void info(const char *fmt,...) {}
TITSUKI/Algorithm-LibSVM
…/svm.cpp :211:
virtual void swap_index(int i, int j) const // no so const...
TITSUKI/Algorithm-LibSVM
…/svm.cpp :2300:
// i are in sv_coef[j-1][nz_start[i]...],
TITSUKI/Algorithm-LibSVM
…/svm.cpp :2301:
// j are in sv_coef[i][nz_start[j]...]
TITSUKI/Algorithm-LibSVM
…/svm.cpp :2768:
// if (...)
TITSUKI/Algorithm-LibSVM
…/svm.h :62:
int *sv_indices; /* sv_indices[0,...,nSV-1] are values in [1,...,num_traning_data] to indicate SVs in the training set */
TITSUKI/Algorithm-LibSVM
…/svm.h :68:
/* nSV[0] + nSV[1] + ... + nSV[k-1] = l */
TITSUKI/Algorithm-Manacher
…/03-is-palindrome.t :12:
is Algorithm::Manacher.new(text => "...たけやぶやけた").is-palindrome(), False;
TITSUKI/Algorithm-MinMaxHeap
…/Comparable.pm6 :5:
method compare-to(T) returns Order:D { ... };
TITSUKI/Algorithm-NaiveBayes
…/Classifiable.pm6 :5:
method train() { ... }
TITSUKI/Algorithm-NaiveBayes
…/Classifiable.pm6 :6:
multi method predict(%hash) { ... }
TITSUKI/Algorithm-NaiveBayes
…/Classifiable.pm6 :7:
multi method predict(Str $text) { ... }
TITSUKI/Algorithm-NaiveBayes
…/Classifiable.pm6 :8:
multi method add-document(%attributes, Str) { ... }
TITSUKI/Algorithm-NaiveBayes
…/Classifiable.pm6 :9:
multi method add-document(Str @words, Str) { ... }
TITSUKI/Algorithm-NaiveBayes
…/Classifiable.pm6 :10:
multi method add-document(Str, Str) { ... }
TITSUKI/Algorithm-NaiveBayes
…/Classifiable.pm6 :11:
method word-given-class(Str, Str) { ... }
TITSUKI/Algorithm-NaiveBayes
…/ModelUpdatable.pm6 :5:
method update-model(Any) { ... }
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :114:
$*ERR.say(sprintf("Waiting... (%d seconds)", 4 ** $try-count));
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :118:
method validate-problem-number($problem-number --> Bool) { ... }
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :148:
method run { ... }
TITSUKI/MeCab
…/MeCab.pm6 :6:
class MeCab::Path:auth<titsuki>:ver<0.0.6> is repr('CStruct') { ... }
TITSUKI/Random-Choice
…/README.md :56:
Timing 1000 iterations of Mix(size=10, @p.elems=10) , Random::Choice(size=10, @p.elems=10)...
TITSUKI/Random-Choice
…/README.md :66:
Timing 1000 iterations of Mix(size=1000, @p.elems=10) , Random::Choice(size=1000, @p.elems=10)...
TITSUKI/Random-Choice
…/README.md :76:
Timing 1000 iterations of Mix(size=10, @p.elems=1000) , Random::Choice(size=10, @p.elems=1000)...
TITSUKI/Random-Choice
…/README.md :86:
Timing 1000 iterations of Mix(size=100, @p.elems=100), Random::Choice(size=100, @p.elems=100)...
TITSUKI/Random-Choice
…/README.md :96:
Timing 1000 iterations of Mix(size=1000, @p.elems=1000), Random::Choice(size=1000, @p.elems=1000)...
TITSUKI/Random-Choice
…/Choice.pm6 :124:
Timing 1000 iterations of Mix(size=10, @p.elems=10) , Random::Choice(size=10, @p.elems=10)...
TITSUKI/Random-Choice
…/Choice.pm6 :134:
Timing 1000 iterations of Mix(size=1000, @p.elems=10) , Random::Choice(size=1000, @p.elems=10)...
TITSUKI/Random-Choice
…/Choice.pm6 :144:
Timing 1000 iterations of Mix(size=10, @p.elems=1000) , Random::Choice(size=10, @p.elems=1000)...
TITSUKI/Random-Choice
…/Choice.pm6 :154:
Timing 1000 iterations of Mix(size=100, @p.elems=100), Random::Choice(size=100, @p.elems=100)...
TITSUKI/Random-Choice
…/Choice.pm6 :164:
Timing 1000 iterations of Mix(size=1000, @p.elems=1000), Random::Choice(size=1000, @p.elems=1000)...
TYIL/App-Assixt
…/assixt :21:
=item2 assixt depend <module>... [--no-install]
TYIL/App-Assixt
…/assixt :22:
=item2 assixt dist [path]...
TYIL/App-Assixt
…/assixt :24:
=item2 assixt push [path]... [--no-bump]
TYIL/App-Assixt
…/assixt :31:
=item2 assixt upload <dist>... [--pause-id=<id>] [--pause-password=<pass>]
TYIL/App-Assixt
…/Upload.pm6 :39:
say "Attempt #$tries...";
UFOBAT/Bailador
…/Dockerfile :32:
RUN echo "Installing Bailador dependencies..." && \
UFOBAT/Bailador
…/README.md :69:
You can find a list of Bailador resources (articles, posts, talks, books, ...) here.
UFOBAT/Bailador
…/README.md :182:
... something that returns True or False ...
UFOBAT/Bailador
…/README.md :184:
get "/bar" => sub { ... }
UFOBAT/Bailador
…/README.md :185:
get "/baz" => sub { ... }
UFOBAT/Bailador
…/README.md :367:
<html ... codes goes here ...>
UFOBAT/Bailador
…/README.md :492:
Logging can be configured by setting the `logs` config key. The value is a Pair where the key represents an output (a file, the terminal, ...) and the value contains the specification about how to format the log and to filter them.
UFOBAT/Bailador
…/sessions.pl6 :14:
# ...
UFOBAT/Bailador
…/sessions.pl6 :18:
#...
UFOBAT/Bailador
…/Command.pm :4:
method run(:$app) { ... }
UFOBAT/Bailador
…/Formatter.pm :38:
...
UFOBAT/Bailador
…/Formatter.pm :118:
...
UFOBAT/Bailador
…/Route.pm :6:
role Bailador::Route { ... }
UFOBAT/Bailador
…/Route.pm :115:
method execute(Match $match) { ... }
UFOBAT/Bailador
…/Route.pm :116:
method build-regex() { ... }
UFOBAT/Bailador
…/Store.pm :4:
method store-session(Str $session-id, Hash $session) { ... }
UFOBAT/Bailador
…/Store.pm :5:
method fetch-session(Str $session-id) returns Hash { ... }
UFOBAT/Bailador
…/Store.pm :6:
method delete-session(Str $session-id) { ... }
UFOBAT/Bailador
…/Template.pm :4:
method render(Str $template-name, @params) { ... }
UFOBAT/Bailador
…/Test.pm :131:
sub read-logs is export { ... }
UFOBAT/Bailador
…/04-templates-mustache.t :23:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/04-templates-mustache.t :33:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/04-templates.t :20:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/04-templates.t :30:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/04-templates.t :40:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/11-error-templates.t :35:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/11-error-templates.t :65:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/13-configuration.t :54:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/15-file-serving.t :18:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/15-file-serving.t :28:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/17-test-content-type-handling-with-config.t :42:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/17-test-content-type-handling.t :38:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/30-examples-class-app.t :70:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/30-examples-gradual.t :16:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/30-examples-gradual.t :39:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/30-examples-gradual.t :80:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/30-examples-gradual.t :94:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/30-examples-pastebin.t :19:
skip "Skipping failing Windows test...";
UFOBAT/Bailador
…/30-examples-pastebin.t :50:
is-deeply %data2<response>, [200, ["Content-Type" => "text/plain"], 'http::/bailador.net'], 'GET /paste/...';
UFOBAT/I18N-LangTags
…/README.md :68:
# (...and neither does case)
UFOBAT/I18N-LangTags
…/README.md :146:
# ...not ("i"), which would be illegal as well as pointless.
UFOBAT/I18N-LangTags
…/LangTags.pm6 :316:
# (...and neither does case)
UFOBAT/I18N-LangTags
…/LangTags.pm6 :409:
# ...not ("i"), which would be illegal as well as pointless.
UFOBAT/I18N-LangTags
…/List.pm6 :123:
print "Parlez-vous... ", join(', ',
UFOBAT/I18N-LangTags
…/List.pm6 :132:
Parlez-vous... Elamite, Kuwait Arabic, English, Canadian English?
UFOBAT/I18N-LangTags
…/List.pm6 :142:
The function I18N::LangTags::List::name(...) is not exported.
UFOBAT/I18N-LangTags
…/List.pm6 :216:
{...}. It is followed by an English name for the language or language-group.
UFOBAT/I18N-LangTags
…/List.pm6 :1662:
{sgn-...} : Sign Languages
UFOBAT/I18N-LangTags
…/List.pm6 :2013:
{x-...} : Unregistered (Semi-Private Use)
UFOBAT/IoC
…/README.md :26:
...
UFOBAT/IoC
…/IoC.pm6 :79:
...
UFOBAT/IoC
…/Container.pm6 :58:
...
UFOBAT/IoC
…/Service.pm6 :24:
my $service = IoC::Service.new(...);
UFOBAT/XML-XPath
…/README.md :18:
my $xpath = XML::XPath.new(xml => '... xml ...');
UFOBAT/XML-XPath
…/Evaluable.pm6 :7:
method evaluate(ResultType $point, Int $index, Int $of) { ... }
UFOBAT/XML-XPath
…/InfixExprOperatorPerElement.pm6 :8:
method check($a, $b) { ... }
UFOBAT/XML-XPath
…/30_lang.t :10:
<content>Here we go...</content>
UGEXE/zef
…/ISSUE_TEMPLATE.md :14:
<!--- Please use the --debug flag: e.g. `zef --debug ...` -->
UGEXE/zef
…/README.pod :162:
1 |Zef::Repository::LocalCache |URI:ver('0.1.1') |A URI impleme...
UGEXE/zef
…/README.pod :163:
2 |Zef::Repository::Ecosystems<p6c> |URI:ver('0.1.1') |A URI impleme...
UGEXE/zef
…/README.pod :164:
3 |Zef::Repository::Ecosystems<cpan> |URI:ver('0.1.1') |A URI impleme...
UGEXE/zef
…/README.pod :165:
4 |Zef::Repository::Ecosystems<cpan> |URI:ver('0.000.001')|A URI impleme...
UGEXE/zef
…/README.pod :166:
5 |Zef::Repository::MetaCPAN |URI:ver('0.1.1') |A URI impleme...
UGEXE/zef
…/README.pod :167:
6 |Zef::Repository::MetaCPAN |URI:ver('0.000.001')|A URI impleme...
UGEXE/zef
…/README.pod :342:
First, and the most precise way, is to specify the config file by passing C<--config-path="..."> to any zef command.
UGEXE/zef
…/README.pod :357:
...
UGEXE/zef
…/README.pod :359:
...
UGEXE/zef
…/README.pod :364:
...
UGEXE/zef
…/README.pod :366:
...
UGEXE/zef
…/README.pod :400:
=item * B<DefaultCUR> - This sets the default value for C<--install-to="...">. The default value of C<auto> means it will first try install…
UGEXE/zef
…/Zef.pm6 :44:
method fetch($uri, $save-as) { ... }
UGEXE/zef
…/Zef.pm6 :45:
method fetch-matcher($uri) { ... }
UGEXE/zef
…/Zef.pm6 :54:
method extract($archive-file, $target-dir) { ... }
UGEXE/zef
…/Zef.pm6 :55:
method list($archive-file) { ... }
UGEXE/zef
…/Zef.pm6 :56:
method extract-matcher($path) { ... }
UGEXE/zef
…/Zef.pm6 :61:
method test($path, :@includes) { ... }
UGEXE/zef
…/Zef.pm6 :62:
method test-matcher($path) { ... }
UGEXE/zef
…/Zef.pm6 :66:
method build($path, :@includes) { ... }
UGEXE/zef
…/Zef.pm6 :67:
method build-matcher($path) { ... }
UGEXE/zef
…/Zef.pm6 :71:
method report($dist) { ... }
UGEXE/zef
…/Zef.pm6 :90:
method search(:$max-results, *@identities, *%fields --> Array of Candidate) { ... }
UGEXE/zef
…/Zef.pm6 :103:
# modules... or maybe it just doesn't implement it at all)
UGEXE/zef
…/Zef.pm6 :111:
method probe returns Bool { ... }
UGEXE/zef
…/CLI.pm6 :426:
say "===> Smoke testing with {+@identities} distributions...";
UGEXE/zef
…/CLI.pm6 :475:
next() R, say "$dir does not exist. Skipping..." unless $dir.IO.e;
UGEXE/zef
…/CLI.pm6 :478:
when any(<n N>) { say "Skipping..." }
UGEXE/zef
…/CLI.pm6 :714:
return ($cutoff.substr(0,*-3) ~ '...') if $cutoff.substr(*-3,3) ~~ /\S\S\S/;
UGEXE/zef
…/Client.pm6 :487:
# as at this point we expect to have already fetched/filtered the distributions... so either
UGEXE/zef
…/Client.pm6 :716:
# This should probably be handled by the Candidate class... one day...
UGEXE/zef
…/Build.pm6 :61:
$stderr.emit("`build-depends` is missing entries. Attemping to workaround via source mangling...") if $DEBUG;
UZLUISF/ENIGMA-Machine
…/README.md :17:
...
UZLUISF/ENIGMA-Machine
…/README.md :96:
...
UZLUISF/ENIGMA-Machine
…/Machine.pm6 :69:
# so 1 = A, 2 = B, ..., 26 = Z
UZLUISF/ENIGMA-Machine
…/Machine.pm6 :220:
for (0, $b-length...$ciphertext.chars - $b-length) -> $idx {
UZLUISF/ENIGMA-Machine
…/Keyfile.pm6 :82:
=item plugboard settings - the next 10 columns should be plugboard settings. They can be in either alphabetic (AB CD EF ...) or numeric (1/2 3/4 ...) formats.
UZLUISF/ENIGMA-Machine
…/Plugboard.pm6 :128:
@a = [0, 1, 2, 3, ..., 25]
UZLUISF/ENIGMA-Machine
…/Plugboard.pm6 :130:
@a = [0, 3, 2, 1, ..., 25]
UZLUISF/ENIGMA-Machine
…/Rotor.pm6 :77:
# e.g., %('A' => 1, B => 2, ... )
UZLUISF/ENIGMA-Machine
…/Rotor.pm6 :83:
# e.g., %(1 => 'A', ... )
VRURG/AttrX-Mooish
…/README.md :91:
say $foo.bar; # 3.1415926...
VRURG/AttrX-Mooish
…/README.md :110:
...
VRURG/AttrX-Mooish
…/README.md :113:
Now, imagine that notifier is a memory-consuming object, which is capable of sending notification over different kinds of media (SMTP, SMS, messenger…
VRURG/AttrX-Mooish
…/README.md :125:
...
VRURG/AttrX-Mooish
…/README.md :185:
...
VRURG/AttrX-Mooish
…/README.md :188:
...
VRURG/AttrX-Mooish
…/README.md :199:
...
VRURG/AttrX-Mooish
…/README.md :323:
has $.bar is rw is mooish(:trigger(-> $, $val, *% {...}));
VRURG/AttrX-Mooish
…/Mooish.pm6 :96:
say $foo.bar; # 3.1415926...
VRURG/AttrX-Mooish
…/Mooish.pm6 :117:
...
VRURG/AttrX-Mooish
…/Mooish.pm6 :121:
of media (SMTP, SMS, messengers, etc...). Besides, preparing handlers for all those media takes time. Yet, failures are
VRURG/AttrX-Mooish
…/Mooish.pm6 :134:
...
VRURG/AttrX-Mooish
…/Mooish.pm6 :207:
...
VRURG/AttrX-Mooish
…/Mooish.pm6 :210:
...
VRURG/AttrX-Mooish
…/Mooish.pm6 :227:
...
VRURG/AttrX-Mooish
…/Mooish.pm6 :390:
has $.bar is rw is mooish(:trigger(-> $, $val, *% {...}));
VRURG/AttrX-Mooish
…/Mooish.pm6 :476:
role AttrXMooishClassHOW { ... }
VRURG/AttrX-Mooish
…/020-role.t :112:
method filter-bar {...}
VRURG/Cro-RPC-JSON
…/README.md :48:
json-rpc -> $jrpc-request { ... }
VRURG/Cro-RPC-JSON
…/README.md :50:
sub jrpc-handler ( Cro::RPC::JSON::Request $jrpc-request ) { ... }
VRURG/Cro-RPC-JSON
…/README.md :65:
method foo ( Int :$a, Str :$b ) { ... }
VRURG/Cro-RPC-JSON
…/README.md :73:
method foo( Int $a, Str $b ) { ... }
VRURG/Cro-RPC-JSON
…/JSON.pm6 :49:
json-rpc -> $jrpc-request { ... }
VRURG/Cro-RPC-JSON
…/JSON.pm6 :51:
sub jrpc-handler ( Cro::RPC::JSON::Request $jrpc-request ) { ... }
VRURG/Cro-RPC-JSON
…/JSON.pm6 :71:
method foo ( Int :$a, Str :$b ) { ... }
VRURG/Cro-RPC-JSON
…/JSON.pm6 :79:
method foo( Int $a, Str $b ) { ... }
VRURG/Cro-RPC-JSON
…/JSON.pm6 :210:
role Cro::RPC::JSON::RoleHOW { ... }
VRURG/Cro-RPC-JSON
…/JSON.pm6 :211:
role Cro::RPC::JSON::ClassHOW { ... }
VRURG/Cro-RPC-JSON
…/Exception.pm6 :12:
method jrpc-code { ... } # Error code of JSON RPC, https://www.jsonrpc.org/specification
VRURG/Cro-RPC-JSON
…/Exception.pm6 :13:
method http-code { ... } # Error code of HTTP request, https://www.jsonrpc.org/historical/json-rpc-over-http.html
VRURG/Cro-RPC-JSON
…/Message.pm6 :28:
class Cro::RPC::JSON::Request { ... }
VRURG/Cro-RPC-JSON
…/Message.pm6 :29:
class Cro::RPC::JSON::MethodResponse { ... }
VRURG/Cro-RPC-JSON
…/050-request.t :167:
message => "Simulate... well... something",
VRURG/Cro-RPC-JSON
…/Object-JRPC.pm6 :25:
die "Simulate... well... something";
VRURG/IP-Addr
…/README.md :106:
$ip.set( ... );
VRURG/IP-Addr
…/README.md :124:
.say for IP::Addr.new( "192.0.2.3/29" ).each; # 192.0.2.3/29\n192.0.2.4/29 ...
VRURG/IP-Addr
…/README.md :125:
.say for IP::Addr.new( "192.0.2.3/29" ).first.each; # 192.0.2.0/29\n192.0.2.1/29 ...
VRURG/IP-Addr
…/README.md :387:
for $ip.first.each { say $_ } # 192.0.2.0\n192.0.2.1\n...
VRURG/IP-Addr
…/Addr.pm6 :118:
$ip.set( ... );
VRURG/IP-Addr
…/Addr.pm6 :136:
.say for IP::Addr.new( "192.0.2.3/29" ).each; # 192.0.2.3/29\n192.0.2.4/29 ...
VRURG/IP-Addr
…/Addr.pm6 :137:
.say for IP::Addr.new( "192.0.2.3/29" ).first.each; # 192.0.2.0/29\n192.0.2.1/29 ...
VRURG/IP-Addr
…/Addr.pm6 :393:
for $ip.first.each { say $_ } # 192.0.2.0\n192.0.2.1\n...
VRURG/IP-Addr
…/Handler.pm6 :64:
method prefix { ... }
VRURG/IP-Addr
…/Handler.pm6 :66:
method version { ... }
VRURG/IP-Addr
…/Handler.pm6 :68:
method ip-classes { ... }
VRURG/IP-Addr
…/Handler.pm6 :70:
method int2str ( Int ) { ... }
VRURG/IP-Addr
…/Handler.pm6 :72:
method addr-len { ... }
VRURG/IP-Addr
…/Handler.pm6 :74:
method n-tets { ... }
VRURG/IP-Addr
…/Handler.pm6 :288:
for (self.n-tets - 1)...0 -> $i {
VRURG/IP-Addr
…/v4.pm6 :109:
class v4-actions { ... }
VRURG/IP-Addr
…/v6.pm6 :374:
for 0...@hx.end -> $i {
VRURG/OO-Plugin
…/Manual.pod6 :104:
...
VRURG/OO-Plugin
…/Manual.pod6 :108:
...
VRURG/OO-Plugin
…/Manual.pod6 :137:
...
VRURG/OO-Plugin
…/Manual.pod6 :217:
...
VRURG/OO-Plugin
…/Manual.pod6 :224:
...
VRURG/OO-Plugin
…/Manual.pod6 :245:
method around-bar1 ( $msg ) is plug-around(:MyClass<bar>) { ... }
VRURG/OO-Plugin
…/Manual.pod6 :249:
method around-bar2 ( $msg ) is plug-around(:MyClass<bar>) { ... }
VRURG/OO-Plugin
…/Manual.pod6 :358:
multi method around-bar ( $msg ) { ... }
VRURG/OO-Plugin
…/Manual.pod6 :361:
multi method before-bar ( $msg, Int:D $i ) { ... }
VRURG/OO-Plugin
…/Manual.pod6 :411:
...
VRURG/OO-Plugin
…/Manual.pod6 :448:
...
VRURG/OO-Plugin
…/Manual.pod6 :456:
...
VRURG/OO-Plugin
…/Manual.pod6 :480:
...
VRURG/OO-Plugin
…/Manual.pod6 :489:
...
VRURG/OO-Plugin
…/Manual.pod6 :602:
...
VRURG/OO-Plugin
…/Manual.pod6 :613:
...
VRURG/OO-Plugin
…/Manual.pod6 :617:
...
VRURG/OO-Plugin
…/Manual.pod6 :619:
...
VRURG/OO-Plugin
…/Manual.pod6 :658:
method around-foo ( ... ) is plug-around( :Foo<foo> ) {
VRURG/OO-Plugin
…/Manual.pod6 :659:
...
VRURG/OO-Plugin
…/Manual.pod6 :662:
...
VRURG/OO-Plugin
…/Manual.pod6 :676:
...
VRURG/OO-Plugin
…/Manual.pod6 :693:
...
VRURG/OO-Plugin
…/Plugin.html :83:
<ul><li><p><code>plugin-meta [key =</code> value, ...]&gt;</p>
VRURG/OO-Plugin
…/Manual.html :116:
...
VRURG/OO-Plugin
…/Manual.html :120:
...
VRURG/OO-Plugin
…/Manual.html :136:
...
VRURG/OO-Plugin
…/Manual.html :182:
...
VRURG/OO-Plugin
…/Manual.html :186:
...
VRURG/OO-Plugin
…/Manual.html :193:
method around-bar1 ( $msg ) is plug-around(:MyClass&lt;bar&gt;) { ... }
VRURG/OO-Plugin
…/Manual.html :197:
method around-bar2 ( $msg ) is plug-around(:MyClass&lt;bar&gt;) { ... }
VRURG/OO-Plugin
…/Manual.html :258:
multi method around-bar ( $msg ) { ... }
VRURG/OO-Plugin
…/Manual.html :261:
multi method before-bar ( $msg, Int:D $i ) { ... }
VRURG/OO-Plugin
…/Manual.html :294:
...
VRURG/OO-Plugin
…/Manual.html :316:
...
VRURG/OO-Plugin
…/Manual.html :322:
...
VRURG/OO-Plugin
…/Manual.html :331:
...
VRURG/OO-Plugin
…/Manual.html :337:
...
VRURG/OO-Plugin
…/Manual.html :405:
...
VRURG/OO-Plugin
…/Manual.html :411:
...
VRURG/OO-Plugin
…/Manual.html :415:
...
VRURG/OO-Plugin
…/Manual.html :417:
...
VRURG/OO-Plugin
…/Manual.html :431:
method around-foo ( ... ) is plug-around( :Foo&lt;foo&gt; ) {
VRURG/OO-Plugin
…/Manual.html :432:
...
VRURG/OO-Plugin
…/Manual.html :435:
...
VRURG/OO-Plugin
…/Manual.html :443:
...
VRURG/OO-Plugin
…/Manual.html :450:
...
VRURG/OO-Plugin
…/Plugin.md :58:
* `plugin-meta [key =` value, ...]>
VRURG/OO-Plugin
…/Manual.md :87:
...
VRURG/OO-Plugin
…/Manual.md :91:
...
VRURG/OO-Plugin
…/Manual.md :114:
...
VRURG/OO-Plugin
…/Manual.md :180:
...
VRURG/OO-Plugin
…/Manual.md :186:
...
VRURG/OO-Plugin
…/Manual.md :198:
method around-bar1 ( $msg ) is plug-around(:MyClass<bar>) { ... }
VRURG/OO-Plugin
…/Manual.md :202:
method around-bar2 ( $msg ) is plug-around(:MyClass<bar>) { ... }
VRURG/OO-Plugin
…/Manual.md :287:
multi method around-bar ( $msg ) { ... }
VRURG/OO-Plugin
…/Manual.md :290:
multi method before-bar ( $msg, Int:D $i ) { ... }
VRURG/OO-Plugin
…/Manual.md :333:
...
VRURG/OO-Plugin
…/Manual.md :365:
...
VRURG/OO-Plugin
…/Manual.md :373:
...
VRURG/OO-Plugin
…/Manual.md :388:
...
VRURG/OO-Plugin
…/Manual.md :397:
...
VRURG/OO-Plugin
…/Manual.md :487:
...
VRURG/OO-Plugin
…/Manual.md :498:
...
VRURG/OO-Plugin
…/Manual.md :502:
...
VRURG/OO-Plugin
…/Manual.md :504:
...
VRURG/OO-Plugin
…/Manual.md :530:
method around-foo ( ... ) is plug-around( :Foo<foo> ) {
VRURG/OO-Plugin
…/Manual.md :531:
...
VRURG/OO-Plugin
…/Manual.md :534:
...
VRURG/OO-Plugin
…/Manual.md :546:
...
VRURG/OO-Plugin
…/Manual.md :557:
...
VRURG/OO-Plugin
…/Plugin.pm6 :54:
C<plugin-meta [key => value, ...]>
VRURG/OO-Plugin
…/Manager.pm6 :687:
self!dbg: "... Event dispatcher is done, cleaning up";
VRURG/OO-Plugin
…/Manager.pm6 :901:
msg "... DISABLED $snp ";
VRURG/OO-Plugin
…/Manager.pm6 :1044:
self!dbg: "... Plugin $fqn extends $type-name with ", plug-class.^name, " // ", plug-class.HOW;
VRURG/OO-Plugin
…/Manager.pm6 :1175:
$msg.private = Nil; # Just be on the safe side...
VRURG/OO-Plugin
…/Manager.pm6 :1230:
# ... because <shortname> might have source in plugin meta.
VRURG/OO-Plugin
…/Manager.pm6 :1329:
self!dbg: "... Enter the event loop";
VRURG/OO-Plugin
…/Manager.pm6 :1336:
self!dbg: "... Timeout, got events: ", $got-events;
VRURG/OO-Plugin
…/Manager.pm6 :1366:
self!dbg: "... Sending event for matching plugin: ", $pobj.^name, " into ", $p-queue.WHICH;
VRURG/OO-Plugin
…/PluginHOW.pm6 :7:
# In hope that compilation doesn't take advantage of multi-threading...
WARRINGD/Font-AFM
…/Changes :25:
`$font.stringwidth(..., :kern)` and `$font.kern(...)` both now work.
WARRINGD/Font-AFM
…/AFM.pm :469:
# kern a string. decompose into an array of: ('string1', $kern , ..., 'stringn' )
WARRINGD/Font-AFM
…/font-metrics-courier.t :17:
is-deeply $metrics.kern("RVX", 12), (["RVX"], 1800 * 12 / 1000), '.kern(..., $w))';
WARRINGD/Font-AFM
…/font-metrics-times.t :19:
is-deeply $metrics.kern("RVX", 12 ), (["R", -0.96, "VX"], (2111 - 80) * 12 / 1000), '.kern(..., $w))';
WARRINGD/Font-FreeType
…/README.md :20:
# ...
WARRINGD/Font-FreeType
…/font-say :54:
for $top ...^ $bottom -> $row {
WARRINGD/Font-FreeType
…/FreeType.pm :74:
# ...
WARRINGD/Font-FreeType
…/Face.md :214:
# some time later...
WARRINGD/Font-FreeType
…/Face.pm :438:
# some time later...
WARRINGD/Font-FreeType
…/Native.pm :84:
class FT_Face is repr('CStruct') {...}
WARRINGD/Font-FreeType
…/Native.pm :85:
class FT_Library is repr('CPointer') {...}
WARRINGD/HTML-Canvas-To-PDF
…/render-pdf-test-sheets.t :182:
or diag "text measurement $text-width outside of range: 120...130";
WARRINGD/HTML-Canvas
…/render-pdf-test-sheets.t :181:
or diag "text measurement $text-width outside of range: 110...130";
WARRINGD/PDF-Class
…/README.md :32:
# add a page ...
WARRINGD/PDF-Class
…/README.md :77:
# ...etc, see PDF::ViewerPreferences
WARRINGD/PDF-Class
…/README.md :128:
#### `pdf-append.p6 --save-as=output.pdf in1.pdf in2.pdf ...`
WARRINGD/PDF-Class
…/README.md :149:
xref: << /ID ... /Info 1 0 R /Root 2 0 R >> % PDF::Class
WARRINGD/PDF-Class
…/README.md :153:
/Pages: << /Type /Pages /Count 1 /Kids ... /Resources ... >> % PDF::Pages
WARRINGD/PDF-Class
…/README.md :155:
[0]: << /Type /Page /Contents 5 0 R /MediaBox ... /Parent 3 0 R >> % PDF::Page
WARRINGD/PDF-Class
…/README.md :158:
/Resources: << /ExtGState ... /Font ... /ProcSet ... /XObject ... >> % PDF::COS::Dict+{PDF::Resources}
WARRINGD/PDF-Class
…/README.md :168:
/Im2: << /Type /XObject /Subtype /Image /BitsPerComponent 8 /ColorSpace ... /Height 42 /Width 37 /Length 1554 >> % PDF::XObject::Image
WARRINGD/PDF-Class
…/pdf-append.p6 :48:
pdf-append.p6 [options] --save-as=output.pdf file1.pdf file2.pdf ...
WARRINGD/PDF-Class
…/pdf-burst.p6 :96:
By default, the output pdf will be named infile001.pdf infile002.pdf ...
WARRINGD/PDF-Class
…/pdf-checker.p6 :43:
!! '...';
WARRINGD/PDF-Class
…/Bead-Thread.pm :7:
role PDF::Thread {...};
WARRINGD/PDF-Class
…/Type.pm :11:
## method type {...}
WARRINGD/PDF-Class
…/Type.pm :18:
## method subtype {...}
WARRINGD/PDF-Class
…/DeviceN.pm :23:
my role DeviceNDict {...} # see below
WARRINGD/PDF-Class
…/NameTree.pm :25:
for 0, 2 ...^ +$kv {
WARRINGD/PDF-Class
…/NumberTree.pm :17:
# [ key 1 value 1 key 2 value 2 ... key n value n ]
WARRINGD/PDF-Class
…/NumberTree.pm :28:
for 0, 2 ...^ +$kv {
WARRINGD/PDF-Class
…/Signature.pm :31:
has PDF::COS::TextString $.Reason is entry; # (Optional) The reason for the signing, such as ( I agree ... ).
WARRINGD/PDF-Class
…/pdf-annot.t :16:
/Contents (This is an open annotation. You'll need acro-reader...)
WARRINGD/PDF-Class
…/pdf-annot.t :32:
is $text-annot.Contents, "This is an open annotation. You'll need acro-reader...", '.Contents';
WARRINGD/PDF-Class
…/pdf-annot.t :36:
:Contents("...xpdf doesn't display annotations. This annotation is closed, btw"),
WARRINGD/PDF-Class
…/pdf-cmap.t :22:
...
WARRINGD/PDF-Class
…/pdf-font.t :72:
is $sym-font.encode("ΑΒΓ").map(*.chr).join, "ABG", '.encode(...)'; # /Alpha /Beta /Gamma
WARRINGD/PDF-Class
…/pdf-xobject-image.t :60:
W => :int(200) } ]), 'first .content(:inline) op: :BI[...]';
WARRINGD/PDF-Class
…/pdf-xobject-image.t :61:
is-json-equiv $inline[1], (:ID[ :encoded($snoopy.encoded) ]), 'second .content(:inline) op: :ID[...]';
WARRINGD/PDF-Class
…/fdf-PageTree.in :207:
% ...
WARRINGD/PDF-Class
…/render.t :29:
is %seen<Q>, %seen<q>, 'Q ... q pairs';
WARRINGD/PDF-Font-Loader
…/font.t :17:
is $times.encode("A♥♣✔˚B", :str), "A\x[1]B", '.encode(...) sanity';
WARRINGD/PDF-Font-Loader
…/font.t :21:
is-deeply $vera.kern("RVX" ), (['R', -55, 'VX'], 2064 - 55), '.kern(...)';
WARRINGD/PDF-Font-Loader
…/font.t :22:
is-deeply $vera.kern('ABCD' ), (['AB', -18, 'CD'], 2820), '.kern(...)';
WARRINGD/PDF-ISO_32000
…/make-modules.p6 :23:
say " method $entry \{...\};";
WARRINGD/PDF-ISO_32000
…/make-modules.p6 :32:
say " given \$?ROLE.^add_method($_, method \{...\}) \{ .set_name($_) \}";
WARRINGD/PDF-ISO_32000
…/Action_common.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Action_common.pm6 :7:
method S {...};
WARRINGD/PDF-ISO_32000
…/Action_common.pm6 :8:
method Next {...};
WARRINGD/PDF-ISO_32000
…/Additional_encryption.pm6 :6:
method R {...};
WARRINGD/PDF-ISO_32000
…/Additional_encryption.pm6 :7:
method O {...};
WARRINGD/PDF-ISO_32000
…/Additional_encryption.pm6 :8:
method U {...};
WARRINGD/PDF-ISO_32000
…/Additional_encryption.pm6 :9:
method P {...};
WARRINGD/PDF-ISO_32000
…/Additional_encryption.pm6 :10:
method EncryptMetadata {...};
WARRINGD/PDF-ISO_32000
…/Alternate_Image.pm6 :6:
method Image {...};
WARRINGD/PDF-ISO_32000
…/Alternate_Image.pm6 :7:
method DefaultForPrinting {...};
WARRINGD/PDF-ISO_32000
…/Alternate_Image.pm6 :8:
method OC {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :6:
method E {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :7:
method X {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :8:
method D {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :9:
method U {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :10:
method Fo {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :11:
method Bl {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :12:
method PO {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :13:
method PC {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :14:
method PV {...};
WARRINGD/PDF-ISO_32000
…/Annotation_additional_actions.pm6 :15:
method PI {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :7:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :8:
method Rect {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :9:
method Contents {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :10:
method P {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :11:
method NM {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :12:
method M {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :13:
method F {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :14:
method AP {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :15:
method AS {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :16:
method Border {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :17:
method C {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :18:
method StructParent {...};
WARRINGD/PDF-ISO_32000
…/Annotation_common.pm6 :19:
method OC {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :6:
method T {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :7:
method Popup {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :8:
method CA {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :9:
method RC {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :10:
method CreationDate {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :11:
method IRT {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :12:
method Subj {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :13:
method RT {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :14:
method IT {...};
WARRINGD/PDF-ISO_32000
…/Annotation_markup_additional.pm6 :15:
method ExData {...};
WARRINGD/PDF-ISO_32000
…/Appearance.pm6 :6:
method N {...};
WARRINGD/PDF-ISO_32000
…/Appearance.pm6 :7:
method R {...};
WARRINGD/PDF-ISO_32000
…/Appearance.pm6 :8:
method D {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :6:
method R {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :7:
method BC {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :8:
method BG {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :9:
method CA {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :10:
method RC {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :11:
method AC {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :12:
method I {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :13:
method RI {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :14:
method IX {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :15:
method IF {...};
WARRINGD/PDF-ISO_32000
…/Appearance_characteristics.pm6 :16:
method TP {...};
WARRINGD/PDF-ISO_32000
…/Artifact.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Artifact.pm6 :7:
method BBox {...};
WARRINGD/PDF-ISO_32000
…/Artifact.pm6 :8:
method Attached {...};
WARRINGD/PDF-ISO_32000
…/Artifact.pm6 :9:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Attribute_object.pm6 :6:
method O {...};
WARRINGD/PDF-ISO_32000
…/Attribute_object_for_user_properties.pm6 :6:
method O {...};
WARRINGD/PDF-ISO_32000
…/Attribute_object_for_user_properties.pm6 :7:
method P {...};
WARRINGD/PDF-ISO_32000
…/Bead.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Bead.pm6 :7:
method T {...};
WARRINGD/PDF-ISO_32000
…/Bead.pm6 :8:
method N {...};
WARRINGD/PDF-ISO_32000
…/Bead.pm6 :9:
method V {...};
WARRINGD/PDF-ISO_32000
…/Bead.pm6 :10:
method P {...};
WARRINGD/PDF-ISO_32000
…/Bead.pm6 :11:
method R {...};
WARRINGD/PDF-ISO_32000
…/Border_effect.pm6 :6:
method S {...};
WARRINGD/PDF-ISO_32000
…/Border_effect.pm6 :7:
method I {...};
WARRINGD/PDF-ISO_32000
…/Border_style.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Border_style.pm6 :7:
method W {...};
WARRINGD/PDF-ISO_32000
…/Border_style.pm6 :8:
method S {...};
WARRINGD/PDF-ISO_32000
…/Border_style.pm6 :9:
method D {...};
WARRINGD/PDF-ISO_32000
…/Box_colour_information.pm6 :6:
method CropBox {...};
WARRINGD/PDF-ISO_32000
…/Box_colour_information.pm6 :7:
method BleedBox {...};
WARRINGD/PDF-ISO_32000
…/Box_colour_information.pm6 :8:
method TrimBox {...};
WARRINGD/PDF-ISO_32000
…/Box_colour_information.pm6 :9:
method ArtBox {...};
WARRINGD/PDF-ISO_32000
…/Box_style.pm6 :6:
method C {...};
WARRINGD/PDF-ISO_32000
…/Box_style.pm6 :7:
method W {...};
WARRINGD/PDF-ISO_32000
…/Box_style.pm6 :8:
method S {...};
WARRINGD/PDF-ISO_32000
…/Box_style.pm6 :9:
method D {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :6:
method K {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :7:
method EndOfLine {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :8:
method EncodedByteAlign {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :9:
method Columns {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :10:
method Rows {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :11:
method EndOfBlock {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :12:
method BlackIs1 {...};
WARRINGD/PDF-ISO_32000
…/CCITTFax_filter.pm6 :13:
method DamagedRowsBeforeError {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :7:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :8:
method BaseFont {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :9:
method CIDSystemInfo {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :10:
method FontDescriptor {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :11:
method DW {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :12:
method W {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :13:
method DW2 {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :14:
method W2 {...};
WARRINGD/PDF-ISO_32000
…/CIDFont.pm6 :15:
method CIDToGIDMap {...};
WARRINGD/PDF-ISO_32000
…/CIDFont_descriptor_additional.pm6 :6:
method Style {...};
WARRINGD/PDF-ISO_32000
…/CIDFont_descriptor_additional.pm6 :7:
method Lang {...};
WARRINGD/PDF-ISO_32000
…/CIDFont_descriptor_additional.pm6 :8:
method FD {...};
WARRINGD/PDF-ISO_32000
…/CIDFont_descriptor_additional.pm6 :9:
method CIDSet {...};
WARRINGD/PDF-ISO_32000
…/CIDSystemInfo.pm6 :6:
method Registry {...};
WARRINGD/PDF-ISO_32000
…/CIDSystemInfo.pm6 :7:
method Ordering {...};
WARRINGD/PDF-ISO_32000
…/CIDSystemInfo.pm6 :8:
method Supplement {...};
WARRINGD/PDF-ISO_32000
…/CMap_stream.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/CMap_stream.pm6 :7:
method CMapName {...};
WARRINGD/PDF-ISO_32000
…/CMap_stream.pm6 :8:
method CIDSystemInfo {...};
WARRINGD/PDF-ISO_32000
…/CMap_stream.pm6 :9:
method WMode {...};
WARRINGD/PDF-ISO_32000
…/CMap_stream.pm6 :10:
method UseCMap {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :6:
method text-align {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :7:
method vertical-align {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :8:
method font-size {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :9:
method font-style {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :10:
method font-weight {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :11:
method font-family {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :12:
method font {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :13:
method color {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :14:
method text-decoration {...};
WARRINGD/PDF-ISO_32000
…/CSS2_style.pm6 :15:
method font-stretch {...};
WARRINGD/PDF-ISO_32000
…/CalGray_colour_space.pm6 :6:
method WhitePoint {...};
WARRINGD/PDF-ISO_32000
…/CalGray_colour_space.pm6 :7:
method BlackPoint {...};
WARRINGD/PDF-ISO_32000
…/CalGray_colour_space.pm6 :8:
method Gamma {...};
WARRINGD/PDF-ISO_32000
…/CalRGB_colour_space.pm6 :6:
method WhitePoint {...};
WARRINGD/PDF-ISO_32000
…/CalRGB_colour_space.pm6 :7:
method BlackPoint {...};
WARRINGD/PDF-ISO_32000
…/CalRGB_colour_space.pm6 :8:
method Gamma {...};
WARRINGD/PDF-ISO_32000
…/CalRGB_colour_space.pm6 :9:
method Matrix {...};
WARRINGD/PDF-ISO_32000
…/Caret_annotation_additional.pm6 :6:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Caret_annotation_additional.pm6 :7:
method RD {...};
WARRINGD/PDF-ISO_32000
…/Caret_annotation_additional.pm6 :8:
method Sy {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :7:
method Version {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :8:
method Extensions {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :9:
method Pages {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :10:
method PageLabels {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :11:
method Names {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :12:
method Dests {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :13:
method ViewerPreferences {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :14:
method PageLayout {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :15:
method PageMode {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :16:
method Outlines {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :17:
method Threads {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :18:
method OpenAction {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :19:
method AA {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :20:
method URI {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :21:
method AcroForm {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :22:
method Metadata {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :23:
method StructTreeRoot {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :24:
method MarkInfo {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :25:
method Lang {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :26:
method SpiderInfo {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :27:
method OutputIntents {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :28:
method PieceInfo {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :29:
method OCProperties {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :30:
method Perms {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :31:
method Legal {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :32:
method Requirements {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :33:
method Collection {...};
WARRINGD/PDF-ISO_32000
…/Catalog.pm6 :34:
method NeedsRendering {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :6:
method Dests {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :7:
method AP {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :8:
method JavaScript {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :9:
method Pages {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :10:
method Templates {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :11:
method IDS {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :12:
method URLS {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :13:
method EmbeddedFiles {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :14:
method AlternatePresentations {...};
WARRINGD/PDF-ISO_32000
…/Catalog_Name_tree.pm6 :15:
method Renditions {...};
WARRINGD/PDF-ISO_32000
…/Catalog_additional_actions.pm6 :6:
method WC {...};
WARRINGD/PDF-ISO_32000
…/Catalog_additional_actions.pm6 :7:
method WS {...};
WARRINGD/PDF-ISO_32000
…/Catalog_additional_actions.pm6 :8:
method DS {...};
WARRINGD/PDF-ISO_32000
…/Catalog_additional_actions.pm6 :9:
method WP {...};
WARRINGD/PDF-ISO_32000
…/Catalog_additional_actions.pm6 :10:
method DP {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :7:
method Ff {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :8:
method Subject {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :9:
method SubjectDN {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :10:
method KeyUsage {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :11:
method Issuer {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :12:
method OID {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :13:
method URL {...};
WARRINGD/PDF-ISO_32000
…/Certificate_seed_value.pm6 :14:
method URLType {...};
WARRINGD/PDF-ISO_32000
…/Check_box_and_radio_button_additional.pm6 :6:
method Opt {...};
WARRINGD/PDF-ISO_32000
…/Choice_field_additional.pm6 :6:
method Opt {...};
WARRINGD/PDF-ISO_32000
…/Choice_field_additional.pm6 :7:
method TI {...};
WARRINGD/PDF-ISO_32000
…/Choice_field_additional.pm6 :8:
method I {...};
WARRINGD/PDF-ISO_32000
…/Collection.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Collection.pm6 :7:
method Schema {...};
WARRINGD/PDF-ISO_32000
…/Collection.pm6 :8:
method D {...};
WARRINGD/PDF-ISO_32000
…/Collection.pm6 :9:
method View {...};
WARRINGD/PDF-ISO_32000
…/Collection.pm6 :10:
method Sort {...};
WARRINGD/PDF-ISO_32000
…/Collection_field.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Collection_field.pm6 :7:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Collection_field.pm6 :8:
method N {...};
WARRINGD/PDF-ISO_32000
…/Collection_field.pm6 :9:
method O {...};
WARRINGD/PDF-ISO_32000
…/Collection_field.pm6 :10:
method V {...};
WARRINGD/PDF-ISO_32000
…/Collection_field.pm6 :11:
method E {...};
WARRINGD/PDF-ISO_32000
…/Collection_item.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Collection_schema.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Collection_sort.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Collection_sort.pm6 :7:
method S {...};
WARRINGD/PDF-ISO_32000
…/Collection_sort.pm6 :8:
method A {...};
WARRINGD/PDF-ISO_32000
…/Collection_subitem.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Collection_subitem.pm6 :7:
method D {...};
WARRINGD/PDF-ISO_32000
…/Collection_subitem.pm6 :8:
method P {...};
WARRINGD/PDF-ISO_32000
…/Cross_reference_stream.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Cross_reference_stream.pm6 :7:
method Size {...};
WARRINGD/PDF-ISO_32000
…/Cross_reference_stream.pm6 :8:
method Index {...};
WARRINGD/PDF-ISO_32000
…/Cross_reference_stream.pm6 :9:
method Prev {...};
WARRINGD/PDF-ISO_32000
…/Cross_reference_stream.pm6 :10:
method W {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter.pm6 :7:
method Name {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter_common.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter_common.pm6 :7:
method CFM {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter_common.pm6 :8:
method AuthEvent {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter_common.pm6 :9:
method Length {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter_public-key_additional.pm6 :6:
method Recipients {...};
WARRINGD/PDF-ISO_32000
…/Crypt_filter_public-key_additional.pm6 :7:
method EncryptMetadata {...};
WARRINGD/PDF-ISO_32000
…/DCT_filter.pm6 :6:
method ColorTransform {...};
WARRINGD/PDF-ISO_32000
…/Data.pm6 :6:
method LastModified {...};
WARRINGD/PDF-ISO_32000
…/Data.pm6 :7:
method Private {...};
WARRINGD/PDF-ISO_32000
…/Developer_extensions.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Developer_extensions.pm6 :7:
method BaseVersion {...};
WARRINGD/PDF-ISO_32000
…/Developer_extensions.pm6 :8:
method ExtensionLevel {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_colour_space.pm6 :6:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_colour_space.pm6 :7:
method Colorants {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_colour_space.pm6 :8:
method Process {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_colour_space.pm6 :9:
method MixingHints {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_mixing_hints.pm6 :6:
method Solidities {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_mixing_hints.pm6 :7:
method PrintingOrder {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_mixing_hints.pm6 :8:
method DotGain {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_process.pm6 :6:
method ColorSpace {...};
WARRINGD/PDF-ISO_32000
…/DeviceN_process.pm6 :7:
method Components {...};
WARRINGD/PDF-ISO_32000
…/DocMDP_transform.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/DocMDP_transform.pm6 :7:
method P {...};
WARRINGD/PDF-ISO_32000
…/DocMDP_transform.pm6 :8:
method V {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_parameter.pm6 :6:
method Size {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_parameter.pm6 :7:
method CreationDate {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_parameter.pm6 :8:
method ModDate {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_parameter.pm6 :9:
method Mac {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_parameter.pm6 :10:
method CheckSum {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_stream.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_stream.pm6 :7:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Embedded_file_stream.pm6 :8:
method Params {...};
WARRINGD/PDF-ISO_32000
…/Embedded_font_stream_additional.pm6 :6:
method Length1 {...};
WARRINGD/PDF-ISO_32000
…/Embedded_font_stream_additional.pm6 :7:
method Length2 {...};
WARRINGD/PDF-ISO_32000
…/Embedded_font_stream_additional.pm6 :8:
method Length3 {...};
WARRINGD/PDF-ISO_32000
…/Embedded_font_stream_additional.pm6 :9:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Embedded_font_stream_additional.pm6 :10:
method Metadata {...};
WARRINGD/PDF-ISO_32000
…/Embedded_goto_action_additional.pm6 :6:
method S {...};
WARRINGD/PDF-ISO_32000
…/Embedded_goto_action_additional.pm6 :7:
method F {...};
WARRINGD/PDF-ISO_32000
…/Embedded_goto_action_additional.pm6 :8:
method D {...};
WARRINGD/PDF-ISO_32000
…/Embedded_goto_action_additional.pm6 :9:
method NewWindow {...};
WARRINGD/PDF-ISO_32000
…/Embedded_goto_action_additional.pm6 :10:
method T {...};
WARRINGD/PDF-ISO_32000
…/Encoding.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Encoding.pm6 :7:
method BaseEncoding {...};
WARRINGD/PDF-ISO_32000
…/Encoding.pm6 :8:
method Differences {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :6:
method Filter {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :7:
method SubFilter {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :8:
method V {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :9:
method Length {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :10:
method CF {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :11:
method StmF {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :12:
method StrF {...};
WARRINGD/PDF-ISO_32000
…/Encryption_common.pm6 :13:
method EFF {...};
WARRINGD/PDF-ISO_32000
…/FDF_annotation_additional.pm6 :6:
method Page {...};
WARRINGD/PDF-ISO_32000
…/FDF_catalog.pm6 :6:
method Version {...};
WARRINGD/PDF-ISO_32000
…/FDF_catalog.pm6 :7:
method FDF {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :6:
method F {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :7:
method ID {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :8:
method Fields {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :9:
method Status {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :10:
method Pages {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :11:
method Encoding {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :12:
method Annots {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :13:
method Differences {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :14:
method Target {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :15:
method EmbeddedFDFs {...};
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :16:
method JavaScript {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :6:
method Kids {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :7:
method T {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :8:
method V {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :9:
method Ff {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :10:
method SetFf {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :11:
method ClrFf {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :12:
method F {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :13:
method SetF {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :14:
method ClrF {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :15:
method AP {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :16:
method APRef {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :17:
method IF {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :18:
method Opt {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :19:
method A {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :20:
method AA {...};
WARRINGD/PDF-ISO_32000
…/FDF_field.pm6 :21:
method RV {...};
WARRINGD/PDF-ISO_32000
…/FDF_named_page_reference.pm6 :6:
method Name {...};
WARRINGD/PDF-ISO_32000
…/FDF_named_page_reference.pm6 :7:
method F {...};
WARRINGD/PDF-ISO_32000
…/FDF_page.pm6 :6:
method Templates {...};
WARRINGD/PDF-ISO_32000
…/FDF_page.pm6 :7:
method Info {...};
WARRINGD/PDF-ISO_32000
…/FDF_template.pm6 :6:
method TRef {...};
WARRINGD/PDF-ISO_32000
…/FDF_template.pm6 :7:
method Fields {...};
WARRINGD/PDF-ISO_32000
…/FDF_template.pm6 :8:
method Rename {...};
WARRINGD/PDF-ISO_32000
…/FDF_trailer.pm6 :6:
method Root {...};
WARRINGD/PDF-ISO_32000
…/FieldMDP_transform.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/FieldMDP_transform.pm6 :7:
method Action {...};
WARRINGD/PDF-ISO_32000
…/FieldMDP_transform.pm6 :8:
method Fields {...};
WARRINGD/PDF-ISO_32000
…/FieldMDP_transform.pm6 :9:
method V {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :6:
method FT {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :7:
method Parent {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :8:
method Kids {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :9:
method T {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :10:
method TU {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :11:
method TM {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :12:
method Ff {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :13:
method V {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :14:
method DV {...};
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :15:
method AA {...};
WARRINGD/PDF-ISO_32000
…/File_attachment_annotation_additional.pm6 :6:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/File_attachment_annotation_additional.pm6 :7:
method FS {...};
WARRINGD/PDF-ISO_32000
…/File_attachment_annotation_additional.pm6 :8:
method Name {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :7:
method FS {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :8:
method F {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :9:
method UF {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :10:
method DOS {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :11:
method Mac {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :12:
method Unix {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :13:
method ID {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :14:
method V {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :15:
method EF {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :16:
method RF {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :17:
method Desc {...};
WARRINGD/PDF-ISO_32000
…/File_specification.pm6 :18:
method CI {...};
WARRINGD/PDF-ISO_32000
…/File_trailer.pm6 :6:
method Size {...};
WARRINGD/PDF-ISO_32000
…/File_trailer.pm6 :7:
method Prev {...};
WARRINGD/PDF-ISO_32000
…/File_trailer.pm6 :8:
method Root {...};
WARRINGD/PDF-ISO_32000
…/File_trailer.pm6 :9:
method Encrypt {...};
WARRINGD/PDF-ISO_32000
…/File_trailer.pm6 :10:
method Info {...};
WARRINGD/PDF-ISO_32000
…/File_trailer.pm6 :11:
method ID {...};
WARRINGD/PDF-ISO_32000
…/Fixed_print.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Fixed_print.pm6 :7:
method Matrix {...};
WARRINGD/PDF-ISO_32000
…/Fixed_print.pm6 :8:
method H {...};
WARRINGD/PDF-ISO_32000
…/Fixed_print.pm6 :9:
method V {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :7:
method D {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :8:
method RT {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :9:
method P {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :10:
method O {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :11:
method T {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :12:
method UC {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :13:
method R {...};
WARRINGD/PDF-ISO_32000
…/Floating_window_parameter.pm6 :14:
method TT {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :7:
method FontName {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :8:
method FontFamily {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :9:
method FontStretch {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :10:
method FontWeight {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :11:
method Flags {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :12:
method FontBBox {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :13:
method ItalicAngle {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :14:
method Ascent {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :15:
method Descent {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :16:
method Leading {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :17:
method CapHeight {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :18:
method XHeight {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :19:
method StemV {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :20:
method StemH {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :21:
method AvgWidth {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :22:
method MaxWidth {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :23:
method MissingWidth {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :24:
method FontFile {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :25:
method FontFile2 {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :26:
method FontFile3 {...};
WARRINGD/PDF-ISO_32000
…/Font_descriptor_common.pm6 :27:
method CharSet {...};
WARRINGD/PDF-ISO_32000
…/Font_selector.pm6 :6:
method FontFamily {...};
WARRINGD/PDF-ISO_32000
…/Font_selector.pm6 :7:
method GenericFontFamily {...};
WARRINGD/PDF-ISO_32000
…/Font_selector.pm6 :8:
method FontSize {...};
WARRINGD/PDF-ISO_32000
…/Font_selector.pm6 :9:
method FontStretch {...};
WARRINGD/PDF-ISO_32000
…/Font_selector.pm6 :10:
method FontStyle {...};
WARRINGD/PDF-ISO_32000
…/Font_selector.pm6 :11:
method FontVariant {...};
WARRINGD/PDF-ISO_32000
…/Font_selector.pm6 :12:
method FontWeight {...};
WARRINGD/PDF-ISO_32000
…/Form_additional_actions.pm6 :6:
method K {...};
WARRINGD/PDF-ISO_32000
…/Form_additional_actions.pm6 :7:
method F {...};
WARRINGD/PDF-ISO_32000
…/Form_additional_actions.pm6 :8:
method V {...};
WARRINGD/PDF-ISO_32000
…/Form_additional_actions.pm6 :9:
method C {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :6:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :7:
method DA {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :8:
method Q {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :9:
method RC {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :10:
method DS {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :11:
method CL {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :12:
method IT {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :13:
method BE {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :14:
method RD {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :15:
method BS {...};
WARRINGD/PDF-ISO_32000
…/Free_text_annotation_additional.pm6 :16:
method LE {...};
WARRINGD/PDF-ISO_32000
…/Function_common.pm6 :6:
method FunctionType {...};
WARRINGD/PDF-ISO_32000
…/Function_common.pm6 :7:
method Domain {...};
WARRINGD/PDF-ISO_32000
…/Function_common.pm6 :8:
method Range {...};
WARRINGD/PDF-ISO_32000
…/Goto_3D_view_action_additional.pm6 :6:
method S {...};
WARRINGD/PDF-ISO_32000
…/Goto_3D_view_action_additional.pm6 :7:
method TA {...};
WARRINGD/PDF-ISO_32000
…/Goto_3D_view_action_additional.pm6 :8:
method V {...};
WARRINGD/PDF-ISO_32000
…/Goto_action_additional.pm6 :6:
method S {...};
WARRINGD/PDF-ISO_32000
…/Goto_action_additional.pm6 :7:
method D {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :7:
method LW {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :8:
method LC {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :9:
method LJ {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :10:
method ML {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :11:
method D {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :12:
method RI {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :13:
method OP {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :14:
method op {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :15:
method OPM {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :16:
method Font {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :17:
method BG {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :18:
method BG2 {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :19:
method UCR {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :20:
method UCR2 {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :21:
method TR {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :22:
method TR2 {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :23:
method HT {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :24:
method FL {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :25:
method SM {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :26:
method SA {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :27:
method BM {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :28:
method SMask {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :29:
method CA {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :30:
method ca {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :31:
method AIS {...};
WARRINGD/PDF-ISO_32000
…/Graphics_state.pm6 :32:
method TK {...};
WARRINGD/PDF-ISO_32000
…/Group_Attributes_common.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Group_Attributes_common.pm6 :7:
method S {...};
WARRINGD/PDF-ISO_32000
…/Hide_action_additional.pm6 :6:
method S {...};
WARRINGD/PDF-ISO_32000
…/Hide_action_additional.pm6 :7:
method T {...};
WARRINGD/PDF-ISO_32000
…/Hide_action_additional.pm6 :8:
method H {...};
WARRINGD/PDF-ISO_32000
…/Hybrid-reference.pm6 :6:
method XRefStm {...};
WARRINGD/PDF-ISO_32000
…/ICC_profile.pm6 :6:
method N {...};
WARRINGD/PDF-ISO_32000
…/ICC_profile.pm6 :7:
method Alternate {...};
WARRINGD/PDF-ISO_32000
…/ICC_profile.pm6 :8:
method Range {...};
WARRINGD/PDF-ISO_32000
…/ICC_profile.pm6 :9:
method Metadata {...};
WARRINGD/PDF-ISO_32000
…/Icon_fit.pm6 :6:
method SW {...};
WARRINGD/PDF-ISO_32000
…/Icon_fit.pm6 :7:
method S {...};
WARRINGD/PDF-ISO_32000
…/Icon_fit.pm6 :8:
method A {...};
WARRINGD/PDF-ISO_32000
…/Icon_fit.pm6 :9:
method FB {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :6:
method Type {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :7:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :8:
method Width {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :9:
method Height {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :10:
method ColorSpace {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :11:
method BitsPerComponent {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :12:
method Intent {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :13:
method ImageMask {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :14:
method Mask {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :15:
method Decode {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :16:
method Interpolate {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :17:
method Alternates {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :18:
method SMask {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :19:
method SMaskInData {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :20:
method Name {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :21:
method StructParent {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :22:
method ID {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :23:
method OPI {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :24:
method Metadata {...};
WARRINGD/PDF-ISO_32000
…/Image.pm6 :25:
method OC {...};
WARRINGD/PDF-ISO_32000
…/Import-data_action_additional.pm6 :6:
method S {...};
WARRINGD/PDF-ISO_32000
…/Import-data_action_additional.pm6 :7:
method F {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :6:
method Title {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :7:
method Author {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :8:
method Subject {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :9:
method Keywords {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :10:
method Creator {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :11:
method Producer {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :12:
method CreationDate {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :13:
method ModDate {...};
WARRINGD/PDF-ISO_32000
…/Info.pm6 :14:
method Trapped {...};
WARRINGD/PDF-ISO_32000
…/Ink_annotation_additional.pm6 :6:
method Subtype {...};
WARRINGD/PDF-ISO_32000
…/Ink_annotation_additional.pm6 :7:
method InkList {...};
WARRINGD/PDF-ISO_32000
…/Ink_annotation_additional.pm6 :8:
method BS {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :6:
method BitsPerComponent {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :7:
method ColorSpace {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :8:
method Decode {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :9:
method DecodeParms {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :10:
method Filter {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :11:
method Height {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :12:
method ImageMask {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :13:
method Intent {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :14:
method Interpolate {...};
WARRINGD/PDF-ISO_32000
…/Inline_Image.pm6 :15:
method Width {...};
WARRINGD/PDF-ISO_32000
…/Interactive_form.pm6 :6:
method Fields {...};
WARRINGD/PDF-ISO_32000
…/Interactive_form.pm6 :7:
method NeedAppearances {...};
WARRINGD/PDF-ISO_32000
…/Interactive_form.pm6 :8:
method SigFlags {...};
WARRINGD/PDF-ISO_32000
…/Interactive_form.pm6 :9:
method CO {...};
WARRINGD/PDF-ISO_32000
…/Interactive_form.pm6 :10:
method DR {...};
WARRINGD/PDF-ISO_32000
…/Interactive_form.pm6 :11:
method DA {<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment