Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 19, 2020 22:56
Show Gist options
  • Select an option

  • Save Whateverable/5ce203fae4b8fe89c128030e6986b4ab to your computer and use it in GitHub Desktop.

Select an option

Save Whateverable/5ce203fae4b8fe89c128030e6986b4ab to your computer and use it in GitHub Desktop.
greppable6
\.\.\.\s*[^}]
File Code
AKIYM/JSON-Hjson
…/README.md :13:
my $text = q:to'...';
AKIYM/JSON-Hjson
…/Hjson.pm6 :31:
my $text = q:to'...';
AKIYM/JSON-Hjson
…/01-basic.t :5:
my $text = q:to'...';
AKIYM/JSON-Hjson
…/01-basic.t :39:
realist => q:to'...'.trim-trailing,
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
…/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 :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
…/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/Tika
…/Tika.pm6 :134:
$string.substr(0..$length - 3).trim ~ '...'
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
…/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-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
…/Statement.pm6 :54:
default { ... }
CTILMES/DB
…/Result.pm6 :44:
method row() { ... }
CTILMES/DB
…/Result.pm6 :46:
method names() { ... }
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
…/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
…/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 :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
…/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 :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 :253:
$curl.Content-MD5('...'); # or $curl.setopt(Content-MD5 => '...')
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
…/EasyHandle.pm6 :545:
method message() { ... }
CTILMES/LibCurl
…/EasyHandle.pm6 :884:
... # TODO
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
…/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/epoll
…/README.md :41:
* method **add**(int32 $file-descriptor, ...event flags...)
CTILMES/epoll
…/epoll.pm6 :160:
=item method B<add>(int32 $file-descriptor, ...event flags...)
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 :511:
while ea() -> ($a,$b,$c) { .... }
ELIZABETH/List-MoreUtils
…/README.md :519:
while zip(@a,@b,@c) -> ($a,$b,$c) { .... }
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 :1077:
while ea() -> ($a,$b,$c) { .... }
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1086:
while zip(@a,@b,@c) -> ($a,$b,$c) { .... }
ELIZABETH/List-MoreUtils
…/indexes.t :9:
is-deeply @x, [2 .. 5], "indexes > 5 ...";
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 :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 :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/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/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
…/index.p6 :4:
model Event { ... }
FCO/Red
…/index.p6 :19:
model Ticket { ... }
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
…/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 :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
…/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/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-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 :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
…/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 :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 :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
…/Smack.pm6 :94:
note "[debug] Received connection..." if $!debug;
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
…/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
…/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 :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 :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 :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
…/Anti.pm6 :36:
... # yada signals embedded logic
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 :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
…/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
…/library.t :26:
method people-two(|) is anti-template(:source<basic-embed.html>) { ... }
HMBRAND/Text-CSV
…/TODO :41:
can merge. Mind csv () and fragment ("cells="...")
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.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 :2491:
my $dbh = DBI.connect(...);
HMBRAND/Text-CSV
…/12_acc.t :173:
), "new (Str ...)");
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
…/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 :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 :90:
// [...] positive character class
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :91:
// [^<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>...] 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
…/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/CommonMark
…/CommonMark.pm6 :292:
die "Someone let me know...";
JGOFF/Perl6-Parser
…/DEBUGGING.pod :32:
@child.append( ... )
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 :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 :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
…/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 :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 :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
…/00-class-hierarchy.t :382:
# XXX is this a bug?... Not really, RTFS to see why.
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
…/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 :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 :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 :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 :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
…/01-tree.t :234:
'<p>' 'Which, as we all know...' '</p>'
JGOFF/Pod-To-HTMLBody
…/01-tree.t :325:
'<p>' 'Which, as we all know...' '</p>'
JGOFF/Pod-To-HTMLBody
…/01-tree.t :389:
'<p>' 'Which, as we all know...' '</p>'
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
…/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 :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/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
…/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-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-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
…/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
…/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 :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 :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 :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 :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 :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 :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-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-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 :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
…/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 :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 :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 :27851:
* render: function() { ... }
JNTHN/cro
…/app.js :27856:
* type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)
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 :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 :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 :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 :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/Audio-Hydrogen
…/euclid :15:
examples/euclid --kit=<kit name> [--bars=<1>] [--file=<Str>] [--part=<$instruments,$slots,$fills> [--part=<...>]...] ...
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/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 :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/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/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-Dispatcher-Syslog
…/Documentation.md :17:
self.log-info("Starting ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Documentation.md :22:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/README.md :19:
self.log-info("Starting ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/README.md :24:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Syslog.pm :21:
self.log-info("Starting ...");
JSTOWE/Lumberjack-Dispatcher-Syslog
…/Syslog.pm :26:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack
…/Documentation.md :16:
self.log-info("Starting ...");
JSTOWE/Lumberjack
…/Documentation.md :21:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack
…/README.md :18:
self.log-info("Starting ...");
JSTOWE/Lumberjack
…/README.md :23:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack
…/Lumberjack.pm :20:
self.log-info("Starting ...");
JSTOWE/Lumberjack
…/Lumberjack.pm :25:
self.log-debug("Doing stuff ...");
JSTOWE/Lumberjack
…/Lumberjack.pm :553:
class Message { ... };
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/Oyatul
…/Oyatul.pm :528:
role Node { ... }
JSTOWE/Oyatul
…/Oyatul.pm :529:
class File { ... }
JSTOWE/Oyatul
…/Oyatul.pm :530:
class Directory { ... }
JSTOWE/RPi-Device-SMBus
…/README.md :16:
....
JSTOWE/RPi-Device-SMBus
…/SMBus.pm :22:
....
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-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:
....
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 :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 :191:
sub MAIN(Str :%define) { ... }
LEONT/Getopt-Long
…/README.md :212:
sub MAIN(:height(:$length)) { ... }
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 :701:
sub MAIN(Str :%define) { ... }
LEONT/Getopt-Long
…/Long.pm :728:
sub MAIN(:height(:$length)) { ... }
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 :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 :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 $) { ... }
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 :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/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
…/Binary.pm6 :59:
for 8,16...Inf -> $space-loc {
MARTIMM/BSON
…/Binary.pod6 :10:
class Binary { ... }
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
…/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/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
…/GtkComboBox.pm6 :110:
#TODO %options.keys ~~ any(<widget build-id id name>) { ... }
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
…/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 :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
…/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 :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 :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
…/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 :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 :239:
for ^5,(5...1) -> $code-postfix { # Insert a number of documents
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
…/Log.pm6 :207:
# 3 -> m { ... }
MARTIMM/MongoDB
…/Server.pod6 :27:
class Server { ... }
MARTIMM/MongoDB
…/Control.pm6 :248:
for 2.6, 2.8 ... 10 -> $vn {
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 :75:
method someElement-END ( Array $parent-path, :$someAttribute ... ) {...}
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
…/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 :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 :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/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 :99:
'{...:<[0..9]>+}' notation
MOZNION/Router-Boost
…/Boost.pm6 :264:
=head2 '{...:<[0..9]>+}' notation
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 { ... }
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 :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 ) { ... }
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.
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
…/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">
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 :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/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/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
…/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/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
…/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/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-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
…/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 :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 => "...􏿽xE3􏿽x81􏿽x9Fけやぶやけた").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') { ... }
TYIL/App-Assixt
…/assixt :21:
=item2 assixt depend <module>... [--no-install]
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
…/Command.pm :4:
method run(:$app) { ... }
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/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 :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 :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
…/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 :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
…/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 :476:
role AttrXMooishClassHOW { ... }
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
…/Addr.pm6 :118:
$ip.set( ... );
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 :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 :658:
method around-foo ( ... ) is plug-around( :Foo<foo> ) {
VRURG/OO-Plugin
…/Plugin.html :83:
<ul><li><p><code>plugin-meta [key =</code> value, ...]&gt;</p>
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 :431:
method around-foo ( ... ) is plug-around( :Foo&lt;foo&gt; ) {
VRURG/OO-Plugin
…/Plugin.md :58:
* `plugin-meta [key =` value, ...]>
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 :530:
method around-foo ( ... ) is plug-around( :Foo<foo> ) {
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 :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;
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
…/font-say :54:
for $top ...^ $bottom -> $row {
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 :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-checker.p6 :43:
!! '...';
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-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
…/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($_) \}";
WBIKER/IO-Prompt
…/Prompt.pm :210:
## (not sure if this is true...?) This is the default.
YNOTO/DB-Xoos
…/README.md :293:
Saves the row in the database. If the field with a positive `is-primary-key` is _set_ then it runs and `UPDATE ...` statement, otherwise it `INSERT ...`s and updates the Row's `is-primary-key` field. Ensure you set one field with `is-primary-key`
YNOTO/DB-Xoos
…/README.md :301:
qw<...>,
YNOTO/DB-Xoos
…/README.md :309:
qw<...>,
YNOTO/DB-Xoos
…/Xoos.pm6 :11:
multi method connect(Any:D: :$db, :%options) { ... }
YNOTO/DB-Xoos
…/Xoos.pm6 :13:
multi method connect(Str:D $dsn, :%options) { ... }
0racle/p6-Exportable
…/README.md :16:
sub foo is exportable { ... }
0racle/p6-Exportable
…/README.md :17:
sub bar is exportable(:b) { ... }
0racle/p6-Exportable
…/README.md :18:
sub baz is exportable(:b) { ... }
0racle/p6-Exportable
…/README.md :19:
sub qux { ... }
0racle/p6-Net-Netmask
…/README.md :326:
This sort method will use the internal `sortkey()` method to provide a sorted sequence of `Net::Netmask` objects. Note that you must call this only o…
0racle/p6-Net-Netmask
…/Netmask.pm6 :371:
this only on the class (I.E. C<Net::Netmask.sort(...)>) and never on
0racle/p6-Net-Netmask
…/Netmask.pm6 :372:
an individual instance (I.E. C<$net.sort(...)>. If called on an instance
0racle/p6-Net-Netmask
…/Netmask.pm6 :518:
($!start, * + $inc ... * > $!end - $inc).map(&dec2ip).map(-> $ip {
0racle/p6-Net-Netmask
…/01-basic.t :188:
output28 => ( 0,16,32...240 ).map( { "10.20.9.$^a" } ),
7ojo/p6-commandline-usage
…/CHANGELOG.md :15:
[Unreleased]: https://github.com/7ojo/p6-commandline-usage/compare/0.1...HEAD
7ojo/p6-commandline-usage
…/10-parse.t :10:
multi my-main('one', 'two') { ... }
7ojo/p6-commandline-usage
…/10-parse.t :11:
multi my-main('one', 'three') { ... }
7ojo/p6-commandline-usage
…/10-parse.t :12:
multi my-main('three') { ... }
7ojo/p6-commandline-usage
…/10-parse.t :13:
multi my-main('four') { ... }
7ojo/p6-commandline-usage
…/10-parse.t :37:
) { ... }
7ojo/p6-commandline-usage
…/10-parse.t :42:
) { ... }
7ojo/perl6-git-simple
…/10-parse.t :15:
%res = Git::Simple::Parse.new.status(out => '## foo...bar');
7ojo/perl6-git-simple
…/10-parse.t :19:
%res = Git::Simple::Parse.new.status(out => '## foo...bar [ahead 3]');
7ojo/perl6-git-simple
…/10-parse.t :24:
%res = Git::Simple::Parse.new.status(out => '## foo...bar [ahead 3, behind 5]');
perl6-all-modules/github/Acme-Flutterby/META.info "description" : "Acme::Flutterby - An object-oriented interface to a butterfly. In what else but Perl 6...",
Altai-man/ASN-BER
…/README.md :142:
They are handled correctly if nested, so `a ::= SEQUENCE { ..., b SEQUENCE {...} }` will translate `a` and include
Altai-man/ASN-BER
…/README.md :165:
...,
Altai-man/ASN-BER
…/README.md :194:
A.new(..., authentication => (simple => "466F6F"));
Altai-man/ASN-BER
…/Parser.pm6 :220:
for (0, 8 ... *) Z @$input.reverse -> ($shift, $byte) {
Altai-man/ASN-BER
…/Serializer.pm6 :35:
say "Encoding OctetString ({ $buf.elems > 10 ?? "$value-cut..." !! $value-cut }) with index $index" if $debug;
Altai-man/ASN-BER
…/Serializer.pm6 :56:
say "Encoding UTF8String ({ $buf.elems > 10 ?? "$value-cut..." !! $value-cut }) with index $index" if $debug;
Altai-man/p6-Texas-To-Uni
…/Uni.pm6 :24:
"...", "…",
Altai-man/perl6-Java-Generate
…/ASTNode.pm6 :2:
method generate(--> Str) { ... }
Altai-man/perl6-app-whiff
…/Whiff.pm6 :18:
die "usage: whiff <command ...>\n" unless @*ARGS;
Bailador/Bailador
…/Dockerfile :32:
RUN echo "Installing Bailador dependencies..." && \
Bailador/Bailador
…/README.md :69:
You can find a list of Bailador resources (articles, posts, talks, books, ...) here.
Bailador/Bailador
…/README.md :182:
... something that returns True or False ...
Bailador/Bailador
…/README.md :184:
get "/bar" => sub { ... }
Bailador/Bailador
…/README.md :185:
get "/baz" => sub { ... }
Bailador/Bailador
…/README.md :367:
<html ... codes goes here ...>
Bailador/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.
Bailador/Bailador
…/Command.pm :4:
method run(:$app) { ... }
Bailador/Bailador
…/Route.pm :6:
role Bailador::Route { ... }
Bailador/Bailador
…/Route.pm :115:
method execute(Match $match) { ... }
Bailador/Bailador
…/Route.pm :116:
method build-regex() { ... }
Bailador/Bailador
…/Store.pm :4:
method store-session(Str $session-id, Hash $session) { ... }
Bailador/Bailador
…/Store.pm :5:
method fetch-session(Str $session-id) returns Hash { ... }
Bailador/Bailador
…/Store.pm :6:
method delete-session(Str $session-id) { ... }
Bailador/Bailador
…/Template.pm :4:
method render(Str $template-name, @params) { ... }
Bailador/Bailador
…/Test.pm :131:
sub read-logs is export { ... }
Bailador/Bailador
…/04-templates-mustache.t :23:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/04-templates-mustache.t :33:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/04-templates.t :20:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/04-templates.t :30:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/04-templates.t :40:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/11-error-templates.t :35:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/11-error-templates.t :65:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/13-configuration.t :54:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/15-file-serving.t :18:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/15-file-serving.t :28:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/17-test-content-type-handling-with-config.t :42:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/17-test-content-type-handling.t :38:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/30-examples-class-app.t :70:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/30-examples-gradual.t :16:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/30-examples-gradual.t :39:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/30-examples-gradual.t :80:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/30-examples-gradual.t :94:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/30-examples-pastebin.t :19:
skip "Skipping failing Windows test...";
Bailador/Bailador
…/30-examples-pastebin.t :50:
is-deeply %data2<response>, [200, ["Content-Type" => "text/plain"], 'http::/bailador.net'], 'GET /paste/...';
Cofyc/perl6-redis
…/02-transactions.t :20:
# multi->...->exec
Cofyc/perl6-redis
…/02-transactions.t :26:
# multi->...->discard
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :318:
method something(Str :$somearg! --> ID) { ... }
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :348:
resolver => sub { ... });
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :356:
method myfield(Str :$somearg = 'some default' --> Str) { ... }
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :368:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :374:
...fields...
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :384:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :390:
...fields...
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :396:
...fields...
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :407:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :413:
...inputvalues...
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :419:
...inputvalues...
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :443:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :448:
enum myenum { VAL1 VAL2 ... }
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :452:
enum myenum <VAL1 VAL2 ...>;
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :7:
...FullType
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :14:
...InputValue
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :28:
...InputValue
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :31:
...TypeRef
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :37:
...InputValue
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :40:
...TypeRef
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :49:
...TypeRef
CurtTilmes/Perl6-GraphQL
…/graphiql-schema-request-query :56:
type { ...TypeRef }
CurtTilmes/Perl6-GraphQL
…/users.pl :13:
class Query { ... }
CurtTilmes/Perl6-GraphQL
…/usersexample.md :72:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CurtTilmes/Perl6-GraphQL
…/usersexample.md :73:
User.new(...),
CurtTilmes/Perl6-GraphQL
…/usersexample.md :74:
...;
CurtTilmes/Perl6-GraphQL
…/usersexample.md :105:
my $schema = GraphQL::Schema.new(...schema here..., resolvers => $resolvers);
CurtTilmes/Perl6-GraphQL
…/usersschema.md :80:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CurtTilmes/Perl6-GraphQL
…/usersschema.md :81:
User.new(...),
CurtTilmes/Perl6-GraphQL
…/usersschema.md :82:
...;
CurtTilmes/Perl6-GraphQL
…/usersschema.md :113:
my $schema = GraphQL::Schema.new(...schema here..., resolvers => $resolvers);
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :11:
multi sub trait_mod:<is>(Method $m, :$graphql-background!) is export { ... }
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :856:
method something(Str :$somearg! --> ID) { ... }
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :895:
resolver => sub { ... });
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :903:
method myfield(Str :$somearg = 'some default' --> Str) { ... }
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :924:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :930:
...fields...
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :943:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :949:
...fields...
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :955:
...fields...
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :969:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :975:
...inputvalues...
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :981:
...inputvalues...
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :1009:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :1014:
enum myenum { VAL1 VAL2 ... }
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :1018:
enum myenum <VAL1 VAL2 ...>;
CurtTilmes/Perl6-GraphQL
…/Grammar.pm :113:
rule FragmentSpread { '...' <FragmentName> <Directives>? }
CurtTilmes/Perl6-GraphQL
…/Grammar.pm :115:
rule InlineFragment { '...' <TypeCondition>? <Directives>? <SelectionSet> }
CurtTilmes/Perl6-GraphQL
…/GraphiQL.pm :57:
<div id="graphiql">Loading...</div>
CurtTilmes/Perl6-GraphQL
…/Types.pm :498:
"$indent..."
CurtTilmes/Perl6-GraphQL
…/Types.pm :512:
"$indent... $.name\n"
CurtTilmes/Perl6-GraphQL
…/01-parse.t :115:
...friendFields
CurtTilmes/Perl6-GraphQL
…/01-parse.t :118:
...friendFields
CurtTilmes/Perl6-GraphQL
…/01-parse.t :132:
...friendFields
CurtTilmes/Perl6-GraphQL
…/01-parse.t :135:
...friendFields
CurtTilmes/Perl6-GraphQL
…/01-parse.t :143:
...standardProfilePic
CurtTilmes/Perl6-GraphQL
…/01-parse.t :153:
...userFragment
CurtTilmes/Perl6-GraphQL
…/01-parse.t :154:
...pageFragment
CurtTilmes/Perl6-GraphQL
…/01-parse.t :173:
... on User {
CurtTilmes/Perl6-GraphQL
…/01-parse.t :178:
... on Page {
CurtTilmes/Perl6-GraphQL
…/01-parse.t :190:
... @include(if: $expandedInfo) {
CurtTilmes/Perl6-GraphQL
…/01-parse.t :238:
...Frag
CurtTilmes/Perl6-GraphQL
…/01-parse.t :249:
...Ignored
CurtTilmes/Perl6-GraphQL
…/01-parse.t :250:
...Matching
CurtTilmes/Perl6-GraphQL
…/01-parse.t :335:
...fragmentOne
CurtTilmes/Perl6-GraphQL
…/01-parse.t :336:
...fragmentTwo
CurtTilmes/Perl6-GraphQL
…/04-query.t :82:
... morestuff
CurtTilmes/Perl6-GraphQL
…/04-query.t :105:
... {
CurtTilmes/Perl6-GraphQL
…/10-validation.t :148:
... on Pet {
CurtTilmes/Perl6-GraphQL
…/10-validation.t :151:
... on Dog {
CurtTilmes/Perl6-GraphQL
…/11-abstract-types.t :56:
... on Cat {
CurtTilmes/Perl6-GraphQL
…/11-abstract-types.t :59:
... on Dog {
CurtTilmes/Perl6-GraphQL
…/11-abstract-types.t :79:
... on Cat {
CurtTilmes/Perl6-GraphQL
…/11-abstract-types.t :82:
... on Dog {
CurtTilmes/perl6-dbi-async
…/README.md :109:
...do something...
CurtTilmes/perl6-dbi-async
…/README.md :118:
...do something...
CurtTilmes/perl6-dbi-async
…/README.md :152:
DBI::Async aggressively tries to open a database connection. If the connection can't be made immediately, it will sleep a while and try again, 1 seco…
CurtTilmes/perl6-dbi-async
…/Async.pm :279:
...do something...
CurtTilmes/perl6-dbi-async
…/Async.pm :288:
...do something...
CurtTilmes/perl6-dbi-async
…/Async.pm :334:
again, 1 second, then 2 seconds, then 3 seconds... up to 60 seconds,
CurtTilmes/perl6-eredis
…/README.md :205:
this will serialize objects for you...)
CurtTilmes/perl6-eredis
…/Objects.pm6 :79:
@list.push('...') if @list.elems >= 100;
CurtTilmes/perl6-libcurl
…/README.md :253:
$curl.Content-MD5('...'); # or $curl.setopt(Content-MD5 => '...')
CurtTilmes/perl6-libcurl
…/README.md :421:
my $curl = LibCurl::Easy.new(URL => 'http://...');
CurtTilmes/perl6-libcurl
…/Easy.pod6 :62:
Pass options and parameters. See ... for a description of the
CurtTilmes/perl6-libcurl
…/Easy.pod6 :100:
Returns a single info object. See ... for a description of all the
CurtTilmes/perl6-libcurl
…/Easy.pod6 :151:
See ... or ... for the lists.
CurtTilmes/perl6-libcurl
…/Easy.pod6 :155:
...TODO...
CurtTilmes/perl6-libcurl
…/Easy.pod6 :159:
...TODO...
CurtTilmes/perl6-libcurl
…/Multi.pod6 :45:
Pass options and parameters. See ... for a description of the
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :57:
Pass options and parameters. See ... for a description of the options.
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :89:
Returns a single info object. See ... for a description of all the info fields.
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :133:
See ... or ... for the lists.
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :138:
...TODO...
CurtTilmes/perl6-libcurl
…/LibCurl::Easy.md :143:
...TODO...
CurtTilmes/perl6-libcurl
…/LibCurl::Multi.md :42:
Pass options and parameters. See ... for a description of the options.
CurtTilmes/perl6-libcurl
…/EasyHandle.pm6 :545:
method message() { ... }
CurtTilmes/perl6-libcurl
…/EasyHandle.pm6 :884:
... # TODO
Demayl/perl6-Email-Valid
…/Valid.pm6 :62:
regex quoted { ('"'|"'") [. <!after '='>]**{1..64} $0 } #Any printable character ( execept = ) is valid in quoted email .... Add more quotation marks ?
FROGGS/p6-Digest-PSHA1
…/README.md :40:
my $canonicalized-data = '<SignedInfo xmlns="...">...</SignedInfo>';
FROGGS/p6-if
…/README.md :21:
# ... do something with the backend you got
GildedHonour/TelegramBot
…/Core.pm6 :4:
method parse-from-json($json) { ... }
IanTayler/MinG
…/MinG.pm6 :15:
class MinG::Feature { ... }
IanTayler/MinG
…/EDMG.pm6 :511:
say "Parsing...";
IanTayler/MinG
…/S13.pm6 :485:
say "Parsing...";
IanTayler/MinG
…/Logic.pm6 :17:
class Mover { ... };
JJ/p6-math-constants
…/ebyteParter.py :24:
value = value.replace(" ", "").replace("...", "").replace("[", "").replace("]", "")
Juerd/p6-mqtt
…/MyPack.pm :63:
@new_list.push($packed.unpack("a*")); # srsly... :(
Kaiepi/p6-Digest-BubbleBabble
…/BubbleBabble.pm6 :20:
Blob.new: gather for 0,2,4...$len -> $i {
LLFourn/p6-OO-Schema
…/README.md :99:
multi something(Debian $computer) { ... }
LLFourn/p6-OO-Schema
…/README.md :116:
when Windows { ... }
LLFourn/p6-OO-Schema
…/README.md :117:
when RHEL { ... }
LLFourn/p6-OO-Schema
…/README.md :118:
when Debian { ... }
LLFourn/p6-OO-Schema
…/README.md :131:
multi do-something(Userland::Fedora:D $ul) { ... }
LLFourn/p6-OO-Schema
…/README.md :132:
multi do-something(Userland::RHEL:D $ul) { ... }
Leont/build-graph6
…/Graph.pm :5:
role Node { ... }
Leont/build-graph6
…/Graph.pm :6:
class File { ... }
Leont/build-graph6
…/Graph.pm :7:
class Phony { ... }
Leont/build-graph6
…/Graph.pm :8:
role Plugin { ... }
Leont/build-graph6
…/Graph.pm :10:
role Variable { ... }
Leont/build-graph6
…/Graph.pm :11:
class Wildcard { ... }
Leont/build-graph6
…/Graph.pm :12:
class Subst { ... }
Leont/build-graph6
…/Graph.pm :13:
class Free { ... }
Leont/build-simple6
…/Simple.pm :5:
role Node { ... }
Leont/build-simple6
…/Simple.pm :6:
class Phony { ... }
Leont/build-simple6
…/Simple.pm :7:
class File { ... }
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 :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/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
…/Binary.pm6 :59:
for 8,16...Inf -> $space-loc {
MARTIMM/BSON
…/Binary.pod6 :10:
class Binary { ... }
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
…/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/PKCS5
…/PBKDF2.pod :8:
class PBKDF2 { ... }
MARTIMM/config-datalang-refine
…/CHANGES.md :12:
* I definitely did something... :-\
MARTIMM/config-datalang-refine
…/Refine.pod6 :11:
class Config::DataLang::Refine { ... }
MARTIMM/mongo-perl6-driver
…/insert.t :34:
# { "_id" : ObjectId("..."), "foo" : 0 }
MARTIMM/mongo-perl6-driver
…/insert.t :35:
# { "_id" : ObjectId("..."), "bar" : 0 }
MARTIMM/mongo-perl6-driver
…/insert.t :36:
# { "_id" : ObjectId("..."), "bar" : 1 }
MARTIMM/mongo-perl6-driver
…/insert.t :37:
# { "_id" : ObjectId("..."), "baz" : 0 }
MARTIMM/mongo-perl6-driver
…/remove.t :28:
# { "_id" : ObjectId("..."), "bar" : 0 }
MARTIMM/mongo-perl6-driver
…/update.t :41:
# { "_id" : ObjectId("..."), "foo" : 2 }
MARTIMM/mongo-perl6-driver
…/update.t :42:
# { "_id" : ObjectId("..."), "foo" : 1 }
MARTIMM/mongo-perl6-driver
…/update.t :43:
# { "_id" : ObjectId("..."), "bar" : 1 }
MARTIMM/mongo-perl6-driver
…/README.md :206:
* Host/port arguments to Client are replaced by using a URI in the format ```mongodb://[username:password@]host1[:port1][,host2[:port2],...[�[…
MARTIMM/mongo-perl6-driver
…/Fallback.pl6 :6:
class Database { ... };
MARTIMM/mongo-perl6-driver
…/Fallback.pl6 :7:
class Collection { ... };
MARTIMM/mongo-perl6-driver
…/Fallback.pl6 :8:
class Fake-Collection { ... };
MARTIMM/mongo-perl6-driver
…/make-replicaset.pl6 :354:
note "Server '$hostname:$port' not available,\nExiting...";
MARTIMM/mongo-perl6-driver
…/mongodb-accounting.pl6 :84:
note "No accounts can be added, exiting ...";
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :101:
note "Please wait ...";
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :117:
info-message("Restarting servers, please wait ...");
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :183:
# note "Please wait ...";
MARTIMM/mongo-perl6-driver
…/CHANGES.md :309:
* Change die X::MongoDB.new(...) into $!status = X::MongoDB.new(...) MongoDB::Connection
MARTIMM/mongo-perl6-driver
…/CHANGES.md :356:
* 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/mongo-perl6-driver
…/CHANGES.md :408:
* 0.3 basic flags added to methods (upsert, multi_update, single_remove,...),
MARTIMM/mongo-perl6-driver
…/Design-software.md :117:
UP -> Cl : Client.new(...)
MARTIMM/mongo-perl6-driver
…/Design-software.md :120:
UP -> Cl : $client.collection(...)
MARTIMM/mongo-perl6-driver
…/Design-software.md :121:
Cl -> Da : Database.new(...)
MARTIMM/mongo-perl6-driver
…/Design-software.md :124:
Cl -> Da : $database.collection(...)
MARTIMM/mongo-perl6-driver
…/Design-software.md :125:
Da -> Co : Collection.new(...)
MARTIMM/mongo-perl6-driver
…/Design-software.md :130:
UP -> Co : $collection.find(...)
MARTIMM/mongo-perl6-driver
…/Design-software.md :131:
Co -> Cu : Cursor.new(...)
MARTIMM/mongo-perl6-driver
…/MongoDB.sxml :8:
copy-year='2015, 2016 ... Inf' copy-holder='Marcel Timmerman' [
MARTIMM/mongo-perl6-driver
…/MongoDB.xml :22:
<year>2015, 2016 ... Inf</year>
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :48:
query document of {find: '....}. So basically, a query is a command is a query.
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :67:
adam.m...@10gen.com
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :92:
adam.m...@10gen.com
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :157:
On Fri, Aug 7, 2015 at 12:15 PM Dorn <alex.masla...@gmail.com> wrote:
MARTIMM/mongo-perl6-driver
…/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/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :203:
To post to this group, send email to mongo...@googlegroups.com.
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :258:
adam.m...@10gen.com
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :326:
emails from it, send an email to mongodb-dev...@googlegroups.com. To post to
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :327:
this group, send email to mongo...@googlegroups.com. Visit this group at
MARTIMM/mongo-perl6-driver
…/2015-11-3-mongodb-dev.txt :339:
adam.m...@10gen.com
MARTIMM/mongo-perl6-driver
…/Original-README.md :27:
# curly brackets or replace with %(...).
MARTIMM/mongo-perl6-driver
…/Original-README.md :166:
* 0.3 - basic flags added to methods (upsert, multi_update, single_remove,...), kill support for cursor
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :161:
package MongoDB { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :383:
role Logging { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :396:
return "some debug text from fields within...";
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :519:
method trace ( --> Str ) { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :520:
method debug ( --> Str ) { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :521:
method info ( --> Str ) { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :522:
method warn ( --> Str ) { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :523:
method error ( --> Str ) { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :524:
method fatal ( --> Str ) { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :526:
method message ( --> Str ) { ... }
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :534:
package MongoDB { class MongoDB { ... } }
MARTIMM/mongo-perl6-driver
…/Client.pm6 :53:
# In case of an assignement like $c .= new(...) $c should be cleaned first
MARTIMM/mongo-perl6-driver
…/Client.pod6 :9:
package MongoDB { class Client { ... } }
MARTIMM/mongo-perl6-driver
…/Client.pod6 :45:
my MongoDB::Client $c .= new( ... );
MARTIMM/mongo-perl6-driver
…/Client.pod6 :46:
# ... work with object
MARTIMM/mongo-perl6-driver
…/Client.pod6 :57:
$c1 .= new(...);
MARTIMM/mongo-perl6-driver
…/Client.pod6 :60:
$c2 = $c1.new(...);
MARTIMM/mongo-perl6-driver
…/Client.pod6 :63:
$c2 .= new(...);
MARTIMM/mongo-perl6-driver
…/Client.pod6 :69:
$c2 = MongoDB::Client.new(...);
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :282:
# MongoDB or keyname1_dir1_keyname2_dir2_..._keynameN_dirN.
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :582:
) is DEPRECATED("run-command\(BSON::Document.new: insert => 'collection`,...")
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :594:
) is DEPRECATED("run-command\(BSON::Document.new: update => 'collection`,...")
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :603:
) is DEPRECATED("run-command\(BSON::Document.new: update => 'collection`,...")
MARTIMM/mongo-perl6-driver
…/Collection.pod6 :10:
class Collection { ... }
MARTIMM/mongo-perl6-driver
…/Collection.pod6 :239:
for ^5,(5...1) -> $code-postfix { # Insert a number of documents
MARTIMM/mongo-perl6-driver
…/Cursor.pod6 :110:
for $collection.find -> BSON::Document $d { ... }
MARTIMM/mongo-perl6-driver
…/Database.pod6 :10:
class Database { ... }
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :183:
# }, ... ]
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :244:
# }, ... ]
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :318:
# deletes is [ { q : <query>, limit : <integer> }, ...]
MARTIMM/mongo-perl6-driver
…/Users.pod6 :9:
package MongoDB { class Users { ... } }
MARTIMM/mongo-perl6-driver
…/Log.pm6 :202:
# 3 -> m { ... }
MARTIMM/mongo-perl6-driver
…/Server.pod6 :27:
class Server { ... }
MARTIMM/mongo-perl6-driver
…/Control.pm6 :227:
for 2.6, 2.8 ... 10 -> $vn {
MARTIMM/mongo-perl6-driver
…/bench-client-server-socket.pl6 :45:
# (20170722) Forget about cleanup... 10 temporary threads + 1 monitoring threads
MARTIMM/mongo-perl6-driver
…/connection-string-uri-format.sxml :19:
mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]
MARTIMM/mongo-perl6-driver
…/connection-string-uri-format.sxml :50:
mongodb://[username:password@][host1][:port1],...[,[hostN][:portN]][/[database][?options]]
MARTIMM/pod-render
…/Render.md :11:
class Pod::Render { ... }
MARTIMM/pod-render
…/Render.pm6 :15:
class Pod::Render { ... }
MARTIMM/pod-render
…/T100Render.pm6 :14:
class A { ... }
MARTIMM/semaphore-readerswriters
…/ReadersWriters.pod6 :11:
class Semaphore::ReadersWriters { ... }
MARTIMM/tinky-hash
…/Hash.pod6 :9:
class Hash::Tinky { ... }
MARTIMM/tinky-hash
…/Hash.pod6 :109:
:states( ... ),
MARTIMM/tinky-hash
…/Hash.pod6 :110:
:transitions( ... ),
MARTIMM/tinky-hash
…/Hash.pod6 :111:
:workflow( ... ),
MARTIMM/tinky-hash
…/Hash.pod6 :112:
:taps( ... )
MARTIMM/tinky-hash
…/Hash.pod6 :122:
:config( { :states([<locked opened>]), ... })
MARTIMM/tinky-hash
…/Hash.pod6 :185:
In the example the method is called when leaving the state C<:leave<...>>. When
MARTIMM/tinky-hash
…/Hash.pod6 :186:
entering the enter method is called. To define this use C<:enter<...>>.
MARTIMM/unicode-precis
…/generate-module.pl6 :111:
our $set = Set.new: ( ... code points ... ).flat;
MadcapJake/Test-Lab
…/README.md :40:
method is-enabled { ... }
MadcapJake/Test-Lab
…/README.md :41:
method publish($result) { ... }
MattOates/BioInfo
…/Nucleic.pm6 :30:
#TTT TTC TTA TTG TCT TCC ... GGT GGC GGA GGG
MattOates/Text--Emotion
…/emobot :111:
$event.msg("Who is $person I forgot... ;)");
Mouq/json5
…/01-parse.t :198:
$desc .= subst(/\n.*$/, "\\n...[$i]");
Mouq/json5
…/01-parse.t :212:
$desc .= subst(/\n.*$/, "\\n...[$i]");
Mouq/toml-pm6
…/README.md :9:
say from-toml q:/.../;
Perl6-Noise-Gang/p6-Music-Helpers
…/clock.pl6 :37:
# busy wait... probably a saner way to do this
Perl6-Noise-Gang/p6-Music-Helpers
…/Helpers.pm :194:
class Chord { ... };
Perl6-Noise-Gang/p6-Music-Helpers
…/Helpers.pm :464:
if @.weights { ... }
Perl6-Noise-Gang/p6-Music-Helpers
…/02-basic.t :13:
isa-ok $mode.tonic, Chord, '...and its tonic is actually a chord';
Perl6-Noise-Gang/p6-Music-Helpers
…/02-basic.t :14:
ok $mode.tonic ~~ min|maj|dim, '...and it\'s min, maj or dim as expected';
ShaneKilkelly/perl6-http-router-blind
…/README.md :45:
sub do-something-special (%env) { ...; return %env; }
Skarsnik/gptrixie
…/HACKING :7:
At this point, everything is extracted, structures info, types....
Skarsnik/gptrixie
…/README.md :14:
gptrixie [--all] [--define-enum=<Str>] [--ooc=<Str>] [--enums] [--functions] [--structs] [--externs] [--list-types] <header-file> [<gccoptions> ...]
Skarsnik/perl6-config-simple
…/Role.pm6 :24:
method read($filename) { ... };
Skarsnik/perl6-config-simple
…/Role.pm6 :26:
method write($filename = Any) { ... };
Takadonet/Algorithm--Diff
…/Diff.pm :67:
# binary search for insertion point...
Takadonet/Algorithm--Diff
…/oo.t :34:
ok $d.defined, "It's defined...";
Takadonet/Algorithm--Diff
…/oo.t :35:
isa-ok $d, Algorithm::Diff, "... and it's an Algorithm::Diff";
TiMBuS/Net--IRC
…/README.pod :47:
excellent example of how concise and powerful the language is... With emphasis on
TiMBuS/Net--IRC
…/Bot.pm :65:
$.conn.sendln("PASS $.password", scrubbed => 'PASS ...')
TiMBuS/Net--IRC
…/ACME.pm :20:
"Answer hazy ... oh wait there it is. It's a no.", "Yes! Haha, just kidding. No.",
TiMBuS/Net--IRC
…/Autoident.pm :9:
$ev.conn.sendln("NS IDENTIFY $.password", scrubbed => 'NS IDENTIFY ...');
TiMBuS/Net--IRC
…/Seen.pm :54:
self.usage($ev, 'seen <nick> [<nick> ...]');
TiMBuS/Net--IRC
…/unsmith :1:
3rd email to Kim Fry apologizing for pushin her down @recess (2nd grade)...no reply? Either its still an issue or I have the wrong address.
TiMBuS/Net--IRC
…/unsmith :11:
Got a call from Dad!? Just Seth playin a prank. One of these days, Seth...he'll call from his private jet and itll really be him, you'll see
TiMBuS/Net--IRC
…/unsmith :14:
Dreamt I had a lil kitty who loved me, playin w my toes while I'm tryin to sleep! Woke up...just this darn Spawn figurine under the blanket.
TiMBuS/Net--IRC
…/unsmith :21:
AAAA left backpack out in rain?!? Laptop ruined, all my journals soaked and ruined...still, I suppose all this moisture is good for the soil
TiMBuS/Net--IRC
…/unsmith :23:
Hate that phrase "if you love something, set it free..." Uhm, statistically unlikely so many things in this world werent "meant" to be mine
TiMBuS/Net--IRC
…/unsmith :35:
Mulling surgery to graft my thumb on other side of my hand so I could hold my own hand when times get tough... Heh not rly,just brainstormin
TiMBuS/Net--IRC
…/unsmith :52:
"It's not too late to sleep like a baby...ha, tell me something I don't know!" Should I bust this out mid-interview or after I accept offer?
TiMBuS/Net--IRC
…/unsmith :60:
I hate that the stock photos in picture frames are these wholesome ppl... like anyone would believe for a second that that's someone I know.
TiMBuS/Net--IRC
…/unsmith :64:
Xmas tree looks much more festive now that I giftwrapped up some of my Transformers to myself. Bonus: cant remember which ones are which...?
TiMBuS/Net--IRC
…/unsmith :90:
I'm secretly designing my own frozen yogurt store on my AD&D graph paper. That's right, laugh at me on my lunch breaks now... you'll see.
TiMBuS/Net--IRC
…/unsmith :94:
4 days, no callback from Kyle (Best Buy) Thought we were gonna get our Wii on w this new 55" TV I bought from him...kinda why I bought it?
TiMBuS/Net--IRC
…/unsmith :120:
Went out to dinner w Doug last night and he tried to kiss me?...Im sure hes used to hearing the Wanna Be Friends speech but I really mean it
TiMBuS/Net--IRC
…/unsmith :138:
Jen (fitness counselor)is nice and all, but so...feisty? All this running and movement. Cant we just sit and talk? I mean its MY 30 minutes.
TiMBuS/Net--IRC
…/unsmith :141:
met my fitness trainer Jen. Tan, fit, 26, available...never heard of Death Cab For Cutie? Methinks the teacher is abt to become the student?
TiMBuS/Net--IRC
…/unsmith :151:
thats 3 straight convos with Lisa that have NOT ended with her calling me a name or just walking away. Is she finally growing up...or am I??
TiMBuS/Net--IRC
…/unsmith :220:
Was mopping the kitchen, imagined what if my dad looked like Mr. Clean, now I can't get it out of my head....stern, a good listener.
TiMBuS/Net--IRC
…/unsmith :223:
With all due respect, when this Jack Johnson guys sings, "Losing hope is easy...", I don't believe he has any idea what he's talking about.
TiMBuS/Net--IRC
…/unsmith :239:
Fired from Walmart today...well, told to leave. Wasnt technically "employed", just helpin out as a greeter (Suzy isnt very enthusiastic imo)
TiMBuS/Net--IRC
…/unsmith :270:
Wootah,another volunteer shift @ the coma ward tonight.Finished my Palahniuk readaloud marathon on Wed...Back to ole Kafka I guess
TiMBuS/Net--IRC
…/unsmith :273:
speakin of candy, found that candy ValDay heart from Sara Haskins (5th grade) under bed. "CRAZY 4 U"...writing's pretty faded, darn tinfoil
TiMBuS/Net--IRC
…/unsmith :289:
So... apparently airport security doesn't like it when you hang around outside the arrival gates when you aren't really waiting for someone?
TiMBuS/Net--IRC
…/unsmith :297:
#TCBY Fired?! For gettin locked in store all Thurs nite. Eff immed...Oh well, when one door closes, another opens(somewhere in the universe)
TiMBuS/Net--IRC
…/unsmith :298:
whoa, got called into work, meeting w regional mgr... poss promotion? Wearing propeller beanie for good luck (p sure hes a MontyPython fan)
TiMBuS/Net--IRC
…/unsmith :299:
#TCBY pretty sleepless night...fell asleep in back room @ TCBY, crew closed up w/o me? Had to lie still all night to avoid setting off alarm
TiMBuS/Net--IRC
…/unsmith :337:
tick tock, I better find 18 potential GFs to send flowers/chocolate packages to for Valentines...don't regret buying the economy pack though
TiMBuS/Net--IRC
…/unsmith :356:
went to movies w Lisa tonight...not together, I was 4 rows back, but she let me pay for her Sno-Caps. We laughed at most of the same jokes.
TiMBuS/Net--IRC
…/unsmith :357:
hey-heyyyy, found one of my mix CDs on bench by bus stop. "F.A.G." written on it w Sharpie?....presumably code for "Frickin Awesome Groove"
TiMBuS/Net--IRC
…/unsmith :373:
Okay... Only 6 weeks until Valentine's Day. Plenty of time. Should order some chocolates and flowers ahead of time for motivation.
TiMBuS/Net--IRC
…/unsmith :381:
OK, mostly me laughing, but her eyes def sparkled w laughter...Currently chillin by employee parking lot, playing a lil Tetris. Fingers: Xed
TiMBuS/Net--IRC
…/unsmith :388:
Want to show Lisa I care, but what's the best idea for a gift? Thinking a little selection from El Farmo de la Pepperidge...too forward?
TiMBuS/Net--IRC
…/unsmith :395:
Just saw Face/Off on cable...ehh if that were me Id probably just enjoy the other guys good times & buddies, not be so wound up about it all
TiMBuS/Net--IRC
…/unsmith :402:
This site also has a place for anonymous love letters and it's pretty surprising how many people share my first name. Or do they...?
TiMBuS/Net--IRC
…/unsmith :414:
Oh... They're out of coffeemate.
TiMBuS/Net--IRC
…/unsmith :428:
Tryin not to stress that Mom didn't recognize me...for one thing, she was clearly intoxicated. For another, I've lost like 15 pounds.
TiMBuS/Net--IRC
…/unsmith :429:
oh no...lil 2 much Jack daniels, told my great grandma, "your generation's gonna die unloved", how do I take this back?!?
TiMBuS/Net--IRC
…/unsmith :440:
ate at Olive Garden 2nite, big family reunion at table next to mine! ...before I knew it, I was laughin/jokin right along with the "??????"s
TiMBuS/Net--IRC
…/unsmith :446:
I think I'm haunted by a friendly spirit...things not where I left them, and when I close my eyes and "reach out", I feel "good vibes"
TiMBuS/Net--IRC
…/unsmith :476:
just scored *drumroll* Facebook friend #20!...gonna assume the next 20 won't take a year, bankin' on a social "snowball effect"?
TiMBuS/Net--IRC
…/unsmith :478:
#TCBY girls at work have started calling me "Rockwell"...not sure I get it, but nicknames are a pretty good sign we're connecting
TiMBuS/Net--IRC
…/unsmith :488:
Lisa gave me a fake "winning" lottery ticket. Scratched it, got so excited!!...just a hoax. Still, nice to know I can make a girl laugh
TiMBuS/Net--IRC
…/unsmith :526:
Welp, I told myself I wasn't going to do it this year, but I already let slip that I had a girlfriend who died in 9/11...People are so nice.
TiMBuS/Net--IRC
…/unsmith :564:
Eric called me a loser this morning but I'm not offended...pretty sure he meant to say "lawyer" because I was quoting the employee handbook.
TiMBuS/Net--IRC
…/unsmith :569:
guy in mall today spent 20 min selling me $3200 roofing contract. I live in apt but didnt want to disappoint him...hes coming over Friday.
TiMBuS/Net--IRC
…/unsmith :573:
Didn't ride the elevator at work today. Couple girls in there and Lisa told me I can "creep them out" in small spaces... Called sick instead
TiMBuS/Net--IRC
…/unsmith :576:
Lisa's friend Becky visited TCBY tonight,asked me what my preferred drink was. I said Arizona Rasp Iced Tea? had to pretend I was joking...?
TiMBuS/Net--IRC
…/unsmith :598:
wanna aska pregant woman what it feels like to contribute something beautiful 2 the world...I wouldn't know (assume quake mods dont count)
TiMBuS/Net--IRC
…/unsmith :599:
Slow day @TCBY today...spent time daydreamin of the perfect birthday party, or any party. the sorts of ppl that might come, what theyd bring
TiMBuS/Net--IRC
…/unsmith :603:
just told my cousin that Lobot was Anakin's uncle, he swallowed it hook line and sinker...heh, never grow old, young Padawan
TiMBuS/Net--IRC
…/unsmith :606:
<sometimes ya feel like a ghost...sometimes ya don't>
TiMBuS/Net--IRC
…/unsmith :614:
dreamt I was johnny depp, signin autographs...just smilin,signin, lots of hand-shakin, few hugs, nice 2 taste the champagne, even in a dream
TiMBuS/Net--IRC
…/unsmith :636:
guy at fireworks store laughed when I asked which firework is the most slo-mo-ish...obviously he's never listened to My Morning Jacket
TiMBuS/Net--IRC
…/unsmith :641:
i see so many ppl that could probably use a segway... prob should focus on getting one of those so I can just focus on givin people lifts
TiMBuS/Net--IRC
…/unsmith :655:
unexpected personal mail today...from my ISP! just a monthly bill, but w smilie face in margin. Thinking about calling,find out who likes me
TiMBuS/Net--IRC
…/unsmith :660:
just picked up leonardcohenringtones.net for $12.99 but of course i wont do anything with it. not like I'm busy tho...just lack the gitupngo
TiMBuS/Net--IRC
…/unsmith :677:
I'm part glad that i eat and eat and eat yet get no fatter, yet part of me yearns for change, any change, anything to feel...alive...?
TiMBuS/Net--IRC
…/unsmith :679:
goin to sleep hugging myself, knowing full well I'll wake up not hugging myself...feels good to be hugged tho
TiMBuS/Net--IRC
…/unsmith :690:
kinda wish I was a unit in an RTS...straightforward purpose, no emotional detritus, gratifyingly short-lived. whats not to savor
TiMBuS/Net--IRC
…/unsmith :697:
speaking as an atheist, the intimacy of Twister is...a little tough to fathom. Don't wanna get that close, dont wanna think about it either.
TiMBuS/Net--IRC
…/unsmith :698:
Why do nice guys always finish first....in the opposite marathon??? seriously need answer soon
TiMBuS/Net--IRC
…/unsmith :703:
heard a payphone ringing at mall, raced to get it...some dude standing like 6 in. from it snags it instead. How bout sharin there, jerkface?
TiMBuS/Net--IRC
…/unsmith :719:
my foster mother still hasn't returned my call this sunday... i hope the correctional facility hasn't taken her phone privileges away again
TiMBuS/Net--IRC
…/unsmith :720:
played "tag" w a couple of fellow commuters on the way home. I love when they pretend they're not actually racing...brings us closer
TiMBuS/Net--IRC
…/unsmith :744:
If I could be any Muppet I'd probably be...Rowlf (the dog). Everyone seems to like him & he seems so comfortable around people, just like me
TiMBuS/Net--IRC
…/unsmith :748:
leaving George RR Martin paperbacks in mens room hoping for a lil book exchange...they're gone, no responses yet. No prob, have em all in HC
Tux/CSV
…/TODO :41:
can merge. Mind csv () and fragment ("cells="...")
Tux/CSV
…/CSV.pm :386:
class Text::CSV { ... }
Tux/CSV
…/CSV.pm :492:
# I do not want the "in method sink at ..." here, but there
Tux/CSV
…/CSV.pm :1542:
# Temp guard ... I expected *%p sig to be called
Tux/CSV
…/CSV.pm :1685:
# sub { ... } Routine
Tux/CSV
…/CSV.pm :1686:
# { ... } Callable
Tux/CSV
…/CSV.pod6 :177:
my $csv = Text::CSV.new(attributes ...);
Tux/CSV
…/CSV.pod6 :743:
$status = $csv.print($io, $fld, ... );
Tux/CSV
…/CSV.pod6 :744:
$status = $csv.print($io, ($fld, ...));
Tux/CSV
…/CSV.pod6 :745:
$status = $csv.print($io, [$fld, ...]);
Tux/CSV
…/CSV.pod6 :774:
$status = $csv.say($io, $fld, ... );
Tux/CSV
…/CSV.pod6 :775:
$status = $csv.say($io, ($fld, ...));
Tux/CSV
…/CSV.pod6 :776:
$status = $csv.say($io, [$fld, ...]);
Tux/CSV
…/CSV.pod6 :786:
$status = $csv.combine($fld, ...);
Tux/CSV
…/CSV.pod6 :975:
11,12,13,...19
Tux/CSV
…/CSV.pod6 :976:
21,22,...28,29
Tux/CSV
…/CSV.pod6 :978:
91,...97,98,99
Tux/CSV
…/CSV.pod6 :2491:
my $dbh = DBI.connect(...);
Tux/CSV
…/12_acc.t :173:
), "new (Str ...)");
Tux/CSV
…/41_null.t :47:
ok ($csv.combine (@line), "combine [ ... ]");
Tux/CSV
…/41_null.t :58:
ok ($csv.print ($fh, @line), "print [ ... ]");
Tux/CSV
…/41_null.t :76:
is (@got.perl, @line.perl, "read [ ... ]");
Tux/CSV
…/41_null.t :90:
ok ($csv.combine (@line), "combine [ ... ]");
Tux/CSV
…/41_null.t :101:
ok ($csv.print ($fh, @line), "print [ ... ]");
Tux/CSV
…/41_null.t :114:
is (@got.perl, @line.perl, "read [ ... ]");
Uladox/Editscr-Uggedit
…/META.info :5:
"description" : "Uggh I need to edit a text file in some copy paste way...wait, perl modules!",
Uladox/Editscr-Uggedit
…/README.md :71:
1. Starts to initialize an Editsrc::Uggedit::Editor object (*Editsrc::Uggedit::Editor.new(*...*)*)
YellowApple/p6-GLFW
…/README.md :6:
## ...But Why?
ab5tract/Terminal-Print
…/attacks.p6 :104:
for 0, 15 ...^ 360 -> $degrees {
ab5tract/Terminal-Print
…/rpg-ui.p6 :266:
# react { whenever Supply.interval($delay) -> $frame { ... done; }
ab5tract/Terminal-Print
…/Print.pm6 :98:
die "Encountered a SIGINT. Cleaning up the screen and exiting...";
ab5tract/Terminal-Print
…/Commands.pm6 :50:
# TODO: Replace the -1 with a Failure.new(...) once the compiler can cope with it correctly.
ab5tract/Terminal-Print
…/Text.pm6 :29:
# ... otherwise just extend the last line
adaptiveoptics/Crust-Middleware-Session-Store-DBIish
…/README.md :18:
# ...crust-y stuff...
adaptiveoptics/Crust-Middleware-Session-Store-DBIish
…/DBIish.pm6 :55:
# ...crust-y stuff...
adaptiveoptics/HTML-Tag
…/Form.pm6 :138:
attrs => { :size(30)...etc },
adaptiveoptics/HTML-Tag
…/Table.pm6 :55:
# ... or replace @data above and use rows() for multiple rows with 2-d array
adaptiveoptics/P6-Finance-GDAX-API
…/PaymentMethod.pm6 :46:
"name": "Bank of America - eBan... ********7134",
adaptiveoptics/P6-Finance-GDAX-API
…/Report.pm6 :187:
"file_url": "https://example.com/0428b97b.../fills.pdf",
adaptiveoptics/P6-Finance-GDAX-API
…/040-order.t :58:
note "Trying API Keys again...\n";
adaptiveoptics/P6-Finance-GDAX-API
…/070-margintransfer.t :32:
# Tests here will require creating transactions first... will do later
afiskon/p6-xml-parser-tiny
…/01-grammar.t :123:
<description><![CDATA[Есть такой проект под названием Scripting Layer for Android (SL4A). Это штука, которая позволяет запускать на Android-устройс…
afiskon/p6-xml-parser-tiny
…/01-grammar.t :140:
<description><![CDATA[Помните, как некоторое время назад у меня не срослось с установкой FreeBSD на Asus Eee PC 1215P и я был вынужден поставить Xu…
ahalbert/perl6-itertools
…/itertools.pm :138:
sub count($start is copy, $step=1) is export { $start, *+$step ... *; }
ajs/perl6-Math-Arrow
…/Arrow.pm :47:
a ↑{n-1 ↑'s} ( a ↑{n-1 ↑'s (... a)...)
ajs/perl6-Math-Arrow
…/Arrow.pm :53:
you think Perl is going to do for you...)
ajs/perl6-Math-Arrow
…/Arrow.pm :118:
computer. But... don't do that.
ajs/perl6-Math-Arrow
…/arrow.t :12:
is arrow(3,3,2), 3 ↑↑ 3, "arrow(...) function form";
ajs/perl6-Math-Sequences
…/Sequences.pm :8:
use Math::Sequences::Integer; # You have to include one ...
ajs/perl6-Math-Sequences
…/Sequences.pm :9:
use Math::Sequences::Real; # ... or the other
ajs/perl6-Math-Sequences
…/Integer.pm :137:
sub infix:<choose>($n, $p) is export(:support) { [*] ($n ... 0) Z/ 1 .. $p }
ajs/perl6-Math-Sequences
…/Integer.pm :245:
our @A080040 is export = 2, 2, -> $a, $b {2*$a + 2*$b} ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :252:
our @A000001 is export = 0, 1, 1, 1, 2, 1, 2, 1, 5, 2, 2, 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :255:
(state @a).push(|(((@a ?? @a[*-1] !! $i)%2+1) xx $i)); @a.shift} ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :259:
our @A000005 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :264:
our @A000009 is export = 1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 10, 12, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :266:
our @A000010 is export = 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10, 4, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :270:
our @A000014 is export = 0, 1, 1, 0, 1, 1, 2, 2, 4, 5, 10, 14, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :272:
our @A000019 is export = 1, 1, 2, 2, 5, 4, 7, 7, 11, 9, 8, 6, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :276:
our @A000029 is export = 1, 2, 3, 4, 6, 8, 13, 18, 30, 46, 78, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :278:
our @A000031 is export = 1, 2, 3, 4, 6, 8, 14, 20, 36, 60, 108, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :280:
our @A000032 is export = 2, 1, * + * ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :287:
our @A000041 is export = 1, 1, 2, 3, 5, 7, 11, 15, 22, 30, 42, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :291:
our @A000045 is export = 0, 1, * + * ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :294:
our @A000048 is export = 1, 1, 1, 1, 2, 3, 5, 9, 16, 28, 51, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :296:
our @A000055 is export = 1, 1, 1, 1, 2, 3, 6, 11, 23, 47, 106, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :298:
our @A000058 is export = 2, { $_**2 - $_ + 1 } ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :302:
our @A000079 is export = 1, * * 2 ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :304:
our @A000081 is export = 0, 1, 1, 2, 4, 9, 20, 48, 115, 286, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :306:
our @A000085 is export = 1, 1, -> $a,$b { state $n = 1; $b+($n++)*$a } ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :308:
our @A000088 is export = 1, 1, 2, 4, 11, 34, 156, 1044, 12346, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :310:
our @A000105 is export = 1, 1, 1, 2, 5, 12, 35, 108, 369, 1285, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :314:
our @A000109 is export = 1, 1, 1, 2, 5, 14, 50, 233, 1249, 7595, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :316:
our @A000110 is export = 1, 1, 2, 5, 15, 52, 203, 877, 4140, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :320:
our @A000112 is export = 1, 1, 2, 5, 16, 63, 318, 2045, 16999, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :328:
our @A000129 is export = 0, 1, * + 2 * * ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :331:
our @A000140 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :335:
our @A000161 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :337:
our @A000166 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :339:
our @A000169 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :341:
our @A000182 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :345:
our @A000204 is export = 1, 3, *+* ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :355:
our @A000262 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :359:
our @A000273 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :367:
our @A000311 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :369:
our @A000312 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :371:
our @A000326 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :373:
our @A000330 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :375:
our @A000364 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :377:
our @A000396 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :379:
our @A000521 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :385:
our @A000593 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :387:
our @A000594 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :389:
our @A000602 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :391:
our @A000609 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :393:
our @A000670 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :395:
our @A000688 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :399:
our @A000793 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :403:
our @A000798 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :405:
our @A000959 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :407:
our @A000961 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :411:
our @A001003 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :413:
our @A001006 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :415:
our @A001034 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :417:
our @A001037 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :419:
our @A001045 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :421:
our @A001055 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :427:
our @A001057 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :431:
our @A001113 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :433:
our @A001147 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :435:
our @A001157 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :437:
our @A001190 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :447:
our @A001227 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :449:
our @A001285 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :451:
our @A001333 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :453:
our @A001349 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :467:
our @A001478 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :469:
our @A001481 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :473:
our @A001511 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :475:
our @A001615 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :477:
our @A001699 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :479:
our @A001700 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :481:
our @A001519 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :483:
our @A001764 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :485:
our @A001906 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :487:
our @A001969 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :489:
our @A002033 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :491:
our @A002083 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :493:
our @A002106 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :495:
our @A002110 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :497:
our @A002113 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :499:
our @A002275 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :501:
our @A002322 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :508:
} ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :524:
our @A002572 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :526:
our @A002620 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :528:
our @A002654 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :530:
our @A002658 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :536:
our @A003094 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :538:
our @A003136 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :540:
our @A003418 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :542:
our @A003484 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :544:
our @A004011 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :546:
our @A004018 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :548:
our @A004526 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :550:
our @A005036 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :552:
our @A005100 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :554:
our @A005101 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :556:
our @A005117 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :558:
our @A005130 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :560:
our @A005230 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :564:
our @A005470 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :566:
our @A005588 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :568:
our @A005811 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :572:
our @A006318 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :576:
our @A006882 is export = 1, 1, -> $a, $b { (state $n = 2)++ * $a } ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :578:
our @A006894 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :580:
our @A006966 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :584:
our @A008275 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :586:
our @A008277 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :598:
our @A008683 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :600:
our @A010060 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :612:
our @A020653 is export = 1, 2, 1, 3, 1, 4, 3, 2, 1, 5, 1, 6, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :614:
our @A027641 is export = 1, -1, 1, 0, -1, 0, 1, 0, -1, 0, 5, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :616:
our @A027642 is export = 1, 2, 6, 1, 30, 1, 42, 1, 30, 1, 66, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :618:
our @A035099 is export = 1, 40, 276, -2048, 11202, -49152, 184024, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :620:
our @A038566 is export = 1, 1, 1, 2, 1, 3, 1, 2, 3, 4, 1, 5, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :622:
our @A038567 is export = 1, 2, 3, 3, 4, 4, 5, 5, 5, 5, 6, 6, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :624:
our @A038568 is export = 1, 1, 2, 1, 3, 2, 3, 1, 4, 3, 4, 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :626:
our @A038569 is export = 1, 2, 1, 3, 1, 3, 2, 4, 1, 4, 3, 5, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :634:
our @A055512 is export = 1, 1, 2, 6, 36, 380, 6390, 157962, 5396888, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :638:
our @A074206 is export = 0, 1, 1, 1, 2, 1, 3, 1, 4, 2, 3, 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :640:
our @A104725 is export = 0, 1, 1, 1, 2, 1, 3, 1, 5, 2, 3, 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :642:
#our @A226898 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Integer.pm :650:
our @A246655 is export = 1, &NOSEQ ... *;
ajs/perl6-Math-Sequences
…/Real.pm :38:
(self.min, &failer ...^ self.max) !!
ajs/perl6-Math-Sequences
…/Real.pm :39:
(self.min, &failer ... self.max));
akiym/JSON-Hjson
…/README.md :13:
my $text = q:to'...';
akiym/JSON-Hjson
…/Hjson.pm6 :31:
my $text = q:to'...';
akiym/JSON-Hjson
…/01-basic.t :5:
my $text = q:to'...';
akiym/JSON-Hjson
…/01-basic.t :39:
realist => q:to'...'.trim-trailing,
albastev/Grammar-Modelica
…/LexicalConventions.pm6 :9:
# token BASEIDENT {...<!after <|w><keywords>>}
albastev/Grammar-Modelica
…/LexicalConventions.t :14:
ok TestString.parse('"This should be a good string...\\r\\n"');
albastev/Grammar-Modelica
…/LexicalConventions.t :120:
nok TestWS.parse("//this is a comment\nnot this though...");
andydude/p6-c-parser
…/Grammar.pm6 :15:
die("input:" ~ $lineno ~ ": expected declaration, but got: `" ~ $msg2.chomp() ~ "...`")
andydude/p6-c-parser
…/Grammar.pm6 :719:
rule parameter-type-list:sym<std> { <parameter-list> $<ellipsis>=[',' '...']? }
andydude/p6-c-parser
…/Lexer.pm6 :392:
token punct:sym<...> { <sym> }
andydude/p6-c-parser
…/05_modern.t :9:
int printf(const char * restrict, ...);
andydude/p6-c-parser
…/06_ancient.t :9:
int printf(const char *, ...);
andydude/p6-c-parser
…/ancient_greeter.c :1:
int printf(const char *, ...);
andydude/p6-c-parser
…/gbytes.pp.c :633:
...) __attribute__((__format__ (__printf__, 1, 2))) __attribute__((__malloc__));
andydude/p6-c-parser
…/gbytes.pp.c :646:
...) __attribute__((__malloc__)) __attribute__((__sentinel__));
andydude/p6-c-parser
…/gbytes.pp.c :649:
...) __attribute__((__malloc__)) __attribute__((__sentinel__));
andydude/p6-c-parser
…/gbytes.pp.c :821:
...) __attribute__((__format__ (__printf__, 3, 4)));
andydude/p6-c-parser
…/gbytes.pp.c :858:
...)
andydude/p6-c-parser
…/gbytes.pp.c :869:
...)
andydude/p6-c-parser
…/gbytes.pp.c :878:
...)
andydude/p6-c-parser
…/gbytes.pp.c :887:
...)
andydude/p6-c-parser
…/gbytes.pp.c :896:
...)
andydude/p6-c-parser
…/gbytes.pp.c :906:
...) __attribute__((__format__ (__printf__, 1, 2)));
andydude/p6-c-parser
…/gbytes.pp.c :911:
...) __attribute__((__format__ (__printf__, 1, 2)));
andydude/p6-c-parser
…/gbytes.pp.c :943:
...) __attribute__((__format__ (__printf__, 3, 4)));
andydude/p6-c-parser
…/gbytes.pp.c :973:
...) __attribute__((__format__ (__printf__, 4, 5)));
andydude/p6-c-parser
…/gbytes.pp.c :995:
...) __attribute__((__format__ (__printf__, 2, 3)));
andydude/p6-c-parser
…/gbytes.pp.c :1002:
...) __attribute__((__format__ (__printf__, 3, 4)));
andydude/p6-c-parser
…/gbytes.pp.c :1517:
...) __attribute__((__format__ (__printf__, 3, 4)));
andydude/p6-c-parser
…/gbytes.pp.c :1662:
...) __attribute__((__format__ (__printf__, 2, 3)));
andydude/p6-c-parser
…/gbytes.pp.c :1671:
...) __attribute__((__format__ (__printf__, 2, 3)));
andydude/p6-c-parser
…/gbytes.pp.c :1996:
...) __attribute__((__format__ (__printf__, 2, 3)));
andydude/p6-c-parser
…/gbytes.pp.c :2000:
...) __attribute__((__format__ (__printf__, 2, 3)));
andydude/p6-c-parser
…/gbytes.pp.c :2006:
...);
andydude/p6-c-parser
…/gbytes.pp.c :2030:
...) __attribute__((__format__ (__printf__, 1, 2)));
andydude/p6-c-parser
…/modern_greeter.c :1:
int printf(const char * restrict, ...);
andydude/p6-c-parser
…/zmq.pp.c :123:
extern int fprintf (FILE *__restrict __stream, const char *__restrict __format, ...);
andydude/p6-c-parser
…/zmq.pp.c :124:
extern int printf (const char *__restrict __format, ...);
andydude/p6-c-parser
…/zmq.pp.c :125:
extern int sprintf (char *__restrict __s, const char *__restrict __format, ...) __attribute__ ((__nothrow__));
andydude/p6-c-parser
…/zmq.pp.c :129:
extern int snprintf (char *__restrict __s, size_t __maxlen, const char *__restrict __format, ...) __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 3, 4)));
andydude/p6-c-parser
…/zmq.pp.c :132:
extern int dprintf (int __fd, const char *__restrict __fmt, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
andydude/p6-c-parser
…/zmq.pp.c :133:
extern int fscanf (FILE *__restrict __stream, const char *__restrict __format, ...) ;
andydude/p6-c-parser
…/zmq.pp.c :134:
extern int scanf (const char *__restrict __format, ...) ;
andydude/p6-c-parser
…/zmq.pp.c :135:
extern int sscanf (const char *__restrict __s, const char *__restrict __format, ...) __attribute__ ((__nothrow__ , __leaf__));
andydude/p6-c-parser
…/zmq.pp.c :136:
extern int fscanf (FILE *__restrict __stream, const char *__restrict __format, ...) __asm__ ("" "__isoc99_fscanf") ;
andydude/p6-c-parser
…/zmq.pp.c :137:
extern int scanf (const char *__restrict __format, ...) __asm__ ("" "__isoc99_scanf") ;
andydude/p6-c-parser
…/zmq.pp.c :138:
extern int sscanf (const char *__restrict __s, const char *__restrict __format, ...) __asm__ ("" "__isoc99_sscanf") __attribute__ ((__nothrow__ , __leaf__)) ;
araraloren/perl6-app-snippet
…/snippet.pm6 :87:
method name() { ... }
araraloren/perl6-app-snippet
…/snippet.pm6 :89:
method supports() { ... }
araraloren/perl6-app-snippet
…/snippet.pm6 :267:
method lang() { ... }
araraloren/perl6-app-snippet
…/snippet.pm6 :269:
method optionset() is rw { ... }
araraloren/perl6-getopt-advance
…/README.adoc :96:
such as `script.p6 add ...` and `script.p6 del ...`.
araraloren/perl6-getopt-advance
…/Advance.adoc :189:
# ... more
araraloren/perl6-getopt-advance
…/Advance.adoc :290:
#... do more
araraloren/perl6-getopt-advance
…/Advance.adoc :871:
* match(ContextProcessor, $o) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :875:
* set(ContextProcessor, $o) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :879:
* gist() { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :1269:
* type( -\-> Str) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :1281:
* match-value(Any) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :1504:
* match-index(Int $total, Int $index -\-> Bool) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :1508:
* match-name(Str $name -\-> Bool) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :1512:
* match-style($style -\-> Bool) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :1559:
* type(-\-> Str) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :1563:
* usage(-\-> Str) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :2053:
* check(Message $msg -\-> Bool) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :2057:
* process($data) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :2067:
* id( -\-> Int) { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :2071:
* data() { ... }
araraloren/perl6-getopt-advance
…/Advance.adoc :2106:
* subscribe(Publisher $p) { ... }
araraloren/perl6-getopt-advance
…/Advance.pm6 :16:
class OptionSet { ... }
araraloren/perl6-getopt-advance
…/Context.pm6 :17:
method match(ContextProcessor, $o) { ... }
araraloren/perl6-getopt-advance
…/Context.pm6 :19:
method set(ContextProcessor, $o) { ... }
araraloren/perl6-getopt-advance
…/Context.pm6 :21:
method gist() { ... }
araraloren/perl6-getopt-advance
…/Group.pm6 :60:
method check() { ... }
araraloren/perl6-getopt-advance
…/NonOption.pm6 :36:
method match-index(Int $total, Int $index --> Bool) { ... }
araraloren/perl6-getopt-advance
…/NonOption.pm6 :38:
method match-name(Str $name --> Bool) { ... }
araraloren/perl6-getopt-advance
…/NonOption.pm6 :40:
method match-style($style --> Bool) { ... }
araraloren/perl6-getopt-advance
…/NonOption.pm6 :73:
method type( --> Str) { ... }
araraloren/perl6-getopt-advance
…/NonOption.pm6 :75:
method usage( --> Str) { ... }
araraloren/perl6-getopt-advance
…/Option.pm6 :136:
method type( --> Str) { ... }
araraloren/perl6-getopt-advance
…/Option.pm6 :148:
method match-value(Any) { ... }
araraloren/perl6-getopt-advance
…/Parser.pm6 :14:
role Parser { ... }
araraloren/perl6-getopt-advance
…/Parser.pm6 :15:
role TypeOverload { ... }
araraloren/perl6-getopt-advance
…/Parser.pm6 :16:
role ResultHandler { ... }
araraloren/perl6-getopt-advance
…/Parser.pm6 :17:
role ResultHandlerOverload { ... }
araraloren/perl6-getopt-advance
…/Parser.pm6 :395:
%order{ @order } = 0 ...^ +@order;
araraloren/perl6-getopt-advance
…/Utils.pm6 :17:
role Info { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :19:
role Message { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :21:
role Publisher { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :23:
role Subscriber { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :25:
role ContextProcessor { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :27:
role RefOptionSet { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :29:
class Debug { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :31:
class OptionValueSetter { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :35:
method check(Message $msg --> Bool) { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :37:
method process( $data ) { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :42:
method id(--> Int) { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :44:
method data() { ... }
araraloren/perl6-getopt-advance
…/Utils.pm6 :68:
method subscribe(Publisher $p) { ... }
araraloren/perl6-getopt-advance
…/fetch-picture.p6 :20:
grammar MyOptionGrammar { ... }
araraloren/perl6-terminal-table
…/Frame.pm6 :131:
class Content { ... };
araraloren/perl6-terminal-table
…/Frame.pm6 :303:
for self.height() ...^ $h {
araraloren/perl6-terminal-table
…/Generator.pm6 :13:
class CellRef { ... };
araraloren/perl6-terminal-table
…/Generator.pm6 :14:
class Generator { ... };
araraloren/perl6-terminal-table
…/Generator.pm6 :15:
class Generator::StyleCache { ... };
araraloren/perl6-terminal-table
…/Generator.pm6 :211:
class Generator::Table { ... };
araraloren/perl6-terminal-table
…/Generator.pm6 :705:
< + ---- + ---- ... >
araraloren/perl6-terminal-table
…/Generator.pm6 :707:
< True False .... >
araraloren/perl6-terminal-table
…/Generator.pm6 :709:
< XYZ ZUW ... >
araraloren/perl6-terminal-table
…/Generator.pm6 :711:
< | | |.... >
arnsholt/Net-ZMQ
…/echo-server.pl6 :11:
say "# Receiving...";
atweiden/config-toml
…/02-arrays.t :1036:
┃ Success ┃ .made ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1112:
┃ Success ┃ .made ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1374:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1573:
┃ ┃ ∙ $match-array-of-date-times.made ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1593:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1758:
┃ ┃ ∙ $match-array-of-arrays.made ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1780:
┃ ┃ ∙ $match-array-of-arrays-newlines.made ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1792:
┃ ┃ ∙ $match-array-of-empty-arrays.made ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :1854:
┃ ┃ ∙ $match-array-of-inline-tables.made ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :2191:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :2203:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :2215:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :2227:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :2246:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/02-arrays.t :2274:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/03-inline-tables.t :191:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/04-document.t :226:
┃ Success ┃ ~~ "..."
atweiden/config-toml
…/04-document.t :325:
┃ Success ┃ ~~ '...'
atweiden/config-toml
…/04-document.t :362:
┃ Success ┃ ~~ '...'
atweiden/config-toml
…/04-document.t :374:
┃ Success ┃ ~~ '...'
atweiden/config-toml
…/04-document.t :1191:
┃ Success ┃ ~~ [ ... ]
atweiden/config-toml
…/03-txn.t :45:
┃ Success ┃ ~~ '...'
atweiden/mktxn
…/mktxn.t :12:
subtest('verify mktxn(...) eqv TXN::Parser.made', {
atweiden/txn-parser
…/01-ledger.t :60:
┃ Success ┃ ~~ '...'
atweiden/txn-parser
…/01-ledger.t :119:
┃ ┃ ∙ $match-ledger.made.entry[0].id.text ~~ "..."
atweiden/txn-parser
…/01-ledger.t :287:
┃ ┃ ∙ $match-ledger.made.entry[0].posting[0].id.text ~~ '...'
atweiden/txn-parser
…/01-ledger.t :324:
┃ Success ┃ ~~ "..."
autarch/perl6-File-LibMagic
…/README.md :18:
if %info<mime-type> ~~ rx{ ^ 'text/' } { ... }
autarch/perl6-File-LibMagic
…/README.md :30:
File::LibMagic.new(...)
autarch/perl6-File-LibMagic
…/LibMagic.pm6 :197:
if %info<mime-type> ~~ rx{ ^ 'text/' } { ... }
autarch/perl6-File-LibMagic
…/LibMagic.pm6 :205:
=METHOD File::LibMagic.new(...)
autarch/perl6-Pod-TreeWalker
…/README.md :13:
my $to-html = Pod::To::HTML.new(...);
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :90:
d " ... walking contents" if $DEBUG;
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :93:
d " ... end" if $DEBUG;
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :114:
d " ... starting lists from {$!list-level + 1} .. $level " if $DEBUG;
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :122:
d " ... ending lists from $!list-level ... {$level + 1} " if $DEBUG;
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :124:
for $!list-level ... $level + 1;
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :168:
my $to-html = Pod::To::HTML.new(...);
autarch/perl6-Pod-TreeWalker
…/Listener.pm6 :59:
method table-row (Array $row) { ... }
autarch/perl6-Pod-TreeWalker
…/Listener.pm6 :67:
=METHOD $listener.start(... $node)
autarch/perl6-Pod-TreeWalker
…/Listener.pm6 :81:
=METHOD $listener.end(... $node)
awwaiid/p6-Inline-Ruby
…/README.md :75:
# in «...􏿽xC2􏿽xBB:rb. So when you see that, you know you are looking at a wrapped
awwaiid/p6-Inline-Ruby
…/README.md :99:
#=> «[{"type"=>"ClutterGroup", "id"=>"actor", ... }]»:rb
awwaiid/p6-Inline-Ruby
…/README.md :132:
* Mmm... maybe there should be two layers of .to_p6
awwaiid/p6-Inline-Ruby
…/Ruby.pm6 :94:
# say "loading default...";
awwaiid/p6-Inline-Ruby
…/Ruby.pm6 :198:
# say "Loading a ruby lib... {$spec.perl}";
awwaiid/p6-Inline-Ruby
…/Ruby.pm6 :199:
# say "Loading a ruby lib...";
awwaiid/p6-Inline-Ruby
…/RbObject.pm6 :13:
# These are inherited from Any... let's bypass that
azawawi/farabi6
…/test_http_server_async.pl :19:
$response.write("Hello from $($request.uri)...");
azawawi/farabi6
…/test_http_server_async.pl :29:
say "Finished listening...";
azawawi/farabi6
…/Editor.pm6 :463:
say "Building index.data... Please wait";
azawawi/farabi6
…/Editor.pm6 :471:
say "Loading index.data... Please wait";
azawawi/farabi6
…/Editor.pm6 :614:
say "Found debug prompt...";
azawawi/farabi6
…/Editor.pm6 :896:
say "Cleaning up profile HTMLs...";
azawawi/farabi6
…/merge.css :101:
content: "(...)";
azawawi/farabi6
…/tern.js :573:
function elt(tagname, cls /*, ... elts*/) {
azawawi/farabi6
…/codemirror.js :4010:
// Opera has no cut event... we try to at least catch the key combo
azawawi/farabi6
…/codemirror.js :5293:
// Given a MIME type, a {name, ...options} config object, or a name
azawawi/farabi6
…/codemirror.js :5636:
if (value == "...") { delete keymap[keyname]; continue; }
azawawi/farabi6
…/codemirror.js :5646:
val = "...";
azawawi/farabi6
…/codemirror.js :5662:
if (found === "...") return "multi";
azawawi/farabi6
…/codemirror.js :7938:
var signal = CodeMirror.signal = function(emitter, type /*, values...*/) {
azawawi/farabi6
…/codemirror.js :7954:
function signalLater(emitter, type /*, values...*/) {
azawawi/farabi6
…/perl.js :66:
'...' : 4,
azawawi/farabi6
…/perl.js :81:
// PERL predefined variables (I know, what this is a paranoid idea, but may be needed for people, who learn PERL, and for me as well, ...and may be for you?;)
azawawi/farabi6
…/perl.js :483:
function tokenChain(stream,state,chain,style,tail){ // NOTE: chain.length > 2 is not working now (it's for s[...][...]geos;)
azawawi/farabi6
…/perl.js :519:
if(stream.match(/^<<(?=\w)/)){ // NOTE: <<SOMETHING\n...\nSOMETHING\n
azawawi/farabi6
…/perl.js :522:
if(stream.sol()&&stream.match(/^\=item(?!\w)/)){// NOTE: \n=item...\n=cut\n
azawawi/farabi6
…/perl.js :525:
if(ch=='"'||ch=="'"){ // NOTE: ' or " or <<'SOMETHING'\n...\nSOMETHING\n or <<"SOMETHING"\n...\nSOMETHING\n
azawawi/farabi6
…/sass.js :393:
// or before (0) colon (well... more or less)
azawawi/farabi6
…/farabi.js :3:
* Starts Farabi... :)
azawawi/farabi6
…/farabi.js :203:
'" placeholder="Code goes here..." cols="80" rows="10"></textarea>' +
azawawi/farabi6
…/farabi.js :209:
'<textarea id="' + outputEditorId + '" placeholder="Output will be shown here..." cols="80" rows="10">' +
azawawi/farabi6
…/perl6-mode.js :47:
'...' : 4,
azawawi/farabi6
…/perl6-mode.js :60:
// ...and may be for you?;)
azawawi/farabi6
…/perl6-mode.js :347:
function tokenChain(stream,state,chain,style,tail){ // NOTE: chain.length > 2 is not working now (it's for s[...][...]geos;)
azawawi/farabi6
…/perl6-mode.js :383:
if(stream.match(/^<<(?=\w)/)){ // NOTE: <<SOMETHING\n...\nSOMETHING\n
azawawi/farabi6
…/perl6-mode.js :386:
if(stream.sol()&&stream.match(/^\=item(?!\w)/)){// NOTE: \n=item...\n=cut\n
azawawi/farabi6
…/perl6-mode.js :389:
if(ch=='"'||ch=="'"){ // NOTE: ' or " or <<'SOMETHING'\n...\nSOMETHING\n or <<"SOMETHING"\n...\nSOMETHING\n
azawawi/farabi6
…/index.html :140:
<input type="text" class="mousetrap" id="module_search_pattern" placeholder="Search..."/>
azawawi/farabi6
…/index.html :164:
<input type="text" class="mousetrap" id="help_search_pattern" placeholder="Search..."/>
azawawi/perl6-browser-open
…/02-basic.t :13:
ok $cmd.IO ~~ :e, '... and we can execute it';
azawawi/perl6-browser-open
…/02-basic.t :16:
ok open-browser-cmd-all, '... and the all commands version is also ok';
azawawi/perl6-electron
…/App.pm6 :83:
# We failed... Retry after timeout
azawawi/perl6-electron
…/Dialog.pm6 :12:
my $win = ...; // window in which to show the dialog
azawawi/perl6-electron
…/README.md :61:
else console.log('Server running ...');
azawawi/perl6-electron
…/package.json :27:
"readme": "# Json-rpc\n\nFlexible client, server objects for json-rpc communications between node.js servers with support for https.\n\n### Install…
azawawi/perl6-electron
…/02-clipboard.t :22:
skip-rest("electron is not installed. skipping tests...");
azawawi/perl6-electron
…/04-shell.t :23:
skip-rest("electron is not installed. skipping tests...");
azawawi/perl6-electron
…/05-screen.t :25:
skip-rest("electron is not installed. skipping tests...");
azawawi/perl6-electron
…/06-process.t :22:
skip-rest("electron is not installed. skipping tests...");
azawawi/perl6-gtk-scintilla
…/PlatCocoa.mm :2205:
void Platform::DebugPrintf(const char *format, ...)
azawawi/perl6-gtk-scintilla
…/PlatCocoa.mm :2221:
void Platform::DebugPrintf(const char *, ...) {}
azawawi/perl6-gtk-scintilla
…/ScintillaCocoa.mm :916:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/AppController.mm :226:
" .........",
azawawi/perl6-gtk-scintilla
…/AppController.mm :229:
"......... .",
azawawi/perl6-gtk-scintilla
…/AppController.mm :233:
"......... .",
azawawi/perl6-gtk-scintilla
…/AppController.mm :237:
"......... "};
azawawi/perl6-gtk-scintilla
…/MainMenu.xib :115:
<menuItem title="Page Setup..." keyEquivalent="P" id="77" userLabel="5">
azawawi/perl6-gtk-scintilla
…/ScintillaView.mm :1687:
catch (...)
azawawi/perl6-gtk-scintilla
…/ScintillaView.mm :1729:
catch (...)
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :863:
<td><code>[...]</code></td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :870:
<td><code>[^<b>...]</code></td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1848:
unwanted zone (UZ) where the caret is... unwanted. This zone is defined as a number of
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1859:
<td>If set, the policy set by <code>CARET_SLOP</code> is enforced... strictly. The caret
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1898:
or going into the UZ) display is...</th>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2462:
<td>..ww....|ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2466:
<td>..ww|....ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2470:
<td>....ww|ww....</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2472:
<td>....wwww|....</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2474:
<td>....wwww|....</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2476:
<td>....|wwww....</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2478:
<td>....|wwww....</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2482:
<td>..ww|....ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2484:
<td>..ww|....ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2486:
<td>..ww....|ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2488:
<td>..|ww....ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2490:
<td>..|ww....ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2494:
<td>..ww....|ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2496:
<td>..ww....ww|..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2498:
<td>..ww....ww|..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2500:
<td>..ww....|ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2502:
<td>..ww|....ww..</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :6915:
expanded in the future with extended versions (<code>ILexer2</code>...).
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :8154:
lmMyLexer(...);</code> in your lexer source code.</p>
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :648:
This is commonly something like "{ ... }" or "&lt;tr&gt;...&lt;/tr&gt;".
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :2218:
Also fixes styling 0...myArray.length all as a number.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :2684:
On Cocoa, message:... methods simplify direct access to Scintilla and avoid call layers..
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :2916:
Matlab/Octave lexer recognises block comments and ... comments.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :3422:
Fix incorrect measurement of untitled file in SciTE on Linux leading to message "File ...' is 2147483647 bytes long".
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :3879:
For SciTE on Windows fix key handling of control characters in Parameters dialog so normal editing (Ctrl+C, ...) works.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :4807:
Ruby lexer handles % quoting better and treats range dots as operators in 1..2 and 1...2.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :6282:
Bash lexer handles "-x" in "--x-includes..." better.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :8798:
New marker symbols that look like ">>>" and "..." which can be used for
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :8902:
Extra fold points for C, C++, Java, ... for fold comments //{ .. //} and
azawawi/perl6-gtk-scintilla
…/ScintillaUsage.html :274:
SCI_STYLESET... messages.
azawawi/perl6-gtk-scintilla
…/Steps.html :117:
[...]
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :1376:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :2119:
void Platform::DebugPrintf(const char *format, ...) {
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :2128:
void Platform::DebugPrintf(const char *, ...) {}
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :339:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :373:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :398:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :415:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :470:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :490:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :544:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :882:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1455:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1567:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1757:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1788:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1893:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1927:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2124:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2156:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2179:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2306:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2386:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2418:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2466:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2485:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2535:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2580:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2625:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2654:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2665:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2673:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2696:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2733:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2750:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2764:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2775:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2787:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2818:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2903:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2921:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2942:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :3004:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :3104:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :3112:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :3136:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTKAccessible.cxx :767:
} catch (...) {}
azawawi/perl6-gtk-scintilla
…/ScintillaGTKAccessible.cxx :897:
} catch (...) { \
azawawi/perl6-gtk-scintilla
…/ScintillaGTKAccessible.h :34:
} catch (...) {}
azawawi/perl6-gtk-scintilla
…/Platform.h :441:
* Dynamic Library (DLL/SO/...) loading
azawawi/perl6-gtk-scintilla
…/Platform.h :509:
static void DebugPrintf(const char *format, ...);
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :1860:
# This value defines an unwanted zone (UZ) where the caret is... unwanted.
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :1868:
# If CARET_STRICT is set, the policy is enforced... strictly.
azawawi/perl6-gtk-scintilla
…/LexAU3.cxx :36:
// - Added folding support for With...EndWith
azawawi/perl6-gtk-scintilla
…/LexAU3.cxx :102:
// also check if the second portion is valid... (up,down.on.off,toggle or a number)
azawawi/perl6-gtk-scintilla
…/LexAU3.cxx :510:
//Verify characters infront of { ... if not assume regular string
azawawi/perl6-gtk-scintilla
…/LexAU3.cxx :533:
// Sendkey string isn't complete but the string ended....
azawawi/perl6-gtk-scintilla
…/LexBaan.cxx :139:
Tried implementing with Regex... it was too complicated for me.
azawawi/perl6-gtk-scintilla
…/LexBaan.cxx :835:
// Means this is not a "on Case" statement... could be "on" used by index.
azawawi/perl6-gtk-scintilla
…/LexBash.cxx :100:
// forward scan for a glob-like (...), no whitespace allowed
azawawi/perl6-gtk-scintilla
…/LexBash.cxx :741:
// special state -- for ((x;y;z)) in ... looping
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :313:
// Check for Argument (%n), Environment Variable (%x...%) or Local Variable (%%a)
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :336:
// Check for Expanded Argument (%~...) / Variable (%%~...)
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :347:
// Check for Environment Variable (%x...%)
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :375:
// Check for Environment Variable (!x...!)
azawawi/perl6-gtk-scintilla
…/LexBibTeX.cxx :132:
// Found either a { or a ( after entry's name, e.g. @entry(...) @entry{...}
azawawi/perl6-gtk-scintilla
…/LexCSS.cxx :480:
// note that we've had to treat ([...]// as the start of a URL not a comment, e.g. url(http://example.com), url(//example.com)
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :86:
void Platform::DebugPrintf(const char *format, ...) {
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :95:
void Platform::DebugPrintf(const char *, ...) {
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :167:
// call our "internal" folder/lexer (... then do Flush!)
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :235:
// ... change to specified base AS REQUIRED
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :356:
sc.ch = ' '; // (...\\')
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :365:
// ... maybe a char literal, maybe not
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :377:
sc.ch = ' '; // (...\\")
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :391:
state2 = SCE_CAML_STRING, sc.ch = ' ' /* (...\") */, chColor++,
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :393:
// ... then backtrack to determine original SML literal type
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :410:
sc.Forward(), sc.ch = ' ' /* (*)... */, nesting++;
azawawi/perl6-gtk-scintilla
…/LexCmake.cxx :356:
// Covers "${TEST}..."
azawawi/perl6-gtk-scintilla
…/LexCoffeeScript.cxx :124:
// "Filling the #{container} with #{liquid}..."
azawawi/perl6-gtk-scintilla
…/LexCoffeeScript.cxx :131:
// These vars track our instances of "...#{,,,'..#{,,,}...',,,}..."
azawawi/perl6-gtk-scintilla
…/LexCoffeeScript.cxx :136:
int brace_counts = 0; // Number of #{ ... } things within an expression
azawawi/perl6-gtk-scintilla
…/LexCoffeeScript.cxx :219:
// process interpolated code #{ ... }
azawawi/perl6-gtk-scintilla
…/LexCoffeeScript.cxx :315:
// Handle '..' and '...' operators correctly.
azawawi/perl6-gtk-scintilla
…/LexCoffeeScript.cxx :321:
// Return to previous state before #{ ... }
azawawi/perl6-gtk-scintilla
…/LexCrontab.cxx :208:
// Colourize here... (normal number)
azawawi/perl6-gtk-scintilla
…/LexDiff.cxx :43:
// otherwise it is considered a comment (Only in..., Binary file...)
azawawi/perl6-gtk-scintilla
…/LexForth.cxx :136:
// highlight word definitions e.g. : GCD ( n n -- n ) ..... ;
azawawi/perl6-gtk-scintilla
…/LexHTML.cxx :283:
//...to find it in the list of no-container-tags
azawawi/perl6-gtk-scintilla
…/LexLua.cxx :32:
// Test for [=[ ... ]=] delimiters, returns 0 if it's only a [ or ],
azawawi/perl6-gtk-scintilla
…/LexLua.cxx :71:
// Initialize long string [[ ... ]] or block comment --[[ ... ]] nesting level,
azawawi/perl6-gtk-scintilla
…/LexLua.cxx :73:
// blocks with separators [=[ ... ]=] in Lua 5.1.
azawawi/perl6-gtk-scintilla
…/LexMatlab.cxx :12:
** - added ... displayed as a comment
azawawi/perl6-gtk-scintilla
…/LexMatlab.cxx :143:
// we werent an operator, but a '...'
azawawi/perl6-gtk-scintilla
…/LexNsis.cxx :528:
// Covers "${TEST}..."
azawawi/perl6-gtk-scintilla
…/LexPB.cxx :17:
// (...)
azawawi/perl6-gtk-scintilla
…/LexPB.cxx :31:
// - Statement added to scintilla_vc6.mak: '$(DIR_O)\LexPB.obj: ...\src\LexPB.cxx $(LEX_HEADERS)'
azawawi/perl6-gtk-scintilla
…/LexPO.cxx :12:
// * add keywords for flags (fuzzy, c-format, ...)
azawawi/perl6-gtk-scintilla
…/LexPerl.cxx :242:
// sub abc::pqr :const :prototype(...)
azawawi/perl6-gtk-scintilla
…/LexPerl.cxx :1098:
// We matched something like s(...) or tr{...}, Perl 5.10
azawawi/perl6-gtk-scintilla
…/LexRebol.cxx :83:
// Initialize the braced string {.. { ... } ..} nesting level, if we are inside such a string.
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :130:
// 1. <<if test ...>> : normal
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :132:
// 3. <<lhs = if ...>> : normal: start a new indent level
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :778:
// These vars track our instances of "...#{,,,%Q<..#{,,,}...>,,,}..."
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :784:
int brace_counts = 0; // Number of #{ ... } things within an expression
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :1397:
// process #{ ... }
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :1459:
// process #{ ... }
azawawi/perl6-gtk-scintilla
…/LexRust.cxx :533:
* The rule for line-doc comments is as follows... ///N and //! (where N is a non slash) start doc comments.
azawawi/perl6-gtk-scintilla
…/LexSQL.cxx :673:
// Otherwise if create ... view ... as is split over multiple
azawawi/perl6-gtk-scintilla
…/LexSQL.cxx :689:
// eg. "IF condition1 THEN ... ELSIF condition2 THEN ... ELSE ... END IF;"
azawawi/perl6-gtk-scintilla
…/LexSQL.cxx :704:
//Maybe this is the end of "EXCEPTION" BLOCK (eg. "BEGIN ... EXCEPTION ... END;")
azawawi/perl6-gtk-scintilla
…/LexSQL.cxx :870:
// prevent also ELSE is on the same line (eg. "ELSE ... END IF;")
azawawi/perl6-gtk-scintilla
…/LexSQL.cxx :883:
// SQL Anywhere permits IF ... ELSE ... ENDIF
azawawi/perl6-gtk-scintilla
…/LexTADS3.cxx :610:
} else if (sc.Match("...")) {
azawawi/perl6-gtk-scintilla
…/LexTCL.cxx :52:
bool subBrace = false; // substitution begin with a brace ${.....}
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :50:
// Find length of CMD FOR variable with modifier (%~...) or return 0
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :192:
// Check for Labels in text (... :label)
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :199:
// Check for delayed expansion Variable (!x...!)
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :276:
// Check for Argument (%n), Environment Variable (%x...%) or Local Variable (%%a)
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :310:
// Check for Variable with modifiers (%~...)
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :318:
// Check for Environment Variable (%x...%)
azawawi/perl6-gtk-scintilla
…/LexVB.cxx :158:
// Regular uses: Close #1; Put #1, ...; Get #1, ... etc.
azawawi/perl6-gtk-scintilla
…/LexVisualProlog.cxx :54:
"Major keywords (class, predicates, ...)",
azawawi/perl6-gtk-scintilla
…/LexVisualProlog.cxx :55:
"Minor keywords (if, then, try, ...)",
azawawi/perl6-gtk-scintilla
…/LexVisualProlog.cxx :56:
"Directive keywords without the '#' (include, requires, ...)",
azawawi/perl6-gtk-scintilla
…/LexVisualProlog.cxx :57:
"Documentation keywords without the '@' (short, detail, ...)",
azawawi/perl6-gtk-scintilla
…/LexerNoExceptions.cxx :34:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/LexerNoExceptions.cxx :43:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/LexerNoExceptions.cxx :54:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/LexerNoExceptions.cxx :64:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/WordList.cxx :238:
* Similarly "~.is.valid" keyword is suffix only... hence "field.is.valid" , "form.is.valid" are valid.
azawawi/perl6-gtk-scintilla
…/PlatQt.cpp :1237:
void Platform::DebugPrintf(const char *format, ...)
azawawi/perl6-gtk-scintilla
…/ScintillaQt.cpp :681:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/CallTip.cxx :77:
if (tabSize > 0) { // paranoia... not called unless this is true
azawawi/perl6-gtk-scintilla
…/CallTip.h :19:
int endHighlight; // ...end of highlighted text
azawawi/perl6-gtk-scintilla
…/Document.cxx :1137:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/Document.cxx :2919:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/Editor.cxx :1075:
This value defines an unwanted zone (UZ) where the caret is... unwanted.
azawawi/perl6-gtk-scintilla
…/Editor.cxx :1083:
If strict is set, the policy is enforced... strictly.
azawawi/perl6-gtk-scintilla
…/Editor.cxx :1691:
//Platform::DebugPrintf("Paint:%1d (%3d,%3d) ... (%3d,%3d)\n",
azawawi/perl6-gtk-scintilla
…/Editor.cxx :1705:
//Platform::DebugPrintf("Client: (%3d,%3d) ... (%3d,%3d) %d\n",
azawawi/perl6-gtk-scintilla
…/RESearch.cxx :589:
case '*': /* match 0 or more... */
azawawi/perl6-gtk-scintilla
…/RESearch.cxx :590:
case '+': /* match 1 or more... */
azawawi/perl6-gtk-scintilla
…/RESearch.cxx :595:
if (*lp == CLO || *lp == LCLO) /* equivalence... */
azawawi/perl6-gtk-scintilla
…/RESearch.cxx :627:
case '\\': /* tags, backrefs... */
azawawi/perl6-gtk-scintilla
…/RESearch.cxx :850:
int bp; /* beginning of subpat... */
azawawi/perl6-gtk-scintilla
…/RESearch.cxx :851:
int ep; /* ending of subpat... */
azawawi/perl6-gtk-scintilla
…/XiteMenu.py :10:
["&Open...", "<control>O"],
azawawi/perl6-gtk-scintilla
…/XiteMenu.py :12:
["Save &As...", "<control><shift>S"],
azawawi/perl6-gtk-scintilla
…/XiteWin.py :359:
cmdText = cmdText.replace("...", "")
azawawi/perl6-gtk-scintilla
…/perl-test-5220delta.pl :48:
...;
azawawi/perl6-gtk-scintilla
…/perl-test-5220delta.pl :76:
foreach \%hash (@array_of_hash_refs) { ... }
azawawi/perl6-gtk-scintilla
…/perl-test-5220delta.pl :89:
...;
azawawi/perl6-gtk-scintilla
…/perl-test-5220delta.pl.styled :48:
{10}...;{0}
azawawi/perl6-gtk-scintilla
…/perl-test-5220delta.pl.styled :76:
{5}foreach{0} {10}\{14}%hash{0} {10}({13}@array_of_hash_refs{10}){0} {10}{{0} {10}...{0} {10}}{0}
azawawi/perl6-gtk-scintilla
…/perl-test-5220delta.pl.styled :89:
{10}...;{0}
azawawi/perl6-gtk-scintilla
…/perl-test-sub-prototypes.pl :154:
sub foo ($thing, $=) { # (this does something, I'm not sure what...)
azawawi/perl6-gtk-scintilla
…/perl-test-sub-prototypes.pl.styled :154:
{5}sub{0} {11}foo{0} {10}({12}$thing{10},{0} {12}$={10}){0} {10}{{0} {2}# (this does something, I'm not sure what...){0}
azawawi/perl6-gtk-scintilla
…/UnitTester.cxx :19:
void Platform::DebugPrintf(const char *format, ...) {
azawawi/perl6-gtk-scintilla
…/catch.hpp :530:
#define INTERNAL_CATCH_TESTCASE( ... ) \
azawawi/perl6-gtk-scintilla
…/catch.hpp :536:
#define INTERNAL_CATCH_METHOD_AS_TEST_CASE( QualifiedMethod, ... ) \
azawawi/perl6-gtk-scintilla
…/catch.hpp :540:
#define INTERNAL_CATCH_TEST_CASE_METHOD( ClassName, ... )\
azawawi/perl6-gtk-scintilla
…/catch.hpp :687:
static FalseType dummy(...);
azawawi/perl6-gtk-scintilla
…/catch.hpp :1601:
} catch( ... ) { \
azawawi/perl6-gtk-scintilla
…/catch.hpp :1625:
catch( ... ) { \
azawawi/perl6-gtk-scintilla
…/catch.hpp :1657:
catch( ... ) { \
azawawi/perl6-gtk-scintilla
…/catch.hpp :1665:
#define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, ... ) \
azawawi/perl6-gtk-scintilla
…/catch.hpp :1690:
} catch( ... ) { \
azawawi/perl6-gtk-scintilla
…/catch.hpp :1837:
#define INTERNAL_CATCH_SECTION( ... ) \
azawawi/perl6-gtk-scintilla
…/catch.hpp :3151:
lines.push_back( "... message truncated due to excessive size" );
azawawi/perl6-gtk-scintilla
…/catch.hpp :3239:
// ........... back in /Users/philnash/Dev/OSS/Clara/srcs/clara.h
azawawi/perl6-gtk-scintilla
…/catch.hpp :3772:
os << "[<" << m_floatingArg->placeholder << "> ...]";
azawawi/perl6-gtk-scintilla
…/catch.hpp :4139:
lines.push_back( "... message truncated due to excessive size" );
azawawi/perl6-gtk-scintilla
…/catch.hpp :5143:
catch(...) {
azawawi/perl6-gtk-scintilla
…/catch.hpp :5621:
catch(...) {
azawawi/perl6-gtk-scintilla
…/catch.hpp :5633:
catch(...) {
azawawi/perl6-gtk-scintilla
…/catch.hpp :8599:
#define CATCH_REQUIRE_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, ..., Catch::ResultDisposition::Normal, "CATCH_REQUIRE_THROWS" )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8609:
#define CATCH_CHECK_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, ..., Catch::ResultDisposition::ContinueOnFailure, "CATCH_CHECK_THROWS" )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8623:
#define CATCH_TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8624:
#define CATCH_TEST_CASE_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8625:
#define CATCH_METHOD_AS_TEST_CASE( method, ... ) INTERNAL_CATCH_METHOD_AS_TEST_CASE( method, __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8626:
#define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8627:
#define CATCH_FAIL( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, "CATCH_FAIL", __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8628:
#define CATCH_SUCCEED( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::Ok, Catch::ResultDisposition::ContinueOnFailure, "CATCH_SUCCEED", __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8646:
#define CATCH_SCENARIO( ... ) CATCH_TEST_CASE( "Scenario: " __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8662:
#define REQUIRE_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, ..., Catch::ResultDisposition::Normal, "REQUIRE_THROWS" )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8672:
#define CHECK_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, ..., Catch::ResultDisposition::ContinueOnFailure, "CHECK_THROWS" )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8686:
#define TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8687:
#define TEST_CASE_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8688:
#define METHOD_AS_TEST_CASE( method, ... ) INTERNAL_CATCH_METHOD_AS_TEST_CASE( method, __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8689:
#define SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8690:
#define FAIL( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, "FAIL", __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8691:
#define SUCCEED( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::Ok, Catch::ResultDisposition::ContinueOnFailure, "SUCCEED", __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/catch.hpp :8713:
#define SCENARIO( ... ) TEST_CASE( "Scenario: " __VA_ARGS__ )
azawawi/perl6-gtk-scintilla
…/unitTest.cxx :51:
void Platform::DebugPrintf(const char *format, ...) {
azawawi/perl6-gtk-scintilla
…/PlatWin.cxx :1845:
// if you don't have a second monitor on the left... Menu's appears half on
azawawi/perl6-gtk-scintilla
…/PlatWin.cxx :2734:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/PlatWin.cxx :3117:
void Platform::DebugPrintf(const char *format, ...) {
azawawi/perl6-gtk-scintilla
…/PlatWin.cxx :3126:
void Platform::DebugPrintf(const char *, ...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1301:
// structures appear, then eventually the individual statements...)
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1764:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :2378:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :2524:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :2582:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :2590:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :2598:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :2607:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :3041:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :3051:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :3131:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :3373:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :3409:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :3417:
} catch (...) {
azawawi/perl6-gtk-scintilla
…/generate-docs.sh :5:
say "Generating Markdown documentation...";
azawawi/perl6-gtk-simpler
…/update-docs.sh :5:
say "Generating Markdown documentation for GTK::Simple...";
azawawi/perl6-memoize
…/01-basic.t :43:
ok 1, "'is memoized(...)' worked!";
azawawi/perl6-ncurses
…/README.md :23:
mvaddstr( LINES() - 2, 2, "Press any key to exit..." );
azawawi/perl6-ncurses
…/01-hello-world.pl6 :11:
mvaddstr( 5, 10, "Press any key to exit..." );
azawawi/perl6-ncurses
…/01-hello-world.pl6 :11:
$o.printf( 5, 10, "Press any key to exit...");
azawawi/perl6-ncurses
…/NCurses.pm6 :873:
# skipping varargs: char * tparm(const char *, ...)
azawawi/perl6-ncurses
…/NCurses.pm6 :875:
# skipping varargs: char * tiparm(const char *, ...)
azawawi/perl6-net-curl
…/cacertinmem.c :97:
printf("PEM_read_bio_X509 failed...\n");
azawawi/perl6-net-curl
…/chkspeed.c :53:
so we only return the size we would have saved ... */
azawawi/perl6-net-curl
…/evhiperfifo.c :72:
#define DPRINT(x...) printf(x)
azawawi/perl6-net-curl
…/fopen.c :165:
greater or equal than -1. We call select(maxfd + 1, ...), specially
azawawi/perl6-net-curl
…/fopen.c :166:
in case of (maxfd == -1), we call select(0, ...), which is basically
azawawi/perl6-net-curl
…/ftpgetinfo.c :37:
so we only return the size we would have saved ... */
azawawi/perl6-net-curl
…/ftpuploadresume.c :43:
int __cdecl _snscanf(const char * input, size_t length, const char * format, ...);
azawawi/perl6-net-curl
…/htmltidy.c :36:
/* curl write callback, to fill tidy's input buffer... */
azawawi/perl6-net-curl
…/htmltidy.c :54:
/* if it has a name, then it's an HTML tag ... */
[azawawi/perl6-net-curl
…/htmltidy.c :66:](https://github.com/azawawi/perl6-net-curl/blob/60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment