Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 19, 2020 23:02
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/de6e02e6c9feed182bf8270416fd1101 to your computer and use it in GitHub Desktop.
Save Whateverable/de6e02e6c9feed182bf8270416fd1101 to your computer and use it in GitHub Desktop.
greppable6
,.*\.\.\.\s*[^}\s]
File Code
ALOREN/Canoe
…/Canoe.pm6 :39:
# {"plugins": [ { "name": "Plugin1", "enable": true }, ... ] }
AZAWAWI/Inline-Go
…/Grammar.pm6 :90:
# Arguments = "(" [ ( ExpressionList | Type [ "," ExpressionList ] ) [ "..." ] [ "," ] ] ")" .
AZAWAWI/Inline-Go
…/Grammar.pm6 :105:
rule Arguments { "(" ( ( <ExpressionList> | <Type> ( "," <ExpressionList> )? ) "..."? ","? )? ")" }
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'.";
CTILMES/CroX-HTTP-Auth-Munge
…/README.md :91:
my $munge = Munge.new(cipher => ..., ttl => ...);
CTILMES/DB-Pg
…/README.md :25:
Note, placeholders use the `$1, $2, ...` syntax instead of `?` See
CTILMES/GraphQL
…/GraphQL.md :368:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.md :384:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.md :407:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CTILMES/GraphQL
…/GraphQL.md :443:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
CTILMES/GraphQL
…/usersexample.md :72:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CTILMES/GraphQL
…/usersschema.md :80:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CTILMES/GraphQL
…/GraphQL.pm :924:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.pm :943:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CTILMES/GraphQL
…/GraphQL.pm :969:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CTILMES/GraphQL
…/GraphQL.pm :1009:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
CTILMES/LibGit2
…/README.md :71:
description => 'my description', ...);
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-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 :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 :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/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 :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 :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-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 :407:
my @vals = zip_by { ITEMFUNC }, @arr0, @arr1, @arr2, ... ;
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :448:
my (@arr0, @arr1, @arr2, ...) = unzip_by { ITEMFUNC }, @vals
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
…/Memoize.pm6 :146:
memoize(&function, options...);
FRITH/Desktop-Notify
…/rawaddaction.p6 :14:
notify_notification_add_action($n, 'default', 'Opening...', &callme);
HANENKAMP/Cofra
…/PathRouter.pm6 :184:
anywhere, but..."
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/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
…/Router.pm6 :134:
path-ok($router, 'admin/remove-user/56', '... this is a valid path');
HANENKAMP/Path-Router
…/Router.pm6 :149:
}, '... this maps to a valid path');
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
…/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
…/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 :73:
is($match.route.target, $SHOW_DATE, '... got the right target');
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 :105:
is($match.route.target, $GENERAL, '... got the right target');
HANENKAMP/Path-Router
…/009_include_other_router.t :42:
path-ok($poll-router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/009_include_other_router.t :90:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/009_include_other_router.t :151:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
HANENKAMP/Path-Router
…/010_example_cat_chained_URIs.t :198:
path-not-ok($router, $_, '... ' ~ $_ ~ ' is not okay') for <
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 :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, ...);
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
…/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
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
…/Erlang.g4 :129:
| '[' topType ',' '...' ']'
JGOFF/ANTLR4-Grammar
…/Lua.g4 :162:
: namelist (',' '...')? | '...'
JGOFF/ANTLR4-Grammar
…/ObjC.g4 :349:
parameter_list : parameter_declaration_list ( ',' '...' )? ;
JGOFF/ANTLR4-Grammar
…/RFilter.g4 :88:
','|'...'|'||'| '|'
JGOFF/ANTLR4-Grammar
…/VisualBasic6.g4 :39:
* 1. Preprocessor statements (#if, #else, ...) must not interfere with regular
JGOFF/ANTLR4-Grammar
…/XMLLexer.g4 :35:
/** Scarf all DTD stuff, Entity Declarations like <!ENTITY ...>,
JGOFF/ANTLR4-Grammar
…/tnsnames.g4 :193:
protocol_info : tcp_protocol // More to come here.... BEQ, NMP, SPX ....
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
…/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
…/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, …
JGOFF/Perl6-Parser
…/Factory.pm6 :3165:
# XXX Yes, this is a copy from elsewhere... refactor it
JGOFF/Perl6-Parser
…/999-regression.t :21:
ok round-trips( Q:to[_END_] ), Q{flat (99 ... 1)};
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-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 :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 :331:
$pm + 1 => [ map *.value, [\bop] ($pm + 2 ... 1) Z=> FatRat.new(1, $pm + 2), @pa ];
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/Readline
…/Readline.pm :1810:
#extern int rl_message (const char *, ...) __rl_attribute__((__format__ (printf, 1, 2)); # XXX
JKRAMER/Proc-Editor
…/README.md :27:
This is merely a shortcut for convenience, all arguments are passed on to `Proc::Editor.new.edit(...)`.
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
…/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
…/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-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
…/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
…/cro-http-middleware.md :51:
then `delegate Cro.compose(TheMiddleware, GraphQLThing.new(...));` or some
JNTHN/cro
…/cro-http-reverseproxy.md :82:
# (provide your own, or there's just a few on the internet...)
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
…/app.js :811:
throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');
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 :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 :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 :16012:
// HANDLE: $(expr, $(...))
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 :29391:
// componentWillUnmount do not. Because of this, trySubscribe happens during ...didMount.
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 :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 :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 :57451:
return _extends({}, state, { notify: 'Stubbing...' });
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
…/reducer.js :49:
currLinks.push({ service: action.service, endpoint: action.endpoint, code: 'Awaiting...' });
JNTHN/cro
…/reducer.js :85:
return { ...state, notify: 'Stubbing...' }
JSTOWE/Audio-Hydrogen
…/euclid :15:
examples/euclid --kit=<kit name> [--bars=<1>] [--file=<Str>] [--part=<$instruments,$slots,$fills> [--part=<...>]...] ...
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 :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 :2499:
static char *f (char * (*g) (char **, int), char **p, ...)
JSTOWE/FastCGI-NativeCall
…/configure :3720:
echo $ECHO_N "checking whether va_arg(arg, long double) crashes the compiler... $ECHO_C" >&6; }
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, ... */
KAIEPI/Digest-BubbleBabble
…/BubbleBabble.pm6 :20:
Blob.new: gather for 0,2,4...$len -> $i {
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
…/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-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
…/TablePrint.pm6 :160:
$table.push: to-printwidth( $!info_row, $table_w - 3 ).[0] ~ '...';
LEONT/Getopt-Long
…/README.md :320:
$ret = get-options-from(@myargs, ...);
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 :905:
$ret = get-options-from(@*ARGS, :overwrite, ... );
MARTIMM/BSON
…/README.md :35:
my BSON::Binary $bin .= new(:data(Buf,new(... some binary data ...));
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
…/110-objectid.t :23:
{ my BSON::ObjectId $o .= new(:bytes(Buf.new(5,7,9...15))); },
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/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/MongoDB
…/Build.pm6 :155:
for 's1',*.succ ... 's8' -> $server-key {
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 :117:
info-message("Restarting servers, please wait ...");
MARTIMM/MongoDB
…/CHANGES.md :425:
* 0.3 basic flags added to methods (upsert, multi_update, single_remove,...),
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 :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 :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
…/Original-README.md :166:
* 0.3 - basic flags added to methods (upsert, multi_update, single_remove,...), kill support for cursor
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
…/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 ... ) {...}
MELEZHIK/Sparky-Plugin-Notify-Email
…/Email.pm6 :14:
say "don't send notification, we are in offline mode ...";
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 :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-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 :34:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\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 :29:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\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 :42:
print "source branch is not set, is Build.SourceBranchName empty? .... nothing to do\n";
MELEZHIK/Sparrowdo-VSTS-YAML-Cordova
…/set-version.pl :8:
print "Build.NoPatchVersion is set, don't patch 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
…/Bash.pm6 :14:
%opts<description>.substr(0, 50) ~ ' ...' !!
MELEZHIK/Sparrowdo
…/Bash.pm6 :15:
'run bash: ' ~ $command.substr(0, 50) ~ ' ...';
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';
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...";
SACOMO/Uzu
…/README.md :52:
* **Actively developed**: More features coming soon (e.g. more tests, AWS, Github Pages, SSH support...)
SAMCV/Git-Log
…/README.md :21:
Returns an array of hashes in the following format: `ID => "df0c229ad6ba293c67724379bcd3d55af6ea47a0", AuthorName => "Author's Name", AuthorEm…
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/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";
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/Number-More
…/More.pm6 :616:
for i = n, n -1, ..., 1, 0
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-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 :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-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.h :62:
int *sv_indices; /* sv_indices[0,...,nSV-1] are values in [1,...,num_traning_data] to indicate SVs in the training set */
UFOBAT/Bailador
…/README.md :69:
You can find a list of Bailador resources (articles, posts, talks, books, ...) 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
…/30-examples-pastebin.t :50:
is-deeply %data2<response>, [200, ["Content-Type" => "text/plain"], 'http::/bailador.net'], 'GET /paste/...';
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
…/CLI.pm6 :475:
next() R, say "$dir does not exist. Skipping..." unless $dir.IO.e;
UGEXE/zef
…/CLI.pm6 :714:
return ($cutoff.substr(0,*-3) ~ '...') if $cutoff.substr(*-3,3) ~~ /\S\S\S/;
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
…/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, me…
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/OO-Plugin
…/Plugin.html :83:
<ul><li><p><code>plugin-meta [key =</code> value, ...]&gt;</p>
VRURG/OO-Plugin
…/Plugin.md :58:
* `plugin-meta [key =` value, ...]>
VRURG/OO-Plugin
…/Plugin.pm6 :54:
C<plugin-meta [key => value, ...]>
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/PDF-Class
…/NameTree.pm :25:
for 0, 2 ...^ +$kv {
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 :32:
is $text-annot.Contents, "This is an open annotation. You'll need acro-reader...", '.Contents';
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 :32:
say " given \$?ROLE.^add_method($_, method \{...\}) \{ .set_name($_) \}";
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`
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" } ),
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
…/Parser.pm6 :220:
for (0, 8 ... *) Z @$input.reverse -> ($shift, $byte) {
Bailador/Bailador
…/README.md :69:
You can find a list of Bailador resources (articles, posts, talks, books, ...) 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
…/30-examples-pastebin.t :50:
is-deeply %data2<response>, [200, ["Content-Type" => "text/plain"], 'http::/bailador.net'], 'GET /paste/...';
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :368:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :384:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :407:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CurtTilmes/Perl6-GraphQL
…/GraphQL.md :443:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
CurtTilmes/Perl6-GraphQL
…/usersexample.md :72:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CurtTilmes/Perl6-GraphQL
…/usersschema.md :80:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :924:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :943:
fieldlist => (GraphQL::Field.new(...), GraphQL::Field.new(...))
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :969:
inputFields => (GraphQL::InputValue.new(...), GraphQL::InputValue.new(...)
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :1009:
enumValues => (GraphQL::EnumValue.new(...), GraphQL::EnumValue.new(...))
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,…
CurtTilmes/perl6-dbi-async
…/Async.pm :334:
again, 1 second, then 2 seconds, then 3 seconds... up to 60 seconds,
JJ/p6-math-constants
…/ebyteParter.py :24:
value = value.replace(" ", "").replace("...", "").replace("[", "").replace("]", "")
Kaiepi/p6-Digest-BubbleBabble
…/BubbleBabble.pm6 :20:
Blob.new: gather for 0,2,4...$len -> $i {
MARTIMM/BSON
…/README.md :35:
my BSON::Binary $bin .= new(:data(Buf,new(... some binary data ...));
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
…/110-objectid.t :23:
{ my BSON::ObjectId $o .= new(:bytes(Buf.new(5,7,9...15))); },
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/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 :117:
info-message("Restarting servers, please wait ...");
MARTIMM/mongo-perl6-driver
…/CHANGES.md :408:
* 0.3 basic flags added to methods (upsert, multi_update, single_remove,...),
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 :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 :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
…/Original-README.md :166:
* 0.3 - basic flags added to methods (upsert, multi_update, single_remove,...), kill support for cursor
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
…/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]]
Mouq/json5
…/01-parse.t :198:
$desc .= subst(/\n.*$/, "\\n...[$i]");
Mouq/json5
…/01-parse.t :212:
$desc .= subst(/\n.*$/, "\\n...[$i]");
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';
Skarsnik/gptrixie
…/HACKING :7:
At this point, everything is extracted, structures info, types....
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
…/Bot.pm :65:
$.conn.sendln("PASS $.password", scrubbed => 'PASS ...')
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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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 :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?
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
…/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 [ ... ]");
ab5tract/Terminal-Print
…/attacks.p6 :104:
for 0, 15 ...^ 360 -> $degrees {
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 и я был вынужден поста…
ahalbert/perl6-itertools
…/itertools.pm :138:
sub count($start is copy, $step=1) is export { $start, *+$step ... *; }
ajs/perl6-Math-Arrow
…/arrow.t :12:
is arrow(3,3,2), 3 ↑↑ 3, "arrow(...) function form";
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 :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 :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));
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
…/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
…/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__)) ;
azawawi/farabi6
…/tern.js :573:
function elt(tagname, cls /*, ... elts*/) {
azawawi/farabi6
…/codemirror.js :5293:
// Given a MIME type, a {name, ...options} config object, or a name
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 :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
…/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/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
…/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### …
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
…/ScintillaDoc.html :1859:
<td>If set, the policy set by <code>CARET_SLOP</code> is enforced... strictly. The caret
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 :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 :8902:
Extra fold points for C, C++, Java, ... for fold comments //{ .. //} and
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
…/Platform.h :509:
static void DebugPrintf(const char *format, ...);
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :1868:
# If CARET_STRICT is set, the policy is enforced... strictly.
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :313:
// Check for Argument (%n), Environment Variable (%x...%) or Local Variable (%%a)
azawawi/perl6-gtk-scintilla
…/LexBibTeX.cxx :132:
// Found either a { or a ( after entry's name, e.g. @entry(...) @entry{...}
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 :391:
state2 = SCE_CAML_STRING, sc.ch = ' ' /* (...\") */, chColor++,
azawawi/perl6-gtk-scintilla
…/LexCaml.cxx :410:
sc.Forward(), sc.ch = ' ' /* (*)... */, nesting++;
azawawi/perl6-gtk-scintilla
…/LexCoffeeScript.cxx :131:
// These vars track our instances of "...#{,,,'..#{,,,}...',,,}..."
azawawi/perl6-gtk-scintilla
…/LexDiff.cxx :43:
// otherwise it is considered a comment (Only in..., Binary file...)
azawawi/perl6-gtk-scintilla
…/LexMatlab.cxx :143:
// we werent an operator, but a '...'
azawawi/perl6-gtk-scintilla
…/LexPO.cxx :12:
// * add keywords for flags (fuzzy, c-format, ...)
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :778:
// These vars track our instances of "...#{,,,%Q<..#{,,,}...>,,,}..."
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :276:
// Check for Argument (%n), Environment Variable (%x...%) or Local Variable (%%a)
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
…/PlatQt.cpp :1237:
void Platform::DebugPrintf(const char *format, ...)
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 :627:
case '\\': /* tags, backrefs... */
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 :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 :1665:
#define INTERNAL_CATCH_MSG( messageType, resultDisposition, macroName, ... ) \
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 :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 :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 :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
…/unitTest.cxx :51:
void Platform::DebugPrintf(const char *format, ...) {
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-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
…/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
…/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
…/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 :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, ...);
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 :123:
"my @fib = 1, 1, * + * ... 􏿽xE2􏿽x88􏿽x9E"
briandfoy/perl6-chemistry-elements
…/langs_zip.pl :37:
for 1, 2, -> $a, $b { ( $a + $b ) % 5 } ... * -> $next {
cedric-vincent/kains
…/01-basic.t :69:
my $nonexistent-path = '/tmp/kains-' ~ [~] ('a'...'z', 'A'...'Z', '0'...'9').pick(30);
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
…/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
…/03-take-while.t :4:
is take-while((1...*), * <= 10), ~(1...10), "take-while works on a basic infinite loop";
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 ... *;
cosimo/perl6-digest-md5
…/MD5.pm :54:
md5-block(@H, @M[$_ .. $_+15]) for 0, 16 ...^ +@M;
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-image-png-inflated
…/pngcheck.c :135:
/* not sure if this will work (fragile!), but relatively clean... */
cygx/p6-image-png-inflated
…/pngcheck.c :4345:
/* realistically, this can never happen (due to keywordlen())... */
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 :4345:
/* realistically, this can never happen (due to keywordlen())... */
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,...);
dagurval/perl6-image-resize
…/02-more.t :35:
ok $bad-quality.IO.s > 0 && $bad-quality.IO.s > 0, "... and they contain data";
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :5325:
--@@ <character set specification list> ::= <character set specification> [ , <character set specification>... ]
dnmfarrell/Pod-PerlTricks
…/SampleArticle.html :159:
<pre><code>open my $test_data_fh, '<', $test_file_name or die ...;
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, …
dnmfarrell/Pod-PerlTricks
…/SampleArticle.pod :161:
open my $test_data_fh, '<', $test_file_name or die ...;
drforr/perl6-ANTLR4
…/C.g4 :375:
| parameterList ',' '...'
drforr/perl6-ANTLR4
…/Erlang.g4 :129:
| '[' topType ',' '...' ']'
drforr/perl6-ANTLR4
…/Lua.g4 :162:
: namelist (',' '...')? | '...'
drforr/perl6-ANTLR4
…/ObjC.g4 :349:
parameter_list : parameter_declaration_list ( ',' '...' )? ;
drforr/perl6-ANTLR4
…/RFilter.g4 :88:
','|'...'|'||'| '|'
drforr/perl6-ANTLR4
…/VisualBasic6.g4 :39:
* 1. Preprocessor statements (#if, #else, ...) must not interfere with regular
drforr/perl6-ANTLR4
…/XMLLexer.g4 :35:
/** Scarf all DTD stuff, Entity Declarations like <!ENTITY ...>,
drforr/perl6-ANTLR4
…/tnsnames.g4 :193:
protocol_info : tcp_protocol // More to come here.... BEQ, NMP, SPX ....
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 :265:
# ;;; in the same format string with ~W, ~_, ~<...~:>, ~I, or ~:T."
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
…/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
…/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, …
drforr/perl6-Perl6-Parser
…/Factory.pm6 :3165:
# XXX Yes, this is a copy from elsewhere... refactor it
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 :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-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 :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 :331:
$pm + 1 => [ map *.value, [\bop] ($pm + 2 ... 1) Z=> FatRat.new(1, $pm + 2), @pa ];
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-ecma262regex
…/20-compilation.t :10:
is c('...'), '...', 'Any character';
edumentab/p6-moarvm-remote
…/MoarRemoteTest.pm6 :204:
is-deeply (try await $outputs), "OK...", "quit the program";
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.
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', ... ]) ;
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/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/perl6-IUP
…/IUP.c :23:
printf("p6IupNewChildrenList: %s\n", "Wrong size...");
hartenfels/Text-Markdown-Discount
…/03_interna.t :9:
is $markdown.to-str, $simple.to.trim, '...conversion to string works';
hartenfels/Text-Markdown-Discount
…/03_interna.t :13:
is slurp($file), $simple.to, '...writing to file works';
hoelzro/p6-io-string
…/String.pm :187:
my $gist-str = $!buffer.chars > 100 ?? $!buffer.chars.substr(0, 100) ~ "..." !! $!buffer;
hoelzro/p6-linenoise
…/linenoise.c :385:
#define lndebug(fmt, ...)
jaffa4/inistorage
…/README.md :17:
my $v = $o.Read("g/id",0); # read section g with key id... if it is not found return 0
jnthn/p6-app-moarvm-heapanalyzer
…/Shell.pm6 :44:
say "Wait a moment, while I finish loading the snapshot...\n";
jnthn/p6-concurrent-iterator
…/convenience.t :7:
isa-ok $ci, Concurrent::Iterator, 'concurrent-iterator(...) returns a ConcurrentIterator';
jnthn/p6-test-scheduler
…/virtualized-time.t :20:
for 20, 40 ... 180 {
jnthn/p6-test-scheduler
…/virtualized-time.t :185:
is $c.receive, 2, 'After advancing by a further 20s, get one more value...';
jnthn/p6-test-scheduler
…/virtualized-time.t :186:
is $c.receive, 3, '...and another value';
jnthn/p6-test-scheduler
…/virtualized-time.t :197:
nok $p, 'Cancelled scheduled work does not run...';
jnthn/p6-test-scheduler
…/virtualized-time.t :199:
nok $p, '...even after giving it a little time';
jnthn/p6-test-scheduler
…/virtualized-time.t :218:
nok $c.poll, 'Same after a further 10s...';
jnthn/p6-test-scheduler
…/virtualized-time.t :220:
nok $c.poll, '...even after giving it a little time';
jnthn/p6-test-scheduler
…/virtualized-time.t :242:
nok $c.poll, 'Same after a further 10s...';
jnthn/p6-test-scheduler
…/virtualized-time.t :244:
nok $c.poll, '...even after giving it a little time';
jnthn/p6-test-scheduler
…/virtualized-time.t :266:
nok $c.poll, 'Same after a further 10s...';
jnthn/p6-test-scheduler
…/virtualized-time.t :268:
nok $c.poll, '...even after giving it a little time';
jnthn/rakudo-debugger
…/CommandLine.pm :43:
$l.chars > 77 ?? $l.substr(0, 74) ~ '...' !! $l
jnthn/rakudo-debugger
…/CommandLine.pm :142:
$after = $after.substr(0, 40) ~ '...';
jonathanstowe/Audio-Hydrogen
…/euclid :15:
examples/euclid --kit=<kit name> [--bars=<1>] [--file=<Str>] [--part=<$instruments,$slots,$fills> [--part=<...>]...] ...
jonathanstowe/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.
jonathanstowe/Audio-Sndfile
…/Info.pm :95:
or sample encoding of the data (e.g. PCM_16, FLOAT ... ). It is bitwise or-ed with C<type> and
jsimonet/dns-zone
…/00_type.t :8:
# This file tests basic types (int8, int16, ...),
jsimonet/dns-zone
…/00_type.t :9:
# some resource record data (srv, soa, ...)
labster/p6-File-Spec-Case
…/Case.pm :50:
# Okay, we don't have write access... give up and just return the platform default
labster/p6-Lingua-Number
…/Number.pm6 :37:
# <values> = ( -x, x.x, 0, 1, 2...)
labster/p6-Lingua-Number
…/am.json :1:
{"version":"1.0","ldml":{"rbnf":[{"ruleset":[{"type":"spellout-numbering-year","rbnfrule":[{"value":"-x","text":"--- →→;"},{"value":"x.x","tex…
labster/p6-Lingua-Number
…/01-ordinal-en.t :35:
# checking on 20, 30 ... 90
leejo/geo-ip2location-lite-p6
…/README.md :46:
my ( $country_short,$country_long,$region,$city,... )
leejo/geo-ip2location-lite-p6
…/Lite.pod :44:
my ( $country_short,$country_long,$region,$city,... )
leont/yamlish
…/test-harness.t :134:
in => [ '---', 'spog: ', ' - 1', ' - 2', '...' ],
lucasbuchala/p6pairs
…/00-basic.t :35:
is-deeply Duo([1, 2]), Duo.new(1, 2), 'can create with Duo([...])';
manchicken/perl6-Fcntl
…/basic.t :13:
is SEEK_SET, 0, 'Verify SEEK_SET...';
manchicken/perl6-Fcntl
…/basic.t :14:
is SEEK_CUR, 1, 'Verify SEEK_CUR...';
manchicken/perl6-Fcntl
…/basic.t :15:
is SEEK_END, 2, 'Verify SEEK_END...';
manchicken/perl6-Fcntl
…/basic.t :24:
is verify_one_named_value($name, $value), 'OK', "Verify «$name» is what C thinks...";
marcoonroad/Coro-Simple
…/README.md :212:
my @lazy-array-1 := (from some-constructor($arg1, $arg2, ...)).map: * + 1;
marcoonroad/Coro-Simple
…/fibonacci.t :14:
my @xs := (1, 1, *+* ... *).list;
marcoonroad/Coro-Simple
…/loop.t :13:
for $init, $init + $step ... $final -> $i {
marcoonroad/Coro-Simple
…/multiple.t :22:
}, (45 ... 15);
marcoonroad/Coro-Simple
…/warning.t :16:
ok (ensure { warn "Sorry, but the coroutine is dead..." }, $next( )).say;
marcoonroad/Coro-Simple
…/warning.t :17:
ok (ensure { warn "Sorry, but the coroutine is dead..." }, $next( )).say;
marcoonroad/Coro-Simple
…/warning.t :18:
ok (ensure { warn "Sorry, but the coroutine is dead..." }, $next( )).say;
marcoonroad/Coro-Simple
…/warning.t :19:
ok (assert { warn "Sorry, but the coroutine is dead..." }, $next( )).say;
marcoonroad/Coro-Simple
…/xrange.t :13:
for $min, $min + $step ...^ $max -> $num {
masak/007
…/ROADMAP.md :77:
`sub (obj, ...args) { return obj.abs(...args); }`. (#202)
masak/007
…/README.md :1086:
The above is perfectly definable as an operator _function_, but... we could get
masak/007
…/bond-pastiche.md :9:
He opens the door. The office is veiled in darkness. Some light from the street is coming in from the outside, casting a few stark shadows. Dryden walks across the room, takes off his ushanka and places it on his desk, turns on a desk light, and... stops, eyes wide.
masak/007
…/bond-pastiche.md :21:
Having settled in, Dryden smiles and continues. "Benefits of being Section Chief. I'd know of anyone being promoted to Double-O status, wouldn't I? Your file shows no kills, and it takes..."
masak/007
…/bond-pastiche.md :69:
"Well, you needn't worry", Dryden continues. "The second is..."
masak/007
…/bond-pastiche.md :77:
"Oh, for... I can't believe this!" Dryden manages.
masak/007
…/bond-pastiche.md :197:
"Interesting," says Bond. "I wonder what Phil Connors would have done in a situation like this? Hold on, let me try something else..."
masak/007
…/bond-pastiche.md :209:
"One thing I don't understand though," says the contact. "You mentioned that this whole scene we are in stands in as a kind of metaphor for macro processing. I'm still having trouble processing that this *is* a scene... could you explain again?"
masak/007
…/bond-pastiche.md :247:
Dryden nods, sympathetically. "I understand fully. The Perl 6 macros have been a long way coming. You do a first implementation of macros in this fast-moving toy language. The second..."
masak/007
…/99-bottles.007 :14:
say(plural(n, "bottle"), " of beer on the wall...");
masak/007
…/hanoi.007 :31:
say("Moving ", diskname, " from pile ", from + 1, " to pile ", to + 1, "...");
masak/007
…/funcs.t :79:
outputs $program, "007\n<func say(...args)>\n", "builtin func say() has varargs";
masak/007
…/quicksort.t :14:
is @lines[1], "Sorting...";
masak/007
…/custom-ops.t :478:
outputs $program, "Mr. Bond\n", "can declare an operator with infix:«...􏿽xC2􏿽xBB";
masak/007
…/funcs.t :225:
outputs $program, "1\n2\n", "...and in argumentlist";
masak/007
…/stringification.t :8:
outputs 'say(say)', "<func say(...args)>\n", "builtin sub";
masak/007
…/stringification.t :20:
outputs 'my foo = [0, 0, 7]; foo[2] = foo; say(foo)', "[0, 0, [...]]\n", "array with reference to itself";
masak/007
…/stringification.t :21:
outputs 'my foo = {}; foo.x = foo; say(foo)', "\{x: \{...\}\}\n", "object with reference to itself";
masak/007
…/tuple.t :20:
outputs $program, "(7,)\n<type Tuple>\n", "...but a trailing comma in parentheses does";
masak/007
…/types.t :25:
outputs 'say("Mr \"Bond".chars())', qq[8\n], qq[...and counts as one character (#23)];
masak/007
…/types.t :27:
outputs 'say("Mr \\Bond".chars())', qq[8\n], qq[...and counts as one character (#23)];
masak/007
…/corner-cases.t :213:
parse-error $program, X::Redeclaration::Outer, "...same thing, but with an inner macro";
masak/007
…/feature-flags.t :41:
ok so(all(%props<milestones>) ~~ Str), "...of strings";
masak/druid
…/Game.pm :167:
$.colors[$row_2][$column_2], # ...other end...
masak/gge
…/STATUS :60:
* scalar subrule and subpattern aliases ($<foo>:=(...), $0:=(...))
masak/gge
…/STATUS :79:
* array and hash aliasing (@<foo>:=(...), %<foo>:=(...))
masak/gge
…/Exp.pm :10:
.subst(/\%(\d)/, { @args[$0] // '...' }, :g)\
masak/gge
…/Exp.pm :11:
.subst(/\%(\w)/, { %kwargs{$0} // '...' }, :g);
masak/gge
…/Perl6Regex.pm :206:
die "Missing close bracket for \\x[...], \\o[...], or \\c[...]"
masak/gge
…/rx_quantifiers :206:
^\w+ **? ',' ....$ foo,bar,baz y **? with a term
melezhik/sparrowdo-goss
…/README.md :68:
module_run 'Goss', %( install_path => '/home/user', yaml => '...', title => '...' );
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';
moritz/svg-plot
…/Plot.pm :684:
only the body of the SVG, not the C<< <svg xmlns=...> >> header.
nkh/P6-Data-Dump-Tree
…/README.md :296:
# used color 'kb_0', 'kb_1' ... and cycles
nkh/P6-Data-Dump-Tree
…/README.md :297:
ddt @s, :color_kbs ; #uses < kb_0 kb_1 ... kb_10 >
nkh/P6-Data-Dump-Tree
…/README.md :519:
:header_filters(&header_filter, ...),
nkh/P6-Data-Dump-Tree
…/README.md :664:
Renders string containing control codes (eg: \n, ANSI, ...) with backslashed codes and hex values.
nkh/P6-Data-Dump-Tree
…/README.md :761:
* sub dump($data_to_dump, $data_to_dump, :named_argument, ...)
nkh/P6-Data-Dump-Tree
…/README.md :763:
* sub get_dump($data_to_dump, $data_to_dump, :named_argument, ...)
nkh/P6-Data-Dump-Tree
…/README.md :765:
* sub get_dump_lines($data_to_dump, $data_to_dump, :named_argument, ...)
nkh/P6-Data-Dump-Tree
…/Todo :21:
!get_header and get_elements could know about remaining width, options, ....
nkh/P6-Data-Dump-Tree
…/Todo :95:
#ddt $s, :flat, ... # flatten level 0
nkh/P6-Data-Dump-Tree
…/Todo :97:
#ddt $s, :flat(Array, sub($s, $d){}, ...), # arguments to flat
nkh/P6-Data-Dump-Tree
…/Todo :199:
given two dumps, handle colors, etc ... and show both side by side
nkh/P6-Data-Dump-Tree
…/flat.pl :131:
[ |($element xx 2), $element2, [1...3], |($element xx 6) ],
nkh/P6-Data-Dump-Tree
…/sequences_pairs.pl :18:
$d.dump_synched: Seq(2, 3, 'x', 'y'), (0...^15), :compact_width ;
nkh/P6-Data-Dump-Tree
…/Tree.pod :290:
# used color 'kb_0', 'kb_1' ... and cycles
nkh/P6-Data-Dump-Tree
…/Tree.pod :291:
ddt @s, :color_kbs ; #uses < kb_0 kb_1 ... kb_10 >
nkh/P6-Data-Dump-Tree
…/Tree.pod :545:
:header_filters(&header_filter, ...),
nkh/P6-Data-Dump-Tree
…/Tree.pod :707:
Renders string containing control codes (eg: \n, ANSI, ...) with backslashed
nkh/P6-Data-Dump-Tree
…/Tree.pod :811:
=item sub dump($data_to_dump, $data_to_dump, :named_argument, ...)
nkh/P6-Data-Dump-Tree
…/Tree.pod :813:
=item sub get_dump($data_to_dump, $data_to_dump, :named_argument, ...)
nkh/P6-Data-Dump-Tree
…/Tree.pod :815:
=item sub get_dump_lines($data_to_dump, $data_to_dump, :named_argument, ...)
nkh/P6-Data-Dump-Tree
…/DescribeBaseObjects.pm :260:
('offset', ' 1 2 3 4 ...', Data::Dump::Tree::Type::ValueOnly.new('')),
nkh/P6-Data-Dump-Tree
…/DescribeBaseObjects.pm :288:
multi_line => '| ', empty => ' ', max_depth => '...',
nkh/P6-Data-Dump-Tree
…/ExtraRoles.pm :70:
multi_line => $.fixed_glyph, empty => ' ' x $.fixed_glyph.chars, max_depth => '...',
nkh/P6-Data-Dump-Tree
…/Horizontal.pm :113:
=item method new: :element($s), [ :other_named_arguments, ...]
nkh/P6-Data-Dump-Tree
…/LayHorizontal.pm :187:
=item blocks: :flat({ $_ ~~ Array && $_.elems > 15 }, ...)
nkh/P6-Data-Dump-Tree
…/LayHorizontal.pm :223:
If $object, $object2, ... are found in the data structure, they will be
nkh/P6-Data-Dump-Tree
…/LayHorizontal.pm :226:
=item object type: :flat(Array, List, ...)
nkh/P6-Data-Dump-Tree
…/MultiColumns.pm :38:
=item sub display_columns($text_list, $text_list, ... , Int :total_width, Int :width, Bool :compact --> Str)
nkh/P6-Data-Dump-Tree
…/MultiColumns.pm :42:
=item sub get_columns($text_list, $text_list, ... , Int :total_width, Int :width, Bool :compact --> Str)
nkh/P6-Data-Dump-Tree
…/43_sequences.t :15:
$dump = $d.ddt: :get, (1...*) ;
nkh/P6-Data-Dump-Tree
…/43_sequences.t :19:
$dump = $d.ddt: :get, (1...10_000) ;
nkh/P6-Data-Dump-Tree
…/43_sequences.t :23:
$dump = $d.ddt: :get, (1...3) ;
nkh/P6-Data-Dump-Tree
…/43_sequences.t :28:
$dump = $d.ddt: :get, (1...*) ;
nkh/P6-Data-Dump-Tree
…/43_sequences.t :33:
$dump = $d.ddt: :get, (1...*), :width(80) ;
nkh/P6-Data-Dump-Tree
…/43_sequences.t :38:
$dump = $d.ddt: :get, (1...3), :width(80) ;
nkh/P6-Data-Dump-Tree
…/43_sequences.t :43:
$dump = $d.ddt: :get, (1...50), :width(80) ;
nkh/P6-Data-Dump-Tree
…/43_sequences.t :48:
$dump = $d.ddt: :get, (1...120), :width(80) ;
nkh/P6-Text-Template
…/Template.pm :86:
say fill_in( '$non_existant', :catch_exceptions, ... ) // '' ;
nkh/P6-Text-Template
…/Template.pm :90:
say fill_in( '$non_existant', :catch_exceptions, :no_warnings, ... )
nobodyinperson/perl6-fortran-grammar
…/README.md :13:
`write(*,*) ...` statements around specific codelines, e.g. specific MPI
nobodyinperson/perl6-fortran-grammar
…/README.md :15:
`write (*,*) ...` statements with useful information, it has to be parsed.
nobodyinperson/perl6-fortran-grammar
…/README.md :20:
the code of interest enclosed in `IF`-oneliners, etc...)
nunorc/p6-Pekyll
…/Pekyll.pm6 :39:
say "Building site to <$dst>, source is <$src> ...";
p6-css/CSS-Grammar-p6
…/README.md :25:
- `#hex` and `rgb(...)` colors; but not `rgba(..)`, `hsl(...)`, `hsla(...)` or named colors
p6-css/CSS-Grammar-p6
…/CSS3.pm :34:
# "An+B" microsyntax. See also CSS::Module::CSS::Selectors, which defines :nth-child(...)
p6-css/CSS-Grammar-p6
…/Test.pm :52:
?? [~] @input-lines[0], '... ', @input-lines.tail
p6-css/CSS-Grammar-p6
…/compat.json :5:
[ "ws", { "input" : "/* unterminated\nstar\ncomment ... ", "warnings" : [ "unclosed comment at end of input" ] } ]
p6-css/CSS-Module-p6
…/Actions.pm :22:
#| usage: counter(ident [, ident [,...] ])
p6-css/CSS-Module-p6
…/css3x-colors.t :30:
# writer converts rgba(...,1) to rgb(...)
p6-css/CSS-Properties-p6
…/README.md :206:
- `:!optimize` - turn off optimization. Don't, combine simple properties into compound properties (`border-style`, `border-width`, ... => `border`), or combine edges (`margin-top`, `margin-left`, ... => `margin`).
p6-css/CSS-Properties-p6
…/Properties.pm :509:
#| into compound properties, e.g. font-family font-style ... into font
p6-css/CSS-Properties-p6
…/Properties.pm :566:
# bottom up aggregation of edges. e.g. border-top-width, border-right-width ... => border-width
p6-css/CSS-Specification-p6
…/Changes :22:
'border-top', ... 'border-left'
p6-pdf/PDF-API6
…/README.md :508:
Synopsis, my ($x-o, $y-o, ...) = $gfx.base-coords(
p6-pdf/PDF-API6
…/README.md :509:
$x-t, $y-t, ...,
p6-pdf/PDF-API6
…/README.md :1346:
SetStrokeColor(c1, ..., cn) | SC | Set the colours to use for stroking operations in a device. The number of operands required and their in…
p6-pdf/PDF-API6
…/README.md :1347:
SetStrokeColorN(c1, ..., cn [,pattern-name]) | SCN | Same as SetStrokeColor but also supports Pattern, Separation, DeviceN, ICCBased colour spaces and patterns.
p6-pdf/PDF-API6
…/README.md :1348:
SetFillColor(c1, ..., cn) | sc | Same as SetStrokeColor, but for non-stroking operations.
p6-pdf/PDF-API6
…/README.md :1349:
SetFillColorN(c1, ..., cn [,pattern-name]) | scn | Same as SetStrokeColorN, but for non-stroking operations.
p6-pdf/PDF-Content-p6
…/Content.pm :294:
#| thin wrapper to $.op(SetFont, ...)
p6-pdf/PDF-Content-p6
…/Ops.pm :576:
# c1, ..., cn sc | SC
p6-pdf/PDF-Content-p6
…/Ops.pm :593:
# c1, ..., cn [name] scn | SCN
p6-pdf/PDF-Content-p6
…/Ops.pm :677:
warn X::PDF::Content::OP::Unexpected.new: :$op, :mnemonic(%OpName{$op}), :type('graphics operator'), :where("outside of a 'q' ... 'Q' (Save .. Restore) graphics block");
p6-pdf/PDF-Content-p6
…/core-font.t :29:
is $hb-afm.encode("A♥♣✔B", :str), "A\x[1]\x[2]B", '.encode(...) sanity';
p6-pdf/PDF-Content-p6
…/core-font.t :34:
is $hb-afm.encode("A♥♣✔B", :str), "A\x[1]\x[2]B", '.encode(...) sanity';
p6-pdf/PDF-Content-p6
…/core-font.t :63:
is-deeply $tr-afm.kern("RVX" ), (['R', -80, 'VX'], 2031), '.kern(...)';
p6-pdf/PDF-Content-p6
…/core-font.t :79:
is $zapf.encode("♥♣✔", :str), "ª¨4", '.encode(...)'; # /a110 /a112 /a20
p6-pdf/PDF-Content-p6
…/core-font.t :80:
is $zapf.decode("ª¨4", :str), "♥♣✔", '.decode(...)';
p6-pdf/PDF-Content-p6
…/core-font.t :81:
is $zapf.decode("\o251\o252", :str), "♦♥", '.decode(...)';
p6-pdf/PDF-Content-p6
…/core-font.t :88:
is $sym.encode("ΑΒΓ", :str), "ABG", '.encode(...)'; # /Alpha /Beta /Gamma
p6-pdf/PDF-Content-p6
…/core-font.t :89:
is $sym.decode("ABG", :str), "ΑΒΓ", '.decode(...)';
p6-pdf/PDF-Content-p6
…/images.t :71:
or note "round-trip uri: {$png-data-uri.substr(0,32)}...";
p6-pdf/PDF-Content-p6
…/ops.t :150:
lives-ok {$g.Str}, 'content with matching BT ... ET q ... Q - lives';
p6-pdf/PDF-Grammar-p6
…/Test.pm :52:
!! [~] .substr(0, 32), ' ... ', .substr(*-20))\
p6-pdf/PDF-p6
…/Changes :157:
(write-array, write-bool, ... etc)
p6-pdf/PDF-p6
…/Changes :192:
-- add `$doc.open( $file, :diff(...))` option - load a base pdf, then apply
p6-pdf/PDF-p6
…/README.md :204:
It's an indirect object with object number `1` and generation number `0`, with a `<<` ... `>>` delimited dictionary containing the author and the date that the document was created. This PDF dictionary is roughly equivalent to a Perl 6 hash:
p6-pdf/PDF-p6
…/README.md :347:
Input to all filters is byte strings, with characters in the range \x0 ... \0xFF. latin-1 encoding is recommended to enforce this.
p6-pdf/PDF-p6
…/PDF.pm :49:
die '.encrypt(:!EncryptMetadata, ...) is not yet supported'
p6-pdf/PDF-p6
…/XRef.pm :110:
my \n = [+] index[1, 3 ... *];
p6-pdf/PDF-p6
…/Util.pm :80:
#| obj 123 0 << /Type /XRef /W [1, 3, 1] ... >>
p6-pdf/PDF-p6
…/Reader.pm :7:
!! [~] $input.substr(0, 32), ' ... ', $input.substr(*-20)
p6-pdf/PDF-p6
…/reader-exceptions.t :93:
throws-like { test-case( :eof<junk> ) }, X::PDF::BadTrailer, :message("Expected file trailer 'startxref ... %%EOF', got: \"\\%PDF-1.3 \\%xyz 1 0 obj << /Auth ... startxref 693 junk \""), 'missing %%EOF';
p6-pdf/PDF-p6
…/reader-exceptions.t :96:
throws-like { test-case( :xref-digit('x') ) }, X::PDF::BadXRef, :message("Unable to parse index: \"xref 0 8 000000000x 65535 f 000 ... startxref 693 \\%\\%EOF \""), 'corrupted xref';
p6-pdf/PDF-p6
…/reader-exceptions.t :97:
throws-like { test-case( :endobj('bye!') ) }, X::PDF::BadIndirectObject::Parse, :message("Error processing indirect object at byte offset 693:\nUnable to parse indirect object: \"00000 65535 f 0000000014 00000 ... startxref 693 \\%\\%EOF \""), 'corrupted indirect objects';
p6-pdf/PDF-p6
…/reader-exceptions.t :100:
throws-like { test-case( :repair, :endobj('bye!') ) }, X::PDF::ParseError, :message("Unable to parse PDF document: \"\\%PDF-1.3 \\%xyz 1 0 obj << /Auth ... startxref 693 \\%\\%EOF \""), ':repair - corrupted pdf';
paulohrpinheiro/Brazilian-FederalDocuments
…/PITCHME.md :28:
> my @p = 1,2,4,8...Inf
perl6-community-modules/yaml-pm6
…/Dumper.pm :22:
push $.out, "\n", "...", "\n";
perl6/DBIish
…/10-mysql.t :184:
ok($sth.execute(), "execute drop no_such_table..."); # test 21
perl6/DBIish
…/10-mysql.t :186:
is($sth.mysql_warning_count, 1, "...returns an error"); # test 22
perl6/DBIish
…/10-mysql.t :297:
ok $sth.errstr.defined, '... and got an error in $sth.errstr'; # test 44
perl6/DBIish
…/10-mysql.t :2379:
ok !defined($drh), '... our Driver should be undefined';
perl6/doc
…/jquery.tablesorter.js :70:
* and direction in the format: [[columnIndex, sortDirection], ... ] where
perl6/doc
…/p6doc :253:
# 's' => Type::Supply.grep, ... | and we specifically want the %found values,
perl6/doc
…/5to6-nutshell.pod6 :715:
In scalar context, C<..> and C<...> were the little-known Flipflop
perl6/doc
…/5to6-perlfunc.pod6 :408:
and location, like Perl 5's C<die "...\n">, use:
perl6/doc
…/5to6-perlfunc.pod6 :428:
According to S29, C<dump> has been... dumped.
perl6/doc
…/5to6-perlop.pod6 :200:
In Perl 5, in scalar context, the operators C<..> and C<...> work
perl6/doc
…/5to6-perlop.pod6 :302:
C<qw> works as in Perl 5, and can also be rendered as C<< <...> >>. E.
perl6/doc
…/5to6-perlvar.pod6 :327:
=item $<I<digits>> ($1, $2, ...)
perl6/doc
…/grammar_tutorial.pod6 :104:
say $match.perl; # OUTPUT: «Match.new(made => Any, pos => 13, orig => "Þor is mighty",...􏿽xC2􏿽xBB
perl6/doc
…/grammar_tutorial.pod6 :105:
say $/.perl; # OUTPUT: «Match.new(made => Any, pos => 13, orig => "Þor is mighty",...􏿽xC2􏿽xBB
perl6/doc
…/grammars.pod6 :131:
To make things better, we can use proto regexes that look like C«:sym<...>»
perl6/doc
…/hashmap.pod6 :250:
Note that with objects as keys, you often cannot use the C«<...>» construct
perl6/doc
…/list.pod6 :51:
lists, where the exact behavior depends on the function... but will usually
perl6/doc
…/list.pod6 :125:
that is C<some-iterator( a, b, c, ...)> will always be treated as
perl6/doc
…/list.pod6 :164:
above, the single argument rule I<... makes for behavior as the programmer would expect>.
perl6/doc
…/list.pod6 :302:
my @lazy-array = lazy 1, 11, 121 ... 10**100;
perl6/doc
…/list.pod6 :323:
my $l := 1, 2, 4, 8 ... Inf;
perl6/doc
…/list.pod6 :329:
my $l := 1, 2, 4, 8 ... Inf; # This is a lazy Seq.
perl6/doc
…/math.pod6 :108:
my @powers = 2, 2 ** * ... Inf; say @powers[4].chars; # OUTPUT: «19729␤»
perl6/doc
…/math.pod6 :185:
my @phis = (2.FatRat, 1 + 1 / * ... *);
perl6/doc
…/math.pod6 :186:
my @otherphi = (1 - @phis[200], 1 + 1 / * ... *);
perl6/doc
…/math.pod6 :187:
say @otherphi[^10<b>, |(20, 30 ... 1</b>00)];# OUTPUT:
perl6/doc
…/module-packages.pod6 :193:
say 'Carry on, carry on...'; # OUTPUT: «Carry on, carry on...􏿽xE2􏿽x90􏿽xA4»
perl6/doc
…/operators.pod6 :668:
metaclass. It desugars to C<$invocant.HOW.method($invocant, ...)>. See
perl6/doc
…/operators.pod6 :2418:
X<|...,operators>X<|...^,operators>X<|…,operators>X<|…^,operators>X<|lazy list,…>
perl6/doc
…/operators.pod6 :2423:
The X<sequence operator>, which can be written either as C<...> or as
perl6/doc
…/operators.pod6 :2456:
say (1, 1, -> $a, $b { $a + $b } ... *)[^8]; # OUTPUT: «(1 1 2 3 5 8 13 21)␤»
perl6/doc
…/operators.pod6 :2458:
say (1, 1, * + * ... *)[^8]; # OUTPUT: «(1 1 2 3 5 8 13 21)␤»
perl6/doc
…/operators.pod6 :2462:
say 5, { $_ * 2 } ... 40; # OUTPUT: «5 10 20 40␤»
perl6/doc
…/operators.pod6 :2471:
say 2, 4, 6 ... 12; # OUTPUT: «(2 4 6 8 10 12)␤»
perl6/doc
…/operators.pod6 :2472:
say 1, 2, 4 ... 32; # OUTPUT: «(1 2 4 8 16 32)␤»
perl6/doc
…/operators.pod6 :2476:
For the C<...> operator, the final element is included, for the C<...^>
perl6/doc
…/operators.pod6 :2481:
say 1, 1, * + * ...^ *>= 100;
perl6/doc
…/operators.pod6 :2489:
say 1, 2, 4, 8, 16 ... $end;
perl6/doc
…/performance.pod6 :225:
generates runs. But that's expected to change, eventually... You
perl6/doc
…/pod.pod6 :54:
List :key[$e1, $e2, ...] :key($e1, $e2, ...) :key<$e1 $e2 ...>
perl6/doc
…/pod.pod6 :63:
Where '$e1, $e2, ...' are list elements of type String, Int, Number, or
perl6/doc
…/pod.pod6 :68:
For hashes, '$k1, $k2, ...' are keys of type Str and '$v1, $v2, ...'
perl6/doc
…/quoting.pod6 :72:
:q :single Interpolate \\, \qq[...] and escaping the delimiter with \
perl6/doc
…/regexes.pod6 :1011:
To get only the grouping behavior, you can use square brackets C<[ ... ]>
perl6/doc
…/regexes.pod6 :1018:
If you do not need the captures, using non-capturing C<[ ... ]>
perl6/doc
…/regexes.pod6 :1300:
.say; # OUTPUT: «I can say "banana,nana," but I don't ...􏿽xE2􏿽x90􏿽xA4»
perl6/doc
…/traps.pod6 :818:
say join ", ", ("az", *.succ ... "bc");
perl6/doc
…/traps.pod6 :1079:
foo(...); # function call form, where ... represent the required arguments
perl6/doc
…/traps.pod6 :1080:
foo ...; # list op form, where ... represent the required arguments
perl6/doc
…/unicode_entry.pod6 :336:
AB<Ctrl-V u 2081>, AB<Ctrl-V u 2082>, ..., AB<Ctrl-V u 2096>
perl6/doc
…/unicode_entry.pod6 :338:
A₁, A₂, ..., Aₖ
perl6/doc
…/Array.pod6 :177:
@foo.unshift: 1, 3 ... 11;
perl6/doc
…/Array.pod6 :202:
@foo.prepend: 1, 3 ... 11;
perl6/doc
…/DateTime.pod6 :60:
is from the components (year, month, day, hour, ...) separately. Another is to
perl6/doc
…/List.pod6 :331:
L«C<is-lazy>|/routine/is-lazy», returns string C«'(...)
perl6/doc
…/MethodContainer.pod6 :71:
say Str.^lookup("BUILD").perl; # OUTPUT: «submethod BUILD (Str $: :$value = "", *%_ --> Nil) ...􏿽xE2􏿽x90􏿽xA4»
perl6/doc
…/Num.pod6 :44:
my $l := 1, 2, 4, 8 ... Inf; # Infinite sequence (no limits)
perl6/doc
…/Signature.pod6 :316:
# of type 'Any', not an object instance of type 'Int'...􏿽xC2􏿽xBB
perl6/doc
…/Test.pod6 :393:
multi sub can-ok(Mu $var, Str $meth,$desc = "..." )
perl6/doc
…/Test.pod6 :414:
multi sub does-ok(Mu $var, Mu $type, $desc = "...")
perl6/doc
…/Augment.pod6 :28:
Returns the kind of package (module, class, grammar, ...) that the code
perl6/doc
…/Scope.pod6 :31:
used for the declaration (C<"my">, C<"our">, C<"has">, ...);
perl6/doc
…/Redeclaration.pod6 :9:
Thrown when a symbol (variable, routine, type, parameter, ...) is redeclared.
perl6/doc
…/STYLEGUIDE.md :125:
this was used for ..., but in Perl 6 ..." use a form like "In Perl 5
perl6/doc
…/STYLEGUIDE.md :126:
this is used for ..., but in Perl 6 ..." ('was' has been made a
perl6/doc
…/STYLEGUIDE.md :143:
my @infinite-sequence = 1, 3 ... Inf # OK, but rather not
perl6/perl6-lwp-simple
…/delete-headers.t :27:
is %json<headers><User-Agent>, "Perl 6...", "User agent header is sent by DELETE";
perl6/perl6-lwp-simple
…/put-request.t :26:
is %json<headers><User-Agent>, "Perl 6...", "User agent header is sent by PUT";
perl6/whateverable
…/quotable.t :41:
“{$t.bot-nick}: /^ ‘pre-GLR is, like, a different language...􏿽xE2􏿽x80􏿽x99 /”,
perlpilot/p6-Test-Class
…/person-test :16:
isa-ok $.test-person, "Person", "... and the object it returns";
perlpilot/p6-Test-Class
…/person-test :17:
is $.test-person.full-name, 'Bob Dobbs', '... and it should return the correct full name';
pierre-vigier/Perl6-Data-MessagePack
…/Packer.pm6 :149:
return Blob.new( 0xcb, (56, 48 ... 0).map( $binary +> * +& 0xff) );
pierre-vigier/Perl6-Math-Matrix
…/README.md :80:
### new( [[...],...,[...]] )
pierre-vigier/Perl6-Math-Matrix
…/README.md :98:
### new( ((...),...,(...)) )
pierre-vigier/Perl6-Math-Matrix
…/README.md :245:
Alternatively each (as previously) named argument can also take a list (or array) of values, as created my the sequence operator (...). The result will be a matrix with that selection of rows and columns. Please note, you may pick rows/columns in any order and as many times you prefer.
pierre-vigier/Perl6-Math-Matrix
…/Matrix.pod :74:
=head3 L<new( [[...],...,[...]] )|#constructors>
pierre-vigier/Perl6-Math-Matrix
…/Matrix.pod :95:
=head3 L<new( ((...),...,(...)) )|#constructors>
pierre-vigier/Perl6-Math-Matrix
…/021-accessors.t :87:
ok $matrix.submatrix( rows => (1,2),columns => (1...3))~~ $fsmatrix, "simple submatrix created with list syntax";
ppentchev/perl6-Test-Deeply-Relaxed
…/02-basic-data.t :41:
isnt-deeply-relaxed (1, 2, 3...*), Seq(1, 2, 3, 4), 'infinite and finite seq - different';
ppentchev/perl6-Test-Deeply-Relaxed
…/02-basic-data.t :42:
isnt-deeply-relaxed (1, 2, 3...*), list(1, 2, 3, 4), 'infinite seq and finite list - different';
ppentchev/perl6-Test-Deeply-Relaxed
…/02-basic-data.t :43:
isnt-deeply-relaxed list(1, 2, 3, 4), (1, 2, 3...*), 'finite list and infinite seq - different';
ppentchev/perl6-Test-Deeply-Relaxed
…/04-output.t :12:
lives-ok { test-deeply-relaxed 1, (1, 2, 3...*), :!cache };
raydiak/Math-Symbolic
…/Symbolic.pm6 :832:
self.isolate_quadratic($var, |%coeffs{2...0});
retupmoca/P6-Compress-Zlib-Raw
…/01-basic.t :33:
is $orig-size[0], 4, 'Got correct original data size...';
retupmoca/P6-Compress-Zlib-Raw
…/01-basic.t :34:
ok $orig-buf.subbuf(0, 4).decode eq 'test', '...And got the right data!';
retupmoca/P6-HTTP-ParseParams
…/ParseParams.pm6 :11:
Alternatively, pass :content-type(...) to have the function pick the correct postdata encoding for you. Will die if we don't
retupmoca/P6-Net-DNS
…/README.md :19:
my @dns-answers = $resolver.lookup('A', 'google.com'); # ("1.2.3.4", "5.6.7.8", ...)
retupmoca/P6-Net-DNS
…/01-basic.t :17:
ok ($response = $resolver.lookup("A", "perl6.org")), "Lookup A record for perl6.org...";
retupmoca/P6-Net-DNS
…/01-basic.t :18:
ok ($response[0] eq "213.95.82.53"), "...Got a valid response!"; # this will probably need to change in the future
retupmoca/P6-Net-DNS
…/01-basic.t :20:
ok ($response = $resolver.lookup("A", "perl6.org.")), "Lookup A record for perl6.org. (with trailing dot)...";
retupmoca/P6-Net-DNS
…/01-basic.t :21:
ok ($response[0] eq "213.95.82.53"), "...Got a valid response!"; # this will probably need to change in the future
retupmoca/P6-Net-DNS
…/02-lookup-ips.t :15:
ok ($response = $resolver.lookup-ips("perl6.org")), "Lookup ips for perl6.org...";
retupmoca/P6-Net-DNS
…/02-lookup-ips.t :16:
ok ($response[0] eq "213.95.82.53"), "...Got a valid response!"; # this will probably need to change in the future
retupmoca/P6-Net-DNS
…/03-lookup-mx.t :15:
ok ($response = $resolver.lookup-mx("perl6.org")), "Lookup mx for perl6.org...";
retupmoca/P6-Net-DNS
…/03-lookup-mx.t :16:
ok ($response[0] eq "66.39.3.26"), "...Got a valid response!"; # this will probably need to change in the future
retupmoca/p6-Email-MIME
…/parse-content-type.t :10:
is $result<type>, 'text', "Default content type parses <type>(text)...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :11:
is $result<subtype>, 'plain', "...and <subtype>(plain)...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :12:
is $result<attributes><charset>, 'us-ascii', "...and charset attribute.";
retupmoca/p6-Email-MIME
…/parse-content-type.t :15:
is $result<type>, 'text', "Passed content type parses <type>(text)...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :16:
is $result<subtype>, 'html', "...and <subtype>(plain)...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :17:
is $result<attributes><charset>, 'utf-8', "...and charset attribute.";
retupmoca/p6-Email-MIME
…/parse-content-type.t :21:
is $result<type>, 'multipart', "Complex content type parses <type>...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :22:
is $result<subtype>, 'mixed', "...and <subtype>...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :23:
is $result<attributes><charset>, 'us-ascii', "...and charset attribute...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :24:
is $result<attributes><boundary>, '1154731954.d55bF4462.2751', "...and boundary attribute.";
retupmoca/p6-Email-MIME
…/parse-content-type.t :28:
is $result<type>, 'multipart', "Complex with newline content type parses <type>...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :29:
is $result<subtype>, 'mixed', "...and <subtype>...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :30:
is $result<attributes><charset>, 'us-ascii', "...and charset attribute...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :31:
is $result<attributes><boundary>, '1154731954.d55bF4462.2751', "...and boundary attribute.";
retupmoca/p6-Email-MIME
…/parse-content-type.t :35:
is $result<type>, "image", "content type with dashes <type>...";
retupmoca/p6-Email-MIME
…/parse-content-type.t :36:
is $result<subtype>, "x-portable-greymap", "...and <subtype>";
retupmoca/p6-Email-Simple
…/basic.t :39:
is $mail.header('Previously-Unknown'), 'wonderful species', "We can add new headers...";
retupmoca/p6-Email-Simple
…/basic.t :40:
ok $mail.Str ~~ m:s/Previously\-Unknown\: wonderful species/, "...that show up in the stringification";
retupmoca/p6-markdown
…/parse.t :23:
is $document.items[0].text, 'Markdown Test', '...with the right data';
retupmoca/p6-markdown
…/parse.t :24:
is $document.items[0].level, 2, '...and the right heading level';
retupmoca/p6-markdown
…/parse.t :28:
, '...with the right data';
retupmoca/p6-markdown
…/parse.t :33:
is $document.items[3].items[0], 'It has two paragraphs.', '...with the right data';
retupmoca/p6-markdown
…/parse.t :67:
ok !$li.numbered, '...that is unordered';
retupmoca/p6-markdown
…/parse.t :68:
ok $li.items == 2, '...with two items';
retupmoca/p6-markdown
…/parse.t :76:
#ok $li.items[0] ~~ Str, '...with simple elements';
retupmoca/p6-markdown
…/parse.t :77:
#is $li.items[1], 'List Two', '...and correct data';
retupmoca/p6-markdown
…/parse.t :81:
ok $bi.items == 1, '...with one item';
retupmoca/p6-markdown
…/parse.t :82:
ok $bi.items[0] ~~ Text::Markdown::Paragraph, '...which is a paragraph';
retupmoca/p6-markdown
…/parse.t :83:
is $bi.items[0].items[0], 'blockquote fun', '...with the correct data';
retupmoca/p6-markdown
…/parse.t :87:
is $ci.text, "code\nblock", '...with correct data';
retupmoca/p6-markdown
…/parse.t :91:
ok $li.items == 2, '...with two items';
retupmoca/p6-markdown
…/parse.t :93:
ok $li ~~ Text::Markdown::Document, '...with complex elements';
retupmoca/p6-markdown
…/parse.t :94:
is $li.items[0].items[0], 'Block List Two', '...with correct data';
retupmoca/p6-markdown
…/parse.t :98:
ok $li.numbered, '...which is ordered';
retupmoca/p6-markdown
…/parse.t :99:
ok $li.items == 2, '...with two items';
retupmoca/p6-markdown
…/parse.t :119:
ok $p ~~ Text::Markdown::Paragraph, '...which is a single paragraph';
retupmoca/p6-markdown
…/parse.t :126:
is $p.items[1].level, 1, '...with correct emphasis';
retupmoca/p6-markdown
…/parse.t :127:
is $p.items[1].text, 'paragraph', '...and text';
retupmoca/p6-markdown
…/parse.t :132:
is $p.items[3].level, 2, '...with correct emphasis';
retupmoca/p6-markdown
…/parse.t :133:
is $p.items[3].text, 'many', '...and text';
retupmoca/p6-markdown
…/parse.t :138:
is $p.items[5].text, 'different', '...with correct text';
retupmoca/p6-markdown
…/parse.t :143:
is $p.items[7].text, 'inline` elements', '...with correct text';
retupmoca/p6-markdown
…/parse.t :148:
is $p.items[9].url, 'http://google.com', '...with correct link';
retupmoca/p6-markdown
…/parse.t :149:
is $p.items[9].text, 'Links', '...with correct text';
retupmoca/p6-markdown
…/parse.t :150:
ok !$p.items[9].ref, '...with correct ref';
retupmoca/p6-markdown
…/parse.t :155:
ok !$p.items[11].url, '...with correct link';
retupmoca/p6-markdown
…/parse.t :156:
is $p.items[11].text, 'example', '...with correct text';
retupmoca/p6-markdown
…/parse.t :157:
is $p.items[11].ref, 'example', '...with correct ref';
retupmoca/p6-markdown
…/parse.t :164:
is $p.items[13].url, '/bad/path.jpg', '...with correct link';
retupmoca/p6-markdown
…/parse.t :165:
is $p.items[13].text, 'Images', '...with correct text';
retupmoca/p6-markdown
…/parse.t :166:
ok !$p.items[13].ref, '...with correct ref';
retupmoca/p6-markdown
…/parse.t :171:
ok !$p.items[15].url, '...with correct link';
retupmoca/p6-markdown
…/parse.t :172:
is $p.items[15].text, 'Reference', '...with correct text';
retupmoca/p6-markdown
…/parse.t :173:
is $p.items[15].ref, 'Reference', '...with correct ref';
retupmoca/p6-markdown
…/parse.t :178:
is $p.items[17].url, 'http://google.com', '...with correct link';
retupmoca/p6-markdown
…/parse.t :179:
is $p.items[17].text, 'http://google.com', '...with correct text';
retupmoca/p6-markdown
…/parse.t :180:
ok !$p.items[17].ref, '...with correct ref';
retupmoca/p6-markdown
…/parse.t :310:
is $document.items[0].items[0], 'My paragraph.', '...with the right data';
retupmoca/p6-markdown
…/parse.t :314:
is $document.items[1].text, 'my $code = self;', '...with the right data';
retupmoca/p6-markdown
…/parse.t :317:
is $document.items[2].items[0], 'The list is:', '...with the right data';
retupmoca/p6-markdown
…/parse.t :320:
ok not $document.items[3].numbered, '...which is not ordered';
retupmoca/p6-markdown
…/parse.t :321:
ok $document.items[3].items == 3, '...with three items';
retupmoca/p6-markdown
…/parse.t :324:
is $document.items[4].items[0], 'The end.', '...with the right data';
salortiz/JsonC
…/01-parse.t :198:
$desc .= subst(/\n.*$/, "\\n...[$i]");
salortiz/JsonC
…/01-parse.t :217:
$desc .= subst(/\n.*$/, "\\n...[$i]");
salortiz/NativeHelpers-Blob
…/03-pointer.t :9:
my CArray[uint16] $a .= new: 10, 20 ... 100;
samcv/perl6-Git-Log
…/README.md :21:
Returns an array of hashes in the following format: `ID => "df0c229ad6ba293c67724379bcd3d55af6ea47a0", AuthorName => "Author's Name", AuthorEm…
samcv/perl6-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/perl6-Git-Log
…/Log.pm6 :23:
AuthorName => "Author's Name", AuthorEmail => "sample.email@not-a.url" ...>>
samcv/perl6-Git-Log
…/Log.pm6 :25:
following format: C<<changes => { $[ { filename => 'myfile.txt', added => 10, deleted => 5 }, ... ] }>>
samcv/perl6-Git-Log
…/Log.pm6 :29:
array, :@fields. Format is an array of pairs: C<<ID => '%H', AuthorName => '%an' ...>>
scovit/Scheduler-DRMAA
…/wait-task.pl6 :71:
for $start, * + $step ...^ * >= $end -> $count {
sergot/Term--ProgressBar
…/e0.p6 :6:
my $bar = Term::ProgressBar.new( count => $count, :p, :name<Uploading...>);
sergot/http-useragent
…/http-dump.p6 :9:
say "{$content.substr(0, 800)}...";
sergot/http-useragent
…/Header.pm6 :52:
# we want to pass arguments like this: .new(a => 1, b => 2 ...)
sergot/http-useragent
…/Request.pm6 :335:
=item method => URL, where method can be POST, GET ... etc.
sergot/http-useragent
…/Common.pm6 :144:
=head2 C<GET $url, Header => Value...>
sergot/http-useragent
…/Common.pm6 :151:
=head2 C<HEAD $url, Header => Value,...>
sergot/http-useragent
…/Common.pm6 :163:
=head2 C<PUT $url, Header => Value,...>
sergot/http-useragent
…/Common.pm6 :165:
=head2 C<PUT $url, Header => Value,..., content => $content>
sergot/http-useragent
…/Common.pm6 :171:
=head2 C<PATCH $url, Header => Value,...>
sergot/http-useragent
…/Common.pm6 :173:
=head2 C<PATCH $url, Header => Value,..., content => $content>
sergot/http-useragent
…/Common.pm6 :179:
=head2 C<POST $url, Header => Value,...>
sergot/http-useragent
…/Common.pm6 :181:
=head2 C<POST $url, %form, Header => Value,...>
sergot/http-useragent
…/Common.pm6 :183:
=head2 C<POST $url, Header => Value,..., content => $form_ref>
sergot/http-useragent
…/Common.pm6 :185:
=head2 C<POST $url, Header => Value,..., content => $content>
sergot/openssl
…/02-socket.t :19:
diag 'Got a redirect, following...';
shinobi/Data-StaticTable
…/StaticTable.pm6 :78:
my @header = ('A', 'B' ... *)[0 ... $columns - 1].list;
shinobi/Data-StaticTable
…/StaticTable.pm6 :131:
@header = ('A', 'B' ... *)[0 ... $columns - 1].list;
shinobi/Data-StaticTable
…/StaticTable.pm6 :166:
return @!data[$pos+($!columns*0), $pos+($!columns*1) ... *];
shinobi/Data-StaticTable
…/StaticTable.pm6 :501:
columns named automatically, as C<A>, C<B>, C<C>... etc.
shinobi/Data-StaticTable
…/StaticTable-basic.t :103:
ok($t4.column("A") ~~ (1, 4 ... 64).list, "Column has the correct data in the 'A' column");
shinobi/Data-StaticTable
…/StaticTable-perf.t :53:
diag "== Sub-tables stress tests starting : $number-of-sets rowsets, 100 rows per set ... ==";
skaji/perl6-MetaCPAN-Favorite
…/README.md :38:
I want to learn how to do concurrency and asynchronous programming in Perl6. More precisely, I want to learn how to use Supply, Channel, Promise, react, whenever, supply.... in Perl6.
skaji/perl6-MetaCPAN-Favorite
…/Favorite.pm6 :149:
Supply, Channel, Promise, react, whenever, supply.... in Perl6.
skids/perl6-Proc-Screen
…/base.t :19:
isa-ok $s, Proc::Screen, "...and actually got one." ;
skids/perl6sum
…/CRC.pm6 :242:
buf8.new(0xff X+& (self.Int X+> ($bytes*8-8,{$_-8}...0)));
skids/perl6sum
…/MD.pm6 :452:
my uint32 @m = (:256[ $block[ $_+3 ... $_ ] ] for 0,4 ...^ 64);
skids/perl6sum
…/MDPad.pm6 :77:
when "uint64_le" { (0,8...^64) }
skids/perl6sum
…/MDPad.pm6 :78:
when "uint128_le" { (0,8...^128) }
skids/perl6sum
…/MDPad.pm6 :79:
when "uint64_be" { (56,48...0) }
skids/perl6sum
…/MDPad.pm6 :80:
when "uint128_be" { (120,112...0) }
skids/perl6sum
…/SHA.pm6 :153:
@!w[0..15] = (:256[ $block[ $_ ..^ $_+4 ] ] for 0,4 ...^ 64);
skids/perl6sum
…/SHA.pm6 :168:
[+|] (@!s.values Z+< (128,96...0))
skids/perl6sum
…/SHA.pm6 :324:
@m = (:256[ $block[ $_ ..^ $_+4 ] ] for 0,4 ...^ 64);
skids/perl6sum
…/SHA.pm6 :397:
@m = (:256[ $block[ $_ ..^ $_+8 ] ] for 0,8 ...^ 128);
skids/perl6sum
…/SHA.pm6 :440:
@.s[0..6] X+> (24,16...0)
skids/perl6sum
…/SHA.pm6 :445:
[+|] (@.s[0..6] Z+< (192,160...0))
skids/perl6sum
…/SHA.pm6 :457:
@.s.values X+> (24,16...0)
skids/perl6sum
…/SHA.pm6 :462:
[+|] (@.s.values Z+< (224,192...0))
skids/perl6sum
…/SHA.pm6 :476:
@.s[0..5] X+> (56,48...0)
skids/perl6sum
…/SHA.pm6 :481:
[+|] (@.s[0..5] Z+< (320,256...0))
skids/perl6sum
…/SHA.pm6 :495:
@.s.values X+> (56,48...0)
skids/perl6sum
…/SHA.pm6 :500:
[+|] (@.s.values Z+< (448,384...0))
skids/perl6sum
…/SM3.pm6 :138:
my @W = (:256[ $block[ $_ ..^ $_+4 ] ] for 0,4 ...^ 64);
skids/perl6sum
…/SM3.pm6 :157:
[+|] (@!V Z+< (224,192...0))
skids/perl6sum
…/SipHash.pm6 :109:
$!k1 = :256[ 255 X+& ($key X+> (0,8...^64)) ];
skids/perl6sum
…/SipHash.pm6 :110:
$!k0 = :256[ 255 X+& ($key X+> (64,72...^128)) ];
skids/perl6sum
…/SipHash.pm6 :217:
method !dice ($self:) { $self.Int X+> (56,48...0) }
skids/perl6sum
…/Tiger.pm6 :453:
@!x = (:256[ $block[ $_+7 ... $_ ] ] for 0,8 ...^ 64);
skids/perl6sum
…/Tiger.pm6 :462:
:256[(255 X+& (@!s X+> (0,8...^64)))]
skids/perl6sum
…/Tiger.pm6 :465:
method bytes_internal { @!s X+> (0,8...^64) };
skids/perl6sum
…/librhash.pm6 :195:
for 1,2,4,8 ...^ 1 +< $count -> $b {
skids/perl6sum
…/librhash.pm6 :352:
# do nothing, or abort, or...?
skids/perl6sum
…/tiger.t :1645:
is +T1.new.finalize(Buf.new(255 X+& ($msg X+> (504,496...0)))), ("0x" ~ @t1set3[$vnum]).Int, "Tiger1 Set 3, vector #$vnum (:!recourse)";
skids/perl6sum
…/tiger.t :1646:
is +T1r.new.finalize(Buf.new(255 X+& ($msg X+> (504,496...0)))), ("0x" ~ @t1set3[$vnum]).Int, "Tiger1 Set 3, vector #$vnum $recstr";
skids/perl6sum
…/tiger.t :3274:
is +T2.new.finalize(Buf.new(255 X+& ($msg X+> (504,496...0)))), ("0x" ~ @t2set3[$vnum]).Int, "Tiger2 Set 3, vector #$vnum";
skids/perl6sum
…/tiger.t :3275:
is +T2u.new.finalize(Buf.new(255 X+& ($msg X+> (504,496...0)))), ("0x" ~ @t2set3[$vnum]).Int, "Tiger2 Set 3, vector #$vnum (indirect)";
skinkade/p6-crypt-argon2
…/ref.c :35:
/* Apply Blake2 on columns of 64-bit words: (0,1,...,15) , then
skinkade/p6-crypt-argon2
…/ref.c :36:
(16,17,..31)... finally (112,113,...127) */
skinkade/p6-crypt-argon2
…/ref.c :47:
/* Apply Blake2 on rows of 64-bit words: (0,1,16,17,...112,113), then
skinkade/p6-crypt-argon2
…/ref.c :48:
(2,3,18,19,...,114,115).. finally (14,15,30,31,...,126,127) */
skinkade/p6-crypt-argon2
…/ref.c :74:
/* Apply Blake2 on columns of 64-bit words: (0,1,...,15) , then
skinkade/p6-crypt-argon2
…/ref.c :75:
(16,17,..31)... finally (112,113,...127) */
skinkade/p6-crypt-argon2
…/ref.c :86:
/* Apply Blake2 on rows of 64-bit words: (0,1,16,17,...112,113), then
skinkade/p6-crypt-argon2
…/ref.c :87:
(2,3,18,19,...,114,115).. finally (14,15,30,31,...,126,127) */
softmoth/p6-Template-Mustache
…/comments.json :1:
{"__ATTN__":"Do not edit this file; changes belong in the appropriate YAML file.","overview":"Comment tags represent content that should never…
soundart/perl6-tweetnacl
…/SecretKey.pm6 :102:
# m[0], m[1], ..., m[mlen-1] using a secret key k[0], ...,
soundart/perl6-tweetnacl
…/SecretKey.pm6 :103:
# k[crypto_secretbox_KEYBYTES-1] and a nonce n[0], n[1], ...,
soundart/perl6-tweetnacl
…/SecretKey.pm6 :105:
# the ciphertext into c[0], c[1], ..., c[mlen-1]. It then returns 0.
soundart/perl6-tweetnacl
…/SecretKey.pm6 :134:
# ciphertext c[0], c[1], ..., c[clen-1] using a secret key k[0], k[1],
soundart/perl6-tweetnacl
…/SecretKey.pm6 :135:
# ..., k[crypto_secretbox_KEYBYTES-1] and a nonce n[0], ...,
soundart/perl6-tweetnacl
…/SecretKey.pm6 :137:
# puts the plaintext into m[0], m[1], ..., m[clen-1]. It then returns
soundart/perl6-tweetnacl
…/Sign.pm6 :113:
# The crypto_sign function signs a message m[0], ..., m[mlen-1] using
soundart/perl6-tweetnacl
…/Sign.pm6 :114:
# the signer's secret key sk[0], sk[1], ...,
soundart/perl6-tweetnacl
…/Sign.pm6 :166:
# The crypto_sign_open function verifies the signature in sm[0], ...,
soundart/perl6-tweetnacl
…/Sign.pm6 :167:
# sm[smlen-1] using the signer's public key pk[0], pk[1], ...,
soundart/perl6-tweetnacl
…/Sign.pm6 :170:
# m[1], ..., m[mlen-1]. It then returns 0.
spebern/Parser-FreeXL-Native
…/Doxyfile.in :8:
# TAG = value [value, ...]
spebern/Parser-FreeXL-Native
…/Doxyfile.in :10:
# TAG += value [value, ...]
spebern/Parser-FreeXL-Native
…/Doxyfile.in :483:
# documentation sections, marked by \if sectionname ... \endif.
spebern/Parser-FreeXL-Native
…/configure :1333:
To assign environment variables (e.g., CC, CFLAGS...), specify them as
spebern/Parser-FreeXL-Native
…/configure :1343:
-q, --quiet, --silent do not print \`checking ...' messages
spebern/Parser-FreeXL-Native
…/configure :3824:
static char *f (char * (*g) (char **, int), char **p, ...)
spebern/Parser-FreeXL-Native
…/configure :5392:
static char *f (char * (*g) (char **, int), char **p, ...)
spebern/Parser-FreeXL-Native
…/ltmain.sh :4284:
void lt_debugprintf (const char *file, int line, const char *fmt, ...);
spebern/Parser-FreeXL-Native
…/ltmain.sh :4285:
void lt_fatal (const char *file, int line, const char *message, ...);
spebern/Parser-FreeXL-Native
…/ltmain.sh :4802:
lt_debugprintf (const char *file, int line, const char *fmt, ...)
spebern/Parser-FreeXL-Native
…/ltmain.sh :4828:
lt_fatal (const char *file, int line, const char *message, ...)
spebern/Parser-FreeXL-Native
…/libtool.m4 :365:
# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
spebern/Parser-FreeXL-Native
…/libtool.m4 :383:
# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
spebern/Parser-FreeXL-Native
…/libtool.m4 :389:
# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
spebern/Parser-FreeXL-Native
…/libtool.m4 :395:
# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
spebern/Parser-FreeXL-Native
…/libtool.m4 :406:
# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
spebern/Parser-FreeXL-Native
…/ltsugar.m4 :16:
# lt_join(SEP, ARG1, [ARG2...])
spebern/Parser-FreeXL-Native
…/ltsugar.m4 :61:
# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
spebern/Parser-FreeXL-Native
…/ltsugar.m4 :116:
# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
spebern/Parser-FreeXL-Native
…/mainpage.doxy :318:
Visual Basic module ... visible, hidden ...), and relative offset position of
spitsh/spitsh
…/HTTP.sp :39:
($self.body-size > $:error-max-length ?? $self.body.substr(0,$:error-max-length) ~ '...' !! $self.body)
spitsh/spitsh
…/command.t :38:
is ${printf '%s-%s-%s' (<one two three>) }, 'one-two-three', '<...> list falttens in cmd';
spitsh/spitsh
…/export.t :14:
is $assign-to-parens, 'parens assignment',' = (...;...)';
spitsh/spitsh
…/export.t :15:
ok $parens-canary, '($canary=True;...)';
spitsh/spitsh
…/for.t :85:
is $j, 9, 'for <...>,<...> iterates over all elements';
spitsh/spitsh
…/for.t :93:
is $k, 7, '$(...) in for'
spitsh/spitsh
…/for.t :128:
is .WHAT, 'Cmd', 'for Cmd<...> { .WHAT }';
spitsh/spitsh
…/for.t :129:
ok .exists, 'for Cmd<...> { .exists }';
spitsh/spitsh
…/for.t :178:
'one:two,three:four,five:six', '"{.key}{.value}" for ...';
spitsh/spitsh
…/if.t :311:
is $_, "three", '.grep(...)[1] as topic';
spitsh/spitsh
…/junctions.t :46:
ok $canary, '${true} and ${true} and... in Any ctx';
spitsh/spitsh
…/list.t :147:
is @l.grep(/i.{1,2}$/)[0], <five>, '.grep(/.../)[0]';
spitsh/spitsh
…/basic.t :11:
is q|foo'bar'baz|,"foo'bar'baz",'q| ... |';
spitsh/spitsh
…/scalar-assignment.t :42:
is $str, 'fee', '$str .= ...';
spitsh/spitsh
…/str.t :89:
is .slurp, '%FOO', '.slurp...write-to($_)';
spitsh/spitsh
…/sub.t :103:
nok $a == $b,'my $foo = ... as arg works more than once';
spitsh/spitsh
…/set-path.t :34:
is $d<four>,'["five","six","seven"]', ' = [...]';
supernovus/exemel
…/README.md :49:
#### make-xml(Str $name, ... --> XML::Element)
supernovus/exemel
…/README.md :184:
#### insert(Str $name, ...)
supernovus/exemel
…/README.md :203:
#### append(Str $name, ...)
supernovus/exemel
…/README.md :205:
See _insert (Str $name, ...)_ but at the bottom.
supernovus/exemel
…/README.md :217:
#### before(Str $name, ...)
supernovus/exemel
…/README.md :219:
See _insert (Str $name, ...)_ and _before(XML::Node $node)_ and figure it out.
supernovus/exemel
…/README.md :229:
#### after(Str $name, ...)
supernovus/exemel
…/README.md :284:
#### craft(Str $name, ...)
supernovus/exemel
…/README.md :287:
Named and positional parameters are handled as with _insert(Str $name, ...)_
supernovus/exemel
…/README.md :303:
#### unset($name, ...)
supernovus/exemel
…/README.md :308:
#### unset(:$name, ...)
supernovus/exemel
…/Element.pm6 :383:
# elements(:TAG($tagname), :attrib1($value), ...)
supernovus/flower
…/06-utils-text.t :43:
is ~$tal.parse($template), $xml~'<test>endof...</test>', 'substr: modifier with ellipsis';
supernovus/hinges
…/05-input.t :29:
is [Nil, 1, 6], $pos, '...on position 6 on line 1';
supernovus/hinges
…/05-input.t :39:
is [Nil, 1, 6], $pos, '...on position 6 on line 1';
supernovus/hinges
…/05-input.t :146:
is [Nil, 1, 6], $pos, '...on position 6 on line 1';
supernovus/hinges
…/05-input.t :156:
is [Nil, 1, 6], $pos, '...on position 6 on line 1';
supernovus/perl6-http-client
…/README :56:
:type("text/plain"), :content("hello world...")
supernovus/perl6-http-client
…/Response.pm6 :109:
## See RFC2616, 3.6.1 -- e.g. '5f32; xxx=...'
supernovus/perl6-timezone
…/africa :525:
# 1983-03-20 as well, but that was not successful....
supernovus/perl6-timezone
…/africa :641:
# Communication Minister and Gov ernment Spokesman, Khalid Naciri...."
supernovus/perl6-timezone
…/antarctica :329:
# and the South Pole, that's the other end of their supply line....
supernovus/perl6-timezone
…/antarctica :356:
# And they use the same time as Christchurch, NZ does....
supernovus/perl6-timezone
…/asia :872:
# Thursday night of Shahrivar, but I can't give exact dates....
supernovus/perl6-timezone
…/asia :1299:
# time", which stands for the time on E 120 degree.... But "western standard
supernovus/perl6-timezone
…/asia :2257:
# the Muslim feast of Id al-Fitr, which begins on Tuesday..."
supernovus/perl6-timezone
…/australasia :358:
# on Sunday 19th January, 2014.... move clocks forward by one hour from 2am
supernovus/perl6-timezone
…/australasia :708:
# about the time there, and they all told a time that agrees with UTC+13....
supernovus/perl6-timezone
…/australasia :1713:
# Saturday, the 14th [of October, 1950] -- ... The time was all the
supernovus/perl6-timezone
…/australasia :1742:
# convention, but are not legally binding national borders.... The date is
supernovus/perl6-timezone
…/europe :154:
# designed by G. W. Miller, is the...William Willett Memorial Sundial,
supernovus/perl6-timezone
…/europe :618:
# 1978-07-25, Bundesgesetzblatt, Jahrgang 1978, Teil I, S. 1110-1111)....
supernovus/perl6-timezone
…/europe :947:
# savings using North America rules, changing the time at 02:00 local time....
supernovus/perl6-timezone
…/europe :1009:
# a regulation of the Government of Estonia, No. 111 of 1989....
supernovus/perl6-timezone
…/europe :1520:
# 1989-03-26, when we must not turn the hands of the clock....
supernovus/perl6-timezone
…/europe :2162:
# UNIX-like OSes by several developer groups (e.g. Demos group, Kiae group)....
supernovus/perl6-timezone
…/europe :2374:
# The Sakha districts are: Bulunskij, Verkhoyanskij, ... Ust'-Yanskij.
supernovus/perl6-timezone
…/europe :2418:
# Nizhnekolymskij, ... Srednekolymskij.
supernovus/perl6-timezone
…/northamerica :265:
# Observatory weather station atop (of course!) Mount Washington [, NH]....
supernovus/perl6-timezone
…/northamerica :710:
# going to switch from Central to Eastern Time on March 11, 2007....
supernovus/perl6-timezone
…/northamerica :913:
# Starke County, IN (from CST to EST) ... 1991-10
supernovus/perl6-timezone
…/northamerica :914:
# Oliver County, ND (from MST to CST) ... 1992-10
supernovus/perl6-timezone
…/northamerica :915:
# West Wendover, NV (from PST TO MST) ... 1999-10
supernovus/perl6-timezone
…/northamerica :916:
# Wayne County, KY (from CST to EST) ... 2000-10
supernovus/perl6-timezone
…/northamerica :1613:
# already, did not change their clocks.... During the Second World
supernovus/perl6-timezone
…/northamerica :1614:
# War,... [t]he cities agreed to implement DST during the summer
supernovus/perl6-timezone
…/northamerica :1650:
# March 27, 1987 ... said ...
supernovus/perl6-timezone
…/northamerica :1656:
# been assented to (March 22, 1967)....
supernovus/perl6-timezone
…/northamerica :2021:
# predates the creation of Nunavut, it probably goes back many years....
supernovus/perl6-timezone
…/northamerica :2242:
# [translated], says "summer time will ... take effect on the first Sunday
supernovus/perl6-timezone
…/southamerica :137:
# Regretfully, you have to subscribe (and pay) for the on-line version....
supernovus/perl6-timezone
…/southamerica :148:
# It remains the vote of the Deputies..., but it will be the same....
supernovus/perl6-timezone
…/southamerica :277:
# three days earlier, from a Saturday to a Sunday....
supernovus/perl6-timezone
…/southamerica :294:
# at midnight between Saturday, July 24th and Sunday, July 25th....
supernovus/perl6-timezone
…/southamerica :674:
# always in BR1, and so the only change was whether or not they observed DST....
supernovus/perl6-timezone
…/southamerica :1180:
# from Oscar van Vlijmen,... for instance entry 66 says that GMT-4
supernovus/perl6-timezone
…/southamerica :1559:
# fulfillment of Decree No. 7,273 of the Executive Power.... The time change
supernovus/perl6-web-template
…/README.md :43:
### set-path ($path, ...)
supernovus/perl6-web-template
…/README.md :49:
### render ($template, ...)
szabgab/Perl6-Maven
…/bootstrap.min.js :6:
!function(a){a(function(){"use strict",a.support.transition=function(){var a=function(){var a=document.createElement("bootstrap"),b={WebkitTra…
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 "
tadzik/Test-Harness
…/file.t :27:
is $h.successful, False, 'it went okay... NOT';
tadzik/Test-Harness
…/file.t :58:
is $h.successful, False, 'it went okay... NOT';
tadzik/panda
…/01-parse.t :198:
$desc .= subst(/\n.*$/, "\\n...[$i]");
tadzik/panda
…/01-parse.t :217:
$desc .= subst(/\n.*$/, "\\n...[$i]");
tadzik/perl6-Config-INI
…/01-parser.t :155:
is-deeply %ni, { 'Hello... world' => {} };
thundergnat/Lingua-EN-Numbers-Cardinal
…/02-ordinal.t :31:
# checking on 20, 30 ... 90
thundergnat/X11-Xdo
…/README.md :14:
Not all libxdo functions are supported by every window manager. In general, mouse info & move and window info, move, & resize routines seem to be well supported, others... not so much.
thundergnat/X11-Xdo
…/README.md :665:
If you want to send a specific key or key sequence, such as "alt+l", you want instead send-sequence(...).
thundergnat/X11-Xdo
…/libxdo.pm6 :27:
supported, others... not so much.
thundergnat/X11-Xdo
…/test.html :8:
<h1>X11::libxdo testing, please wait...</h1>
timo/ADT
…/README.md :71:
every defined case (Branch or Leaf, Just or Nothing, ...). A macro can probably be devised to implement
tony-o/perl6-html-parser-xml
…/S05.html :1629:
<pre> :nth(2,4,6...*) # return only even matches
tony-o/perl6-html-parser-xml
…/S05.html :1630:
:nth(1,1,*+*...*) # match only at 1,2,3,5,8,13...</pre>
tony-o/perl6-html-parser-xml
…/S05.html :2018:
<li>The <code>:samecase</code>, <code>:samespace</code> and <code>:samemark</code> modifiers (and their short forms) are only allowed on substitutions (<code>s///</code> and <code>s[] = ...</code>).
tony-o/perl6-html-parser-xml
…/S05.html :5111:
<p>except that the scan for &#34;<code>foo</code>&#34; can be done in the forward direction, while a lookbehind assertion would presumably sca…
tony-o/perl6-html-parser-xml
…/S05.html :5535:
<li>The <code>\L...\E</code>, <code>\U...\E</code>, and <code>\Q...\E</code> sequences are gone. The single-character case modifiers <code>…
tony-o/perl6-html-parser-xml
…/S05.html :5901:
<li>Just as a raw <code>{...}</code> is now always a closure (which may still execute immediately in certain contexts and be passed as an object in o…
tony-o/perl6-html-parser-xml
…/S05.html :5912:
<li>Specifically, a <code>/.../</code> matches immediately in a value context (sink, Boolean, string, or numeric), or when it is an explicit argument of a <code>~~</code>. Otherwise it&#39;s a <code>Regex</code> constructor identical to the explicit <code>regex</code> form. So this:
tony-o/perl6-html-parser-xml
…/S05.html :5998:
<p>When you call <code>my_grep</code>, the first argument is bound in item context, so passing <code>{...}</code> or <code>/.../</code> pro…
tony-o/perl6-html-parser-xml
…/S05.html :9342:
# an Array object, so...</pre>
tony-o/perl6-html-parser-xml
…/S05.html :9722:
# subrule&#39;s second, third, fourth, etc. subcaptures...</pre>
tony-o/perl6-html-parser-xml
…/S05.html :10790:
<p>You&#39;ll note from the last example that substitutions only happen on the &#34;official&#34; string result of the match, that is, the por…
tony-o/perl6-html-parser-xml
…/advent.html :180:
As they say, "Give a man a fire..." Hold that thought, some breaking news...
tony-o/perl6-html-parser-xml
…/advent.html :888:
<pre>say (0, 1/10 ... 1); # 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
tony-o/perl6-html-parser-xml
…/advent.html :898:
<pre>say (0, 1e-1 ... 1); # misses the 1, goes on forever
tony-o/perl6-html-parser-xml
…/advent.html :899:
say (0, 1e-1 ... * &gt;= 1); # 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 1.1 (oops)
tony-o/perl6-xoo
…/README.md :268:
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`
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :121:
for 16, 8...0 {
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :131:
for 24, 16...0 {
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :139:
for 24, 16...0 {
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :149:
for 24, 16...0 {
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :157:
for 24, 16...0 {
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :175:
for 24, 16...0 { $buf.append: (($num +> $_) +& 0xFF); }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :177:
for 24, 16...0 { $buf.append: (($num +> $_) +& 0xFF); }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :182:
for 24, 16...0 { $buf.append: (($num +> $_) +& 0xFF); }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :198:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :204:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :207:
for 16, 8...0 { $buf[$i] = (5 +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :210:
for 16, 8...0 { $buf[$i] = (4 +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :214:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :220:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :223:
for 16, 8...0 { $buf[$i] = (8 +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :227:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :230:
for 16, 8...0 { $buf[$i] = (4 +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :234:
for 16, 8...0 { $buf[$i] = ($num +> $_) +& 0xFF; $i++; }
ufobat/HTTP-Server-Ogre
…/FrameSerializer.pm6 :247:
for 24, 16...0 {
ufobat/p6-time-crontab
…/README.md :14:
if $tc.match(DateTime.now, :truncate(True)) { ..... }
ufobat/p6-time-crontab
…/README.md :65:
23 0-23/2 * * * echo "run 23 minutes after midn, 2am, 4am ..., everyday"
ugexe/zef
…/README.pod :391:
First, and the most precise way, is to specify the config file by passing C<--config-path="..."> to any zef command.
ugexe/zef
…/CLI.pm6 :676:
next() R, say "$dir does not exist. Skipping..." unless $dir.IO.e;
ugexe/zef
…/CLI.pm6 :927:
return ($cutoff.substr(0,*-3) ~ '...') if $cutoff.substr(*-3,3) ~~ /\S\S\S/;
viklund/november
…/blog-posts.md :15:
* November 28, 2008 -- "...take thee, Annam Whatley..."
viklund/november
…/blog-posts.md :23:
* [November 17, 2008 -- it's a small step for a robotic dog...](http://use.perl.org/\~masak/journal/37899)
viklund/november
…/1218056698 :5:
That\'s ok, there are other not yet created pages...'
viklund/november
…/1218056837 :5:
That\'s ok, there are other not yet created pages... Though maybe none as beutiful as this was... wasn\'t...'
viklund/november
…/1218057191 :5:
That\'s ok, there are other not yet created pages... Though maybe none as beutiful as this was... wasn\'t...
viklund/november
…/article.rtf :535:
\par method read_page_history($page) \{ ... \}\line method write_page_history( $page, $page_history ) \{ ... \}
viklund/november
…/article.rtf :536:
\par method read_modification($modification_id) \{ ... \}\line method write_modification( $modification_id, $modification ) \{ ... \}}{\rtlch\fcs1 \af2\afs24 \ltrch\fcs0 \f2\fs24\insrsid7217780
whity/perl6-hematite
…/README.md :30:
$app.helper('xpto', sub { say 'helper...'; });
zag/plosurin
…/Plosurin.pm :19:
# RAKUDO workaround for RT #70003, $m.orig.rindex(...) directly fails
zoffixznet/perl6-CoreHackers-Sourcery
…/README.md :26:
by the methods indicate original files, making this module less useful... but
zoffixznet/perl6-Die
…/README.md :23:
In Perl 6, you do the same with `note "foo" and exit 1`... or use this shiny
zostay/P6W
…/P6W.pod :385:
my $lucas-number := 2, 1, * + * ... *;
zostay/P6W
…/README.md :420:
my $lucas-number := 2, 1, * + * ... *;
zostay/p6-Path-Router
…/Changes :14:
* COMPATIBILITY BREAKING: Prior to this revision, .add-route(...) allowed
zostay/p6-Path-Router
…/Router.pm6 :134:
path-ok($router, 'admin/remove-user/56', '... this is a valid path');
zostay/p6-Path-Router
…/Router.pm6 :149:
}, '... this maps to a valid path');
zostay/p6-Path-Router
…/001_basic.t :42:
# This used to be added as the second argument, but we're... see above.
zostay/p6-Path-Router
…/001_basic.t :54:
# This used to be added as the last argument, but we're... see above.
zostay/p6-Path-Router
…/003_messy_paths.t :49:
path-ok($router, '/blog/', '... this path is valid');
zostay/p6-Path-Router
…/003_messy_paths.t :50:
path-ok($router, './blog/', '... this path is valid');
zostay/p6-Path-Router
…/003_messy_paths.t :51:
path-ok($router, '///.///.///blog//.//', '... this path is valid');
zostay/p6-Path-Router
…/003_messy_paths.t :52:
path-ok($router, '/blog/./show/.//./20', '... this path is valid');
zostay/p6-Path-Router
…/003_messy_paths.t :53:
path-ok($router, '/blog/./2006/.//./20////////10', '... this path is valid');
zostay/p6-Path-Router
…/004_match_test.t :44:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
zostay/p6-Path-Router
…/004_match_test.t :56:
path-not-ok($router, $_, '... could not match path (' ~ $_ ~ ')')
zostay/p6-Path-Router
…/005_match_test_w_optional.t :36:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
zostay/p6-Path-Router
…/005_match_test_w_optional.t :50:
path-not-ok($router, $_, '... could not match path (' ~ $_ ~ ')')
zostay/p6-Path-Router
…/006_match_w_targets.t :59:
is($match.route.target, $INDEX, '... got the right target');
zostay/p6-Path-Router
…/006_match_w_targets.t :73:
is($match.route.target, $SHOW_DATE, '... got the right target');
zostay/p6-Path-Router
…/006_match_w_targets.t :90:
is($match.route.target, $GENERAL, '... got the right target');
zostay/p6-Path-Router
…/006_match_w_targets.t :105:
is($match.route.target, $GENERAL, '... got the right target');
zostay/p6-Path-Router
…/009_include_other_router.t :42:
path-ok($poll-router, $_, '... matched path (' ~ $_ ~ ')')
zostay/p6-Path-Router
…/009_include_other_router.t :90:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
zostay/p6-Path-Router
…/009_include_other_router.t :151:
path-ok($router, $_, '... matched path (' ~ $_ ~ ')')
zostay/p6-Path-Router
…/010_example_cat_chained_URIs.t :198:
path-not-ok($router, $_, '... ' ~ $_ ~ ' is not okay') for <
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment