Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 19, 2020 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/6bffcc951482abcbf6c5d8967666e8ec to your computer and use it in GitHub Desktop.
Save Whateverable/6bffcc951482abcbf6c5d8967666e8ec to your computer and use it in GitHub Desktop.
greppable6
\.\.\.\s*[^}\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 :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
…/Parser.pm6 :395:
%order{ @order } = 0 ...^ +@order;
ALOREN/Terminal-Table
…/Frame.pm6 :303:
for self.height() ...^ $h {
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/Propius
…/README.md :23:
# ... 60 seconds later in output (in case you use the cache)
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/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/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 :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
…/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 :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 :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 :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 :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 :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 :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 :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/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/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 :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
…/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/Map-Agnostic
…/README.md :21:
my %m is Map::Agnostic = ...;
ELIZABETH/Map-Agnostic
…/Agnostic.pm6 :64:
my %m is Map::Agnostic = ...;
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/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...'.
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);
HANENKAMP/AWS-Session
…/Provider.pod6 :13:
... # do you thing
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/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
…/IOC.pm6 :255:
args => \(...),
HANENKAMP/Cofra
…/Logger.pm6 :50:
My fingers got tired just documenting it. Let's never do that again... but
HANENKAMP/Cofra
…/PathRouter.pm6 :184:
anywhere, but..."
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
…/Future.pm6 :263:
say await $f; # prints 42, not Promise.new(...)
HANENKAMP/Getopt-ForClass
…/ForClass.pm6 :143:
# usage: our &MAIN := build-main-for-class(...);
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/Hash-MultiValue
…/MultiValue.pm6 :449:
when 101 { '...' }
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
…/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
…/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
…/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 :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 :242:
my &process1-template = anti-template(&process1, ...);
HANENKAMP/Template-Anti
…/README.md :246:
my &process2-template = anti-template(&process2, ...);
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 :248:
the block, just a yada (...), will cause Template::Anti to assume that the code
HANENKAMP/Template-Anti
…/Anti.pm6 :279:
my &process1-template = anti-template(&process1, ...);
HANENKAMP/Template-Anti
…/Anti.pm6 :283:
my &process2-template = anti-template(&process2, ...);
HANENKAMP/Template-Anti
…/Anti.pm6 :287:
my &process3-template = anti-template(&process3, ...);
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>...');
HMBRAND/Text-CSV
…/TODO :41:
can merge. Mind csv () and fragment ("cells="...")
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.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
…/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 :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
…/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
…/Message.pm6 :5:
# Provides trace output for use with CRO_TRACE=1 and `cro trace ...`.
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
…/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-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/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/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 :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-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-tools-linktemplate.md :4:
They are used when a `:link<...>` option is passed to `cro stub`, as well as
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
…/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 :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 :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 :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/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/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/RPi-Device-SMBus
…/README.md :16:
....
JSTOWE/RPi-Device-SMBus
…/SMBus.pm :22:
....
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 :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 :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 :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 '...' {
MARTIMM/Auth-SCRAM
…/README.md :40:
# Errors? nah ... (Famous last words!)
MARTIMM/Auth-SCRAM
…/Client.pod6 :34:
# Errors? nah ... (Famous last words!)
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
…/Document.pm6 :371:
:operation("\$d<$key> = ({$pair.perl}, ...)"), :type<List>,
MARTIMM/BSON
…/Document.pm6 :753:
when ... {
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/GTK-V3
…/GdkEvent.pm6 :17:
# ... etcetera ...
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
…/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
…/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 :396:
return "some debug text from fields within...";
MARTIMM/MongoDB
…/Client.pm6 :53:
# In case of an assignement like $c .= new(...) $c should be cleaned first
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 :239:
for ^5,(5...1) -> $code-postfix { # Insert a number of documents
MARTIMM/MongoDB
…/Collection.pm6 :183:
# }, ... ]
MARTIMM/MongoDB
…/Collection.pm6 :244:
# }, ... ]
MARTIMM/MongoDB
…/Collection.pm6 :318:
# deletes is [ { q : <query>, limit : <integer> }, ...]
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 ... ) {...}
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 ...";
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
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
…/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) {
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :222:
for 7...0 -> $digit {
ROBERTLE/Cache-Async
…/README.md :3:
... A Concurrent and Asynchronous Cache for Perl 6.
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
…/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
…/CurveMD.t :10:
# use 한골 so as not to confuse perl6... use perl십...
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/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/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/App-AizuOnlineJudge
…/Submittable.pm6 :114:
$*ERR.say(sprintf("Waiting... (%d seconds)", 4 ** $try-count));
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 :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
…/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
…/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 :103:
# modules... or maybe it just doesn't implement it at all)
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/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 :288:
for (self.n-tets - 1)...0 -> $i {
VRURG/IP-Addr
…/v6.pm6 :374:
for 0...@hx.end -> $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 :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 :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<...>,
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/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-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 :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
…/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 :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 :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
…/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 :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 :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 :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
IanTayler/MinG
…/EDMG.pm6 :511:
say "Parsing...";
IanTayler/MinG
…/S13.pm6 :485:
say "Parsing...";
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 {
MARTIMM/Auth-SCRAM
…/README.md :40:
# Errors? nah ... (Famous last words!)
MARTIMM/Auth-SCRAM
…/Client.pod6 :34:
# Errors? nah ... (Famous last words!)
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
…/Document.pm6 :371:
:operation("\$d<$key> = ({$pair.perl}, ...)"), :type<List>,
MARTIMM/BSON
…/Document.pm6 :753:
when ... {
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/config-datalang-refine
…/CHANGES.md :12:
* I definitely did something... :-\
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
…/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 :396:
return "some debug text from fields within...";
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 :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 :239:
for ^5,(5...1) -> $code-postfix { # Insert a number of documents
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
…/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/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 :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;
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
…/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> ...]
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 :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.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 :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-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
…/Parser.pm6 :395:
%order{ @order } = 0 ...^ +@order;
araraloren/perl6-terminal-table
…/Frame.pm6 :303:
for self.height() ...^ $h {
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 :30:
File::LibMagic.new(...)
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 :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 :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 :315:
// Handle '..' and '...' operators correctly.
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
…/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
…/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 :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:
/* if it doesn't have a name, then it's probably text, cdata, etc... */
azawawi/perl6-net-curl
…/multi-app.c :106:
greater or equal than -1. We call select(maxfd + 1, ...), specially in
azawawi/perl6-net-curl
…/multi-app.c :107:
case of (maxfd == -1), we call select(0, ...), which is basically equal
azawawi/perl6-net-curl
…/multi-debugcallback.c :180:
greater or equal than -1. We call select(maxfd + 1, ...), specially in
azawawi/perl6-net-curl
…/multi-debugcallback.c :181:
case of (maxfd == -1), we call select(0, ...), which is basically equal
azawawi/perl6-net-curl
…/multi-double.c :95:
greater or equal than -1. We call select(maxfd + 1, ...), specially in
azawawi/perl6-net-curl
…/multi-double.c :96:
case of (maxfd == -1), we call select(0, ...), which is basically equal
azawawi/perl6-net-curl
…/multi-post.c :116:
greater or equal than -1. We call select(maxfd + 1, ...), specially in
azawawi/perl6-net-curl
…/multi-post.c :117:
case of (maxfd == -1), we call select(0, ...), which is basically equal
azawawi/perl6-net-curl
…/multi-single.c :91:
greater or equal than -1. We call select(maxfd + 1, ...), specially in
azawawi/perl6-net-curl
…/multi-single.c :92:
case of (maxfd == -1), we call select(0, ...), which is basically equal
azawawi/perl6-net-curl
…/rtsp.c :247:
printf("Playing video, press any key to stop ...");
azawawi/perl6-net-curl
…/simplessl.c :62:
pEngine = "chil"; /* for nChiper HSM... */
azawawi/perl6-net-curl
…/simplessl.c :79:
while(1) /* do some ugly short cut... */
azawawi/perl6-net-curl
…/simplessl.c :91:
a engine in a curl object... */
azawawi/perl6-net-curl
…/simplessl.c :96:
/* cert is stored PEM coded in file... */
azawawi/perl6-net-curl
…/simplessl.c :104:
(if the key has one...) */
azawawi/perl6-net-curl
…/simplessl.c :128:
break; /* we are done... */
azawawi/perl6-net-curl
…/smtp-multi.c :172:
greater or equal than -1. We call select(maxfd + 1, ...), specially in
azawawi/perl6-net-curl
…/smtp-multi.c :173:
case of (maxfd == -1), we call select(0, ...), which is basically equal
azawawi/perl6-net-curl
…/Curl.pm6 :320:
# CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ... );
azawawi/perl6-net-curl
…/NativeCall.pm6 :991:
# CURLMoption option, ...);
azawawi/perl6-net-curl
…/NativeCall.pm6 :1043:
# ...);
azawawi/perl6-net-curl
…/NativeCall.pm6 :1276:
#CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
azawawi/perl6-net-curl
…/NativeCall.pm6 :1348:
#CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
azawawi/perl6-net-curl
…/NativeCall.pm6 :1455:
#CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
azawawi/perl6-odoo-client
…/generate-docs.sh :5:
say "Generating Markdown documentation...";
azawawi/perl6-selenium-webdriver
…/02-phantomjs.t :40:
skip-rest("phantomjs is not installed. skipping tests...");
azawawi/perl6-selenium-webdriver
…/05-firefox.t :40:
skip-rest("Firefox is not installed. skipping tests...");
azawawi/perl6-selenium-webdriver
…/06-chrome.t :40:
skip-rest("chromedriver is not installed. skipping tests...");
azawawi/perl6-selenium-webdriver
…/07-blackberry.t :37:
skip-rest("Environment variable SELENIUM_BLACKBERRY_IP is not set. skipping tests...");
bbkr/GeoIP2
…/GeoIP2.pm :189:
# bits 27...24 are taken from middle byte
bbkr/jsonrpc
…/Client.pm6 :171:
# SPEC: If the batch rpc call itself fails to be recognized (...)
bbkr/text_markov
…/README.md :142:
...new sentence ```I was snowing.``` may be generated.
bduggan/p6-digest-sha1-native
…/06-threads.t :10:
my $p1 = start { for 1,3,5 ... $max { $odds.send(sha1-hex("$_")) } }
bduggan/p6-digest-sha1-native
…/06-threads.t :11:
my $p2 = start { for 2,4,6 ... $max { $evens.send(sha1-hex("$_")) } }
bduggan/p6-jupyter-kernel
…/hello-world.ipynb :103:
"( Out[2] + 1).log(2); # you can also refer to Out[...]"
bduggan/p6-jupyter-kernel
…/hello-world.ipynb :114:
"[...]"
bduggan/p6-jupyter-kernel
…/hello-world.ipynb :123:
"my @fib = 1, 1, * + * ... 􏿽xE2􏿽x88􏿽x9E"
bradclawsie/Context
…/basic-context.p6 :86:
# Start the sample-client...maybe in the real world this
briandfoy/perl6-PrettyDump
…/PrettyDump.pm6 :120:
$pretty = PrettyDump.new: ... ;
briandfoy/perl6-chemistry-elements
…/langs_zip.pl :16:
my %hash3 = (my @array1 = < a b c d >) Z=> (0 ... *);
briandfoy/perl6-chemistry-elements
…/langs_zip.pl :33:
my $list := 1 ... *;
briandfoy/perl6-chemistry-elements
…/langs_zip.pl :34:
say "... is > " ~ $list.^name;
briandfoy/perl6-chemistry-elements
…/langs_zip.pl :37:
for 1, 2, -> $a, $b { ( $a + $b ) % 5 } ... * -> $next {
byterock/Acme-Flutterby
…/META.info :6:
"description" : "Acme::Flutterby - An object-oriented interface to a butterfly. In what else but Perl 6...",
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :198:
#if $year != any( 1583...9999 ) { return "ERROR!! Invalid year. (only use 1583 to 9999)"; }
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :206:
#if $year != any( 622...9999 ) { return "ERROR!! Invalid year. (only use 622 to 9999)"; }
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :214:
#if $year != any( 360...9999 ) { return "ERROR!! Invalid year. (only use 360 to 9999)"; }
ccworld1000/CCChart
…/CCChart.pm6 :76:
ccsay "Begin gen Pie ......";
ccworld1000/CCChart
…/CCChart.pm6 :174:
ccsay "Begin gen lines ......";
cedric-vincent/kains
…/README.txt :9:
kains [options] ... [command]
cedric-vincent/kains
…/README.txt :240:
? [...]
cedric-vincent/kains
…/README.txt :253:
pts/0 [...]
cedric-vincent/kains
…/README.txt :266:
uid=0(root) gid=0(root) [...]
cedric-vincent/kains
…/README.txt :285:
Reading package lists... Done
cedric-vincent/kains
…/README.txt :287:
Reading state information... Done
cedric-vincent/kains
…/README.txt :289:
[...]
cedric-vincent/kains
…/README.txt :301:
[...]
cedric-vincent/kains
…/README.txt :303:
[...] # prog is installed in "/tmp/alternate_opt/bin" actually
cedric-vincent/kains
…/README.txt :329:
$ kains -B /bin/bash /bin/sh [...]
cedric-vincent/kains
…/README.txt :339:
[...]
cedric-vincent/kains
…/README.txt :342:
[...]
cedric-vincent/kains
…/README.txt :349:
[...]
cedric-vincent/kains
…/README.txt :351:
[...]
cedric-vincent/kains
…/Commandline.pm6 :70:
@callback-args = @arguments[$index + 1 ... $new-index];
cedric-vincent/kains
…/Commandline.pm6 :100:
say "Usage: kains [options] ... [command]\n";
cedric-vincent/kains
…/Parameters.pm6 :224:
when $_ < +@arguments { $config.command = @arguments[$_ ... *] }
cedric-vincent/kains
…/README :4:
- "Kain's symbol [...] was conceived by artist Daniel Cabuco."
cedric-vincent/kains
…/01-basic.t :69:
my $nonexistent-path = '/tmp/kains-' ~ [~] ('a'...'z', 'A'...'Z', '0'...'9').pick(30);
cedric-vincent/kains
…/03-bug.t :29:
'kains-' ~ getpid() ~ ['a'...'z'].pick(9).join;
cjfields/bioperl6
…/PrimarySeq.pm6 :197:
#no idea why they did it this way in p5 code.....
cjfields/bioperl6
…/Lite.pm6 :83:
# Alternatively, use -segments => [ [start,stop],[start,stop]...]
cjfields/bioperl6
…/Lite.pm6 :903:
# form "start1..end1,start2..end2,...". Use
cjfields/bioperl6
…/SeqIO.pm6 :17:
#should not have to do this......
cjfields/bioperl6
…/Describable.t :27:
#$s.desc = 'Frankly, my dear...'; # TODO: set via alias
cjfields/bioperl6
…/Describable.t :28:
#is($s.description, 'Frankly, my dear...');
colomon/ABC
…/05-actions.t :19:
is $match.ast.main-accidental, "#", "...sharp";
colomon/ABC
…/05-actions.t :27:
is $match.ast.main-accidental, "b", "...flat";
colomon/ABC
…/05-actions.t :28:
is $match.ast.main-type, "min", "...min";
colomon/ABC
…/05-actions.t :30:
is $match.ast.bass-accidental, "#", "...#";
colomon/ABC
…/05-actions.t :38:
is $match.ast[0].main-accidental, "#", "...sharp";
colomon/ABC
…/05-actions.t :56:
is $match.ast.value[0].main-accidental, "#", "...sharp";
colomon/List-Utils
…/Utils.pm :67:
for $count - 1 ... 0 -> $i {
colomon/List-Utils
…/01-sliding-window.t :6:
# is ~sliding-window(1...3, 1), ~(1, 2, 3), "one at a time works (series)";
colomon/List-Utils
…/01-sliding-window.t :28:
# is ~sliding-window-wrapped(1...3, 1), ~(1, 2, 3), "one at a time works (series)";
colomon/List-Utils
…/03-take-while.t :4:
is take-while((1...*), * <= 10), ~(1...10), "take-while works on a basic infinite loop";
colomon/List-Utils
…/03-take-while.t :5:
is take-while((1...*), * <= -1), "", "take-while works if condition is initially false";
colomon/List-Utils
…/06-sorted-merge.t :29:
my @a = 1, 1, *+* ... *;
colomon/List-Utils
…/06-sorted-merge.t :30:
my @b = 3, 6 ... *;
colomon/List-Utils
…/06-sorted-merge.t :38:
my @a = 1, 1, *+* ... *;
colomon/List-Utils
…/06-sorted-merge.t :39:
my @b = 3, 6 ... *;
colomon/List-Utils
…/06-sorted-merge.t :47:
my @a = 1, * * -1/2 ... *;
colomon/List-Utils
…/06-sorted-merge.t :48:
my @b = 1, 1/3, 1/9 ... *;
colomon/Math-ContinuedFractions
…/00-experiments.t :133:
1, 2, 2, 2 ... *;
colomon/TagTools
…/fixup-youtube-dl :7:
# (($a.comb Z=> $b.comb) ...^ { $_.key ne $_.value }).map(*.key).join;
colomon/perl6-Testing
…/fake_input.t :8:
COMM 'Fake line-by-line...';
colomon/perl6-Testing
…/fake_input.t :14:
COMM 'Fake reading all lines...';
colomon/perl6-Testing
…/fake_input.t :18:
COMM 'Fake slurping all lines...';
colomon/perl6-Testing
…/fake_input.t :22:
COMM 'Fake some lines...';
colomon/perl6-Testing
…/fake_input.t :28:
COMM 'Fake bytewise reading...';
colomon/perl6-Testing
…/fake_input.t :36:
COMM 'Fake EOF...';
colomon/perl6-Testing
…/fake_input.t :43:
COMM 'Fake file tests...';
colomon/perl6-Testing
…/metatest.t :6:
COMM "\nBasic tests...";
colomon/perl6-Testing
…/metatest.t :16:
COMM "\nNegative tests...";
colomon/perl6-Testing
…/metatest.t :25:
COMM "\nOne-arg negative tests...";
colomon/perl6-Testing
…/metatest.t :34:
COMM "\nTest skipping behaviour...";
colomon/perl6-Testing
…/metatest.t :38:
COMM "\nTest todo behaviour...";
colomon/perl6-Testing
…/metatest.t :45:
# COMM "\nTest named args...";
cosimo/perl6-cache-memcached
…/Memcached.pm :433:
$.log-debug("No socket ...");
cosimo/perl6-cache-memcached
…/Memcached.pm :861:
in the caches in an O(1) operation...) Running stats will still
cosimo/perl6-digest-md5
…/MD5.pm :54:
md5-block(@H, @M[$_ .. $_+15]) for 0, 16 ...^ +@M;
cosimo/perl6-facter
…/Resolution.pm :158:
self.debug("Getting value of fact $.name...");
cosimo/perl6-facter
…/generator.rb :162:
raise "Don't know about this data type... something must be wrong!"
croservices/cro-ssl
…/ssl.t :145:
$client-conn-a.print("No, not there...");
croservices/cro-ssl
…/ssl.t :146:
is $client-received-a.receive.decode('latin-1'), "NO, NOT THERE...",
cygx/p6-debug
…/README.md :8:
perl6 -MDEBUG -e 'use dbg; dbg note "debugging..."'
cygx/p6-debug
…/README.md :20:
logger 'Printing to STDOUT...';
cygx/p6-debug
…/README.md :21:
dbg say 'Also prints to STDOUT...';
cygx/p6-debug
…/README.md :29:
'This will never be executed...';
cygx/p6-image-png-inflated
…/pngcheck.c :135:
/* not sure if this will work (fragile!), but relatively clean... */
cygx/p6-image-png-inflated
…/pngcheck.c :262:
int search = 0; /* hunt for PNGs in the file... */
cygx/p6-image-png-inflated
…/pngcheck.c :263:
int extract = 0; /* ...and extract them to arbitrary file names. */
cygx/p6-image-png-inflated
…/pngcheck.c :752:
"Usage: pngcheck [-7cfpqtv] file.{png|jng|mng} [file2.{png|jng|mng} [...]]\n"
cygx/p6-image-png-inflated
…/pngcheck.c :753:
" or: ... | pngcheck [-7cfpqstvx]\n"
cygx/p6-image-png-inflated
…/pngcheck.c :754:
" or: pngcheck [-7cfpqstvx] file-containing-PNGs...\n"
cygx/p6-image-png-inflated
…/pngcheck.c :1018:
long sz; /* FIXME: should be ulg (not using negative values as flags...) */
cygx/p6-image-png-inflated
…/pngcheck.c :1320:
if (lace && verbose > 3) /* (FIXME eventually...or move to pngcrunch) */
cygx/p6-image-png-inflated
…/pngcheck.c :1751:
return here... */
cygx/p6-image-png-inflated
…/pngcheck.c :2972:
/* conversion to PNG format counts as modification... */
cygx/p6-image-png-inflated
…/pngcheck.c :3237:
last_is_JDAT = 1; /* effectively... (GRR HACK) */
cygx/p6-image-png-inflated
…/pngcheck.c :3289:
if (lace && verbose > 3) /* (FIXME eventually...or move to pngcrunch) */
cygx/p6-image-png-inflated
…/pngcheck.c :4345:
/* realistically, this can never happen (due to keywordlen())... */
cygx/p6-image-png-inflated
…/pngcheck.c :4366:
buf += keylen+1; /* no NULL separator for last keyword... */
cygx/p6-image-png-inflated
…/pngcheck.c :4367:
bytes_left -= keylen+1; /* ...but then bytes_left will be < 0: NP */
cygx/p6-image-rgba-text
…/pngcheck.c :135:
/* not sure if this will work (fragile!), but relatively clean... */
cygx/p6-image-rgba-text
…/pngcheck.c :262:
int search = 0; /* hunt for PNGs in the file... */
cygx/p6-image-rgba-text
…/pngcheck.c :263:
int extract = 0; /* ...and extract them to arbitrary file names. */
cygx/p6-image-rgba-text
…/pngcheck.c :752:
"Usage: pngcheck [-7cfpqtv] file.{png|jng|mng} [file2.{png|jng|mng} [...]]\n"
cygx/p6-image-rgba-text
…/pngcheck.c :753:
" or: ... | pngcheck [-7cfpqstvx]\n"
cygx/p6-image-rgba-text
…/pngcheck.c :754:
" or: pngcheck [-7cfpqstvx] file-containing-PNGs...\n"
cygx/p6-image-rgba-text
…/pngcheck.c :1018:
long sz; /* FIXME: should be ulg (not using negative values as flags...) */
cygx/p6-image-rgba-text
…/pngcheck.c :1320:
if (lace && verbose > 3) /* (FIXME eventually...or move to pngcrunch) */
cygx/p6-image-rgba-text
…/pngcheck.c :1751:
return here... */
cygx/p6-image-rgba-text
…/pngcheck.c :2972:
/* conversion to PNG format counts as modification... */
cygx/p6-image-rgba-text
…/pngcheck.c :3237:
last_is_JDAT = 1; /* effectively... (GRR HACK) */
cygx/p6-image-rgba-text
…/pngcheck.c :3289:
if (lace && verbose > 3) /* (FIXME eventually...or move to pngcrunch) */
cygx/p6-image-rgba-text
…/pngcheck.c :4345:
/* realistically, this can never happen (due to keywordlen())... */
cygx/p6-image-rgba-text
…/pngcheck.c :4366:
buf += keylen+1; /* no NULL separator for last keyword... */
cygx/p6-image-rgba-text
…/pngcheck.c :4367:
bytes_left -= keylen+1; /* ...but then bytes_left will be < 0: NP */
cygx/p6-tinycc-resources-win64
…/conio.h :16:
_CRTIMP int __cdecl _cprintf(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio.h :18:
_CRTIMP int __cdecl _cscanf(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio.h :19:
_CRTIMP int __cdecl _cscanf_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio.h :23:
_CRTIMP int __cdecl _cprintf_p(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio.h :25:
_CRTIMP int __cdecl _cprintf_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio.h :27:
_CRTIMP int __cdecl _cprintf_p_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio.h :60:
_CRTIMP int __cdecl _cwprintf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio.h :61:
_CRTIMP int __cdecl _cwscanf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio.h :62:
_CRTIMP int __cdecl _cwscanf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio.h :64:
_CRTIMP int __cdecl _cwprintf_p(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio.h :66:
_CRTIMP int __cdecl _cwprintf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio.h :68:
_CRTIMP int __cdecl _cwprintf_p_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio.h :78:
int __cdecl cprintf(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio.h :80:
int __cdecl cscanf(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/io.h :314:
_CRTIMP int __cdecl _open(const char *_Filename,int _OpenFlag,...);
cygx/p6-tinycc-resources-win64
…/io.h :315:
_CRTIMP int __cdecl _sopen(const char *_Filename,int _OpenFlag,int _ShareFlag,...);
cygx/p6-tinycc-resources-win64
…/io.h :344:
_CRTIMP int __cdecl _wopen(const wchar_t *_Filename,int _OpenFlag,...);
cygx/p6-tinycc-resources-win64
…/io.h :345:
_CRTIMP int __cdecl _wsopen(const wchar_t *_Filename,int _OpenFlag,int _ShareFlag,...);
cygx/p6-tinycc-resources-win64
…/io.h :372:
int __cdecl open(const char *_Filename,int _OpenFlag,...);
cygx/p6-tinycc-resources-win64
…/io.h :375:
int __cdecl sopen(const char *_Filename,int _OpenFlag,int _ShareFlag,...);
cygx/p6-tinycc-resources-win64
…/process.h :50:
_CRTIMP intptr_t __cdecl _execl(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :51:
_CRTIMP intptr_t __cdecl _execle(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :52:
_CRTIMP intptr_t __cdecl _execlp(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :53:
_CRTIMP intptr_t __cdecl _execlpe(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :58:
_CRTIMP intptr_t __cdecl _spawnl(int _Mode,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :59:
_CRTIMP intptr_t __cdecl _spawnle(int _Mode,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :60:
_CRTIMP intptr_t __cdecl _spawnlp(int _Mode,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :61:
_CRTIMP intptr_t __cdecl _spawnlpe(int _Mode,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :74:
_CRTIMP intptr_t __cdecl _wexecl(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :75:
_CRTIMP intptr_t __cdecl _wexecle(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :76:
_CRTIMP intptr_t __cdecl _wexeclp(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :77:
_CRTIMP intptr_t __cdecl _wexeclpe(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :82:
_CRTIMP intptr_t __cdecl _wspawnl(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :83:
_CRTIMP intptr_t __cdecl _wspawnle(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :84:
_CRTIMP intptr_t __cdecl _wspawnlp(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :85:
_CRTIMP intptr_t __cdecl _wspawnlpe(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :136:
int __cdecl execl(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :137:
int __cdecl execle(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :138:
int __cdecl execlp(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :139:
int __cdecl execlpe(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :141:
intptr_t __cdecl execl(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :142:
intptr_t __cdecl execle(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :143:
intptr_t __cdecl execlp(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :144:
intptr_t __cdecl execlpe(const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :146:
intptr_t __cdecl spawnl(int,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :147:
intptr_t __cdecl spawnle(int,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :148:
intptr_t __cdecl spawnlp(int,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/process.h :149:
intptr_t __cdecl spawnlpe(int,const char *_Filename,const char *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :19:
_CRTIMP int __cdecl _cprintf_s(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :20:
_CRTIMP int __cdecl _cscanf_s(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :21:
_CRTIMP int __cdecl _cscanf_s_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :23:
_CRTIMP int __cdecl _cprintf_s_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :29:
_CRTIMP int __cdecl _cwprintf_s(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :30:
_CRTIMP int __cdecl _cwscanf_s(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :31:
_CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/conio_s.h :33:
_CRTIMP int __cdecl _cwprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :20:
int __cdecl fprintf_s(FILE *_File,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :22:
_CRTIMP int __cdecl _fscanf_s_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :23:
int __cdecl printf_s(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :24:
_CRTIMP int __cdecl _scanf_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :25:
_CRTIMP int __cdecl _scanf_s_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :26:
_CRTIMP int __cdecl _snprintf_s(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :27:
_CRTIMP int __cdecl _snprintf_c(char *_DstBuf,size_t _MaxCount,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :29:
int __cdecl sprintf_s(char *_DstBuf,size_t _DstSize,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :30:
_CRTIMP int __cdecl _fscanf_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :31:
_CRTIMP int __cdecl _sscanf_l(const char *_Src,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :32:
_CRTIMP int __cdecl _sscanf_s_l(const char *_Src,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :33:
_CRTIMP int __cdecl _snscanf_s(const char *_Src,size_t _MaxCount,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :34:
_CRTIMP int __cdecl _snscanf_l(const char *_Src,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :35:
_CRTIMP int __cdecl _snscanf_s_l(const char *_Src,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :41:
_CRTIMP int __cdecl _fprintf_p(FILE *_File,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :42:
_CRTIMP int __cdecl _printf_p(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :43:
_CRTIMP int __cdecl _sprintf_p(char *_Dst,size_t _MaxCount,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :47:
_CRTIMP int __cdecl _scprintf_p(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :49:
_CRTIMP int __cdecl _printf_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :50:
_CRTIMP int __cdecl _printf_p_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :53:
_CRTIMP int __cdecl _fprintf_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :54:
_CRTIMP int __cdecl _fprintf_p_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :57:
_CRTIMP int __cdecl _sprintf_l(char *_DstBuf,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :58:
_CRTIMP int __cdecl _sprintf_p_l(char *_DstBuf,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :61:
_CRTIMP int __cdecl _scprintf_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :62:
_CRTIMP int __cdecl _scprintf_p_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :65:
_CRTIMP int __cdecl _printf_s_l(const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :67:
_CRTIMP int __cdecl _fprintf_s_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :69:
_CRTIMP int __cdecl _sprintf_s_l(char *_DstBuf,size_t _DstSize,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :71:
_CRTIMP int __cdecl _snprintf_s_l(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :73:
_CRTIMP int __cdecl _snprintf_l(char *_DstBuf,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :74:
_CRTIMP int __cdecl _snprintf_c_l(char *_DstBuf,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :81:
int __cdecl fwprintf_s(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :82:
int __cdecl wprintf_s(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :84:
int __cdecl swprintf_s(wchar_t *_Dst,size_t _SizeInWords,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :86:
_CRTIMP int __cdecl _snwprintf_s(wchar_t *_DstBuf,size_t _DstSizeInWords,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :88:
_CRTIMP int __cdecl _wprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :90:
_CRTIMP int __cdecl _fwprintf_s_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :92:
_CRTIMP int __cdecl _swprintf_s_l(wchar_t *_DstBuf,size_t _DstSize,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :94:
_CRTIMP int __cdecl _snwprintf_s_l(wchar_t *_DstBuf,size_t _DstSize,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :96:
_CRTIMP int __cdecl _fwscanf_s_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :97:
_CRTIMP int __cdecl _swscanf_s_l(const wchar_t *_Src,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :98:
_CRTIMP int __cdecl _snwscanf_s(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :99:
_CRTIMP int __cdecl _snwscanf_s_l(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :100:
_CRTIMP int __cdecl _wscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :104:
_CRTIMP int __cdecl _fwprintf_p(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :105:
_CRTIMP int __cdecl _wprintf_p(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :108:
_CRTIMP int __cdecl _swprintf_p(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :110:
_CRTIMP int __cdecl _scwprintf_p(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :112:
_CRTIMP int __cdecl _wprintf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :113:
_CRTIMP int __cdecl _wprintf_p_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :116:
_CRTIMP int __cdecl _fwprintf_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :117:
_CRTIMP int __cdecl _fwprintf_p_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :120:
_CRTIMP int __cdecl _swprintf_c_l(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :121:
_CRTIMP int __cdecl _swprintf_p_l(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :124:
_CRTIMP int __cdecl _scwprintf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :125:
_CRTIMP int __cdecl _scwprintf_p_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :127:
_CRTIMP int __cdecl _snwprintf_l(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :129:
_CRTIMP int __cdecl __swprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :132:
_CRTIMP int __cdecl _fwscanf_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :133:
_CRTIMP int __cdecl _swscanf_l(const wchar_t *_Src,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :134:
_CRTIMP int __cdecl _snwscanf_l(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/stdio_s.h :135:
_CRTIMP int __cdecl _wscanf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :26:
_CRTIMP int __cdecl _cwprintf_s(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :27:
_CRTIMP int __cdecl _cwscanf_s(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :28:
_CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :30:
_CRTIMP int __cdecl _cwprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :37:
int __cdecl fwprintf_s(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :38:
int __cdecl wprintf_s(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :41:
int __cdecl swprintf_s(wchar_t *_Dst,size_t _SizeInWords,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :43:
_CRTIMP int __cdecl _snwprintf_s(wchar_t *_DstBuf,size_t _DstSizeInWords,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :45:
_CRTIMP int __cdecl _wprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :47:
_CRTIMP int __cdecl _fwprintf_s_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :49:
_CRTIMP int __cdecl _swprintf_s_l(wchar_t *_DstBuf,size_t _DstSize,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :51:
_CRTIMP int __cdecl _snwprintf_s_l(wchar_t *_DstBuf,size_t _DstSize,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :53:
_CRTIMP int __cdecl _fwscanf_s_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :54:
_CRTIMP int __cdecl _swscanf_s_l(const wchar_t *_Src,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :55:
_CRTIMP int __cdecl _snwscanf_s(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :56:
_CRTIMP int __cdecl _snwscanf_s_l(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar_s.h :57:
_CRTIMP int __cdecl _wscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/setjmp.h :152:
__declspec(noreturn) __attribute__ ((__nothrow__)) void __cdecl ms_longjmp(jmp_buf _Buf,int _Value)/* throw(...)*/;
cygx/p6-tinycc-resources-win64
…/stdio.h :181:
int __cdecl fprintf(FILE *_File,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :187:
int __cdecl fscanf(FILE *_File,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :211:
int __cdecl printf(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :227:
int __cdecl scanf(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :233:
_CRTIMP int __cdecl _scprintf(const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :234:
int __cdecl sscanf(const char *_Src,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :235:
_CRTIMP int __cdecl _snscanf(const char *_Src,size_t _MaxCount,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :251:
int __mingw_snprintf(char* s, size_t n, const char* format, ...);
cygx/p6-tinycc-resources-win64
…/stdio.h :253:
_CRTIMP int __cdecl _snprintf(char *_Dest,size_t _Count,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :255:
int __cdecl sprintf(char *_Dest,const char *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :258:
int __cdecl snprintf(char* s, size_t n, const char* format, ...);
cygx/p6-tinycc-resources-win64
…/stdio.h :306:
int __cdecl fwprintf(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :307:
int __cdecl wprintf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :308:
_CRTIMP int __cdecl _scwprintf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :311:
_CRTIMP int __cdecl swprintf(wchar_t*, const wchar_t*, ...);
cygx/p6-tinycc-resources-win64
…/stdio.h :313:
_CRTIMP int __cdecl _swprintf_c(wchar_t *_DstBuf,size_t _SizeInWords,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :315:
_CRTIMP int __cdecl _snwprintf(wchar_t *_Dest,size_t _Count,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :318:
int __cdecl snwprintf (wchar_t* s, size_t n, const wchar_t* format, ...);
cygx/p6-tinycc-resources-win64
…/stdio.h :324:
_CRTIMP int __cdecl _swprintf(wchar_t *_Dest,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :342:
int __cdecl fwscanf(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :343:
int __cdecl swscanf(const wchar_t *_Src,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :344:
_CRTIMP int __cdecl _snwscanf(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/stdio.h :345:
int __cdecl wscanf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/tcclib.h :44:
int printf(const char *format, ...);
cygx/p6-tinycc-resources-win64
…/tcclib.h :45:
int fprintf(FILE *stream, const char *format, ...);
cygx/p6-tinycc-resources-win64
…/tcclib.h :46:
int sprintf(char *str, const char *format, ...);
cygx/p6-tinycc-resources-win64
…/tcclib.h :47:
int snprintf(char *str, size_t size, const char *format, ...);
cygx/p6-tinycc-resources-win64
…/tcclib.h :48:
int asprintf(char **strp, const char *format, ...);
cygx/p6-tinycc-resources-win64
…/tcclib.h :49:
int dprintf(int fd, const char *format, ...);
cygx/p6-tinycc-resources-win64
…/wchar.h :295:
_CRTIMP int __cdecl _wopen(const wchar_t *_Filename,int _OpenFlag,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :296:
_CRTIMP int __cdecl _wsopen(const wchar_t *_Filename,int _OpenFlag,int _ShareFlag,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :311:
_CRTIMP intptr_t __cdecl _wexecl(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :312:
_CRTIMP intptr_t __cdecl _wexecle(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :313:
_CRTIMP intptr_t __cdecl _wexeclp(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :314:
_CRTIMP intptr_t __cdecl _wexeclpe(const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :319:
_CRTIMP intptr_t __cdecl _wspawnl(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :320:
_CRTIMP intptr_t __cdecl _wspawnle(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :321:
_CRTIMP intptr_t __cdecl _wspawnlp(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :322:
_CRTIMP intptr_t __cdecl _wspawnlpe(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :532:
_CRTIMP int __cdecl _cwprintf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :533:
_CRTIMP int __cdecl _cwscanf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :534:
_CRTIMP int __cdecl _cwscanf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :536:
_CRTIMP int __cdecl _cwprintf_p(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :539:
_CRTIMP int __cdecl _cwprintf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :541:
_CRTIMP int __cdecl _cwprintf_p_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :575:
int __cdecl fwprintf(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :576:
int __cdecl wprintf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :577:
_CRTIMP int __cdecl _scwprintf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :580:
_CRTIMP int __cdecl swprintf(wchar_t*, const wchar_t*, ...);
cygx/p6-tinycc-resources-win64
…/wchar.h :582:
_CRTIMP int __cdecl _swprintf_c(wchar_t *_DstBuf,size_t _SizeInWords,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :584:
_CRTIMP int __cdecl _snwprintf(wchar_t *_Dest,size_t _Count,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :587:
int __cdecl snwprintf (wchar_t *s, size_t n, const wchar_t * format, ...);
cygx/p6-tinycc-resources-win64
…/wchar.h :593:
_CRTIMP int __cdecl _fwprintf_p(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :594:
_CRTIMP int __cdecl _wprintf_p(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :597:
_CRTIMP int __cdecl _swprintf_p(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :599:
_CRTIMP int __cdecl _scwprintf_p(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :601:
_CRTIMP int __cdecl _wprintf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :602:
_CRTIMP int __cdecl _wprintf_p_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :605:
_CRTIMP int __cdecl _fwprintf_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :606:
_CRTIMP int __cdecl _fwprintf_p_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :609:
_CRTIMP int __cdecl _swprintf_c_l(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :610:
_CRTIMP int __cdecl _swprintf_p_l(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :613:
_CRTIMP int __cdecl _scwprintf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :614:
_CRTIMP int __cdecl _scwprintf_p_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :616:
_CRTIMP int __cdecl _snwprintf_l(wchar_t *_DstBuf,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :618:
_CRTIMP int __cdecl _swprintf(wchar_t *_Dest,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :620:
_CRTIMP int __cdecl __swprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :638:
int __cdecl fwscanf(FILE *_File,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :639:
_CRTIMP int __cdecl _fwscanf_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :640:
int __cdecl swscanf(const wchar_t *_Src,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :641:
_CRTIMP int __cdecl _swscanf_l(const wchar_t *_Src,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :642:
_CRTIMP int __cdecl _snwscanf(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :643:
_CRTIMP int __cdecl _snwscanf_l(const wchar_t *_Src,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :644:
int __cdecl wscanf(const wchar_t *_Format,...);
cygx/p6-tinycc-resources-win64
…/wchar.h :645:
_CRTIMP int __cdecl _wscanf_l(const wchar_t *_Format,_locale_t _Locale,...);
cygx/p6-tinycc-resources-win64
…/winuser.h :136:
WINUSERAPI int WINAPIV wsprintfA(LPSTR,LPCSTR,...);
cygx/p6-tinycc-resources-win64
…/winuser.h :137:
WINUSERAPI int WINAPIV wsprintfW(LPWSTR,LPCWSTR,...);
cygx/p6-tinycc
…/example.p6 :10:
puts("adding...");
dagurval/p6-Time-Duration
…/Duration.pm6 :359:
=item concise( I<function(> ... ) )
dagurval/p6-Time-Duration
…/01_tdur.t :17:
print "# Basic tests...\n";
dagurval/p6-Time-Duration
…/01_tdur.t :40:
print "# Advanced tests...\n";
dagurval/p6-Time-Duration
…/01_tdur.t :181:
print "# And an advanced one to put duration thru its paces...\n";
dagurval/p6-Time-Duration
…/01_tdur.t :193:
print "# Some tests of concise() ...\n";
dagurval/perl6-gd-raw
…/gdCopyBlurred.t :145:
# ...and lighter when moving away to the right.
dagurval/perl6-image-resize
…/02-more.t :35:
ok $bad-quality.IO.s > 0 && $bad-quality.IO.s > 0, "... and they contain data";
dginev/perl6-Lingua-EN-Sentence
…/Sentence.pm6 :77:
# <$acronym_regexp> doesn't play nice with :i for now... working around it:
dginev/perl6-Lingua-EN-Sentence
…/Sentence.pm6 :114:
# fix: bla bla... yada yada
dginev/perl6-Lingua-EN-Sentence
…/Sentence.pm6 :115:
$s ~~ s:g/'...' $EOS <lower>/...$<lower>/;
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :227:
<identifier body> ::= <identifier start> [ <identifier part>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :249:
<large object length token> ::= <digit>... <multiplier>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :445:
<simple comment> ::= <simple comment introducer> [ <comment character>... ] <newline>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :447:
<simple comment introducer> ::= <minus sign><minus sign> [ <minus sign>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :466:
<bracketed comment contents> ::= [ { <comment character> | <separator> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1006:
<quote> [ <character representation>... ] <quote>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1007:
[ { <separator> <quote> [ <character representation>... ] <quote> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1029:
N <quote> [ <character representation>... ] <quote>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1030:
[ { <separator> <quote> [ <character representation>... ] <quote> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1034:
U<ampersand><quote> [ <Unicode representation>... ] <quote>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1035:
[ { <separator> <quote> [ <Unicode representation>... ] <quote> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1041:
X <quote> [ { <hexit><hexit> }... ] <quote>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1042:
[ { <separator> <quote> [ { <hexit><hexit> }... ] <quote> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1140:
<SQL language identifier start> [ { <underscore> | <SQL language identifier part> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1339:
<row type body> ::= <left paren> <field definition> [ { <comma> <field definition> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1474:
<identifier chain> ::= <identifier> [ { <period> <identifier> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1498:
<grouping operation> ::= GROUPING <left paren> <column reference> [ { <comma> <column reference> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1525:
| COALESCE <left paren> <value expression> { <comma> <value expression> }... <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1529:
<simple case> ::= CASE <case operand> <simple when clause>... [ <else clause> ] END
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :1531:
<searched case> ::= CASE <searched when clause>... [ <else clause> ] END
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2040:
<array element list> ::= <array element> [ { <comma> <array element> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2108:
<row value constructor element> [ { <comma> <row value constructor element> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2121:
[ { <comma> <contextually typed row value constructor element> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2166:
<row value expression list> ::= <table row value expression> [ { <comma> <table row value expression> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2170:
<contextually typed row value expression list> ::= <contextually typed row value expression> [ { <comma> <contextually typed row value expression> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2195:
<table reference list> ::= <table reference> [ { <comma> <table reference> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2242:
<column name list> ::= <column name> [ { <comma> <column name> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2297:
<grouping element list> ::= <grouping element> [ { <comma> <grouping element> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2312:
<grouping column reference list> ::= <grouping column reference> [ { <comma> <grouping column reference> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2316:
<ordinary grouping set list> ::= <ordinary grouping set> [ { <comma> <ordinary grouping set> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2322:
<grouping set list> ::= <grouping set> [ { <comma> <grouping set> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2351:
<window definition list> ::= <window definition> [ { <comma> <window definition> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2366:
<window partition column reference list> ::= <window partition column reference> [ { <comma> <window partition column reference> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2410:
<select list> ::= <asterisk> | <select sublist> [ { <comma> <select sublist> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2418:
<asterisked identifier chain> ::= <asterisked identifier> [ { <period> <asterisked identifier> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2441:
<with list> ::= <with list element> [ { <comma> <with list element> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2504:
<cycle column list> ::= <cycle column> [ { <comma> <cycle column> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2606:
<in value list> ::= <row value expression> [ { <comma> <row value expression> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2683:
| <left bracket> <character enumeration>... <right bracket>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2684:
| <left bracket> <circumflex> <character enumeration>... <right bracket>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2685:
| <left bracket> <character enumeration include>... <circumflex> <character enumeration exclude>... <right bracket>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :2840:
<type list> ::= <user-defined type specification> [ { <comma> <user-defined type specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3004:
<schema name list> ::= <schema name> [ { <comma> <schema name> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3017:
<SQL argument list> ::= <left paren> [ <SQL argument> [ { <comma> <SQL argument> }... ] ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3066:
<data type list> ::= <left paren> [ <data type> [ { <comma> <data type> }... ] ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3137:
<hypothetical set function value expression list> ::= <value expression> [ { <comma> <value expression> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3152:
<sort specification list> ::= <sort specification> [ { <comma> <sort specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3173:
<schema definition> ::= CREATE SCHEMA <schema name clause> [ <schema character set or path> ] [ <schema element>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3243:
<table element list> ::= <left paren> <table element> [ { <comma> <table element> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3260:
<column option list> ::= [ <scope clause> ] [ <default clause> ] [ <column constraint definition>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3290:
[ <column constraint definition>... ] [ <collate clause> ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3544:
<view element list> ::= <left paren> <view element> [ { <comma> <view element> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3572:
[ <default clause> ] [ <domain constraint>... ] [ <collate clause> ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3755:
| BEGIN ATOMIC { <SQL procedure statement> <semicolon> }... END
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3795:
<user-defined type option list> ::= <user-defined type option> [ <user-defined type option>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3812:
<member list> ::= <left paren> <member> [ { <comma> <member> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3841:
<list of attributes> ::= <left paren> <attribute name> [ { <comma> <attribute name> }...] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3857:
<method specification list> ::= <method specification> [ { <comma> <method specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :3988:
<left paren> [ <SQL parameter declaration> [ { <comma> <SQL parameter declaration> }... ] ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4007:
<routine characteristics> ::= [ <routine characteristic>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4037:
<table function column list element> [ { <comma> <table function column list element> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4087:
<multiple group specification> ::= <group specification> [ { <comma> <group specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4223:
<alter transform action list> ::= <alter transform action> [ { <comma> <alter transform action> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4356:
GRANT <privileges> TO <grantee> [ { <comma> <grantee> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4380:
| <action> [ { <comma> <action> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4395:
<privilege method list> ::= <specific routine designator> [ { <comma> <specific routine designator> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4420:
GRANT <role granted> [ { <comma> <role granted> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4421:
TO <grantee> [ { <comma> <grantee> }... ] [ WITH ADMIN OPTION ] [ GRANTED BY <grantor> ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4446:
REVOKE [ <revoke option extension> ] <privileges> FROM <grantee> [ { <comma> <grantee> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4452:
REVOKE [ ADMIN OPTION FOR ] <role revoked> [ { <comma> <role revoked> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4453:
FROM <grantee> [ { <comma> <grantee> }... ] [ GRANTED BY <grantor> ] <drop behavior>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4473:
[ <temporary table declaration>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4502:
<character set specification list> ::= <character set specification> [ { <comma> <character set specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4533:
<left paren> <host parameter declaration> [ { <comma> <host parameter declaration> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4810:
<fetch target list> ::= <target specification> [ { <comma> <target specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4831:
<select target list> ::= <target specification> [ { <comma> <target specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4910:
<left paren> <merge insert value element> [ { <comma> <merge insert value element> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4939:
<set clause list> ::= <set clause> [ { <comma> <set clause> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4949:
<set target list> ::= <left paren> <set target> [ { <comma> <set target> }... ] <right paren>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4983:
<free locator statement> ::= FREE LOCATOR <locator reference> [ { <comma> <locator reference> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4994:
<hold locator statement> ::= HOLD LOCATOR <locator reference> [ { <comma> <locator reference> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5067:
<start transaction statement> ::= START TRANSACTION [ <transaction mode> [ { <comma> <transaction mode> }...] ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5091:
<transaction characteristics> ::= TRANSACTION <transaction mode> [ { <comma> <transaction mode> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5105:
<constraint name list> ::= ALL | <constraint name> [ { <comma> <constraint name> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5200:
<session characteristic list> ::= <session characteristic> [ { <comma> <session characteristic> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5325:
--@@ <character set specification list> ::= <character set specification> [ , <character set specification>... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5365:
<get header information> [ { <comma> <get header information> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5366:
| VALUE <item number> <get item information> [ { <comma> <get item information> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5438:
<set header information> [ { <comma> <set header information> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5439:
| VALUE <item number> <set item information> [ { <comma> <set item information> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5553:
<using arguments> ::= USING <using argument> [ { <comma> <using argument> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5568:
<into arguments> ::= INTO <into argument> [ { <comma> <into argument> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5756:
<embedded SQL begin declare> [ <embedded character set declaration> ] [ <host variable definition>... ] <embedded SQL end declare>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5767:
[ <host variable definition>... ] END DECLARE SECTION <SQL terminator>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5837:
<Ada host identifier> [ { <comma> <Ada host identifier> }... ] <colon> <Ada type specification> [ <Ada initial value> ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5931:
[ { <comma> <C host identifier> [ <C initial value> ] }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5936:
[ { <comma> <C host identifier> <C array specification> [ <C initial value> ] }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5962:
[ { <comma> <C host identifier> <C array specification> [ <C initial value> ] }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5967:
[ { <comma> <C host identifier> <C array specification> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5972:
[ { <comma> <C host identifier> <C array specification> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5978:
[ { <comma> <C host identifier> [ <C initial value> ] }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5984:
[ { <comma> <C host identifier> [ <C initial value> ] }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5989:
[ { <comma> <C host identifier> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5994:
[ { <comma> <C host identifier> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5999:
[ { <comma> <C host identifier> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6004:
[ { <comma> <C host identifier> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6009:
[ { <comma> <C host identifier> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6014:
[ { <comma> <C host identifier> [ <C initial value> ] } ... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6020:
[ { <comma> <C host identifier> [ <C initial value> ] }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6037:
[ <character representation>... ] <period>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6125:
<Fortran type specification> <Fortran host identifier> [ { <comma> <Fortran host identifier> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6187:
[ { <comma> <MUMPS host identifier> <MUMPS length specification> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6193:
<MUMPS numeric variable> ::= <MUMPS type specification> <MUMPS host identifier> [ { <comma> <MUMPS host identifier> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6241:
<Pascal host identifier> [ { <comma> <Pascal host identifier> }... ] <colon> <Pascal type specification> <semicolon>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6296:
| <left paren> <PL/I host identifier> [ { <comma> <PL/I host identifier> }... ] <right paren> }
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6297:
<PL/I type specification> [ <character representation>... ] <semicolon>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6404:
<statement information> ::= <statement information item> [ { <comma> <statement information item> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6421:
{ EXCEPTION | CONDITION } <condition number> <condition information item> [ { <comma> <condition information item> }... ]
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :6773:
times' repeater ellipsis '...' mark.
dnmfarrell/Pod-PerlTricks
…/SampleArticle.html :159:
<pre><code>open my $test_data_fh, '<', $test_file_name or die ...;
dnmfarrell/Pod-PerlTricks
…/SampleArticle.html :171:
my $dbh = DBI->connect( ... );
dnmfarrell/Pod-PerlTricks
…/SampleArticle.json :1:
{ "body" : "\"\\n\\n<p>How can I easily run the same tests on different data without duplicating a lot of code? If I follow my usual pattern, I start…
dnmfarrell/Pod-PerlTricks
…/SampleArticle.pod :161:
open my $test_data_fh, '<', $test_file_name or die ...;
dnmfarrell/Pod-PerlTricks
…/SampleArticle.pod :177:
my $dbh = DBI->connect( ... );
drforr/perl6-ANTLR4
…/C.g4 :375:
| parameterList ',' '...'
drforr/perl6-ANTLR4
…/C.g4 :626:
Ellipsis : '...';
drforr/perl6-ANTLR4
…/CSharp4.g4 :375:
/** NEW type (OPEN_PARENS ... | OPEN_BRACE ...) */
drforr/perl6-ANTLR4
…/DOT.g4 :72:
/** "any double-quoted string ("...") possibly containing escaped quotes" */
drforr/perl6-ANTLR4
…/Erlang.g4 :129:
| '[' topType ',' '...' ']'
drforr/perl6-ANTLR4
…/Erlang.g4 :139:
funType100 : '(' '...' ')' '->' topType
drforr/perl6-ANTLR4
…/JSON.g4 :46:
fragment EXP : [Ee] [+\-]? INT ; // \- since - means "range" inside [...]
drforr/perl6-ANTLR4
…/Java.g4 :296:
: variableModifier* type '...' variableDeclaratorId
drforr/perl6-ANTLR4
…/Java.g4 :1005:
ELLIPSIS : '...';
drforr/perl6-ANTLR4
…/Java8.g4 :478:
: variableModifier* unannType annotation* '...' variableDeclaratorId
drforr/perl6-ANTLR4
…/Java8.g4 :1764:
ELLIPSIS : '...';
drforr/perl6-ANTLR4
…/LessLexer.g4 :18:
Ellipsis: '...';
drforr/perl6-ANTLR4
…/Lua.g4 :97:
| '...'
drforr/perl6-ANTLR4
…/Lua.g4 :162:
: namelist (',' '...')? | '...'
drforr/perl6-ANTLR4
…/ObjC.g4 :349:
parameter_list : parameter_declaration_list ( ',' '...' )? ;
drforr/perl6-ANTLR4
…/ObjC.g4 :616:
ELIPSIS : '...';
drforr/perl6-ANTLR4
…/PCRE.g4 :90:
// [...] positive character class
drforr/perl6-ANTLR4
…/PCRE.g4 :91:
// [^<b>...] negative character class
drforr/perl6-ANTLR4
…/PCRE.g4 :113:
// You can use \Q...\E inside a character class.
drforr/perl6-ANTLR4
…/PCRE.g4 :153:
// (...) capturing group
drforr/perl6-ANTLR4
…/PCRE.g4 :154:
// (?<name>...) named capturing group (Perl)
drforr/perl6-ANTLR4
…/PCRE.g4 :155:
// (?'name'...) named capturing group (Perl)
drforr/perl6-ANTLR4
…/PCRE.g4 :156:
// (?P<name>...) named capturing group (Python)
drforr/perl6-ANTLR4
…/PCRE.g4 :157:
// (?:...) non-capturing group
drforr/perl6-ANTLR4
…/PCRE.g4 :158:
// (?|...) non-capturing group; reset group numbers for
drforr/perl6-ANTLR4
…/PCRE.g4 :163:
// (?>...) atomic, non-capturing group
drforr/perl6-ANTLR4
…/PCRE.g4 :179:
// (?#....) comment (not nestable)
drforr/perl6-ANTLR4
…/PCRE.g4 :192:
// (?-...) unset option(s)
drforr/perl6-ANTLR4
…/PCRE.g4 :226:
// (?=...) positive look ahead
drforr/perl6-ANTLR4
…/PCRE.g4 :227:
// (?!...) negative look ahead
drforr/perl6-ANTLR4
…/PCRE.g4 :228:
// (?<=...) positive look behind
drforr/perl6-ANTLR4
…/PCRE.g4 :229:
// (?<!...) negative look behind
drforr/perl6-ANTLR4
…/PCRE.g4 :277:
// (?(n)... absolute reference condition
drforr/perl6-ANTLR4
…/PCRE.g4 :278:
// (?(+n)... relative reference condition
drforr/perl6-ANTLR4
…/PCRE.g4 :279:
// (?(-n)... relative reference condition
drforr/perl6-ANTLR4
…/PCRE.g4 :280:
// (?(<name>)... named reference condition (Perl)
drforr/perl6-ANTLR4
…/PCRE.g4 :281:
// (?('name')... named reference condition (Perl)
drforr/perl6-ANTLR4
…/PCRE.g4 :282:
// (?(name)... named reference condition (PCRE)
drforr/perl6-ANTLR4
…/PCRE.g4 :283:
// (?(R)... overall recursion condition
drforr/perl6-ANTLR4
…/PCRE.g4 :284:
// (?(Rn)... specific group recursion condition
drforr/perl6-ANTLR4
…/PCRE.g4 :285:
// (?(R&name)... specific recursion condition
drforr/perl6-ANTLR4
…/PCRE.g4 :286:
// (?(DEFINE)... define subpattern for reference
drforr/perl6-ANTLR4
…/PCRE.g4 :287:
// (?(assert)... assertion condition
drforr/perl6-ANTLR4
…/PCRE.g4 :339:
// (*BSR_...), (*UTF8), (*UTF16) or (*UCP) option.
drforr/perl6-ANTLR4
…/PCRE.g4 :350:
// (*...) option that sets the newline convention or a UTF or UCP mode.
drforr/perl6-ANTLR4
…/PCRE.g4 :525:
// \Q...\E treat enclosed characters as literal
drforr/perl6-ANTLR4
…/PCRE.g4 :598:
// [...] positive character class
drforr/perl6-ANTLR4
…/PCRE.g4 :599:
// [^<b>...] negative character class
drforr/perl6-ANTLR4
…/PCRE.g4 :621:
// You can use \Q...\E inside a character class.
drforr/perl6-ANTLR4
…/Python3.g4 :111:
// the replacement is a multiple of eight [...]"
drforr/perl6-ANTLR4
…/Python3.g4 :327:
/// # note below: the ('.' | '...') is necessary because '...' is tokenized as ELLIPSIS
drforr/perl6-ANTLR4
…/Python3.g4 :328:
/// import_from: ('from' (('.' | '...')* dotted_name | ('.' | '...')+)
drforr/perl6-ANTLR4
…/Python3.g4 :331:
: FROM ( ( '.' | '...' )* dotted_name
drforr/perl6-ANTLR4
…/Python3.g4 :332:
| ('.' | '...')+
drforr/perl6-ANTLR4
…/Python3.g4 :562:
/// NAME | NUMBER | STRING+ | '...' | 'None' | 'True' | 'False')
drforr/perl6-ANTLR4
…/Python3.g4 :570:
| '...'
drforr/perl6-ANTLR4
…/Python3.g4 :823:
ELLIPSIS : '...';
drforr/perl6-ANTLR4
…/Python3.g4 :912:
/// nonzerodigit ::= "1"..."9"
drforr/perl6-ANTLR4
…/Python3.g4 :917:
/// digit ::= "0"..."9"
drforr/perl6-ANTLR4
…/Python3.g4 :922:
/// octdigit ::= "0"..."7"
drforr/perl6-ANTLR4
…/Python3.g4 :927:
/// hexdigit ::= digit | "a"..."f" | "A"..."F"
drforr/perl6-ANTLR4
…/R.g4 :43:
... prints parse tree ...
drforr/perl6-ANTLR4
…/R.g4 :112:
| '...'
drforr/perl6-ANTLR4
…/R.g4 :124:
| '...'
drforr/perl6-ANTLR4
…/RFilter.g4 :88:
','|'...'|'||'| '|'
drforr/perl6-ANTLR4
…/ScssLexer.g4 :42:
Ellipsis : '...';
drforr/perl6-ANTLR4
…/Swift.g4 :233:
parameter_clause : '(' ')' | '(' parameter_list '...'? ')' ;
drforr/perl6-ANTLR4
…/Swift.g4 :610:
// <...>.
drforr/perl6-ANTLR4
…/Swift.g4 :686:
tuple_type_body : tuple_type_element_list '...'? ;
drforr/perl6-ANTLR4
…/Verilog2001.g4 :200:
// #(parameter B=8) since it wants a ';' in (...). Rule
drforr/perl6-ANTLR4
…/VisualBasic6.g4 :39:
* 1. Preprocessor statements (#if, #else, ...) must not interfere with regular
drforr/perl6-ANTLR4
…/WebIDL.g4 :341:
: '...'
drforr/perl6-ANTLR4
…/WebIDL.g4 :410:
| '...'
drforr/perl6-ANTLR4
…/XMLLexer.g4 :35:
/** Scarf all DTD stuff, Entity Declarations like <!ENTITY ...>,
drforr/perl6-ANTLR4
…/XMLLexer.g4 :36:
* and Notation Declarations <!NOTATION ...>
drforr/perl6-ANTLR4
…/XMLLexer.g4 :55:
SPECIAL_CLOSE: '?>' -> popMode ; // close <?xml...?>
drforr/perl6-ANTLR4
…/XMLLexer.g4 :89:
// ----------------- Handle <? ... ?> ---------------------
drforr/perl6-ANTLR4
…/XMLLexer.g4 :92:
PI : '?>' -> popMode ; // close <?...?>
drforr/perl6-ANTLR4
…/tnsnames.g4 :166:
al_parameter : al_failover // More to come here ....
drforr/perl6-ANTLR4
…/tnsnames.g4 :193:
protocol_info : tcp_protocol // More to come here.... BEQ, NMP, SPX ....
drforr/perl6-ANTLR4
…/vhdl.g4 :664:
// NOTE that NAND/NOR are in (...)* now (used to be in (...)?).
drforr/perl6-Format-Lisp
…/13-format-brace.t :430:
}, Q[~:{ ... ~}];
drforr/perl6-Format-Lisp
…/13-format-brace.t :697:
}, Q[Tests of ~@{ ... ~}];
drforr/perl6-Format-Lisp
…/14-format-circumflex.t :325:
}, Q[Tests of ~^ inside ~{ ... ~}];
drforr/perl6-Format-Lisp
…/14-format-circumflex.t :1088:
}, Q[Tests of ~^ inside ~@{ ... ~}];
drforr/perl6-Format-Lisp
…/16-format-conditional.t :463:
}, Q{~:[...~]};
drforr/perl6-Format-Lisp
…/16-format-conditional.t :480:
}, Q{~@[ ... ~]};
drforr/perl6-Format-Lisp
…/22-format-logical-block.t :264:
# ;;; "an error is also signaled if the ~<...~:;...~> form of ~<...~> is used
drforr/perl6-Format-Lisp
…/22-format-logical-block.t :265:
# ;;; in the same format string with ~W, ~_, ~<...~:>, ~I, or ~:T."
drforr/perl6-Perl6-Parser
…/DEBUGGING.pod :32:
@child.append( ... )
drforr/perl6-Perl6-Parser
…/DEBUGGING.pod :67:
It's quicker to copy/paste when ... { } blocks than to copy an 'if...' block
drforr/perl6-Perl6-Parser
…/DEBUGGING.pod :76:
if ... {
drforr/perl6-Perl6-Parser
…/DEBUGGING.pod :78:
if ... {
drforr/perl6-Perl6-Parser
…/DEBUGGING.pod :83:
Twice I rewrote this to if ... { } elsif ... { } ... else { }, then I got wise
drforr/perl6-Perl6-Parser
…/DEBUGGING.pod :84:
and rewrote the entire block as when... when... default { }, so I couldn't
drforr/perl6-Perl6-Parser
…/DEBUGGING.pod :85:
possibly get into the if...if... situation again.
drforr/perl6-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
drforr/perl6-Perl6-Parser
…/README.md :89:
- postcircumfix: [0, $_ ... 100]
drforr/perl6-Perl6-Parser
…/README.md :90:
- semilist: 0, $_ ... 100
drforr/perl6-Perl6-Parser
…/README.md :134:
45 60 [[0, $_ ... 100]]
drforr/perl6-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.
drforr/perl6-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
drforr/perl6-Perl6-Parser
…/Parser.pm6 :90:
- postcircumfix: [0, $_ ... 100]
drforr/perl6-Perl6-Parser
…/Parser.pm6 :91:
- semilist: 0, $_ ... 100
drforr/perl6-Perl6-Parser
…/Parser.pm6 :135:
45 60 [[0, $_ ... 100]]
drforr/perl6-Perl6-Parser
…/Parser.pm6 :160:
Given a string containing valid Perl 6 code ... well, return that code. This
drforr/perl6-Perl6-Parser
…/Parser.pm6 :364:
$munged ~= '...' if $source.chars > 72;
drforr/perl6-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…
drforr/perl6-Perl6-Parser
…/Factory.pm6 :3165:
# XXX Yes, this is a copy from elsewhere... refactor it
drforr/perl6-Perl6-Parser
…/Factory.pm6 :3409:
# XXX _sym(...) falls back to Bareword because it's used
drforr/perl6-Perl6-Parser
…/Factory.pm6 :3700:
# XXX have to distinguish _sym(...) bareword
drforr/perl6-Perl6-Parser
…/Factory.pm6 :5548:
# sub <name> ... { },
drforr/perl6-Perl6-Parser
…/Factory.pm6 :5549:
# method <name> ... { },
drforr/perl6-Perl6-Parser
…/Factory.pm6 :5550:
# submethod <name> ... { },
drforr/perl6-Perl6-Parser
…/Factory.pm6 :5551:
# macro <name> ... { }, # XXX ?
drforr/perl6-Perl6-Parser
…/00-class-hierarchy.t :382:
# XXX is this a bug?... Not really, RTFS to see why.
drforr/perl6-Perl6-Parser
…/15-routine-declarator.t :17:
# sub <name> ... { }
drforr/perl6-Perl6-Parser
…/15-routine-declarator.t :18:
# method <name> ... { }
drforr/perl6-Perl6-Parser
…/15-routine-declarator.t :19:
# submethod <name> ... { }
drforr/perl6-Perl6-Parser
…/15-routine-declarator.t :26:
# macro <name> ... { } # NYI
drforr/perl6-Perl6-Parser
…/19-operators.t :2141:
my $source = Q{1...2};
drforr/perl6-Perl6-Parser
…/19-operators.t :2435:
my $source = Q{1...2};
drforr/perl6-Perl6-Parser
…/19-operators.t :2447:
1 ... 2
drforr/perl6-Perl6-Parser
…/999-regression.t :21:
ok round-trips( Q:to[_END_] ), Q{flat (99 ... 1)};
drforr/perl6-Perl6-Parser
…/999-regression.t :22:
my @quantities = flat (99 ... 1), 'No more', 99;
drforr/perl6-Perl6-Parser
…/999-regression.t :97:
for 99...1 -> $bottles { }
drforr/perl6-Perl6-Parser
…/999-regression.t :198:
do 0 => [], -> { 2 ... 1 } ... *
drforr/perl6-Perl6-Parser
…/rosetta-1.t :19:
(.=not for @doors[0, $_ ... 100]) for 1..100;
drforr/perl6-Perl6-Parser
…/rosetta-1.t :414:
for 99...1 -> $bottles {
drforr/perl6-Perl6-Parser
…/rosetta-1.t :436:
my @quantities = flat (99 ... 1), 'No more', 99;
drforr/perl6-Perl6-Parser
…/rosetta-a.t :131:
say .chars, " digits starting with ", .substr(0,50), "..." given A(4,2);
drforr/perl6-Perl6-Parser
…/rosetta-a.t :204:
constant expansions = [1], [1,-1], -> @prior { [|@prior,0 Z- 0,|@prior] } ... *;
drforr/perl6-Perl6-Parser
…/rosetta-a.t :325:
my @seq = $x, &propdivsum ... *;
drforr/perl6-Perl6-Parser
…/rosetta-a.t :365:
constant @primes = 2, |(3, 5, 7 ... *).grep: *.is-prime;
drforr/perl6-Perl6-Parser
…/rosetta-a.t :566:
say "5**4**3**2 = {.substr: 0,20}...{.substr: *-20} and has {.chars} digits";
drforr/perl6-Perl6-Parser
…/rosetta-a.t :580:
# for 0, .025 ... 52*π -> \Θ {
drforr/perl6-Perl6-Parser
…/rosetta-a.t :783:
1, { ($_ + $n div $_) div 2 } ... * == *
drforr/perl6-Perl6-Parser
…/rosetta-a.t :845:
for 1.0, 1.1, 1.2 ... 10 { .say }
drforr/perl6-Perl6-Parser
…/rosetta-a.t :1005:
sub find-loop { 0, %^mapping{*} ...^ { (state %){$_}++ } }
drforr/perl6-Perl6-Parser
…/rosetta-a.t :1076:
say "A(1,...,10) = ", A(1..10);
drforr/perl6-Perl6-Parser
…/rosetta-a.t :1077:
say "G(1,...,10) = ", G(1..10);
drforr/perl6-Perl6-Parser
…/rosetta-a.t :1078:
say "H(1,...,10) = ", H(1..10);
drforr/perl6-Perl6-Parser
…/rosetta-b.t :32:
ASCII range... even code! $r%_-^&*(){}+~ #=`/\';*1234567890"'
drforr/perl6-Perl6-Parser
…/rosetta-b.t :160:
method Int () { [+] @!coeff Z* (1,3,9...*) }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :277:
multi MAIN() { show benford ( 1, 1, 2, *+* ... * )[^1000] }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :312:
} ... { not @a.elems }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :331:
$pm + 1 => [ map *.value, [\bop] ($pm + 2 ... 1) Z=> FatRat.new(1, $pm + 2), @pa ];
drforr/perl6-Perl6-Parser
…/rosetta-b.t :332:
} ... *;
drforr/perl6-Perl6-Parser
…/rosetta-b.t :881:
say (for $start, $start + 2 ... $end -> $y {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :971:
# list ($a[0] == $b[0], $a[1] == $b[1], ...) and then add it up
drforr/perl6-readline
…/Readline.pm :1810:
#extern int rl_message (const char *, ...) __rl_attribute__((__format__ (printf, 1, 2)); # XXX
edumentab/p6-app-moarvm-debug
…/moar-remote :381:
&bold("release") [handle handle ...]
edumentab/p6-app-moarvm-debug
…/moar-remote :384:
&bold("release") all [keep [handle handle ...]]
edumentab/p6-app-moarvm-debug
…/Formatter.pm6 :106:
my $abbrevkey = "... $ot.chars() chars, $ot.lines().elems() lines, key: $key";
edumentab/p6-ecma262regex
…/20-compilation.t :10:
is c('...'), '...', 'Any character';
edumentab/p6-moarvm-remote
…/MoarRemoteTest.pm6 :143:
say("OK...");
edumentab/p6-moarvm-remote
…/MoarRemoteTest.pm6 :204:
is-deeply (try await $outputs), "OK...", "quit the program";
edumentab/p6-moarvm-remote
…/MoarRemoteTest.pm6 :263:
note "awaiting a promise...";
fayland/perl6-WebService-GitHub
…/search.response :82:
"compare_url": "https://api.github.com/repos/chef-cookbooks/perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :170:
"compare_url": "https://api.github.com/repos/schacon/perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :258:
"compare_url": "https://api.github.com/repos/abaez/perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :346:
"compare_url": "https://api.github.com/repos/major/MySQLTuner-perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :434:
"compare_url": "https://api.github.com/repos/testafy/perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :522:
"compare_url": "https://api.github.com/repos/Perl/perl5/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :610:
"compare_url": "https://api.github.com/repos/chromatic/modern\_perl\_book/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :698:
"compare_url": "https://api.github.com/repos/libwww-perl/libwww-perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :786:
"compare_url": "https://api.github.com/repos/vim-perl/vim-perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :874:
"compare_url": "https://api.github.com/repos/hachiojipm/awesome-perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :962:
"compare_url": "https://api.github.com/repos/perlorg/perlweb/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1050:
"compare_url": "https://api.github.com/repos/gugod/App-perlbrew/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1138:
"compare_url": "https://api.github.com/repos/judofyr/perloku/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1226:
"compare_url": "https://api.github.com/repos/fglock/Perlito/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1314:
"compare_url": "https://api.github.com/repos/ANXS/perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1402:
"compare_url": "https://api.github.com/repos/mongodb/mongo-perl-driver/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1490:
"compare_url": "https://api.github.com/repos/elastic/elasticsearch-perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1578:
"compare_url": "https://api.github.com/repos/Perl-Critic/Perl-Critic/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1666:
"compare_url": "https://api.github.com/repos/goccy/perl-motion/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1754:
"compare_url": "https://api.github.com/repos/DataMonster/Perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1842:
"compare_url": "https://api.github.com/repos/adamziaja/perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :1930:
"compare_url": "https://api.github.com/repos/slimakuj/perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2018:
"compare_url": "https://api.github.com/repos/gbarr/perl-libnet/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2106:
"compare_url": "https://api.github.com/repos/miyagawa/heroku-buildpack-perl/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2194:
"compare_url": "https://api.github.com/repos/vmbrasseur/Perl\_Companies/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2282:
"compare_url": "https://api.github.com/repos/PerlRedis/perl-redis/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2370:
"compare_url": "https://api.github.com/repos/typester/perldojo/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2458:
"compare_url": "https://api.github.com/repos/kasei/perlrdf/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2546:
"compare_url": "https://api.github.com/repos/hachi/Perlbal/compare/{base}...{head}",
fayland/perl6-WebService-GitHub
…/search.response :2634:
"compare_url": "https://api.github.com/repos/rafl/perlfaq/compare/{base}...{head}",
finanalyst/p6-inform
…/README.md :76:
after '...laundry list' and before the bracket is essential to force a list. With
finanalyst/p6-inform
…/example.p6 :68:
after '...laundry list' and before the bracket is essential to force a list. With
finanalyst/pod-render
…/Processed.pm6 :526:
ABSOLUTELY NO WARRANTY IS IMPLIED. NOT EVEN OF ANY KIND. WE HAVE SOLD YOU THIS SOFTWARE WITH NO HINT OF A SUGGESTION THAT IT IS EITHER USEFUL…
finanalyst/pod-render
…/Processed.pm6 :552:
Note also that, for P<toc:...>, all semantic blocks are treated as equivalent to head1 headings, and the =item1/=item equivalence is preserved.
finanalyst/pod-render
…/Processed.pm6 :554:
A document may have as many P<toc:...> placements as necessary.
finanalyst/pod-render
…/040-lists.t :194:
C<&foo(...)> I<for circumventing a function prototype>
finanalyst/pod-render
…/040-lists.t :267:
OR USABLE. AS FOR GUARANTEES OF CORRECTNESS...DON'T MAKE US LAUGH! AT
fjwhittle/p6-Path-Map
…/README.md :29:
$mapper.add_handler(Str $path, Mu $target, :key(Callable $constraint), ...)
fjwhittle/p6-Path-Map
…/Map.pm6 :24:
$mapper.add_handler(Str $path, Mu $target, :key(Callable $constraint), ...)
gabrielash/p6-log-zmq
…/README.md :68:
my $log-system = Logging::instance('prefix', ['tcp://127.127.8.17:8022', ... ]) ;
gabrielash/p6-log-zmq
…/README.md :101:
4. format [ zmq | yaml | json | ... ]
gabrielash/p6-log-zmq
…/README.md :116:
... your code here ...
gabrielash/p6-net-jupyter
…/00 :16:
pass "...";
gabrielash/p6-net-jupyter
…/00.t :31:
pass "loaded...";
gabrielash/p6-net-jupyter
…/01.t :88:
pass "...";
gabrielash/p6-net-jupyter
…/02.t :144:
pass "...";
gabrielash/perl6-zmq
…/00.t :23:
pass "loaded...";
gabrielash/perl6-zmq
…/05.t :29:
pass "Sockets created ...pass";
gabrielash/perl6-zmq
…/09.t :29:
pass "Sockets created ...pass";
garu/Zef-Reporter
…/CPANReporter.pm6 :12:
state $email_from = self!config.grep( *[0] eq "email_from" ).map( *[1] )[0] || die '`email_from=...` not found in ~/.cpanreporter/config.ini';
gfldex/http-server-simple
…/Simple.pm6 :145:
method background ( *@arguments ) { <...> }
gfldex/http-server-simple
…/Simple.pm6 :146:
method restart () { <...> }
gfldex/http-server-simple
…/Simple.pm6 :147:
method stdio_handle () { <...> }
gfldex/http-server-simple
…/Simple.pm6 :148:
method stdin_handle () { <...> }
gfldex/http-server-simple
…/Simple.pm6 :149:
method stdout_handle () { <...> }
gfldex/http-server-simple
…/Simple.pm6 :151:
method bad_request () { <...> }
grondilu/chess
…/PGN.pm6 :38:
token move-number { <.digit>+< . ... > }
grondilu/chess
…/pgn.t :7:
ok Chess::PGN.parse('2... e5'), "black to move";
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :21:
Nbd7 9. Nc3 dxc4 (9... Ne4) 10. bxc4 Nb6 {"It developed kind of fast. 10...Nb6
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :25:
12...Be6 black is probably doing fine. " Anand.} Be6 13. Qc2 Bf5 14. Qb3 {is a
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :26:
possible repetition here.}) 12... Nd5 $1 (12... Ne4 {Wagner,F (2249)-Aring,G
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :29:
unpleasant for white." Anand.} (13... Nc7 {is also good.})) 13... Na5 {Anand
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :31:
complications of 13...b5.} (13... b5 $5 {would have led to some reasonably
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :33:
Anand.} (14. a4 $5) 14... Na5 15. Qb2 axb6 (15... Qxb6 {is quite interesting.}
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :62:
Ding from the Alekhine Memorial.} (7... Nd7 {is by far and away the most
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :63:
popular choice here.}) (7... Nf6 {is the second most popular and 7...e6 only
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :65:
genuine choice.}) 8. Ne5 (8. h5 {is the other common move here.}) 8... Bh7 9.
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :66:
Bd3 Bxd3 10. Qxd3 Nd7 11. f4 Bb4+ (11... Ngf6 {is an equally popular
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :67:
continuation for black.}) (11... c5 {has also been played a few times.}) 12. c3
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :70:
NOR 2013/The Week in Chess 980}) 12... Be7 {"It was a mild surprise. The
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :72:
that was clear. I had to decide if I wanted to fly blind or... I chose a
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :75:
14. Kd1 Bf6 15. Kc2 Qe7) (13. Qf3 {also may be a try.} Bxh4 14. O-O) 13... Ngf6
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :83:
O-O Qb6) 14... O-O (14... c5 15. Be3 O-O 16. Kb1 Qc7 17. Ne4 Nxe4 18. Qxe4 Nxe5
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :91:
was a clear alternative.}) 15... Nxe4 (15... Nxe5 {is an alternative.} 16. fxe5
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :92:
(16. Nxf6+ Bxf6 17. fxe5 Bxh4 18. Kb1 Rc8 19. Rh3 Bg5 20. Rdh1 f5) 16... Nxe4
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :93:
17. Qxe4 Qd5 18. Qg4 Kh7 19. Kb1 Rad8 20. Rde1 c5) 16. Qxe4 Nxe5 (16... f5 $6 {
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :95:
(18... Qa5 19. Kb1 Rad8) 19. c4 Qd7 20. Bb4 Qe8 21. Bd6 c5 {1-0 Smeets,J (2613)
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :97:
to win.}) (16... Nf6 {is a Khalifman suggestion whose line continues:} 17. Qb1
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :98:
{already this looks very odd.} (17. Qe2 $5) 17... c5 (17... Qd5 18. g4 Ne4 19.
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :99:
Rh2 Rad8) 18. g4 cxd4 19. g5 Nd5 (19... dxc3 $5 20. Bxc3) 20. gxh6 Qc7 $2 (
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :100:
20... dxc3 21. Bxc3) 21. Rdg1 g5 22. c4 Bf6 23. Qe4 Bxe5 24. fxe5 {with a
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :102:
is a strange line.}) (16... a5 $5) 17. fxe5 Qd5 (17... Qa5 $6 18. Qg4) 18. Qxd5
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :111:
refused to say where his preparation ended.} (18... Kh7 {was Carlsen's
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :113:
) 19... f5 (19... Rad8 {although white seems better here too.}) 20. exf6 Rxf6
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :114:
21. Bg5 Rg6 22. c4 $3 {Houdini and white is well on top.}) (18... Qxa2 19. Bxh6
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :118:
2010}) 18... cxd5 19. h5 b5 20. Rh3 {Black's queenside play is clear and quite
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :123:
) 22... Kh7 23. Rgf3 {An attack on the vulnerable f7 pawn is white's main
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :146:
chosen by Carlsen in game one.}) 3... dxc4 {White's opening is hardly critical
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :147:
so grabbing a pawn to slow white's development seems a good test.} (3... c6) (
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :148:
3... d4 {are both respectable and more commonly played alternatives.}) 4. Qa4+
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :149:
(4. Na3 {is the main alternative.}) 4... Nc6 5. Bg2 (5. Qxc4) 5... Bg7 6. Nc3 (
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :150:
6. O-O e5 7. Qxc4) 6... e5 {Grabbing a share of the centre.} (6... Nh6 7. Qxc4
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :155:
by Kasparov.}) 7... Nge7 8. O-O (8. d3 O-O 9. Bg5 Be6 10. Bxe7 Qxe7 11. Qa4 Nd4
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :156:
{1/2-1/2 Vukic,M (2482)-Palac,M (2565)/Neum BIH 2004}) 8... O-O 9. d3 h6 $5 (
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :157:
9... Be6 {has been played more frequently.} 10. Qh4 Nf5 11. Qxd8 Rfxd8 12. Ng5
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :163:
URS-ch.} (40... a5 41. Bxb4 axb4 42. a5 $18)) 10. Bd2 Nd4 $5 $146 {starting to
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :164:
exchange pieces and grabbing space.} (10... Be6 11. Qa4 Nd4 (11... f5 $5 {has
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :170:
seems fine for black.}) 11... exd4 12. Ne4 (12. Na4 Be6) 12... c6 13. Bb4 {
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :176:
Bc8 16. Re1) 13... Be6 14. Qc1 (14. Qc5 Nd5 15. Ba3 Qc7 16. Rfc1) 14... Bd5 15.
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :178:
20... Rd8 21. h4 Kh7 22. Nd2 {White's queen is terribly short of squares.} Be5
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :179:
23. Qg4 h5 (23... f5 {was my thought when watching the game it seems black is
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :180:
so in control he can play on either side of the board.} 24. Qh3 f4 $5 (24... h5
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :181:
) 25. Bxd5 Rxd5 26. g4 Rb5) (23... Be6 {at first looks like it will lead to a
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :182:
repetition but:} 24. Qf3 Bd5 25. e4 $5 Be6 (25... dxe3 $6 26. Qxe3 Re8 27. Nc4
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :190:
"underestimated this plan with b5 giving up the bishop".} (27... Bf5 28. Bh3
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :191:
Bxh3 29. Qxh3) (27... Bg4 28. Bf3 (28. Bh3 Bxh3 29. Qxh3 {transposes.}) 28...
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :196:
nevertheless most probably he should have played it.} Qe7 (29... f5 30. Qf3 Qf7
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :197:
) 30. Qc6 c4 31. dxc4 bxc4 32. Qxc4 Rxb2 {with a draw to follow.}) 28... dxe3
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :198:
29. Rxe3 Bd4 $5 (29... Bxb2 $1 {is the best according to Houdini but only if
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :202:
advantage to him.}) 31... Bd4 32. Rxe6 fxe6 33. Rxe6 Qf8 $3 {Houdini} (33...
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :207:
surprised Anand played this move so quickly.} (33... Rf8 $5 34. Bxd3 Qd6 35.
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :209:
(34... Rf8 {"The thing is we were getting very short of time. Even if I win
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :212:
seem any better.}) 35... Rxf2 (35... Qd6 $5 {may be the critical try that
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :216:
Qxe4+ 39. Bxe4) 35. Qf3 Bf6 (35... Bd4) 36. Rxd3 Rxd3 37. Rxd3 Rd8 {A tacit
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :222:
And then I was just swapping down with Rd8." Anand.} (37... Bd4) 38. Rxd8 Bxd8
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :255:
Informant 118 on this issue.} 9. h3 (9. Nc3) (9. Rd1+) 9... Bd7 10. Rd1 Be7 {
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :256:
Quite a rare continuation.} (10... Kc8 {has been played a lot here.}) 11. Nc3 (
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :267:
14... c5 15. Rad1 $146 {"Something went horribly wrong in the opening - I made
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :280:
15... Be6 16. Ne1 $6 Ng6 17. Nd3 b6 18. Ne2 {"I just missed something after 18.
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :284:
18. f4) (18. b3) 18... Bxa2 {The bishop cannot be rounded up. White has some
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :286:
cxb3 21. cxb3 Bb1 22. f4 Kb7 23. Nc3 Bf5 24. g4 Bc8 25. Nd3 h5 (25... Ne7 {
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :287:
"I don't think there's anything wrong with 25...h5 but I thought 25...Ne7 was
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :292:
The only move that promises any advantage.} (28... Nc6 29. Rdc2 {
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :297:
considered it for some time.}) 28... Rh4 $5 (28... Nc6 29. Rc1 Rh4 30. Nf2 a5 (
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :298:
30... g6)) (28... a6 {If Carlsen wants to drive away the white knight then
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :300:
30. Rc1) 30... a5 (30... g6 $5) 31. Rc4 g6 32. Rdc1 Bd7 33. e6 fxe6 34. fxe6
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :303:
is an alternative.}) 35... Rxg4+ 36. Kf2 Rf4+ (36... Rd8 $5 {may be the best
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :305:
Ned6+ (37. Ke3 {is the best white has and black is better.}) 37... cxd6 38.
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :307:
37. Ke3 Rf8 $6 (37... g5 $1 {maintains black's advantage.}) 38. Nd4 $1 {
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :313:
$1 (43... Rxc8 44. Rxc8 Bc6 45. Rxc6 Rxe4 46. Rd6 Kb5 47. e7 Rxe7 48. Rxg6 {
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :318:
Rc3 Re2+ 48. Rc2 Ree3 49. Ka2 g5 $5 {Again the most taxing.} (49... Rxb3 $2 50.
grondilu/chess
…/world-chess-2013-anand-carlsen.pgn :323:
everything before this final problem turned up.}) 57... g4 58. Rg5 Rxe7 59.
grondilu/libdigest-perl6
…/Digest.pm :49:
md5-block(@H, @M[$_ .. $_+15]) for 0, 16 ...^ +@M;
grondilu/libdigest-perl6
…/SHA.pm :56:
sha1-block(@H,@M[$_..$_+15]) for 0,16...^+@M;
hankache/Acme-Cow
…/cow-say :18:
say " cow-say --message='...' => Use default template and prints your message";
hankache/Acme-Cow
…/cow-say :19:
say " cow-say --message='...' --face='...' => Use default template and chosen face";
hankache/Acme-Cow
…/cow-say :20:
say " cow-say --message='...' --template='...' => Use selected template and prints your message";
hankache/perl6-IUP
…/IUP.pm6 :36:
say "Error loading Pixmap...";
hankache/perl6-IUP
…/IUP.pm6 :311:
default { say "Error... no callback"; }
hankache/perl6-IUP
…/IUP.c :23:
printf("p6IupNewChildrenList: %s\n", "Wrong size...");
hankache/perl6-Imlib2
…/blend_image_onto_image.p6 :22:
say "wait a moment and check the result...";
hankache/perl6-Imlib2
…/export_image.p6 :16:
say "Error: Problem loading file...";
hankache/perl6-Imlib2
…/font.p6 :37:
say "Text to Angle..." if $im.context_get_direction() == IMLIB_TEXT_TO_ANGLE;
hankache/perl6-Imlib2
…/image_modification.p6 :55:
default { say "Exit..."; $im.free_image(); exit(); }
hankache/perl6-Imlib2
…/image_modification.p6 :73:
default { say "Exit..."; $im.free_image(); exit(); }
hankache/perl6-Imlib2
…/image_modification.p6 :82:
unless 0 <= $value <= 180 { say "Exit: Wrong value..."; $im.free_image(); exit(); }
hankache/perl6-Imlib2
…/image_modification.p6 :90:
unless 0 <= $value <= 180 { say "Exit: Wrong value..."; $im.free_image(); exit(); }
hankache/perl6-Imlib2
…/image_modification.p6 :93:
say "Exit...";
hankache/perl6-Imlib2
…/polygon.p6 :23:
say "YES contain the point....";
hankache/perl6-Imlib2
…/Imlib2.pod :565:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :714:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :724:
say "No error...";
hankache/perl6-Imlib2
…/Imlib2.pod :726:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :739:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :771:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :891:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :911:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :931:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :960:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :988:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1012:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1032:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1152:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1179:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1188:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1196:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1233:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1270:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1305:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1341:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1362:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1387:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1414:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1667:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1687:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1713:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1741:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1757:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1775:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1790:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1811:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1830:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1847:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1890:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1922:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1946:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1964:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :1992:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :2024:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :2058:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :2096:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :2116:
... some operations ...
hankache/perl6-Imlib2
…/Imlib2.pod :2138:
... some operations ...
[hankache/perl6-Imlib2<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment