Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 6, 2021 13:04
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/33047fc0a8d7aa9f68af99f51fcb150d to your computer and use it in GitHub Desktop.
Save Whateverable/33047fc0a8d7aa9f68af99f51fcb150d to your computer and use it in GitHub Desktop.
greppable6
File Code
ALOREN/App-FindSource
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
ALOREN/Getopt-Advance
…/README.adoc :15:
image:https://ci.appveyor.com/api/projects/status/1aknogb99475ak53/branch/master?svg=true["Windows Build Status", link="https://ci.appveyor.com/api/projects/status/1aknogb99475ak53?svg=true"]
ALOREN/Getopt-Advance
…/Advance.adoc :2144:
Return the status of result handler `$.handler`.
ALOREN/Getopt-Advance
…/Advance.adoc :2239:
Get the status of current `autohv` option.
ALOREN/Getopt-Advance
…/Parser.pm6 :284:
#| reset the status, so we can use the handler next time
ALOREN/Terminal-Table
…/README.adoc :8:
image:https://ci.appveyor.com/api/projects/status/sbgq8vt0775fu1pk/branch/master?svg=true["Windows Build Status", link="https://ci.appveyor.com/api/projects/status/sbgq8vt0775fu1pk?svg=true"]
ASTJ/SQL-NamedPlaceholder
…/06-hyphen.t :6:
my ($sql, $bind) = bind-named(q:to/EOQ/, { blog-status => 1, blog_id => 3, limit => 5 });
ASTJ/SQL-NamedPlaceholder
…/06-hyphen.t :9:
AND status = :blog-status
ASTJ/SQL-NamedPlaceholder
…/06-hyphen.t :17:
AND status = ?
AZAWAWI/App-Perl6LangServer
…/README.md :3:
Build Status [![Build�[…
AZAWAWI/Inline-Go
…/README.md :3:
Build Status [![Build st…
AZAWAWI/Libclang
…/README.md :3:
Build Status [![Build status]…
AZAWAWI/MagickWand
…/README.md :11:
| Windows 7 64-bit | Build<b> status</b> | AppVeyor |
AZAWAWI/MsgPack
…/README.md :3:
Build Status [![Build status…
AZAWAWI/SDL2
…/README.md :3:
Build Status [![Build status](h…
AZAWAWI/Tika
…/README.md :3:
Build Status Build<b> status</b>
AZAWAWI/Tika
…/Tika.pm6 :65:
die $response.status-line unless $response.is-success;
AZAWAWI/Tika
…/Tika.pm6 :71:
die $response.status-line unless $response.is-success;
AZAWAWI/Tika
…/Tika.pm6 :77:
die $response.status-line unless $response.is-success;
AZAWAWI/Tika
…/Tika.pm6 :89:
die $response.status-line unless $response.is-success;
AZAWAWI/Tika
…/Tika.pm6 :101:
die $response.status-line unless $response.is-success;
AZAWAWI/Tika
…/Tika.pm6 :112:
die $response.status-line unless $response.is-success;
AZAWAWI/Tika
…/Tika.pm6 :122:
die $response.status-line unless $response.is-success;
AZAWAWI/WebService-Discourse
…/README.md :3:
Build Status [!…
AZAWAWI/Wkhtmltox
…/README.md :3:
Build Status [![Build st…
BDUGGAN/OAuth2-Client-Google
…/Google.pm6 :63:
$res.is-success or return { error => $res.status-line };
BDUGGAN/OAuth2-Client-Google
…/Google.pm6 :92:
$res.is-success or return { error => $res.status-line };
BDUGGAN/WebService-AWS-S3
…/S3.pm6 :58:
say "Error: { $!res.status-line } { $error.code }";
CCWORLD/CCLog
…/LICENSE :255:
of preserving the free status of all derivatives of our free software and
CHSANCH/Lingua-Stem-Es
…/diffs.txt :25400:
status status
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :49:
test get('/text'), status => 401; # No Authorization, forbidden
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :52:
status => 200,
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :56:
test get('/json'), status => 401;
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :59:
status => 200,
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :63:
test get('/a'), status => 401;
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :66:
status => 200,
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :70:
test get('/methods'), status => 401;
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :73:
status => 200,
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :81:
status => 200,
CTILMES/CroX-HTTP-Auth-Munge
…/01-basic.t :86:
status => 401;
CTILMES/CroX-HTTP-Transform-GraphQL
…/GraphQL.pm6 :20:
my $response = Cro::HTTP::Response.new(status => 404, :$request);
CTILMES/CroX-HTTP-Transform-GraphQL
…/GraphQL.pm6 :30:
.status = 200;
CTILMES/CroX-HTTP-Transform-GraphQL
…/GraphQL.pm6 :47:
.status = 200;
CTILMES/DB-Pg
…/Pg.pm6 :53:
if $conn.status == CONNECTION_OK;
CTILMES/DB-Pg
…/Database.pm6 :85:
method ping { $!conn.status == CONNECTION_OK }
CTILMES/DB-Pg
…/Database.pm6 :93:
if $!conn.status == CONNECTION_BAD
CTILMES/DB-Pg
…/Database.pm6 :116:
given $result.status
CTILMES/DB-Pg
…/Database.pm6 :166:
given $result.status
CTILMES/DB-Pg
…/Native.pm6 :43:
method status(--> ExecStatusType) { ExecStatusType(self.PQresultStatus) }
CTILMES/DB-Pg
…/Native.pm6 :101:
method PQstatus(--> int32)
CTILMES/DB-Pg
…/Native.pm6 :104:
method status(--> ConnStatusType) { ConnStatusType(self.PQstatus) }
CTILMES/DB-Pg
…/Native.pm6 :233:
say $pgconn.status; # CONNECTION_OK or CONNECTION_BAD
CTILMES/DB-Pg
…/Statement.pm6 :31:
given $result.status
CTILMES/DB-Pg
…/09-native.t :12:
is $pgconn.status, CONNECTION_OK, 'status';
CTILMES/DB-Pg
…/09-native.t :16:
is $result.status, PGRES_TUPLES_OK, 'result status';
CTILMES/GraphQL
…/users.pl :30:
#| status tells whether the user is true or false.
CTILMES/GraphQL
…/users.pl :31:
has Bool $.status is rw;
CTILMES/GraphQL
…/users.pl :73:
has Bool $.status;
CTILMES/GraphQL
…/users.pl :81:
status => True,
CTILMES/GraphQL
…/users.pl :86:
status => False,
CTILMES/GraphQL
…/users.pl :91:
status => True,
CTILMES/GraphQL
…/users.pl :96:
status => True,
CTILMES/GraphQL
…/users.pl :101:
status => True,
CTILMES/GraphQL
…/users.pl :141:
status => $newuser.status,
CTILMES/GraphQL
…/users.pl :148:
for <name birthday status state> -> $field
CTILMES/GraphQL
…/users.schema :9:
# status doesn't mean anything, just a boolean field you can
CTILMES/GraphQL
…/users.schema :11:
status: Boolean
CTILMES/GraphQL
…/users.schema :19:
status: Boolean
CTILMES/GraphQL
…/usersexample.md :17:
status: Boolean
CTILMES/GraphQL
…/usersexample.md :66:
has Bool $.status is rw;
CTILMES/GraphQL
…/usersexample.md :72:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CTILMES/GraphQL
…/usersexample.md :162:
status: Boolean
CTILMES/GraphQL
…/usersexample.md :211:
Get the birthday and status for user 2:
CTILMES/GraphQL
…/usersexample.md :216:
status
CTILMES/GraphQL
…/usersexample.md :221:
Add a new user named "John" (null status and birthday because they
CTILMES/GraphQL
…/usersschema.md :25:
status: Boolean
CTILMES/GraphQL
…/usersschema.md :74:
has Bool $.status is rw;
CTILMES/GraphQL
…/usersschema.md :80:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CTILMES/GraphQL
…/usersschema.md :170:
status: Boolean
CTILMES/GraphQL
…/usersschema.md :219:
Get the birthday and status for user 2:
CTILMES/GraphQL
…/usersschema.md :224:
status
CTILMES/GraphQL
…/usersschema.md :229:
Add a new user named "John" (null status and birthday because they
CTILMES/GraphQL
…/usersschema.pl :11:
has Bool $.status is rw;
CTILMES/GraphQL
…/usersschema.pl :18:
status => True),
CTILMES/GraphQL
…/usersschema.pl :22:
status => False),
CTILMES/GraphQL
…/usersschema.pl :26:
status => True),
CTILMES/GraphQL
…/usersschema.pl :30:
status => True),
CTILMES/GraphQL
…/usersschema.pl :34:
status => True);
CTILMES/GraphQL
…/05-objectresolver.t :13:
status: Boolean
CTILMES/GraphQL
…/05-objectresolver.t :30:
has $.status;
CTILMES/GraphQL
…/05-objectresolver.t :36:
status => True);
CTILMES/GraphQL
…/05-objectresolver.t :56:
status
CTILMES/GraphQL
…/05-objectresolver.t :71:
"status": true,
CTILMES/GraphQL
…/06-queries-with-args.t :13:
status: Boolean
CTILMES/GraphQL
…/06-queries-with-args.t :31:
has $.status;
CTILMES/GraphQL
…/06-queries-with-args.t :38:
status => True),
CTILMES/GraphQL
…/06-queries-with-args.t :42:
status => False),
CTILMES/GraphQL
…/06-queries-with-args.t :46:
status => True),
CTILMES/GraphQL
…/06-queries-with-args.t :50:
status => True),
CTILMES/GraphQL
…/06-queries-with-args.t :54:
status => True);
CTILMES/GraphQL
…/06-queries-with-args.t :110:
'{ allusers(start: 3, count: 2) { name status } }',
CTILMES/GraphQL
…/06-queries-with-args.t :119:
"status": true
CTILMES/GraphQL
…/06-queries-with-args.t :123:
"status": true
CTILMES/GraphQL
…/06-queries-with-args.t :165:
{ allusers(start: $start, count: $count) { name status } }',
CTILMES/GraphQL
…/06-queries-with-args.t :174:
"status": false
CTILMES/GraphQL
…/06-queries-with-args.t :178:
"status": true
CTILMES/GraphQL
…/06-queries-with-args.t :182:
"status": true
CTILMES/GraphQL
…/06-queries-with-args.t :186:
"status": true
CTILMES/GraphQL
…/07-mutations.t :13:
status: Boolean
CTILMES/GraphQL
…/07-mutations.t :24:
status: Boolean
CTILMES/GraphQL
…/07-mutations.t :43:
has $.status is rw;
CTILMES/GraphQL
…/07-mutations.t :50:
status => True),
CTILMES/GraphQL
…/07-mutations.t :54:
status => False),
CTILMES/GraphQL
…/07-mutations.t :58:
status => True),
CTILMES/GraphQL
…/07-mutations.t :62:
status => True),
CTILMES/GraphQL
…/07-mutations.t :66:
status => True);
CTILMES/GraphQL
…/07-mutations.t :154:
userinput: { name: "Fred", birthday: "Saturday", status: false })
CTILMES/GraphQL
…/07-mutations.t :155:
{ id, birthday, status, name }
CTILMES/GraphQL
…/07-mutations.t :165:
"status": false,
CTILMES/GraphQL
…/07-mutations.t :176:
{ id, birthday, status, name }
CTILMES/GraphQL
…/07-mutations.t :191:
"status": true,
CTILMES/GraphQL
…/07-mutations.t :208:
status => 'false'
CTILMES/GraphQL
…/07-mutations.t :221:
'{ user(id: 5) { id, birthday, status, name } }',
CTILMES/GraphQL
…/07-mutations.t :230:
"status": true,
CTILMES/LibCurl
…/README.md :124:
say $curl.statusline;
CTILMES/LibCurl
…/README.md :510:
say $curl1.statusline;
CTILMES/LibCurl
…/README.md :511:
say $curl2.statusline;
CTILMES/LibCurl
…/README.md :535:
say $easy.statusline;
CTILMES/LibCurl
…/Multi.pod6 :17:
say $easy.statusline;
CTILMES/LibCurl
…/LibCurl::Multi.md :17:
say $easy.statusline;
CTILMES/LibCurl
…/bigfile.pl6 :13:
say $curl.statusline;
CTILMES/LibCurl
…/debug.pl6 :17:
say $curl.statusline;
CTILMES/LibCurl
…/multi.pl6 :12:
say $e ?? "error: $e.message()" !! $easy.statusline;
CTILMES/LibCurl
…/progressfunc.pl6 :14:
say $curl.statusline;
CTILMES/LibCurl
…/Easy.pm6 :311:
$easy.statusline = $header.trim;
CTILMES/LibCurl
…/Easy.pm6 :375:
has $.statusline is rw;
CTILMES/LibCurl
…/Test.pm6 :20:
sub sysexit(int32 $status) is symbol('exit') is native { * }
CTILMES/LibCurl
…/test0002.t :29:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0009.t :36:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0012.t :32:
is $curl.statusline, "HTTP/1.1 206 Partial Content", 'statusline';
CTILMES/LibCurl
…/test0013.t :28:
is $curl.statusline, "HTTP/1.1 200 Read you", 'statusline';
CTILMES/LibCurl
…/test0014.t :33:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CTILMES/LibCurl
…/test0015.t :29:
is $curl.statusline, "HTTP/1.4 200 OK", 'statusline';
CTILMES/LibCurl
…/test0016.t :36:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CTILMES/LibCurl
…/test0017.t :32:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CTILMES/LibCurl
…/test0022.t :31:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CTILMES/LibCurl
…/test0027.t :19:
is $curl.statusline, "HTTP/1.1 200 Mooo swsclose", 'statusline';
CTILMES/LibCurl
…/test0027.t :31:
is $curl.statusline, "HTTP/1.1 200 Mooo swsclose", 'statusline';
CTILMES/LibCurl
…/test0027.t :43:
is $curl.statusline, "HTTP/1.1 200 Mooo swsclose", 'statusline';
CTILMES/LibCurl
…/test0028.t :19:
is $curl.statusline, "HTTP/1.1 200 Followed here fine swsclose", 'statusline';
CTILMES/LibCurl
…/test0032.t :31:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CTILMES/LibCurl
…/test0033.t :51:
is $curl.statusline, "HTTP/1.1 200 OK swsclose", 'statusline';
CTILMES/LibCurl
…/test0034.t :18:
is $curl.statusline, "HTTP/1.1 200 funky chunky!", 'statusline';
CTILMES/LibCurl
…/test0040.t :19:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0042.t :19:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0043.t :20:
is $curl.statusline, 'HTTP/1.1 200 Followed here fine swsclose', 'statusline';
CTILMES/LibCurl
…/test0045.t :19:
is $curl.statusline, 'HTTP/1.1 200 Followed here fine swsclose', 'statusline';
CTILMES/LibCurl
…/test0046.t :35:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0047.t :19:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0048.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0048.t :26:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0049.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0050.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0051.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0052.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0054.t :20:
is $curl.statusline, 'HTTP/1.1 302 This is a weirdo text message swsclose', 'statusline';
CTILMES/LibCurl
…/test0055.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0057.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0058.t :24:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0059.t :18:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0060.t :23:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0061.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0062.t :35:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0063.t :23:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0066.t :19:
is $curl.statusline, Any, 'statusline';
CTILMES/LibCurl
…/test0067.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CTILMES/LibCurl
…/test0067.t :22:
'statusline';
CTILMES/LibCurl
…/test0068.t :21:
is $curl.statusline, 'HTTP/1.1 401 You give me wrong password',
CTILMES/LibCurl
…/test0068.t :22:
'statusline';
CTILMES/LibCurl
…/test0069.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CTILMES/LibCurl
…/test0069.t :22:
'statusline';
CTILMES/LibCurl
…/test0070.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK',
CTILMES/LibCurl
…/test0070.t :22:
'statusline';
CTILMES/LibCurl
…/test0072.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK',
CTILMES/LibCurl
…/test0072.t :22:
'statusline';
CTILMES/LibCurl
…/test0073.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0077.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0078.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0079.t :21:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CTILMES/LibCurl
…/test0080.t :23:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0081.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CTILMES/LibCurl
…/test0081.t :22:
'statusline';
CTILMES/LibCurl
…/test0082.t :20:
is $curl.statusline, 'HTTP/1.1 407 We only deal with NTLM my friend',
CTILMES/LibCurl
…/test0082.t :21:
'statusline';
CTILMES/LibCurl
…/test0083.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0084.t :21:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CTILMES/LibCurl
…/test0085.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CTILMES/LibCurl
…/test0088.t :30:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CTILMES/LibCurl
…/test0089.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CTILMES/LibCurl
…/test0089.t :22:
'statusline';
CTILMES/LibCurl
…/test0090.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CTILMES/LibCurl
…/test0090.t :22:
'statusline';
CTILMES/LibCurl
…/test0091.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CTILMES/LibCurl
…/test0091.t :22:
'statusline';
CTILMES/LibCurl
…/test0092.t :20:
is $curl.statusline, 'HTTP/1.1 416 Requested Range Not Satisfiable',
CTILMES/LibCurl
…/test0092.t :21:
'statusline';
CTILMES/LibCurl
…/test0093.t :20:
is $curl.statusline, 'HTTP/1.1 407 Needs proxy authentication',
CTILMES/LibCurl
…/test0093.t :21:
'statusline';
CTILMES/LibCurl
…/test0095.t :23:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CTILMES/LibCurl
…/test0097.t :22:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CTILMES/LibCurl
…/test0098.t :23:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CTILMES/LibCurl
…/test0099.t :23:
is $curl.statusline, 'HTTP/1.1 404 Nah', 'statusline';
CTILMES/LibCurl
…/02-basic.t6 :25:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CTILMES/LibCurl
…/03-http.t6 :27:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CTILMES/LibCurl
…/03-http.t6 :46:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CTILMES/LibCurl
…/03-http.t6 :66:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CTILMES/LibCurl
…/05-WWW.t6 :24:
throws-like { get $prot ~ '://httpbin.org/status/404' }, Exception,
CTILMES/LibCurl
…/05-WWW.t6 :50:
throws-like { post $prot ~ '://httpbin.org/status/404' }, Exception,
CTILMES/LibGit2
…/README.md :106:
Get status for a specific file/path:
CTILMES/LibGit2
…/README.md :108:
my $status = $repo.status-file('afile');
CTILMES/LibGit2
…/README.md :110:
say $status.status;
CTILMES/LibGit2
…/README.md :111:
say $status.path;
CTILMES/LibGit2
…/README.md :112:
say "new in workdir" if $status.is-workdir-new;
CTILMES/LibGit2
…/README.md :114:
Other queries on status: is-current is-index-new is-index-modified
CTILMES/LibGit2
…/README.md :119:
Query for status of everything, or specific pathes/globs:
CTILMES/LibGit2
…/README.md :121:
for $repo.status-each {
CTILMES/LibGit2
…/README.md :125:
say .path for $repo.status-each('*.p6', :include-untracked);
CTILMES/LibGit2
…/README.md :127:
See `Git::Status::Options` for more information on status options.
CTILMES/LibGit2
…/Diff.pm6 :99:
has int32 $.status;
CTILMES/LibGit2
…/Diff.pm6 :106:
method status { Git::Delta::Type($!status) }
CTILMES/LibGit2
…/Diff.pm6 :112:
"$.status() ({$!old-file // ''},{$!new-file // ''})"
CTILMES/LibGit2
…/Repository.pm6 :224:
sub git_status_list_new(Pointer is rw, Git::Repository,
CTILMES/LibGit2
…/Repository.pm6 :228:
sub git_status_file(uint32 is rw, Git::Repository, Str --> int32)
CTILMES/LibGit2
…/Repository.pm6 :231:
sub git_status_should_ignore(int32 is rw, Git::Repository, Str --> int32)
CTILMES/LibGit2
…/Repository.pm6 :710:
method status-list(*@pathspec, |opts)
CTILMES/LibGit2
…/Repository.pm6 :716:
check(git_status_list_new($ptr, self, $opts));
CTILMES/LibGit2
…/Repository.pm6 :720:
method status-file(Str $path)
CTILMES/LibGit2
…/Repository.pm6 :723:
my $ret = git_status_file($flags, self, $path);
CTILMES/LibGit2
…/Repository.pm6 :729:
method status-each(*@pathspec, |opts)
CTILMES/LibGit2
…/Repository.pm6 :743:
method status-should-ignore(Str $path)
CTILMES/LibGit2
…/Repository.pm6 :746:
check(git_status_should_ignore($ignored, self, $path));
CTILMES/LibGit2
…/Status.pm6 :56:
method status
CTILMES/LibGit2
…/Status.pm6 :67:
($!path ?? "$!path = " !! '') ~ $.status
CTILMES/LibGit2
…/Status.pm6 :172:
method status { Git::Status::File.new(:$!flags) }
CTILMES/LibGit2
…/Status.pm6 :177:
sub git_status_list_free(Git::Status::List)
CTILMES/LibGit2
…/Status.pm6 :180:
sub git_status_list_entrycount(Git::Status::List --> size_t)
CTILMES/LibGit2
…/Status.pm6 :183:
multi method elems { git_status_list_entrycount(self) }
CTILMES/LibGit2
…/Status.pm6 :185:
sub git_status_byindex(Git::Status::List, size_t --> Git::Status::Entry)
CTILMES/LibGit2
…/Status.pm6 :188:
multi method AT-POS($index) { git_status_byindex(self, $index) }
CTILMES/LibGit2
…/Status.pm6 :190:
multi method EXISTS-POS($index) { so git_status_byindex(self, $index) }
CTILMES/LibGit2
…/Status.pm6 :192:
submethod DESTROY { git_status_list_free(self) }
CTILMES/LibGit2
…/Status.pm6 :195:
sub status-callback(Str $path, uint32 $flags, int64 $nonce --> int32)
CTILMES/LibGit2
…/Status.pm6 :204:
sub git_status_foreach(Pointer, &callback (Str, uint32, int64 --> int32),
CTILMES/LibGit2
…/Status.pm6 :208:
sub git_status_foreach_ext(Pointer, Git::Status::Options,
CTILMES/LibGit2
…/Status.pm6 :220:
?? git_status_foreach_ext($ptr, $opts, &status-callback,
CTILMES/LibGit2
…/Status.pm6 :222:
!! git_status_foreach($ptr, &status-callback, $channel.Int);
CTILMES/LibGit2
…/20-status.t :23:
isa-ok my $status = $repo.status-file('afile'), Git::Status::File,
CTILMES/LibGit2
…/20-status.t :24:
'status-file afile';
CTILMES/LibGit2
…/20-status.t :26:
is $status.is-current, True, 'is-current';
CTILMES/LibGit2
…/20-status.t :27:
is $status.is-ignored, False, 'is not ignored';
CTILMES/LibGit2
…/20-status.t :28:
is $status.is-conflicted, False, 'is not conflicted';
CTILMES/LibGit2
…/20-status.t :30:
isa-ok $status = $repo.status-file('bfile'), Git::Status::File,
CTILMES/LibGit2
…/20-status.t :31:
'status-file bfile';
CTILMES/LibGit2
…/20-status.t :33:
is $status.is-current, False, 'is not current';
CTILMES/LibGit2
…/20-status.t :34:
is $status.is-index-new, True, 'is index new';
CTILMES/LibGit2
…/20-status.t :35:
is $status.is-workdir-new, False, 'is not workdir new';
CTILMES/LibGit2
…/20-status.t :37:
isa-ok $status = $repo.status-file('cfile'), Git::Status::File,
CTILMES/LibGit2
…/20-status.t :38:
'status-file cfile';
CTILMES/LibGit2
…/20-status.t :40:
is $status.is-current, False, 'is not current';
CTILMES/LibGit2
…/20-status.t :41:
is $status.is-index-new, False, 'is not index new';
CTILMES/LibGit2
…/20-status.t :42:
is $status.is-workdir-new, True, 'is workdir new';
CTILMES/LibGit2
…/20-status.t :44:
for $repo.status-each
CTILMES/LibGit2
…/22-diff.t :27:
is $delta.status, 'GIT_DELTA_ADDED', 'status';
CTILMES/LibGit2
…/31-index-add-file.t :11:
is $repo.status-file('afile'), Nil, 'afile not present';
CTILMES/LibGit2
…/31-index-add-file.t :15:
isa-ok my $status = $repo.status-file('afile'), Git::Status::File, 'status-file';
CTILMES/LibGit2
…/31-index-add-file.t :17:
is $status.is-workdir-new, True, 'is-workdir-new';
CTILMES/LibGit2
…/31-index-add-file.t :18:
is $status.is-index-new, False, 'is-index-new';
CTILMES/LibGit2
…/31-index-add-file.t :24:
isa-ok $status = $repo.status-file('afile'), Git::Status::File, 'status-file';
CTILMES/LibGit2
…/31-index-add-file.t :26:
is $status.is-workdir-new, False, 'is-workdir-new';
CTILMES/LibGit2
…/31-index-add-file.t :27:
is $status.is-index-new, True, 'is-index-new';
CTILMES/LibGit2
…/31-index-add-file.t :31:
isa-ok $status = $repo.status-file('afile'), Git::Status::File, 'status-file';
CTILMES/LibGit2
…/31-index-add-file.t :33:
is $status.is-workdir-new, True, 'is-workdir-new';
CTILMES/LibGit2
…/31-index-add-file.t :34:
is $status.is-index-new, False, 'is-index-new';
CTILMES/LibGit2
…/32-index-add-all.t :16:
is set($repo.status-each.map({ .path if .is-workdir-new })),
CTILMES/LibGit2
…/32-index-add-all.t :19:
is set($repo.status-each.map({ .path if .is-index-new })),
CTILMES/LibGit2
…/32-index-add-all.t :26:
is set($repo.status-each.map({ .path if .is-workdir-new })),
CTILMES/LibGit2
…/32-index-add-all.t :29:
is set($repo.status-each.map({ .path if .is-index-new })),
CTILMES/LibGit2
…/32-index-add-all.t :34:
is set($repo.status-each.map({ .path if .is-workdir-new })),
CTILMES/LibGit2
…/32-index-add-all.t :37:
is set($repo.status-each.map({ .path if .is-index-new })),
CTILMES/Munge
…/unmunge.p6 :11:
my $status = 'Success';
CTILMES/Munge
…/unmunge.p6 :24:
$status = $!.message;
CTILMES/Munge
…/unmunge.p6 :31:
STATUS: $status ($code)
DARRENF/Test-Declare
…/Declare.pm6 :194:
$!result.status = 'died';
DARRENF/Test-Declare
…/Declare.pm6 :222:
method test-status() {
DARRENF/Test-Declare
…/Declare.pm6 :224:
ok(!$!result.status, self.name ~ ' lived');
DARRENF/Test-Declare
…/Declare.pm6 :228:
is($!result.status, 'died', self.name ~ ' - died');
DARRENF/Test-Declare
…/Declare.pm6 :281:
$td.test-status();
DARRENF/Test-Declare
…/Result.pm6 :5:
has Str $.status is rw;
FCO/Red
…/index.p6 :9:
has Str $.status is column is rw;
FCO/Red
…/index.p6 :18:
::?CLASS.new: :id(.ticket-id), :title(.title), :status(.status)
FCO/Red
…/index.p6 :21:
multi method apply-event(::?CLASS:D: Event $_ where .event-type eq "change-status") {
FCO/Red
…/index.p6 :22:
self.status = .status;
FCO/Red
…/index.p6 :34:
has Str $.status is column = "opened";
FCO/Red
…/index.p6 :60:
:event-type<change-status>,
FCO/Red
…/index.p6 :61:
:status<opened>,
FCO/Red
…/index.p6 :67:
:event-type<change-status>,
FCO/Red
…/index.p6 :68:
:status<closed>,
FCO/Red
…/index.p6 :25:
method opened-tickets { @!tickets.grep: *.status.name eq "opened" }
FCO/Red
…/index.p6 :32:
has UInt $.status-id is referencing{ TicketStatus.id };
FCO/Red
…/index.p6 :33:
has TicketStatus $.status is relationship{ .status-id } = new;
FCO/Red
…/index.p6 :50:
say "{ .status.name } - { .title }" for me.tickets;
FCO/Red
…/index.p6 :54:
.status = closed;
FCO/Red
…/index.p6 :59:
#say "{ .status.name } - { .title }" for me.tickets;
FCO/Red
…/05-ticket.t :27:
method opened-tickets { @!tickets.grep: *.status.name eq "opened" }
FCO/Red
…/05-ticket.t :34:
has UInt $.status-id is referencing{ TicketStatus.id };
FCO/Red
…/05-ticket.t :35:
has TicketStatus $.status is relationship{ .status-id } = $new;
FCO/Red
…/05-ticket.t :69:
is $t.status.name, "new"
FCO/Red
…/05-ticket.t :73:
.status = $closed;
FCO/Red
…/05-ticket.t :79:
is $t.status.name, ["closed", |("new" xx *)].[$++]
FISCHER/Lingua-Lipogram
…/lipogram :15:
my @status = map {lipogram(.IO, $letters)}, @item;
FISCHER/Lingua-Lipogram
…/lipogram :16:
exit +!all(@status);
FISCHER/Lingua-Lipogram
…/lipogram :39:
The exit status is 0 if the given words form a lipogram, nonzero otherwise.
FISCHER/Lingua-Palindrome
…/palindrome :14:
my @status = map {line-palindrome(.IO)}, @item;
FISCHER/Lingua-Palindrome
…/palindrome :15:
exit +!all(@status);
FISCHER/Lingua-Palindrome
…/palindrome :41:
The exit status is 0 if the given words form a palindrome, nonzero otherwise.
FISCHER/Lingua-Pangram
…/pangram :43:
The exit status is 0 if the given words form a pangram, nonzero otherwise.
HANENKAMP/Amazon-DynamoDB
…/README.md :437:
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
HANENKAMP/Amazon-DynamoDB
…/README.md :448:
Gives a description of the Time to Live (TTL) status on the specified table.
HANENKAMP/Amazon-DynamoDB
…/README.md :616:
Checks the status of continuous backups and point in time recovery on the specified table. Continuous backups are ENABLED on all tables at table creation. If point in time recovery is enabled, PointInTimeRecoveryStatus will be set to ENABLED.
HANENKAMP/Amazon-DynamoDB
…/DynamoDB.pm6 :475:
Returns information about the table, including the current status of the table,
HANENKAMP/Amazon-DynamoDB
…/DynamoDB.pm6 :486:
Gives a description of the Time to Live (TTL) status on the specified table.
HANENKAMP/Amazon-DynamoDB
…/DynamoDB.pm6 :658:
Checks the status of continuous backups and point in time recovery on the
HANENKAMP/Amazon-DynamoDB
…/Cro.pm6 :36:
Status => .status,
HANENKAMP/Cofra
…/P6WAPI.pm6 :33:
my $response = Smack::Response.new(:200status);
HANENKAMP/Cofra
…/Response.pm6 :7:
# method status(--> Int:D) { ... }
HANENKAMP/Cofra
…/P6WAPI.pm6 :11:
status headers header Content-Length Content-Type body
HANENKAMP/Cofra
…/P6WAPI.pm6 :22:
my @body = '<h1>', .status-message, '</h1>';
HANENKAMP/Cofra
…/P6WAPI.pm6 :28:
status => .status,
HANENKAMP/Cofra
…/P6WAPI.pm6 :41:
status => 500,
HANENKAMP/Cofra
…/P6WAPI.pm6 :65:
status headers header Content-Length Content-Type body
HANENKAMP/Cofra
…/View.pm6 :20:
my $status = 301;
HANENKAMP/Cofra
…/View.pm6 :21:
if $created { $status = 201 }
HANENKAMP/Cofra
…/View.pm6 :22:
elsif $temporary ~~ Bool { $status = 307 }
HANENKAMP/Cofra
…/View.pm6 :23:
else { $status = +$temporary }
HANENKAMP/Cofra
…/View.pm6 :25:
$.response.status = $status;
HANENKAMP/Cofra
…/Instance.pod6 :40:
This will return the response object with the headers and status codes modified to perform an HTTP redirect to the C<$uri> given. The�[1;31…
HANENKAMP/Cofra
…/Error.pm6 :10:
role Error[$status = 500] is X::Cofra::Error does Cofra::Web::Godly {
HANENKAMP/Cofra
…/Error.pm6 :19:
method status(--> Int:D) { $status }
HANENKAMP/Cofra
…/Error.pm6 :20:
method status-message(--> Str:D) { get_http_status_msg($status) }
HANENKAMP/Cofra
…/Error.pm6 :42:
This exception represents an error in the web application. When used directly, you can specify the HTTP status code the error represents as a parameter to the role. A number of specialized subclasses are also defined.
HANENKAMP/Cofra
…/Error.pm6 :52:
=head2 method status
HANENKAMP/Cofra
…/Error.pm6 :54:
method status(--> Int:D)
HANENKAMP/Cofra
…/Error.pm6 :56:
Returns the status code associated with the error. It is set by the parameter to the role and defaults to 500.
HANENKAMP/Cofra
…/Error.pm6 :58:
=head2 method status-message
HANENKAMP/Cofra
…/Error.pm6 :60:
method status-message(--> Str:D)
HANENKAMP/Cofra
…/Error.pm6 :62:
Returns the message for the status code. For example, 500 will return "Internal Server Error".
HANENKAMP/CroX-HTTP-FallbackPassthru
…/FallbackPassthru.pm6 :52:
Given a response, this determines if fallback to the proxied service should be performed. The default implementation just checks to see if the response status is 404 and returns True in that case. It returns False in all others.
HANENKAMP/CroX-HTTP-FallbackPassthru
…/FallbackPassthru.pm6 :72:
$response.status == 404
HANENKAMP/CroX-HTTP-FallbackPassthru
…/basic.t :66:
is .response.status, 404, '404 passthru is okay';
HANENKAMP/Future
…/README.md :107:
* * **Fulfilled.** A fulfilled Future is complete and has a value. This is a stop state and the Future is not able to transition out of this status. This corresponds to the Kept state of Promise.
HANENKAMP/Future
…/README.md :109:
* * **Rejected.** A rejected Future is failed with an exception. This is a stop state and the Future is not able to transition out of this status. This corresponds to the Broken state of Promise.
HANENKAMP/Future
…/Future.pm6 :84:
method is-pending(Future:D: --> Bool) { $!metal.status ~~ Planned }
HANENKAMP/Future
…/Future.pm6 :87:
$!metal.status ~~ Kept
HANENKAMP/Future
…/Future.pm6 :382:
stop state and the Future is not able to transition out of this status. This
HANENKAMP/Future
…/Future.pm6 :386:
stop state and the Future is not able to transition out of this status. This
HANENKAMP/HTTP-Request-Supply
…/Request.pm6 :340:
if $left-over.status == Kept {
HANENKAMP/HTTP-Request-Supply
…/Request.pm6 :413:
if $left-over.status == Kept {
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :88:
=item The first element will be the numeric status code from the status line.
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :108:
the server in the status line of the response after the numeric code. This will
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :109:
usually be something like "OK" when the status code is 200, "Not Found" when the
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :190:
# Ready to receive the status line
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :200:
my ($http-version, $status-code, $status-message) = $line.split(' ', 3);
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :202:
# Make sure the status code is numeric and sane-ish
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :203:
if $status-code !~~ /^ <[1..5]> <[0..9]> <[0..9]> $/ {
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :205:
reason => 'status code is not numeric or not in the 100-599 range',
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :209:
# We got what looks like a status-line, let's check it
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :220:
reason => 'status line contains garbage',
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :225:
# Save the status line
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :226:
@res[0] = $status-code.Int;
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :228:
@res[1].push: '::server-reason-phrase' => $status-message;
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :298:
if $left-over.status == Kept {
HANENKAMP/HTTP-Request-Supply
…/Response.pm6 :360:
if $left-over.status == Kept {
HANENKAMP/HTTP-Supply
…/Request.pm6 :340:
if $left-over.status == Kept {
HANENKAMP/HTTP-Supply
…/Request.pm6 :413:
if $left-over.status == Kept {
HANENKAMP/HTTP-Supply
…/Response.pm6 :88:
=item The first element will be the numeric status code from the status line.
HANENKAMP/HTTP-Supply
…/Response.pm6 :108:
the server in the status line of the response after the numeric code. This will
HANENKAMP/HTTP-Supply
…/Response.pm6 :109:
usually be something like "OK" when the status code is 200, "Not Found" when the
HANENKAMP/HTTP-Supply
…/Response.pm6 :190:
# Ready to receive the status line
HANENKAMP/HTTP-Supply
…/Response.pm6 :200:
my ($http-version, $status-code, $status-message) = $line.split(' ', 3);
HANENKAMP/HTTP-Supply
…/Response.pm6 :202:
# Make sure the status code is numeric and sane-ish
HANENKAMP/HTTP-Supply
…/Response.pm6 :203:
if $status-code !~~ /^ <[1..5]> <[0..9]> <[0..9]> $/ {
HANENKAMP/HTTP-Supply
…/Response.pm6 :205:
reason => 'status code is not numeric or not in the 100-599 range',
HANENKAMP/HTTP-Supply
…/Response.pm6 :209:
# We got what looks like a status-line, let's check it
HANENKAMP/HTTP-Supply
…/Response.pm6 :220:
reason => 'status line contains garbage',
HANENKAMP/HTTP-Supply
…/Response.pm6 :225:
# Save the status line
HANENKAMP/HTTP-Supply
…/Response.pm6 :226:
@res[0] = $status-code.Int;
HANENKAMP/HTTP-Supply
…/Response.pm6 :228:
@res[1].push: '::server-reason-phrase' => $status-message;
HANENKAMP/HTTP-Supply
…/Response.pm6 :298:
if $left-over.status == Kept {
HANENKAMP/HTTP-Supply
…/Response.pm6 :360:
if $left-over.status == Kept {
HANENKAMP/Path-Router
…/014_test_path_router.t :132:
# This is a trick to prevent Test.pm from blowing up the exit status
HANENKAMP/Smack
…/README.md :22:
The current status of this code is VERY ALPHA. The P6W specification is still wet on the paper and this implementation is not really even c…
HANENKAMP/Smack
…/P6WAPI.pm6 :65:
multi response-from-p6wapi(@p6w-res (Int() $status, @headers, Supply() $entity)) is export {
HANENKAMP/Smack
…/P6WAPI.pm6 :66:
my HTTP::Response $res .= new($status);
HANENKAMP/Smack
…/P6WAPI.pm6 :68:
$res.set-code($status);
HANENKAMP/Smack
…/Smack.pm6 :143:
method send-header($status, @headers, $conn) returns Str {
HANENKAMP/Smack
…/Smack.pm6 :144:
my $status-msg = get_http_status_msg($status);
HANENKAMP/Smack
…/Smack.pm6 :147:
$conn.write("HTTP/1.1 $status $status-msg\x0d\x0a".encode('ISO-8859-1'));
HANENKAMP/Smack
…/Smack.pm6 :163:
my (Int() $status, List() $headers, Supply() $body) := $promise.result;
HANENKAMP/Smack
…/Smack.pm6 :164:
self.handle-inner($status, $headers, $body, $conn, :$ready, :$header-done, :$body-done, :%env);
HANENKAMP/Smack
…/Smack.pm6 :178:
if $header-done-promise && $header-done-promise.status ~~ Kept {
HANENKAMP/Smack
…/Smack.pm6 :181:
elsif $body-done-promise && $header-done-promise.status ~~ Kept {
HANENKAMP/Smack
…/Smack.pm6 :193:
method handle-inner(Int $status, @headers, Supply $body, $conn, :$ready, :$header-done, :$body-done, :%env) {
HANENKAMP/Smack
…/Smack.pm6 :194:
my $charset = self.send-header($status, @headers, $conn) // %env<p6w.body.encoding>;
HANENKAMP/Smack
…/Smack.pm6 :29:
The current status of this code is VERY ALPHA. The P6W specification is still
HANENKAMP/Smack
…/Response.pm6 :20:
my $new-message = get_http_status_msg($new-code);
HANENKAMP/Smack
…/Response.pm6 :31:
my $message = do with @headers.first(*.key eq '::server-reason-phrase') { .value } else { get_http_status_msg($code) };
HANENKAMP/Smack
…/CGI.pm6 :43:
my (Int(Any) $status, $headers, Supply(Any) $body) = $p.result;
HANENKAMP/Smack
…/CGI.pm6 :44:
self.handle-response($status, $headers, $body, $vow);
HANENKAMP/Smack
…/CGI.pm6 :48:
method handle-response(Int $status, @headers, Supply $body, $vow) {
HANENKAMP/Smack
…/CGI.pm6 :49:
my $status-msg = get_http_status_msg($status);
HANENKAMP/Smack
…/CGI.pm6 :52:
$*OUT.write("Status: $status $status-msg\x0d\x0a".encode('ISO-8859-1'));
HANENKAMP/Smack
…/AccessLog.pm6 :37:
callsame() then-with-response -> $status, @headers, $entity {
HANENKAMP/Smack
…/AccessLog.pm6 :43:
my $log-line = self.log-line($status, @headers, %env, :$content-length);
HANENKAMP/Smack
…/AccessLog.pm6 :55:
method log-line(Int() $status, @headers, %env, :$content-length, :$req-time, DateTime :$time = DateTime.now) {
HANENKAMP/Smack
…/AccessLog.pm6 :58:
[ $status, @headers ],
HANENKAMP/Smack
…/ContentLength.pm6 :14:
if !status-with-no-entity-body($s)
HANENKAMP/Smack
…/ContentMD5.pm6 :15:
if !status-with-no-entity-body($s)
HANENKAMP/Smack
…/Response.pm6 :8:
method message() { "missing status during finalize" }
HANENKAMP/Smack
…/Response.pm6 :11:
has Int $.status is rw;
HANENKAMP/Smack
…/Response.pm6 :15:
multi method redirect(Smack::Response:D: Str $location, :$status = 302) {
HANENKAMP/Smack
…/Response.pm6 :16:
$!status = $status;
HANENKAMP/Smack
…/Response.pm6 :26:
unless $!status.defined;
HANENKAMP/Smack
…/Response.pm6 :31:
$!status,
HANENKAMP/Smack
…/Util.pm6 :91:
multi unpack-response(@res (Int() $status, @headers, Supply() $entity), &response-handler) {
HANENKAMP/Smack
…/Util.pm6 :92:
response-handler($status, @headers, $entity);
HANENKAMP/Smack
…/Util.pm6 :114:
=item C<Supply>. If the value returned is a supply, the entity is replaced int eh response, but the status code and headers are returned as they were given to the callback with no changes.
HANENKAMP/Smack
…/Util.pm6 :160:
sub status-with-no-entity-body(Int(Any) $status) is export returns Bool:D {
HANENKAMP/Smack
…/Util.pm6 :161:
return $status < 200
HANENKAMP/Smack
…/Util.pm6 :162:
|| $status == 204
HANENKAMP/Smack
…/Util.pm6 :163:
|| $status == 304;
HANENKAMP/Smack
…/002-response.t :8:
my $res = Smack::Response.new(:status(200), :body([ 'Hello World' ]));
HANENKAMP/Smack
…/002-response.t :20:
is($res.status, 302, 'redirect status works');
HANENKAMP/Smack
…/file.t :16:
is $response.code, 200, 'response status is 200';
HANENKAMP/Smack
…/file.t :27:
is $response.code, 200, 'response status is still 200';
HANENKAMP/Smack
…/file.t :40:
is $response.code, 200, 'status is 200';
HANENKAMP/Smack
…/file.t :47:
is $response.code, 200, 'status is 200';
HANENKAMP/Smack
…/file.t :57:
is $response.code, 200, 'status is 200';
HANENKAMP/Smack
…/file.t :63:
is $response.code, 403, 'status is 403';
HANENKAMP/Smack
…/file.t :72:
is $response.code, 404, 'status is 404';
HANENKAMP/Smack
…/cgi.t :30:
my $status = await $cgi.start;
HANENKAMP/Smack
…/cgi.t :32:
ok($status, 'process exit status is ok');
HANENKAMP/Smack
…/lifecycle.t :14:
is $response.code, 200, 'response status is 200';
HANENKAMP/Smack
…/access_log.t :44:
is $res.code, 200, 'status code is 200';
HANENKAMP/Smack
…/conditional-get.t :19:
status => 200,
HANENKAMP/Smack
…/conditional-get.t :26:
status => 304,
HANENKAMP/Smack
…/conditional-get.t :33:
status => 304,
HANENKAMP/Smack
…/conditional-get.t :40:
status => 200,
HANENKAMP/Smack
…/conditional-get.t :49:
status => 304,
HANENKAMP/Smack
…/conditional-get.t :56:
status => 200,
HANENKAMP/Smack
…/conditional-get.t :63:
status => 304,
HANENKAMP/Smack
…/conditional-get.t :70:
status => 200,
HANENKAMP/Smack
…/conditional-get.t :77:
status => 200,
HANENKAMP/Smack
…/conditional-get.t :91:
is $res.code, %test<status>, "status matches expected %test<status>";
HANENKAMP/Smack
…/error-document.t :24:
my $status = +(%env<PATH_INFO> ~~ m! "status/" (\d+) !)[0] || 200;
HANENKAMP/Smack
…/error-document.t :25:
$status, [ Content-Type => 'text/plain' ], "Error: $status";
HANENKAMP/Smack
…/error-document.t :34:
$res = await $c.request(GET '/status/500');
HANENKAMP/Smack
…/error-document.t :38:
$res = await $c.request(GET '/status/404');
HMBRAND/Text-CSV
…/CSV.pm :825:
method status () returns Bool {
HMBRAND/Text-CSV
…/CSV.pm :1376:
my Bool $status = self.parse ($io.get // Str);
HMBRAND/Text-CSV
…/CSV.pm :1380:
$status ?? $meta ?? self.fields !! self.strings !! ();
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 :746:
$status = $csv.print($io, @fld );
HMBRAND/Text-CSV
…/CSV.pod6 :749:
$status = $csv.print($io, %fld );
HMBRAND/Text-CSV
…/CSV.pod6 :758:
$status = $csv.print($fh);
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 :777:
$status = $csv.say($io, @fld );
HMBRAND/Text-CSV
…/CSV.pod6 :780:
$status = $csv.say($io, %fld );
HMBRAND/Text-CSV
…/CSV.pod6 :785:
$status = $csv.combine(@fields);
HMBRAND/Text-CSV
…/CSV.pod6 :786:
$status = $csv.combine($fld, ...);
HMBRAND/Text-CSV
…/CSV.pod6 :787:
$status = $csv.combine(\@fields);
HMBRAND/Text-CSV
…/CSV.pod6 :886:
$status = $csv.parse($line);
HMBRAND/Text-CSV
…/CSV.pod6 :1307:
=head2 status
HMBRAND/Text-CSV
…/CSV.pod6 :1308:
X<status>
HMBRAND/Text-CSV
…/CSV.pod6 :1310:
$status = $csv.status;
HMBRAND/Text-CSV
…/CSV.pod6 :1332:
use the methods to inquire the internal status.
HMBRAND/Text-CSV
…/nc-c.pl :14:
has int32 $.status; # Operation status
HMBRAND/Text-CSV
…/main.rs :23:
status: i64,
HMBRAND/Text-CSV
…/10_base.t :15:
is ($csv.status, True, "No failures yet");
HMBRAND/Text-CSV
…/10_base.t :37:
is ($csv.status, True, "No failures");
HMBRAND/Text-CSV
…/10_base.t :43:
is ($csv.status, False, "Failure");
HMBRAND/Text-CSV
…/10_base.t :59:
is ($csv.status, True, "status");
HMBRAND/Text-CSV
…/10_base.t :90:
is ($csv.status, False, "FAIL");
HMBRAND/Text-CSV
…/10_base.t :92:
is ($csv.status, True, "PASS again");
HMBRAND/Text-CSV
…/10_base.t :96:
is ($csv.status, False, "FAIL");
HMBRAND/Text-CSV
…/15_flags.t :72:
is ($csv.status, False, "Wrong status ()");
HMBRAND/Text-CSV
…/15_flags.t :99:
is ($csv.status, False, "Wrong status ()");
HMBRAND/Text-CSV
…/16_methods.t :38:
is ($csv.status, True, "status");
HMBRAND/Text-CSV
…/20_file.t :30:
is ($csv.status, !?$error, "$tst - getline status");
HOLLI/Color-Named
…/COPYING :306:
typical or common use of that class of product, regardless of the status
HOLLI/Color-Names
…/COPYING :306:
typical or common use of that class of product, regardless of the status
HOLLI/Color-Scheme
…/COPYING :306:
typical or common use of that class of product, regardless of the status
HOLLI/Test-Color
…/COPYING :306:
typical or common use of that class of product, regardless of the status
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :180:
| status
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :194:
| rstatus
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :218:
| status
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :230:
| rstatus
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :248:
| status
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :261:
| rstatus
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :277:
| rstatus
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :434:
: k_status (SCOL other_param)* COL statvalue CRLF
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :757:
rstatus
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :758:
: k_request_status rstatparam* COL statcode SCOL text (SCOL text)?
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1522:
k_request_status : R E Q U E S T MINUS S T A T U S;
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1536:
k_status : S T A T U S;
JGOFF/Readline
…/Readline.pm :1347:
sub rl_tty_status ( int32, int32 ) returns int32 is native( LIBREADLINE ) { * }
JGOFF/Vroom-Reveal
…/Reveal.pm :36:
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
JMASLAK/DateTime-Monotonic
…/CODE_OF_CONDUCT.md :9:
education, socio-economic status, nationality, personal appearance, race,
JMASLAK/IP-Random
…/CODE_OF_CONDUCT.md :9:
education, socio-economic status, nationality, personal appearance, race,
JMASLAK/Net-BGP
…/CODE_OF_CONDUCT.md :9:
education, socio-economic status, nationality, personal appearance, race,
JMASLAK/Net-BGP
…/rfc4271.txt :21:
and status of this protocol. Distribution of this memo is unlimited.
JMASLAK/Net-BGP
…/rfc4271.txt :2362:
status (mandatory or optional), and the optional session attributes
JMASLAK/Net-BGP
…/rfc4271.txt :3164:
local Autonomous System number, set the connection status to an
JMASLAK/Net-BGP
…/rfc4271.txt :3407:
local Autonomous System number, set the connection status to an
JMASLAK/Net-BGP
…/rfc5492.txt :22:
and status of this protocol. Distribution of this memo is unlimited.
JMASLAK/Net-BGP
…/rfc6793.txt :34:
Information about the current status of this document, any errata,
JMASLAK/Net-BGP
…/11-socket.t :24:
is $inet.socket-port.status, Kept, "bound port promise is kept";
JMERELO/Algorithm-Evolutionary-Simple
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
JMERELO/Pod-Load
…/README.md :1:
Build Status Build<b> status</b>
JMERELO/Wikidata-API
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
JNTHN/Concurrent-Trie
…/stress.t :41:
isnt $contains-check.status, Broken, 'No errors from contains checks';
JNTHN/Concurrent-Trie
…/stress.t :42:
isnt $entries-check.status, Broken, 'No errors from entries checks';
JNTHN/Cro-HTTP-Test
…/Test.pm6 :156:
sub test(TestRequest:D $request, :$status, :$content-type, :header(:$headers),
JNTHN/Cro-HTTP-Test
…/Test.pm6 :164:
with $status {
JNTHN/Cro-HTTP-Test
…/Test.pm6 :166:
is $resp.status, $status, 'Status is acceptable';
JNTHN/Cro-HTTP-Test
…/Test.pm6 :169:
ok $resp.status ~~ $status, 'Status is acceptable';
JNTHN/Cro-HTTP-Test
…/checks.t :24:
status => 200,
JNTHN/Cro-HTTP-Test
…/checks.t :28:
status => 200,
JNTHN/Cro-HTTP-Test
…/checks.t :32:
status => 200,
JNTHN/Cro-HTTP-Test
…/checks.t :36:
status => 200,
JNTHN/Cro-HTTP-Test
…/checks.t :41:
status => 200,
JNTHN/Cro-HTTP-Test
…/checks.t :45:
status => 200,
JNTHN/Cro-HTTP-Test
…/fake-auth.t :30:
status => 200;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :32:
status => 401;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :34:
status => 401;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :38:
status => 200;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :40:
status => 200;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :42:
status => 401;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :47:
status => 200;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :49:
status => 200;
JNTHN/Cro-HTTP-Test
…/fake-auth.t :51:
status => 200;
JNTHN/Cro-HTTP-Test
…/http2.t :21:
status => 200,
JNTHN/Cro-HTTP-Test
…/http2.t :27:
status => 200,
JNTHN/Cro-HTTP-Test
…/http2.t :31:
status => 400;
JNTHN/Cro-HTTP-Test
…/http2.t :34:
status => 405;
JNTHN/Cro-HTTP-Test
…/synopsis.t :21:
status => 200,
JNTHN/Cro-HTTP-Test
…/synopsis.t :27:
status => 200,
JNTHN/Cro-HTTP-Test
…/synopsis.t :31:
status => 400;
JNTHN/Cro-HTTP-Test
…/synopsis.t :34:
status => 405;
JNTHN/Cro-HTTP-Test
…/test-given.t :25:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :31:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :36:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :42:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :47:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :52:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :61:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :67:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :72:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :78:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :83:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :88:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :98:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-given.t :103:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-uri.t :28:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-uri.t :34:
status => 200,
JNTHN/Cro-HTTP-Test
…/test-uri.t :38:
status => 400;
JNTHN/Cro-HTTP-Test
…/test-uri.t :41:
status => 405;
JNTHN/Cro-HTTP
…/Client.pm6 :376:
if 200 <= .status < 400 || .status == 101 {
JNTHN/Cro-HTTP
…/Client.pm6 :383:
if .status ⊂ $redirect-codes && ($follow !=== False) {
JNTHN/Cro-HTTP
…/Client.pm6 :386:
my $new-method = .status == 302|303 ?? 'GET' !! $method;
JNTHN/Cro-HTTP
…/Client.pm6 :389:
if .status == 302|303 {
JNTHN/Cro-HTTP
…/Client.pm6 :406:
} elsif 400 <= .status < 500 {
JNTHN/Cro-HTTP
…/Client.pm6 :413:
if .status == 401 && (%options<auth><if-asked>:exists) {
JNTHN/Cro-HTTP
…/Client.pm6 :420:
} elsif .status >= 500 {
JNTHN/Cro-HTTP
…/Exception.pm6 :2:
has Int $.status is required;
JNTHN/Cro-HTTP
…/File.pm6 :25:
if $resp.status < 400 {
JNTHN/Cro-HTTP
…/File.pm6 :26:
$!logs.say: "[OK] {$resp.status} {$resp.request.original-target} - {$resp.request.connection.peer-host}";
JNTHN/Cro-HTTP
…/File.pm6 :28:
$!errors.say: "[ERROR] {$resp.status} {$resp.request.original-target} - {$resp.request.connection.peer-host}";
JNTHN/Cro-HTTP
…/RequestParser.pm6 :110:
if $leftover.status == Kept {
JNTHN/Cro-HTTP
…/RequestParser.pm6 :135:
if $leftover.status == Kept {
JNTHN/Cro-HTTP
…/RequestParser.pm6 :153:
die Cro::HTTP::Exception.new(:400status, :$message);
JNTHN/Cro-HTTP
…/RequestParser.pm6 :156:
die Cro::HTTP::Exception.new(:501status, :$message);
JNTHN/Cro-HTTP
…/Response.pm6 :57:
has StatusCode $.status is rw;
JNTHN/Cro-HTTP
…/Response.pm6 :65:
my $status = $!status // (self.has-body ?? 200 !! 204);
JNTHN/Cro-HTTP
…/Response.pm6 :66:
my $reason = %reason-phrases{$status} // 'Unknown';
JNTHN/Cro-HTTP
…/Response.pm6 :68:
"HTTP/{self.http-version // '1.1'} $status $reason\r\n$headers\r\n"
JNTHN/Cro-HTTP
…/Response.pm6 :87:
"Server responded with $!status {%reason-phrases{$!status} // 'Unknown'}";
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :44:
# Try to read the status line and parse it.
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :45:
my $status-line = $header-decoder.consume-line-chars(:chomp);
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :46:
last unless defined $status-line;
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :47:
next if $status-line eq '';
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :48:
my $parsed = $status-line.match(
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :50:
die "Malformed status line" unless $parsed;
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :60:
$response.status = $parsed[1].Int;
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :81:
if $leftover.status == Kept {
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :97:
if $leftover.status == Kept {
JNTHN/Cro-HTTP
…/ResponseSerializer.pm6 :14:
my int $status = $response.status;
JNTHN/Cro-HTTP
…/ResponseSerializer.pm6 :15:
if $status == 204 || ($status < 200 && $status != 101) {
JNTHN/Cro-HTTP
…/ResponseSerializer.pm6 :28:
$response.status = 500;
JNTHN/Cro-HTTP
…/Router.pm6 :133:
$response.status = 400;
JNTHN/Cro-HTTP
…/Router.pm6 :136:
$response.status = 400;
JNTHN/Cro-HTTP
…/Router.pm6 :140:
$response.status = 500;
JNTHN/Cro-HTTP
…/Router.pm6 :144:
$response.status //= 204;
JNTHN/Cro-HTTP
…/Router.pm6 :228:
emit Cro::HTTP::Response.new(:500status, :$request);
JNTHN/Cro-HTTP
…/Router.pm6 :234:
my $status = 404;
JNTHN/Cro-HTTP
…/Router.pm6 :242:
$status = 400;
JNTHN/Cro-HTTP
…/Router.pm6 :246:
$status = 401;
JNTHN/Cro-HTTP
…/Router.pm6 :255:
$status = 400;
JNTHN/Cro-HTTP
…/Router.pm6 :258:
$status = 405;
JNTHN/Cro-HTTP
…/Router.pm6 :260:
emit Cro::HTTP::Response.new(:$status, :$request);
JNTHN/Cro-HTTP
…/Router.pm6 :760:
$resp.status //= 200;
JNTHN/Cro-HTTP
…/Router.pm6 :774:
$resp.status = 201;
JNTHN/Cro-HTTP
…/Router.pm6 :787:
$resp.status = 308;
JNTHN/Cro-HTTP
…/Router.pm6 :790:
$resp.status = 303;
JNTHN/Cro-HTTP
…/Router.pm6 :793:
$resp.status = 307;
JNTHN/Cro-HTTP
…/Router.pm6 :805:
set-status(404, :action<not-found>);
JNTHN/Cro-HTTP
…/Router.pm6 :808:
set-status(404, :action<not-found>);
JNTHN/Cro-HTTP
…/Router.pm6 :814:
set-status(400, :action<bad-request>);
JNTHN/Cro-HTTP
…/Router.pm6 :817:
set-status(400, :action<bad-request>);
JNTHN/Cro-HTTP
…/Router.pm6 :823:
set-status(403, :action<forbidden>);
JNTHN/Cro-HTTP
…/Router.pm6 :826:
set-status(403, :action<forbidden>);
JNTHN/Cro-HTTP
…/Router.pm6 :832:
set-status(409, :action<conflict>);
JNTHN/Cro-HTTP
…/Router.pm6 :835:
set-status(409, :action<conflict>);
JNTHN/Cro-HTTP
…/Router.pm6 :845:
sub set-status(Int $status, Str :$action = 'set-status' --> Nil) {
JNTHN/Cro-HTTP
…/Router.pm6 :848:
$resp.status = $status;
JNTHN/Cro-HTTP
…/Router.pm6 :889:
emit $*CRO-ROUTER-RESPONSE.status.defined
JNTHN/Cro-HTTP
…/Router.pm6 :1028:
$resp.status = 404;
JNTHN/Cro-HTTP
…/Router.pm6 :1034:
$resp.status = 404;
JNTHN/Cro-HTTP
…/Router.pm6 :1044:
$resp.status = 403;
JNTHN/Cro-HTTP
…/Router.pm6 :1074:
$resp.status //= 404;
JNTHN/Cro-HTTP
…/GeneralParser.pm6 :145:
my @real-headers = @headers.grep({ not .name eq any <:method :scheme :authority :path :status> });
JNTHN/Cro-HTTP
…/GeneralParser.pm6 :186:
if .name eq ':status' && $message ~~ Cro::HTTP::Response {
JNTHN/Cro-HTTP
…/GeneralParser.pm6 :187:
$message.status = .value.Int unless $message.status;
JNTHN/Cro-HTTP
…/RequestParser.pm6 :18:
$!pseudo-headers = <:method :scheme :authority :path :status>;
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :10:
$!pseudo-headers = <:status>;
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :16:
method !message-full($resp--> Bool) { so $resp.status }
JNTHN/Cro-HTTP
…/ResponseParser.pm6 :20:
|| !$stream.message.status {
JNTHN/Cro-HTTP
…/ResponseSerializer.pm6 :36:
$resp.status = 500;
JNTHN/Cro-HTTP
…/ResponseSerializer.pm6 :84:
name => ':status',
JNTHN/Cro-HTTP
…/ResponseSerializer.pm6 :85:
value => $resp.status.Str);
JNTHN/Cro-HTTP
…/http-auth-basic.t :51:
response => { .status == 401 },
JNTHN/Cro-HTTP
…/http-auth-basic.t :57:
response => { .status == 401 },
JNTHN/Cro-HTTP
…/http-client.t :82:
$_.status = 500;
JNTHN/Cro-HTTP
…/http-client.t :123:
response.status = 401;
JNTHN/Cro-HTTP
…/http-client.t :164:
is $resp.status, 200, 'Status is 200';
JNTHN/Cro-HTTP
…/http-client.t :171:
is $resp.status, 200, 'Status is 200';
JNTHN/Cro-HTTP
…/http-client.t :178:
is $resp.status, 200, 'Status is 200';
JNTHN/Cro-HTTP
…/http-client.t :185:
is $resp.status, 200, 'Status is 200';
JNTHN/Cro-HTTP
…/http-client.t :192:
is $resp.status, 200, 'Status is 200';
JNTHN/Cro-HTTP
…/http-client.t :204:
is $resp.status, 200, 'Status is 200';
JNTHN/Cro-HTTP
…/http-client.t :211:
is $resp.status, 200, 'Status is 200';
JNTHN/Cro-HTTP
…/http-client.t :403:
is $resp.status, 308, 'Get redirect response';
JNTHN/Cro-HTTP
…/http-log-file.t :23:
$_.status = 500;
JNTHN/Cro-HTTP
…/http-middleware.t :216:
!! Cro::HTTP::Response.new(:$request, :403status);
JNTHN/Cro-HTTP
…/http-middleware.t :231:
response => { .status == 403 },
JNTHN/Cro-HTTP
…/http-middleware.t :236:
is $resp.status, 200, 'Got 200 normal response with an auth header';
JNTHN/Cro-HTTP
…/http-middleware.t :254:
response => { .status == 403 },
JNTHN/Cro-HTTP
…/http-middleware.t :259:
is $resp.status, 200, 'Got 200 normal response with an auth header (before-matched in router)';
JNTHN/Cro-HTTP
…/http-middleware.t :277:
response => { .status == 403 },
JNTHN/Cro-HTTP
…/http-middleware.t :282:
is $resp.status, 200,
JNTHN/Cro-HTTP
…/http-middleware.t :295:
given Cro::HTTP::Response.new(:$request, :200status) {
JNTHN/Cro-HTTP
…/http-middleware.t :326:
is $resp.status, 200, 'Got 200 response on first request';
JNTHN/Cro-HTTP
…/http-middleware.t :332:
is $resp.status, 200, 'Got 200 response on second request';
JNTHN/Cro-HTTP
…/http-middleware.t :351:
is $resp.status, 200, 'Got 200 response on first request (before-matched in router)';
JNTHN/Cro-HTTP
…/http-middleware.t :357:
is $resp.status, 200, 'Got 200 response on second request (before-matched in router)';
JNTHN/Cro-HTTP
…/http-middleware.t :377:
is $resp.status, 200,
JNTHN/Cro-HTTP
…/http-middleware.t :385:
is $resp.status, 200,
JNTHN/Cro-HTTP
…/http-middleware.t :480:
my $resp = Cro::HTTP::Response.new(:$request, :200status);
JNTHN/Cro-HTTP
…/http-middleware.t :618:
response => { .status == 403 },
JNTHN/Cro-HTTP
…/http-middleware.t :623:
is $resp.status, 200,
JNTHN/Cro-HTTP
…/http-middleware.t :721:
ok $before-p.status ~~ Kept, 'before block was executed';
JNTHN/Cro-HTTP
…/http-middleware.t :722:
ok $before-m-p.status !~~ Kept, 'before-matched block was not executed';
JNTHN/Cro-HTTP
…/http-middleware.t :723:
ok $after-p.status ~~ Kept, 'after block was executed';
JNTHN/Cro-HTTP
…/http-middleware.t :724:
ok $after-m-p.status !~~ Kept, 'after-matched block was not executed';
JNTHN/Cro-HTTP
…/http-middleware.t :837:
after { redirect '/401' if .status == 401 }
JNTHN/Cro-HTTP
…/http-request-parser.t :89:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :95:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :101:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :107:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :113:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :119:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :125:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :131:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :137:
*.status == 501;
JNTHN/Cro-HTTP
…/http-request-parser.t :191:
*.status == 501;
JNTHN/Cro-HTTP
…/http-request-parser.t :205:
*.status == 501;
JNTHN/Cro-HTTP
…/http-request-parser.t :223:
*.status == 501;
JNTHN/Cro-HTTP
…/http-request-parser.t :323:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :389:
*.status == 400;
JNTHN/Cro-HTTP
…/http-request-parser.t :859:
# (Not Implemented) status code. A server that receives a
JNTHN/Cro-HTTP
…/http-request-parser.t :861:
# with a 414 (URI Too Long) status code (see Section 6.5.12 of
JNTHN/Cro-HTTP
…/http-response-parser.t :81:
*.status == 204;
JNTHN/Cro-HTTP
…/http-response-parser.t :83:
refuses 'Malformed status line - only version', q:to/RESPONSE/;
JNTHN/Cro-HTTP
…/http-response-parser.t :88:
refuses 'Malformed status line - missing space after status code', q:to/RESPONSE/;
JNTHN/Cro-HTTP
…/http-response-parser.t :98:
*.status == 204;
JNTHN/Cro-HTTP
…/http-response-parser.t :100:
refuses 'Malformed status line - code is only one digit', q:to/RESPONSE/;
JNTHN/Cro-HTTP
…/http-response-parser.t :105:
refuses 'Malformed status line - code is only two digits', q:to/RESPONSE/;
JNTHN/Cro-HTTP
…/http-response-parser.t :110:
refuses 'Malformed status line - code is four digits', q:to/RESPONSE/;
JNTHN/Cro-HTTP
…/http-response-parser.t :120:
*.status == 204;
JNTHN/Cro-HTTP
…/http-response-parser.t :127:
*.status == 204;
JNTHN/Cro-HTTP
…/http-response-parser.t :149:
*.status == 204;
JNTHN/Cro-HTTP
…/http-response-parser.t :164:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :175:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :186:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :197:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :208:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :228:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :241:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :261:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :291:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :304:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :322:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :358:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :370:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :382:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :394:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-parser.t :406:
*.status == 200,
JNTHN/Cro-HTTP
…/http-response-serializer.t :20:
emit Cro::HTTP::Response.new(:204status);
JNTHN/Cro-HTTP
…/http-response-serializer.t :22:
q:to/RESPONSE/, 'Basic 204 status response serialized correctly';
JNTHN/Cro-HTTP
…/http-response-serializer.t :29:
given Cro::HTTP::Response.new(:200status) {
JNTHN/Cro-HTTP
…/http-response-serializer.t :45:
given Cro::HTTP::Response.new(:200status) {
JNTHN/Cro-HTTP
…/http-response-serializer.t :68:
given Cro::HTTP::Response.new(:200status) {
JNTHN/Cro-HTTP
…/http-response-serializer.t :90:
given Cro::HTTP::Response.new(:200status) {
JNTHN/Cro-HTTP
…/http-response-serializer.t :106:
given Cro::HTTP::Response.new(:200status) {
JNTHN/Cro-HTTP
…/http-response-serializer.t :122:
given Cro::HTTP::Response.new(:200status) {
JNTHN/Cro-HTTP
…/http-response.t :7:
"Unconfigured HTTP response is HTTP/1.1 and 204 status";
JNTHN/Cro-HTTP
…/http-response.t :9:
$res = Cro::HTTP::Response.new(status => 404);
JNTHN/Cro-HTTP
…/http-response.t :11:
"Setting status in constructor includes it in the response";
JNTHN/Cro-HTTP
…/http-response.t :13:
$res = Cro::HTTP::Response.new(status => 500, http-version => '1.0');
JNTHN/Cro-HTTP
…/http-response.t :15:
"Setting status and version in constructor includes it in the response";
JNTHN/Cro-HTTP
…/http-response.t :18:
$res.status = 400;
JNTHN/Cro-HTTP
…/http-response.t :21:
"Setting status and version attributes includes them in the response";
JNTHN/Cro-HTTP
…/http-response.t :26:
dies-ok { $res.status = 10 }, 'Status of 10 is invalid';
JNTHN/Cro-HTTP
…/http-response.t :27:
dies-ok { $res.status = 99 }, 'Status of 99 is invalid';
JNTHN/Cro-HTTP
…/http-response.t :28:
dies-ok { $res.status = 1000 }, 'Status of 1000 is invalid';
JNTHN/Cro-HTTP
…/http-response.t :29:
dies-ok { $res.status = 4004 }, 'Status of 4004 is invalid';
JNTHN/Cro-HTTP
…/http-response.t :33:
my $res = Cro::HTTP::Response.new(status => 200);
JNTHN/Cro-HTTP
…/http-response.t :87:
'Default status code when body set is 200, not 204';
JNTHN/Cro-HTTP
…/http-router.t :18:
is $r.status, '404', 'Status code from empty route set is 404';
JNTHN/Cro-HTTP
…/http-router.t :42:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :48:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :54:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :66:
is $r.status, 200, 'Got 200 response';
JNTHN/Cro-HTTP
…/http-router.t :74:
is $r.status, 200, 'Got 200 response';
JNTHN/Cro-HTTP
…/http-router.t :82:
is $r.status, 200, 'Got 200 response';
JNTHN/Cro-HTTP
…/http-router.t :90:
is $r.status, '404', 'Status code when no matching route is 404';
JNTHN/Cro-HTTP
…/http-router.t :97:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :103:
response.status = 201;
JNTHN/Cro-HTTP
…/http-router.t :109:
response.status = 204;
JNTHN/Cro-HTTP
…/http-router.t :113:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :118:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :129:
is $r.status, 200, 'Got 200 response';
JNTHN/Cro-HTTP
…/http-router.t :137:
is $r.status, 201, 'Got 201 response';
JNTHN/Cro-HTTP
…/http-router.t :145:
is $r.status, 204, 'Got 204 response';
JNTHN/Cro-HTTP
…/http-router.t :151:
is $r.status, 200, 'Got 200 response';
JNTHN/Cro-HTTP
…/http-router.t :159:
is $r.status, 200, 'Got 200 response';
JNTHN/Cro-HTTP
…/http-router.t :168:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :174:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :180:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :186:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :192:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :198:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :204:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :210:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :216:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :268:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :274:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :280:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :286:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :292:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :298:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :304:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :311:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :317:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :323:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :329:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :336:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :342:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :348:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :354:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :486:
is $r.status, 404;
JNTHN/Cro-HTTP
…/http-router.t :570:
is $r.status, 400;
JNTHN/Cro-HTTP
…/http-router.t :586:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :592:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :598:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :604:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :634:
for @bad-cases -> $target, $expected-status, $desc {
JNTHN/Cro-HTTP
…/http-router.t :638:
is $r.status, $expected-status, $desc;
JNTHN/Cro-HTTP
…/http-router.t :652:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :659:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :665:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :671:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :677:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :683:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :727:
for @bad-cases -> $target, $expected-status, $desc {
JNTHN/Cro-HTTP
…/http-router.t :731:
is $r.status, $expected-status, $desc;
JNTHN/Cro-HTTP
…/http-router.t :739:
response.status = 200;
JNTHN/Cro-HTTP
…/http-router.t :751:
is $r.status, 405, 'URL that matches on segments but not method is 405';
JNTHN/Cro-HTTP
…/http-router.t :792:
is $r.status, 200, 'Simple binary content response has 200 status';
JNTHN/Cro-HTTP
…/http-router.t :803:
is $r.status, 200, 'Simple text content response has 200 status';
JNTHN/Cro-HTTP
…/http-router.t :814:
is $r.status, 200, 'Simple JSON content response has 200 status';
JNTHN/Cro-HTTP
…/http-router.t :832:
is $r.status, 201, 'created + content response has 201 status';
JNTHN/Cro-HTTP
…/http-router.t :845:
is $r.status, 201, 'created response has 201 status';
JNTHN/Cro-HTTP
…/http-router.t :857:
is $r.status, 200, 'Str content with :enc<ISO-8859-1> has 200 response';
JNTHN/Cro-HTTP
…/http-router.t :963:
for @cases -> $target, $status, $body, $desc {
JNTHN/Cro-HTTP
…/http-router.t :967:
is $r.status, $status, "Error routine $desc - status";
JNTHN/Cro-HTTP
…/http-router.t :1029:
for @cases -> $target, $status, $location, $desc {
JNTHN/Cro-HTTP
…/http-router.t :1033:
is $r.status, $status, "$desc - status";
JNTHN/Cro-HTTP
…/http-router.t :1173:
is $r.status, '400', 'When no body match, get bad request response';
JNTHN/Cro-HTTP
…/http-router.t :1384:
is $r.status, 200, 'Status is good';
JNTHN/Cro-HTTP
…/http-router.t :1391:
is $r.status, 200, 'Status is good';
JNTHN/Cro-HTTP
…/http-router.t :1400:
is $r.status, 400, 'Bad request to access page without needed cookie';
JNTHN/Cro-HTTP
…/http-router.t :1407:
is $r.status, 200, 'Status is good';
JNTHN/Cro-HTTP
…/http-router.t :1419:
is $r.status, 200, 'Status is good';
JNTHN/Cro-HTTP
…/http-router.t :1428:
is $r.status, 200, 'Got plain cookie';
JNTHN/Cro-HTTP
…/http-router.t :1436:
is $r.status, 200, 'Status is good';
JNTHN/Cro-HTTP
…/http-router.t :1464:
is $r.status, 200, 'Static sets correct status code';
JNTHN/Cro-HTTP
…/http-router.t :1471:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-router.t :1477:
is $r.status, 404, '404 for static works';
JNTHN/Cro-HTTP
…/http-router.t :1483:
is $r.status, 403, '403 for static works';
JNTHN/Cro-HTTP
…/http-router.t :1491:
is $r.status, 200, '200 for static works';
JNTHN/Cro-HTTP
…/http-router.t :1730:
my $resp = Cro::HTTP::Response.new(:$request, :200status);
JNTHN/Cro-HTTP
…/http-router.t :1764:
my $resp = Cro::HTTP::Response.new(:$request, :200status);
JNTHN/Cro-HTTP
…/http-router.t :1895:
is $r.status, 200, 'Static sets correct status code';
JNTHN/Cro-HTTP
…/http-router.t :1902:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-router.t :1909:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-router.t :1915:
is $r.status, 404, 'No candidate served with empty indexes';
JNTHN/Cro-HTTP
…/http-router.t :1921:
is $r.status, 200, 'Indexes with mime-types returns good status';
JNTHN/Cro-HTTP
…/http-router.t :1953:
is $r.status, 200, 'Static-resource sets correct status code';
JNTHN/Cro-HTTP
…/http-router.t :1960:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-router.t :1967:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-router.t :1974:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-router.t :1981:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-router.t :1988:
is $r.status, 200, 'Good status';
JNTHN/Cro-HTTP
…/http-server.t :21:
given Cro::HTTP::Response.new(:200status, :$request) {
JNTHN/Cro-HTTP
…/http-server.t :60:
'Response has 200 status in it';
JNTHN/Cro-HTTP
…/http-server.t :105:
'Response has 200 status in it (HTTPS)';
JNTHN/Cro-HTTP
…/http-server.t :198:
is $resp.status, 200;
JNTHN/Cro-HTTP
…/http-server.t :253:
is $resp.status, 200;
JNTHN/Cro-HTTP
…/http-server.t :290:
is $resp.status, 200;
JNTHN/Cro-HTTP
…/http-server.t :298:
is $resp.status, 200;
JNTHN/Cro-HTTP
…/http2-frame-parser.t :41:
unless $complete.status ~~ Kept {
JNTHN/Cro-HTTP
…/http2-frame-parser.t :84:
unless $complete.status ~~ Kept {
JNTHN/Cro-HTTP
…/http2-frame-serializer.t :62:
if $complete.status != Kept {
JNTHN/Cro-HTTP
…/http2-frame-serializer.t :90:
if $complete.status ~~ Kept {
JNTHN/Cro-HTTP
…/http2-push-promise.t :48:
is @pps[0].target, '/main.css', 'Push promise had correct status';
JNTHN/Cro-HTTP
…/http2-push-promise.t :50:
is @resps[0].status, 200, 'Correct status from response';
JNTHN/Cro-HTTP
…/http2-request-parser.t :42:
if $test-completed.status ~~ Kept {
JNTHN/Cro-HTTP
…/http2-request-serializer.t :32:
if $test-completed.status ~~ Kept {
JNTHN/Cro-HTTP
…/http2-response-parser.t :35:
if $test-completed.status ~~ Kept {
JNTHN/Cro-HTTP
…/http2-response-parser.t :43:
@headers = HTTP::HPACK::Header.new(name => ':status', value => '302'),
JNTHN/Cro-HTTP
…/http2-response-parser.t :52:
[[(*.status == 302),
JNTHN/Cro-HTTP
…/http2-response-parser.t :56:
@headers = HTTP::HPACK::Header.new(name => ':status', value => '200'),
JNTHN/Cro-HTTP
…/http2-response-parser.t :70:
[[(*.status == 200),
JNTHN/Cro-HTTP
…/http2-response-serializer.t :33:
if $test-completed.status ~~ Kept {
JNTHN/Cro-HTTP
…/http2-response-serializer.t :41:
@headers = HTTP::HPACK::Header.new(name => ':status', value => '304'),
JNTHN/Cro-HTTP
…/http2-response-serializer.t :44:
$resp = Cro::HTTP::Response.new(:304status,
JNTHN/Cro-HTTP
…/http2-response-serializer.t :54:
@headers = HTTP::HPACK::Header.new(name => ':status', value => '200'),
JNTHN/Cro-HTTP
…/http2-response-serializer.t :59:
$resp = Cro::HTTP::Response.new(:200status,
JNTHN/Cro-HTTP
…/http2-response-serializer.t :75:
@headers = HTTP::HPACK::Header.new(name => ':status', value => '200'),
JNTHN/Cro-HTTP
…/http2-response-serializer.t :82:
$resp = Cro::HTTP::Response.new(:200status,
JNTHN/Cro-HTTP
…/http2-response-serializer.t :104:
$resp = Cro::HTTP::Response.new(:200status,
JNTHN/Cro-HTTP
…/http2-response-serializer.t :115:
$resp = Cro::HTTP::Response.new(:200status,
JNTHN/Cro-HTTP
…/http2.t :20:
given Cro::HTTP::Response.new(:200status, :$request) {
JNTHN/Cro-HTTP
…/router-auth.t :44:
is $r.status, '200', 'Can request / successfully with non-logged-in, non-admin';
JNTHN/Cro-HTTP
…/router-auth.t :49:
is $r.status, '401', 'Request to /page when not logged in is 401';
JNTHN/Cro-HTTP
…/router-auth.t :53:
is $r.status, '401', 'Request to /admin when not logged in is 401';
JNTHN/Cro-HTTP
…/router-auth.t :59:
is $r.status, '200', 'Can request / successfully with logged-in, non-admin';
JNTHN/Cro-HTTP
…/router-auth.t :64:
is $r.status, '200', 'Can request /page successfully with logged-in, non-admin';
JNTHN/Cro-HTTP
…/router-auth.t :69:
is $r.status, '401', 'Request to /admin when not an admin is 401';
JNTHN/Cro-HTTP
…/router-auth.t :75:
is $r.status, '200', 'Can request / successfully with logged-in admin';
JNTHN/Cro-HTTP
…/router-auth.t :80:
is $r.status, '200', 'Can request /page successfully with logged-in admin';
JNTHN/Cro-HTTP
…/router-auth.t :85:
is $r.status, '200', 'Can request /admin successfully with logged-in admin';
JNTHN/Cro-HTTP
…/router-auth.t :123:
is $r.status, '200', 'Can request / successfully with non-logged-in, non-admin';
JNTHN/Cro-HTTP
…/router-auth.t :128:
is $r.status, '401', 'Request to /page when not logged in is 401';
JNTHN/Cro-HTTP
…/router-auth.t :132:
is $r.status, '401', 'Request to /admin when not logged in is 401';
JNTHN/Cro-HTTP
…/router-auth.t :138:
is $r.status, '200', 'Can request / successfully with logged-in, non-admin';
JNTHN/Cro-HTTP
…/router-auth.t :143:
is $r.status, '200', 'Can request /page successfully with logged-in, non-admin';
JNTHN/Cro-HTTP
…/router-auth.t :148:
is $r.status, '401', 'Request to /admin when not an admin is 401';
JNTHN/Cro-HTTP
…/router-auth.t :154:
is $r.status, '200', 'Can request / successfully with logged-in admin';
JNTHN/Cro-HTTP
…/router-auth.t :159:
is $r.status, '200', 'Can request /page successfully with logged-in admin';
JNTHN/Cro-HTTP
…/router-auth.t :164:
is $r.status, '200', 'Can request /admin successfully with logged-in admin';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :31:
# status:
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :32:
# description: Updated status of the pet
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :35:
# - status
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :51:
request-body -> (:$name, :$status) {
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :53:
$some-store.update-pet($id, $name, $status);
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/README.md :211:
* The status code of the response. Note that 400, 404, and 405 errors that
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :139:
emit Cro::HTTP::Response.new(:401status, :$request);
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :190:
my $status = $ex.bad-path ?? 404 !! 400;
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :191:
return Cro::HTTP::Response.new(:$status, :$request);
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :235:
return Cro::HTTP::Response.new(:500status, :request($response.request));
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :276:
$response.status = 400;
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :279:
$response.status = 400;
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :283:
$response.status = 500;
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :287:
$response.status //= 204;
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :453:
for $operation.responses.kv -> $status, $response {
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :475:
%checker-by-code{$status} = @checkers == 0
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/Checkers.pm6 :264:
with %!checker-by-code{$m.status} // %!checker-by-code<default> {
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/Checkers.pm6 :267:
elsif $m.status != 500 {
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/Checkers.pm6 :270:
reason => "this response may not produce status $m.status()"
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/cookies.t :63:
is $resp.status, 200, 'Valid 200 response is returend when both cookies sent';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/cookies.t :72:
is $resp.status, 200, 'Valid 200 response is returend when only required cookie sent';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/cookies.t :84:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/cookies.t :94:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/cookies.t :105:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/custom-format.t :51:
is $resp.status, 200, 'Valid 200 response is returend when string matches custom format';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/custom-format.t :58:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/disable-response-validation.t :73:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/disable-response-validation.t :89:
is $resp.status, 200, 'Get 200 response when response validation disabled';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/document.t :62:
is $resp.status, 200, 'Valid 200 response for /openapi.json';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/document.t :71:
is $resp.status, 200, 'Valid 200 response for /openapi.yaml';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/document.t :93:
is $resp.status, 200, 'Valid 200 response for /';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/document.t :103:
response => { .status == 404 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/document.t :108:
response => { .status == 404 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :121:
is $resp.status, 200, 'Valid 200 response is returend when both headers sent';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :130:
is $resp.status, 200, 'Valid 200 response is returend when only required header sent';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :142:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :152:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :163:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :168:
is $resp.status, 200, 'Valid 200 response is returend when response has both headers';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :175:
is $resp.status, 200, 'Valid 200 response is returend when response has required header';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :183:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :189:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/headers.t :195:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/query-string.t :95:
is $resp.status, 200, 'Valid request with both query string params gets 200 response';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/query-string.t :101:
is $resp.status, 200, 'Valid request with required query string param gets 200 response';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/query-string.t :110:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/query-string.t :118:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/query-string.t :126:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/query-string.t :134:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-body.t :81:
is $resp.status, 201, 'Valid request with all allowed props gets 201 status response';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-body.t :88:
is $resp.status, 201, 'Valid request without optional prop gets 201 status response';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-body.t :97:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-body.t :106:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-body.t :115:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-body.t :124:
response => { .status == 400 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-validation-error.t :55:
is $resp.status, 200, 'Valid request gets 200 response';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/request-validation-error.t :63:
is $resp.status, 200, 'Invalid request manually handled and gets 200 response';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/response.t :138:
is $resp.status, 200, 'Valid 200 response is returend';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/response.t :146:
response => { .status == 409 && await(.body) eqv { fields => [1,2] } },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/response.t :152:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/response.t :158:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/response.t :164:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/response.t :170:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/response.t :176:
response => { .status == 500 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/routes.t :67:
is $resp.status, 200, 'Valid 200 response returned for complex template';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/routes.t :74:
is $resp.status, 200, 'Valid 200 response returned if route parameters meet validation needs';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/routes.t :84:
response => { .status == 404 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/routes.t :92:
response => { .status == 404 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/security.t :81:
is $resp.status, 200, 'Can make a request to /public without an API key';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/security.t :88:
is $resp.status, 200, 'Can make a request to /private with an API key';
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/security.t :98:
response => { .status == 401 },
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/security.t :108:
response => { .status == 401 },
JNTHN/Cro-TLS
…/tls.t :204:
is $c.status, Kept,
JNTHN/Cro-TLS
…/tls.t :213:
is $c.status, Kept,
JNTHN/Cro-WebSocket
…/WebSocket.pm6 :29:
$response.status = 426;
JNTHN/Cro-WebSocket
…/WebSocket.pm6 :60:
$response.status = 101;
JNTHN/Cro-WebSocket
…/Client.pm6 :87:
if $resp.status == 101 {
JNTHN/Cro-WebSocket
…/Client.pm6 :108:
die X::Cro::WebSocket::Client::CannotUpgrade.new(reason => "Response status is {$resp.status}, not 101");
JNTHN/Cro-WebSocket
…/Connection.pm6 :125:
if $!closer.status == Kept {
JNTHN/Cro-WebSocket
…/Connection.pm6 :143:
unless $p.status ~~ Kept {
JNTHN/Cro-WebSocket
…/http-router-websocket.t :74:
ok $p.status == Kept, 'All expected responses were received';
JNTHN/Cro-WebSocket
…/websocket-client.t :63:
if $connection.status != Kept {
JNTHN/Cro-WebSocket
…/websocket-client.t :65:
if $connection.status == Broken {
JNTHN/Cro-WebSocket
…/websocket-client.t :92:
ok $ping.status ~~ Kept, 'Empty ping is recieved';
JNTHN/Cro-WebSocket
…/websocket-client.t :96:
ok $ping.status ~~ Kept, 'Ping is recieved';
JNTHN/Cro-WebSocket
…/websocket-client.t :121:
unless $p.status ~~ Kept {
JNTHN/Cro-WebSocket
…/websocket-client.t :128:
ok $closed.status ~~ Kept, 'The connection is closed by close() call';
JNTHN/Cro-WebSocket
…/websocket-handler.t :33:
unless $completion.status ~~ Kept {
JNTHN/Cro-WebSocket
…/websocket-handler.t :86:
unless $completion.status ~~ Kept {
JNTHN/Cro-ZeroMQ
…/zeromq-client.t :71:
is $completion.status, Kept, "Dealer client is working";;
JNTHN/Cro-ZeroMQ
…/zeromq-collector.t :25:
is $complete.status, Kept, 'Collector works';
JNTHN/Cro-ZeroMQ
…/zeromq-distributor.t :20:
is $complete.status, Kept, 'Push sender works';
JNTHN/Cro-ZeroMQ
…/zeromq-distributor.t :36:
is $complete.status, Kept, 'Pub sender works';
JNTHN/Cro-ZeroMQ
…/zeromq-pub-sub.t :29:
if $complete.status ~~ Kept {
JNTHN/Cro-ZeroMQ
…/zeromq-push-pull.t :27:
if $complete.status == Kept {
JNTHN/Cro-ZeroMQ
…/zeromq-req-rep.t :35:
is $completion.status, Kept, "REQ/REP pair is working";
JNTHN/Cro-ZeroMQ
…/zeromq-router-dealer.t :36:
is $completion.status, Kept, "ROUTER/DEALER pair is working";
JNTHN/Cro-ZeroMQ
…/zeromq-service.t :24:
is $completion.status, Kept, "REP service works";
JNTHN/Cro-ZeroMQ
…/zeromq-service.t :58:
is $completion.status, Kept, "PULL service works";
JNTHN/Cro-ZeroMQ
…/zeromq-xpub-xsub.t :40:
is $p.status, Kept, 'XPUB/XSUB pair works';
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :245:
if .status == Planned {
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :608:
$!connected-promise.keep(self) if $!connected-promise.status ~~ Planned;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :655:
$!accepted-promise.keep(self) if $!accepted-promise.status ~~ Planned;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :664:
$!accepted-promise.break($_) if $!accepted-promise.status ~~ Planned;
JNTHN/IO-Socket-Async-SSL
…/client-server.t :156:
ok $p1.status ~~ Kept, 'Multiple clients with ALPN work';
JNTHN/IO-Socket-Async-SSL
…/client-server.t :157:
ok $p2.status ~~ Kept, 'Multiple clients with ALPN work';
JNTHN/cro
…/approach.md :108:
given Cro::HTTP::Response.new(:200status) {
JNTHN/cro
…/spa-with-cro.md :880:
response.status = 204;
JNTHN/cro
…/spa-with-cro.md :1323:
response.status = 204;
JNTHN/cro
…/spa-with-cro.md :1333:
response.status = 204;
JNTHN/cro
…/cro-http-client.md :47:
By default, error responses (4xx and 5xx status codes) will result in an
JNTHN/cro
…/cro-http-client.md :54:
if .response.status == 404 {
JNTHN/cro
…/cro-http-client.md :420:
say "Push promise for $prom.target() had status $resp.status()";
JNTHN/cro
…/cro-http-middleware.md :217:
emit Cro::HTTP::Response.new(:$request, :403status);
JNTHN/cro
…/cro-http-middleware.md :255:
has $.status;
JNTHN/cro
…/cro-http-middleware.md :263:
my $resp = Cro::HTTP::Response.new: :$request, :status(.status);
JNTHN/cro
…/cro-http-middleware.md :271:
method add($key, $status, @headers, $body-blob --> Nil) {
JNTHN/cro
…/cro-http-middleware.md :272:
%!cache{$key} = Entry.new: :$status, :@headers, :$body-blob;
JNTHN/cro
…/cro-http-middleware.md :293:
my $status = $res.status;
JNTHN/cro
…/cro-http-middleware.md :299:
$!cache.add($key, $status, @headers, $body-blob);
JNTHN/cro
…/cro-http-response.md :9:
The `status` property is used to get and set the HTTP response status code.
JNTHN/cro
…/cro-http-response.md :14:
Calling the `Str` method on a `Cro::HTTP::Response` will serialize the status
JNTHN/cro
…/cro-http-router.md :600:
arguments on to `content` after setting the status code. They are:
JNTHN/cro
…/cro-http-router.md :614:
All other response codes are produced by explicitly setting `response.status`.
JNTHN/cro
…/cro-http-router.md :1018:
to have produced a response if, after it has run, the `status` of the response
JNTHN/cro
…/cro-http-router.md :1038:
if .status == 403 && !.has-body {
JNTHN/cro
…/cro-http-router.md :1053:
if .status == 403 && !.has-body {
JNTHN/cro
…/cro-http-test.md :40:
status => 200,
JNTHN/cro
…/cro-http-test.md :46:
status => 200,
JNTHN/cro
…/cro-http-test.md :50:
status => 400;
JNTHN/cro
…/cro-http-test.md :53:
status => 405;
JNTHN/cro
…/cro-http-test.md :105:
### status
JNTHN/cro
…/cro-http-test.md :107:
Smartmatches the `status` property of the response against the
JNTHN/cro
…/cro-http-test.md :108:
check. While an integer, such as `status => 200`, will be most common, it is
JNTHN/cro
…/cro-http-test.md :109:
also possible to so things like `status => * < 400` (e.g. not an error).
JNTHN/cro
…/cro-http-test.md :198:
status => 200,
JNTHN/cro
…/cro-http-test.md :201:
status => 400;
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :30:
# status:
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :31:
# description: Updated status of the pet
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :34:
# - status
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :50:
request-body -> (:$name, :$status) {
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :52:
$some-store.update-pet($id, $name, $status);
JNTHN/cro
…/cro-openapi-routesfromdefinition.md :217:
* The status code of the response. Note that 400, 404, and 405 errors that
JNTHN/cro
…/releases.md :421:
* Reply with 204 instead of dying when no status is set
JNTHN/cro
…/Runner.pm6 :144:
$first-service.keep unless $first-service.status ~~ Kept;
JNTHN/cro
…/Runner.pm6 :240:
if $try-conn.status == Kept {
JNTHN/cro
…/app.js :11354:
* @return {*} current checked status of the input either from checked prop
JNTHN/cro
…/app.js :21901:
statusCode = s.statusCode || {},
JNTHN/cro
…/app.js :21953:
statusCode: function( map ) {
JNTHN/cro
…/app.js :21959:
jqXHR.always( map[ jqXHR.status ] );
JNTHN/cro
…/app.js :21964:
statusCode[ code ] = [ statusCode[ code ], map[ code ] ];
JNTHN/cro
…/app.js :21972:
abort: function( statusText ) {
JNTHN/cro
…/app.js :21973:
var finalText = statusText || strAbort;
JNTHN/cro
…/app.js :22169:
function done( status, nativeStatusText, responses, headers ) {
JNTHN/cro
…/app.js :22171:
statusText = nativeStatusText;
JNTHN/cro
…/app.js :22193:
jqXHR.readyState = status > 0 ? 4 : 0;
JNTHN/cro
…/app.js :22196:
isSuccess = status >= 200 && status < 300 || status === 304;
JNTHN/cro
…/app.js :22222:
if ( status === 204 || s.type === "HEAD" ) {
JNTHN/cro
…/app.js :22223:
statusText = "nocontent";
JNTHN/cro
…/app.js :22226:
} else if ( status === 304 ) {
JNTHN/cro
…/app.js :22227:
statusText = "notmodified";
JNTHN/cro
…/app.js :22231:
statusText = response.state;
JNTHN/cro
…/app.js :22238:
// Extract error from statusText and normalize for non-aborts
JNTHN/cro
…/app.js :22239:
error = statusText;
JNTHN/cro
…/app.js :22240:
if ( status || !statusText ) {
JNTHN/cro
…/app.js :22241:
statusText = "error";
JNTHN/cro
…/app.js :22242:
if ( status < 0 ) {
JNTHN/cro
…/app.js :22243:
status = 0;
JNTHN/cro
…/app.js :22249:
jqXHR.status = status;
JNTHN/cro
…/app.js :22250:
jqXHR.statusText = ( nativeStatusText || statusText ) + "";
JNTHN/cro
…/app.js :22254:
deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
JNTHN/cro
…/app.js :22256:
deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
JNTHN/cro
…/app.js :22260:
jqXHR.statusCode( statusCode );
JNTHN/cro
…/app.js :22261:
statusCode = undefined;
JNTHN/cro
…/app.js :22269:
completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
JNTHN/cro
…/app.js :22415:
// File protocol always yields status code 0, assume 200
JNTHN/cro
…/app.js :22485:
if ( typeof xhr.status !== "number" ) {
JNTHN/cro
…/app.js :22490:
// File: protocol always yields status 0; see #8605, #14207
JNTHN/cro
…/app.js :22491:
xhr.status,
JNTHN/cro
…/app.js :22492:
xhr.statusText
JNTHN/cro
…/app.js :22497:
xhrSuccessStatus[ xhr.status ] || xhr.status,
JNTHN/cro
…/app.js :22498:
xhr.statusText,
JNTHN/cro
…/app.js :22849:
// If the request succeeds, this function gets "data", "status", "jqXHR"
JNTHN/cro
…/app.js :22851:
// If it fails, this function gets "jqXHR", "status", "error"
JNTHN/cro
…/app.js :22852:
} ).always( callback && function( jqXHR, status ) {
JNTHN/cro
…/app.js :22854:
callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
JNTHN/cro
…/app.js :24920:
var status = xhr.status, result;
JNTHN/cro
…/app.js :24921:
if (!status && hasResponse(xhr)
JNTHN/cro
…/app.js :24922:
|| status >= 200 && status < 300
JNTHN/cro
…/app.js :24923:
|| status === 304) {
JNTHN/cro
…/app.js :27578:
* have a "key" property assigned to it. Error statuses are cached so a warning
JNTHN/cro
…/app.js :38882:
_this.safeSetState({ status: ENTERING }, function () {
JNTHN/cro
…/app.js :38886:
_this.safeSetState({ status: ENTERED }, function () {
JNTHN/cro
…/app.js :38894:
_this.safeSetState({ status: EXITING }, function () {
JNTHN/cro
…/app.js :38898:
_this.safeSetState({ status: EXITED }, function () {
JNTHN/cro
…/app.js :38906:
} else if (_this.props.unmountOnExit && _this.state.status === EXITED) {
JNTHN/cro
…/app.js :38907:
_this.setState({ status: UNMOUNTED });
JNTHN/cro
…/app.js :38973:
_this.state = { status: initialStatus };
JNTHN/cro
…/app.js :38984:
var status = this.state.status;
JNTHN/cro
…/app.js :38988:
if (status === UNMOUNTED) {
JNTHN/cro
…/app.js :38989:
this.setState({ status: EXITED });
JNTHN/cro
…/app.js :38991:
if (status !== ENTERING && status !== ENTERED) {
JNTHN/cro
…/app.js :38995:
if (status === ENTERING || status === ENTERED) {
JNTHN/cro
…/app.js :39010:
var status = this.state.status;
JNTHN/cro
…/app.js :39011:
if (status === UNMOUNTED) {
JNTHN/cro
…/app.js :39025:
if (status === EXITED) {
JNTHN/cro
…/app.js :39027:
} else if (status === ENTERING) {
JNTHN/cro
…/app.js :39029:
} else if (status === ENTERED) {
JNTHN/cro
…/app.js :39031:
} else if (status === EXITING) {
JNTHN/cro
…/app.js :52065:
* @return {boolean} The enabled status of `ReactBrowserEventEmitter` before
JNTHN/cro
…/app.js :52075:
* @param {boolean} previouslyEnabled Enabled status of
JNTHN/cro
…/app.js :53060:
// Firefox doesn't support selectionchange, so check selection status
JNTHN/cro
…/app.js :54628:
{ className: "serviceStatus " + 'serviceStatus-' + props.service.status.toLowerCase() },
JNTHN/cro
…/app.js :54629:
props.service.status
JNTHN/cro
…/app.js :54645:
props.service.status !== 'Running' && _react2.default.createElement(
JNTHN/cro
…/app.js :54652:
props.service.status == 'Running' && _react2.default.createElement(
JNTHN/cro
…/app.js :54659:
props.service.status == 'Running' && _react2.default.createElement(
JNTHN/cro
…/app.js :54666:
props.service.status == 'Running' && _react2.default.createElement(
JNTHN/cro
…/app.js :57004:
service.status = 'Starting';
JNTHN/cro
…/app.js :57008:
service = { name: action.name, id: action.id, status: 'Running', trace: action.tracing, endpoints: action.endpoints };
JNTHN/cro
…/app.js :57012:
service = { name: action.name, id: action.id, status: 'Crashed', trace: false, endpoints: [] };
JNTHN/cro
…/app.js :57016:
service.status = 'Running';
JNTHN/cro
…/app.js :57020:
service.status = 'Restarting';
JNTHN/cro
…/app.js :57024:
service.status = 'Stopped';
JNTHN/cro
…/app.js :57028:
service.status = 'Stopping';
JNTHN/cro
…/tools-runner.t :69:
ok $log.line ~~ /200/, 'Got log line mentioning status code';
JNTHN/cro
…/tools-runner.t :86:
ok $log.line ~~ /200/, 'Got log line mentioning status code';
JNTHN/cro
…/package-lock.json :946:
"builtin-status-codes": {
JNTHN/cro
…/package-lock.json :948:
"resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
JNTHN/cro
…/package-lock.json :3226:
"builtin-status-codes": "3.0.0",
JNTHN/cro
…/components.js :29:
<div className={"serviceStatus " + 'serviceStatus-' + props.service.status.toLowerCase()}>{props.service.status}</div>
JNTHN/cro
…/components.js :34:
{props.service.status !== 'Running' &&
JNTHN/cro
…/components.js :37:
{props.service.status == 'Running' &&
JNTHN/cro
…/components.js :40:
{props.service.status == 'Running' &&
JNTHN/cro
…/components.js :43:
{props.service.status == 'Running' &&
JNTHN/cro
…/reducer.js :12:
service.status = 'Starting';
JNTHN/cro
…/reducer.js :16:
service = { name: action.name, id: action.id, status: 'Running', trace: action.tracing, endpoints: action.endpoints };
JNTHN/cro
…/reducer.js :20:
service = { name: action.name, id: action.id, status: 'Crashed', trace: false, endpoints: [] };
JNTHN/cro
…/reducer.js :24:
service.status = 'Running';
JNTHN/cro
…/reducer.js :28:
service.status = 'Restarting';
JNTHN/cro
…/reducer.js :32:
service.status = 'Stopped';
JNTHN/cro
…/reducer.js :36:
service.status = 'Stopping';
JSTOWE/Audio-Icecast
…/.layout :38:
"name": "025-status-online.t"
JSTOWE/Audio-Liquidsoap
…/simple.pl :46:
if $meta.status.defined {
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :292:
=head3 method status
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :294:
method status ()
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :296:
This returns the status of the output, it may be "on" or "off".
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :448:
=head3 attribute status
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :450:
The text status of the request. e.g. "playing", "ready"
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :497:
=head3 method status
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :499:
method status ( --> Str)
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :501:
Returns the status of the input as a string. e.g. "stopped", may differ
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :896:
has Str $.status;
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :1040:
| dummy-output.status
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :1047:
method status() is command('status') { * }
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :1120:
| relay-source.status
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :1126:
| live-source.status
JSTOWE/Audio-Liquidsoap
…/Liquidsoap.pm :1145:
method status() returns Str is command('status') { * }
JSTOWE/Audio-Liquidsoap
…/030-builtins.t :31:
if $ls.Promise.status ~~ Kept {
JSTOWE/Audio-Liquidsoap
…/050-list.t :35:
if $ls.Promise.status ~~ Kept {
JSTOWE/Audio-Liquidsoap
…/050-list.t :78:
ok @next[0] ~~ /\[(ready|playing)\]/, "and the first one should have some status";
JSTOWE/Audio-Liquidsoap
…/050-list.t :80:
is $soap.outputs<dummy-output>.status, 'on', "status is 'on'";
JSTOWE/Audio-Liquidsoap
…/050-list.t :84:
is $soap.outputs<dummy-output>.status, 'off', "status is now 'off'";
JSTOWE/Audio-Liquidsoap
…/050-list.t :87:
is $soap.outputs<dummy-output>.status, 'on', "status is 'on' again";
JSTOWE/Audio-Liquidsoap
…/050-list.t :161:
is $soap.inputs<live-source>.status, "no source client connected", "got the expected status";;
JSTOWE/Audio-Liquidsoap
…/050-list.t :164:
is $soap.inputs<relay-source>.status, 'stopped', "status is 'stopped'";
JSTOWE/Audio-Liquidsoap
…/050-list.t :167:
ok $soap.inputs<relay-source>.status ne 'stopped', "not stopped anymore";
JSTOWE/Audio-Liquidsoap
…/050-list.t :169:
is $soap.inputs<relay-source>.status,'stopped', 'and the status is "stopped" again';
JSTOWE/Audio-Playlist-JSPF
…/LICENCE :239:
Our decision will be guided by the two goals of preserving the free status of all
JSTOWE/Device-Velleman-K8055
…/k8055.c :277:
int write_status = 0;
JSTOWE/Device-Velleman-K8055
…/k8055.c :286:
write_status = libusb_interrupt_transfer(device->device_handle,
JSTOWE/Device-Velleman-K8055
…/k8055.c :289:
if (write_status == 0 && transferred == PACKET_LENGTH)
JSTOWE/Device-Velleman-K8055
…/k8055.c :292:
if (write_status != 0 || transferred != PACKET_LENGTH) {
JSTOWE/Device-Velleman-K8055
…/k8055.c :297:
/* if there was no error up to this point, assume that data_out now reflects the devices output status */
JSTOWE/Device-Velleman-K8055
…/k8055.c :309:
int read_status = 0;
JSTOWE/Device-Velleman-K8055
…/k8055.c :319:
read_status = libusb_interrupt_transfer(device->device_handle,
JSTOWE/Device-Velleman-K8055
…/k8055.c :323:
if (read_status == 0 && transferred == PACKET_LENGTH)
JSTOWE/Device-Velleman-K8055
…/k8055.c :326:
if (read_status != 0 || transferred != PACKET_LENGTH) {
JSTOWE/Device-Velleman-K8055
…/k8055.h :92:
* @param value output status: 'true' for on, 'false' for off
JSTOWE/Device-Velleman-K8055
…/k8055.h :146:
/**Gets a given board's current output status. NULL is a valid parameter.
JSTOWE/Device-Velleman-K8055
…/k8055.h :147:
* Note: as the K8055's firmware does not provide any method for querying the board's output status,
JSTOWE/Device-Velleman-K8055
…/k8055.h :148:
* this library only tracks the board's status by recording any successfull data writes.
JSTOWE/Device-Velleman-K8055
…/k8055.h :149:
* Hence no guarantee can be given on the validity of the output status.
JSTOWE/FastCGI-NativeCall
…/.gitignore :4:
ext/config.status
JSTOWE/FastCGI-NativeCall
…/.layout :55:
"name": "config.status",
JSTOWE/FastCGI-NativeCall
…/configure :461:
# Exit status is that of the last command.
JSTOWE/FastCGI-NativeCall
…/configure :555:
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
JSTOWE/FastCGI-NativeCall
…/configure :1253:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :1294:
cd "$ac_dir" || { ac_status=$?; continue; }
JSTOWE/FastCGI-NativeCall
…/configure :1304:
fi || ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :1305:
cd "$ac_pwd" || { ac_status=$?; break; }
JSTOWE/FastCGI-NativeCall
…/configure :1309:
test -n "$ac_init_help" && exit $ac_status
JSTOWE/FastCGI-NativeCall
…/configure :1432:
trap 'exit_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :1520:
echo "$as_me: exit $exit_status"
JSTOWE/FastCGI-NativeCall
…/configure :1524:
exit $exit_status
JSTOWE/FastCGI-NativeCall
…/configure :1628:
# Pass precious variables to config.status.
JSTOWE/FastCGI-NativeCall
…/configure :1997:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :1998:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :1999:
(exit $ac_status); }
JSTOWE/FastCGI-NativeCall
…/configure :2007:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2008:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2009:
(exit $ac_status); }
JSTOWE/FastCGI-NativeCall
…/configure :2017:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2018:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2019:
(exit $ac_status); }
JSTOWE/FastCGI-NativeCall
…/configure :2070:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2071:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2072:
(exit $ac_status); }; then
JSTOWE/FastCGI-NativeCall
…/configure :2138:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2139:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2140:
(exit $ac_status); }; }; then
JSTOWE/FastCGI-NativeCall
…/configure :2177:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2178:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2179:
(exit $ac_status); }; then
JSTOWE/FastCGI-NativeCall
…/configure :2236:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2237:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2238:
(exit $ac_status); }; then
JSTOWE/FastCGI-NativeCall
…/configure :2295:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2299:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2300:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :2353:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2357:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2358:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :2391:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2395:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2396:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :2430:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2434:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2435:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :2549:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2553:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2554:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :2641:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2645:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2646:
(exit $ac_status); } >/dev/null && {
JSTOWE/FastCGI-NativeCall
…/configure :2678:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2682:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2683:
(exit $ac_status); } >/dev/null && {
JSTOWE/FastCGI-NativeCall
…/configure :2746:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2750:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2751:
(exit $ac_status); } >/dev/null && {
JSTOWE/FastCGI-NativeCall
…/configure :2783:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :2787:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :2788:
(exit $ac_status); } >/dev/null && {
JSTOWE/FastCGI-NativeCall
…/configure :3021:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3025:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3026:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :3126:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3127:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3128:
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
JSTOWE/FastCGI-NativeCall
…/configure :3135:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3136:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3137:
(exit $ac_status); }; }; then
JSTOWE/FastCGI-NativeCall
…/configure :3140:
echo "$as_me: program exited with status $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3144:
( exit $ac_status )
JSTOWE/FastCGI-NativeCall
…/configure :3200:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3204:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3205:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :3265:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3269:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3270:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :3388:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3392:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3393:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :3427:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3431:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3432:
(exit $ac_status); } >/dev/null && {
JSTOWE/FastCGI-NativeCall
…/configure :3531:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3535:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3536:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :3570:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3574:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3575:
(exit $ac_status); } >/dev/null && {
JSTOWE/FastCGI-NativeCall
…/configure :3744:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3748:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3749:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :3847:
ac_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :3851:
echo "$as_me:$LINENO: \$? = $ac_status" >&5
JSTOWE/FastCGI-NativeCall
…/configure :3852:
(exit $ac_status); } && {
JSTOWE/FastCGI-NativeCall
…/configure :3885:
# config.status only pays attention to the cache file if you give it
JSTOWE/FastCGI-NativeCall
…/configure :3975:
: ${CONFIG_STATUS=./config.status}
JSTOWE/FastCGI-NativeCall
…/configure :4178:
# Exit status is that of the last command.
JSTOWE/FastCGI-NativeCall
…/configure :4289:
# Files that config.status was made for.
JSTOWE/FastCGI-NativeCall
…/configure :4317:
config.status
JSTOWE/FastCGI-NativeCall
…/configure :4322:
This config.status script is free software; the Free Software Foundation
JSTOWE/FastCGI-NativeCall
…/configure :4446:
trap 'exit_status=$?
JSTOWE/FastCGI-NativeCall
…/configure :4447:
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
JSTOWE/FastCGI-NativeCall
…/configure :4513:
# /* config.h. Generated by config.status. */
JSTOWE/FastCGI-NativeCall
…/configure :4641:
# an unquoted here document, in config.status. If some macros were
JSTOWE/FastCGI-NativeCall
…/configure :4740:
# configure is writing to config.log, and then calls config.status.
JSTOWE/FastCGI-NativeCall
…/configure :4741:
# config.status does its own redirection, appending to config.log.
JSTOWE/FastCGI-NativeCall
…/configure :4743:
# by configure, so config.status won't be able to write to it; its
JSTOWE/FastCGI-NativeCall
…/configure :4746:
# appended to by config.status. When coming back to configure, we
JSTOWE/FastCGI-NativeCall
…/configure :4750:
ac_config_status_args=
JSTOWE/FastCGI-NativeCall
…/configure :4752:
ac_config_status_args="$ac_config_status_args --quiet"
JSTOWE/FastCGI-NativeCall
…/configure :4754:
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :1629:
int status, count;
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :1703:
status = ProcessHeader(header, stream);
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :1706:
switch(status) {
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :1736:
ASSERT(status < 0);
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :1737:
SetError(stream, status);
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :2012:
/* This should probably use a 'status' member instead of 'in' */
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :2307:
* Sets the exit status for stream's request. The exit status
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :2308:
* is the status code the request would have exited with, had
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :2316:
void FCGX_SetExitStatus(int status, FCGX_Stream *stream)
JSTOWE/FastCGI-NativeCall
…/fcgiapp.c :2319:
data->reqDataPtr->appStatus = status;
JSTOWE/FastCGI-NativeCall
…/fcgiapp.h :66:
int FCGI_errno; /* error status */
JSTOWE/FastCGI-NativeCall
…/fcgiapp.h :321:
* Sets the exit status for stream's request. The exit status
JSTOWE/FastCGI-NativeCall
…/fcgiapp.h :322:
* is the status code the request would have exited with, had
JSTOWE/FastCGI-NativeCall
…/fcgiapp.h :329:
DLLAPI void FCGX_SetExitStatus(int status, FCGX_Stream *stream);
JSTOWE/FastCGI-NativeCall
…/NativeCall.pm6 :104:
containing the header fields. If you want to return an HTTP status other than the
JSTOWE/JSON-Infer
…/LICENCE :239:
Our decision will be guided by the two goals of preserving the free status of all
JSTOWE/Lumberjack-Application
…/PSGI.pm :61:
return 200, [ Content-Type => 'application/json' ], [ '{ "status" : "OK" }' ];
JSTOWE/Lumberjack-Application
…/PSGI.pm :64:
return 405, [Allow => 'POST', Content-Type => 'application/json' ], ['{ "status" : "Only POST method allowed" }'];
JSTOWE/Lumberjack-Application
…/WebSocket.pm :78:
if $closed-promise.status ~~ Planned {
JSTOWE/Lumberjack-Application
…/Proxy.pm :86:
$*ERR.say: "proxy-dispatch failed : ", $res.status-line;
JSTOWE/Lumberjack-Application
…/050-proxy.t :25:
return 200, [ Content-Type => 'application/json' ], [ '{ "status" : "OK" }' ];
JSTOWE/META6
…/projects.json :757:
"description" : "Get the text message associated with an HTTP status code",
JSTOWE/META6
…/projects.json :758:
"source-url" : "git://github.com/supernovus/perl6-http-status.git"
JSTOWE/META6
…/projects.json :5713:
"description" : "Perl6 modules for handling protocol status as Exceptions",
JSTOWE/MQ-Posix
…/Posix.pm :381:
while $!open-promise.status ~~ Planned {
JSTOWE/Manifesto
…/Manifesto.pm :121:
if $promise.status ~~ Planned {
JSTOWE/Monitor-Monit
…/.layout :23:
"name": "030-status.t",
JSTOWE/Monitor-Monit
…/.travis.yml :13:
- sudo monit status
JSTOWE/Monitor-Monit
…/README.md :17:
say $service.name, " is ", $service.status-name;
JSTOWE/Monitor-Monit
…/Monit.pm :19:
say $service.name, " is ", $sevice.status-name;
JSTOWE/Monitor-Monit
…/Monit.pm :49:
=head2 method status
JSTOWE/Monitor-Monit
…/Monit.pm :51:
method status() returns Monitor::Monit::Status
JSTOWE/Monitor-Monit
…/Monit.pm :53:
This requests the entire status as reported by the daemon returning
JSTOWE/Monitor-Monit
…/Monit.pm :66:
describing each monitored service and their status.
JSTOWE/Monitor-Monit
…/Monit.pm :162:
=head3 attribute status
JSTOWE/Monitor-Monit
…/Monit.pm :164:
=head3 attribute status-hint
JSTOWE/Monitor-Monit
…/Monit.pm :196:
=head3 method status-name
JSTOWE/Monitor-Monit
…/Monit.pm :198:
method status-name ( --> Str)
JSTOWE/Monitor-Monit
…/Monit.pm :402:
my @status-names = ("Accessible", "Accessible", "Accessible", "Running", "Online with all services", "Running", "Accessible", "Status ok", "UP");
JSTOWE/Monitor-Monit
…/Monit.pm :404:
# TODO: Calculate the correct "failed" string from status-hint
JSTOWE/Monitor-Monit
…/Monit.pm :405:
method status-name( --> Str ) {
JSTOWE/Monitor-Monit
…/Monit.pm :406:
self.status == 0 ?? @status-names[self.type] !! 'Failed';
JSTOWE/Monitor-Monit
…/Monit.pm :460:
has Int $.status is xml-element;
JSTOWE/Monitor-Monit
…/Monit.pm :461:
has Int $.status-hint is xml-element('status_hint');
JSTOWE/Monitor-Monit
…/Monit.pm :489:
has $.status-line is required;
JSTOWE/Monitor-Monit
…/Monit.pm :492:
"HTTP request failed : { $!code } {$!status-line}";
JSTOWE/Monitor-Monit
…/Monit.pm :531:
method status( --> Status ) handles <service platform server> {
JSTOWE/Monitor-Monit
…/Monit.pm :532:
my Status $status;
JSTOWE/Monitor-Monit
…/Monit.pm :534:
if my $resp = self.get(path => ['_status'], params => format => 'xml') {
JSTOWE/Monitor-Monit
…/Monit.pm :536:
$status = Status.from-xml($resp.content);
JSTOWE/Monitor-Monit
…/Monit.pm :537:
$= $_ does ServiceWrapper[$!ua] for $status.service;
JSTOWE/Monitor-Monit
…/Monit.pm :540:
X::Monit::HTTP.new(code => $resp.code, status-line => $resp.status-line).throw;
JSTOWE/Monitor-Monit
…/Monit.pm :543:
$status;
JSTOWE/Monitor-Monit
…/030-status.t :10:
my $status;
JSTOWE/Monitor-Monit
…/030-status.t :13:
$status = Monitor::Monit::Status.from-xml($xml);
JSTOWE/Monitor-Monit
…/030-status.t :16:
isa-ok $status.platform, Monitor::Monit::Status::Platform, 'platform is the right thing';
JSTOWE/Monitor-Monit
…/030-status.t :17:
isa-ok $status.server, Monitor::Monit::Status::Server, 'server is the right thing';
JSTOWE/Monitor-Monit
…/030-status.t :18:
isa-ok $status.server.version, Version, "got server version";
JSTOWE/Monitor-Monit
…/030-status.t :20:
for $status.service -> $service {
JSTOWE/Monitor-Monit
…/030-status.t :23:
ok $service.status-name.defined, "looks like the service is { $service.status-name }";
JSTOWE/Monitor-Monit
…/040-live.t :20:
my $status;
JSTOWE/Monitor-Monit
…/040-live.t :22:
lives-ok { $status = $mon.status }, "get status";
JSTOWE/Monitor-Monit
…/040-live.t :23:
isa-ok $status, Monitor::Monit::Status, "got the right thing back";
JSTOWE/Monitor-Monit
…/040-live.t :25:
isa-ok $status.platform, Monitor::Monit::Status::Platform, 'platform is the right thing';
JSTOWE/Monitor-Monit
…/040-live.t :27:
for $status.service -> $service {
JSTOWE/Monitor-Monit
…/040-live.t :36:
ok $service.status-name.defined, "looks like the service is { $service.status-name }";
JSTOWE/Monitor-Monit
…/040-live.t :39:
is $mon.service.elems, $status.service.elems, "delegate service is the same";
JSTOWE/Monitor-Monit
…/cannibal.xml :31:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :32:
<status_hint>0</status_hint>
JSTOWE/Monitor-Monit
…/cannibal.xml :66:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :67:
<status_hint>0</status_hint>
JSTOWE/Monitor-Monit
…/cannibal.xml :119:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :120:
<status_hint>0</status_hint>
JSTOWE/Monitor-Monit
…/cannibal.xml :154:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :155:
<status_hint>0</status_hint>
JSTOWE/Monitor-Monit
…/cannibal.xml :189:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :190:
<status_hint>0</status_hint>
JSTOWE/Monitor-Monit
…/cannibal.xml :216:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :217:
<status_hint>0</status_hint>
JSTOWE/Monitor-Monit
…/cannibal.xml :251:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :252:
<status_hint>0</status_hint>
JSTOWE/Monitor-Monit
…/cannibal.xml :286:
<status>0</status>
JSTOWE/Monitor-Monit
…/cannibal.xml :287:
<status_hint>0</status_hint>
JSTOWE/Pg-Notify
…/Notify.pm :126:
#last if $!run-promise.status ~~ Kept;
JSTOWE/Pg-Notify
…/010-notify.t :51:
ok $test-promise.status ~~ Planned, "notify didn't fire with a different channel";
JSTOWE/Test-META
…/README.md :4:
Build<b> status</b>
JSTOWE/URI-Template
…/rfc6570.txt :40:
Information about the current status of this document, any errata,
JSTOWE/URI-Template
…/rfc6570.txt :1653:
status indicating the expression is malformed.
JSTOWE/WebService-Soundcloud
…/Soundcloud.pm :183:
determine the status of the request.
JSTOWE/WebService-Soundcloud
…/Soundcloud.pm :479:
die $res.status-line;
JSTOWE/WebService-Soundcloud
…/Soundcloud.pm :612:
~ $response.status-line() ~ ")"
KAJI/App-Platform
…/CHANGELOG.md :10:
- info command added for giving status information
KAJI/App-Platform
…/README.md :3:
Build Status [![Build status](…
KAJI/App-Platform
…/advanced_configurations.rst :84:
status: running
KAJI/App-Platform
…/Info.pm6 :13:
# status? is dns and proxy available running or not?
KAJI/App-Platform
…/Info.pm6 :14:
my $status = 'unavailable';
KAJI/App-Platform
…/Info.pm6 :17:
$status = $proc.out.slurp-rest.lines.elems >= 2
KAJI/App-Platform
…/Info.pm6 :40:
for <status ssl-certs ssh-keys domain network data-path> {
LEONT/App-Prove6
…/README.md :18:
--ignore-exit Ignore exit status from test scripts.
LEONT/App-Prove6
…/README.md :58:
If the tests fail `prove6` will exit with non-zero status.
LEONT/App-Prove6
…/Prove6.pm6 :95:
--ignore-exit Ignore exit status from test scripts.
LEONT/App-Prove6
…/Prove6.pm6 :134:
If the tests fail C<prove6> will exit with non-zero status.
LEONT/TAP
…/README.md :74:
If set to `True` will instruct `TAP::Parser` to ignore exit and wait for status from test scripts.
LEONT/TAP
…/TAP.pm :98:
has Proc $.exit-status;
LEONT/TAP
…/TAP.pm :101:
$!exit-status.defined ?? $!exit-status.exitcode !! Int;
LEONT/TAP
…/TAP.pm :104:
$!exit-status.defined ?? $!exit-status.status !! Int;
LEONT/TAP
…/TAP.pm :111:
$!exit-status.defined && $!exit-status.status;
LEONT/TAP
…/TAP.pm :165:
method get-status() {
LEONT/TAP
…/TAP.pm :427:
$output ~= self.format-failure("Non-zero exit status: { $result.exit }\n");
LEONT/TAP
…/TAP.pm :430:
$output ~= self.format-failure("Non-zero wait status: $wait\n");
LEONT/TAP
…/TAP.pm :442:
my $status = $aggregator.get-status;
LEONT/TAP
…/TAP.pm :443:
$output ~= "Result: $status\n";
LEONT/TAP
…/TAP.pm :477:
if !$!ignore-exit && $result.exit -> $status {
LEONT/TAP
…/TAP.pm :478:
$output ~= self.format-failure("Dubious, test returned $status\n");
LEONT/TAP
…/TAP.pm :604:
my $status = ($header, $number, '/', $plan // '?').join('');
LEONT/TAP
…/TAP.pm :605:
$handle.print($!formatter.format-return($status));
LEONT/TAP
…/TAP.pm :606:
$!lastlength = $status.chars + 1;
LEONT/TAP
…/TAP.pm :750:
method finalize(Str $name, Proc $exit-status, Duration $time) {
LEONT/TAP
…/TAP.pm :752:
:$!actual-passed, :$!actual-failed, :$!todo, :@!todo-passed, :$!skipped, :$!unknowns, :$exit-status, :$time);
LEONT/TAP
…/TAP.pm :769:
method exit-status() {
LEONT/TAP
…/TAP.pm :862:
$!result //= $!state.finalize($!name, $!run.exit-status, $!run.time);
MARTIMM/Auth-SCRAM
…/README.md :4:
AppVeyor Build Status
MARTIMM/BSON
…/README.md :3:
Face Build Status [![AppVe…
MARTIMM/GTK-V3
…/GdkEvent.pm6 :93:
=item GDK_DRAG_STATUS; the status of the drag operation initiated by the window has changed.
MARTIMM/GTK-V3
…/GdkEvent.pm6 :97:
=item GDK_VISIBILITY_NOTIFY; the window visibility status has changed.
MARTIMM/MongoDB
…/Build.pm6 :125:
die $response.status-line;
MARTIMM/MongoDB
…/README.md :3:
Build Status [![AppVeyor B…
MARTIMM/MongoDB
…/make-replicaset.pl6 :76:
my $state = $client.server-status($connection);
MARTIMM/MongoDB
…/mongodb-accounting.pl6 :349:
note "\nServer status: ", $doc.perl;
MARTIMM/MongoDB
…/start-servers.pl6 :139:
my $s1-state = $c1.server-status("192.168.0.253:$port1");
MARTIMM/MongoDB
…/CHANGES.md :97:
* Calculate server status according to developer documents on the MongoDB website
MARTIMM/MongoDB
…/CHANGES.md :98:
* Calculate topology from server status, implemented but need more tests
MARTIMM/MongoDB
…/CHANGES.md :326:
* Change die X::MongoDB.new(...) into $!status = X::MongoDB.new(...) MongoDB::Connection
MARTIMM/MongoDB
…/CHANGES.md :341:
* Tests for connection to non existing server. There is no timeout setting at the moment. Sets $.status to an Exception object when it fails.
MARTIMM/MongoDB
…/CHANGES.md :413:
* 0.11.0 Added methods to get error status in MongoDB::Database.
MARTIMM/MongoDB
…/Design-tests.md :95:
* Software behavior tests. These tests are designed to see how server status and client topology are settled.
MARTIMM/MongoDB
…/Design-tests.md :132:
* Behavior stress tests. These tests are designed to see how server status and client topology changes when changes take place in the server configuration.
MARTIMM/MongoDB
…/client-server-int1.svg :1:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScrip…
MARTIMM/MongoDB
…/client-server-int1.svg :59:
Srvt0 -> Srvt0: Set status
MARTIMM/MongoDB
…/client-server-int1.txt :58:
Srvt0 -> Srvt0: Set status
MARTIMM/MongoDB
…/server-states.svg :1:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScrip…
MARTIMM/MongoDB
…/server-states.svg :19:
No_repl_opt : Check server status
MARTIMM/MongoDB
…/server-states.svg :42:
Has_repl_opt : Check server status
MARTIMM/MongoDB
…/server-states.txt :23:
No_repl_opt : Check server status
MARTIMM/MongoDB
…/server-states.txt :46:
Has_repl_opt : Check server status
MARTIMM/MongoDB
…/MongoDB.pod6 :186:
Used to describe the status of a Server object. See also C<MongoDB::Client>.
MARTIMM/MongoDB
…/Client.pm6 :169:
my ServerStatus $status =
MARTIMM/MongoDB
…/Client.pm6 :170:
$servers{$server-name}.get-status<status> // SS-Unknown;
MARTIMM/MongoDB
…/Client.pm6 :171:
trace-message("status: $server-name, $status");
MARTIMM/MongoDB
…/Client.pm6 :173:
given $status {
MARTIMM/MongoDB
…/Client.pm6 :236:
# When status of a server is not yet set, stop the calculation and
MARTIMM/MongoDB
…/Client.pm6 :241:
} # given $status
MARTIMM/MongoDB
…/Client.pm6 :270:
# Get the server status
MARTIMM/MongoDB
…/Client.pm6 :271:
method server-status ( Str:D $server-name --> ServerStatus ) {
MARTIMM/MongoDB
…/Client.pm6 :281:
?? $!servers{$server-name}.get-status
MARTIMM/MongoDB
…/Client.pm6 :286:
my ServerStatus $sts = $h<status> // SS-Unknown;
MARTIMM/MongoDB
…/Client.pm6 :287:
debug-message("server-status: '$server-name', $sts");
MARTIMM/MongoDB
…/Client.pm6 :422:
my Hash $sdata = $selected-server.get-status;
MARTIMM/MongoDB
…/Client.pm6 :423:
last if $sdata<status> ~~ SS-Standalone;
MARTIMM/MongoDB
…/Client.pm6 :432:
my Hash $sdata = $selected-server.get-status;
MARTIMM/MongoDB
…/Client.pm6 :433:
last if $sdata<status> ~~ SS-RSPrimary;
MARTIMM/MongoDB
…/Client.pm6 :442:
my Hash $sdata = $s.get-status;
MARTIMM/MongoDB
…/Client.pm6 :443:
@selected-servers.push: $s if $sdata<status> ~~ SS-RSSecondary;
MARTIMM/MongoDB
…/Client.pm6 :451:
my Hash $sdata = $s.get-status;
MARTIMM/MongoDB
…/Client.pm6 :452:
@selected-servers.push: $s if $sdata<status> ~~ SS-Mongos;
MARTIMM/MongoDB
…/Client.pm6 :474:
my Hash $svr-sts = $svr.get-status;
MARTIMM/MongoDB
…/Client.pm6 :482:
my Hash $svr-sts = $svr.get-status;
MARTIMM/MongoDB
…/Client.pm6 :496:
# else wait for status and topology updates
MARTIMM/MongoDB
…/Client.pm6 :528:
if $!background-discovery.status ~~ any(Broken|Kept) {
MARTIMM/MongoDB
…/Client.pm6 :534:
$!background-discovery.status ~~ Broken
MARTIMM/MongoDB
…/Client.pod6 :285:
=head2 server-status
MARTIMM/MongoDB
…/Client.pod6 :287:
method server-status ( Str:D $server-name --> ServerStatus )
MARTIMM/MongoDB
…/Client.pod6 :289:
Return the status of some server. The defined values are shown in the table and
MARTIMM/MongoDB
…/Collection.pm6 :426:
# Return its value of the status document
MARTIMM/MongoDB
…/Database.pod6 :262:
Returns the error status of the preceding write operation on the current
MARTIMM/MongoDB
…/Database.pod6 :293:
error status.
MARTIMM/MongoDB
…/Users.pm6 :270:
# Return its value of the status document
MARTIMM/MongoDB
…/Users.pm6 :290:
# Return its value of the status document
MARTIMM/MongoDB
…/Users.pm6 :314:
# Return its value of the status document
MARTIMM/MongoDB
…/Users.pm6 :338:
# Return its value of the status document
MARTIMM/MongoDB
…/Users.pm6 :365:
# Return its value of the status document
MARTIMM/MongoDB
…/Users.pm6 :384:
# Return its value of the status document
MARTIMM/MongoDB
…/Log.pm6 :180:
note $^p.cause unless $^p.status == Kept
MARTIMM/MongoDB
…/Server.pm6 :29:
# Server status data. Must be protected by a semaphore because of a thread
MARTIMM/MongoDB
…/Server.pm6 :49:
# server status is unsetled
MARTIMM/MongoDB
…/Server.pm6 :50:
$!server-sts-data = { :status(SS-NotSet), :!is-master, :error('') };
MARTIMM/MongoDB
…/Server.pm6 :55:
<s-select s-status>, :RWPatternType(C-RW-WRITERPRIO)
MARTIMM/MongoDB
…/Server.pm6 :78:
$!server-sts-data<status> = SS-Unknown;
MARTIMM/MongoDB
…/Server.pm6 :80:
# get server status for this server
MARTIMM/MongoDB
…/Server.pm6 :105:
my ServerStatus $server-status = SS-Unknown;
MARTIMM/MongoDB
…/Server.pm6 :116:
( $server-status, $is-master) = self!process-status($mdata);
MARTIMM/MongoDB
…/Server.pm6 :121:
$server-status = SS-Unknown;
MARTIMM/MongoDB
…/Server.pm6 :135:
$!rw-sem.writer( 's-status', {
MARTIMM/MongoDB
…/Server.pm6 :137:
:status($server-status), :$is-master, :error(''),
MARTIMM/MongoDB
…/Server.pm6 :150:
$!rw-sem.writer( 's-status', {
MARTIMM/MongoDB
…/Server.pm6 :160:
$!server-sts-data<status> = SS-Unknown;
MARTIMM/MongoDB
…/Server.pm6 :166:
# Set the status with the new value
MARTIMM/MongoDB
…/Server.pm6 :167:
info-message("server status of {self.name()} is $server-status");
MARTIMM/MongoDB
…/Server.pm6 :180:
method !process-status ( BSON::Document $mdata --> List ) {
MARTIMM/MongoDB
…/Server.pm6 :183:
my ServerStatus $server-status = SS-Unknown;
MARTIMM/MongoDB
…/Server.pm6 :187:
$server-status = SS-Mongos;
MARTIMM/MongoDB
…/Server.pm6 :192:
$server-status = SS-RSGhost;
MARTIMM/MongoDB
…/Server.pm6 :198:
$server-status = SS-RSPrimary;
MARTIMM/MongoDB
…/Server.pm6 :203:
$server-status = SS-RSSecondary;
MARTIMM/MongoDB
…/Server.pm6 :208:
$server-status = SS-RSArbiter;
MARTIMM/MongoDB
…/Server.pm6 :212:
$server-status = SS-RSOther;
MARTIMM/MongoDB
…/Server.pm6 :217:
$server-status = SS-Standalone;
MARTIMM/MongoDB
…/Server.pm6 :221:
( $server-status, $is-master);
MARTIMM/MongoDB
…/Server.pm6 :225:
method get-status ( --> Hash ) {
MARTIMM/MongoDB
…/Server.pm6 :227:
$!rw-sem.reader( 's-status', { $!server-sts-data } );
MARTIMM/MongoDB
…/Server.pm6 :329:
's-status', {$!server-sts-data<max-wire-version>}
MARTIMM/MongoDB
…/Server.pod6 :91:
=head2 get-status
MARTIMM/MongoDB
…/Server.pod6 :93:
Get current status about this server. C<server-status()> in the Client object
MARTIMM/MongoDB
…/110-Client.t :40:
is $client.server-status($server-name), SS-Unknown,
MARTIMM/MongoDB
…/110-Client.t :41:
"Status of server is $client.server-status($server-name)";
MARTIMM/MongoDB
…/110-Client.t :49:
is $client.server-status($server-name), SS-Unknown,
MARTIMM/MongoDB
…/110-Client.t :50:
"Status of server is $client.server-status($server-name)";
MARTIMM/MongoDB
…/110-Client.t :63:
# do select server before server status test because selection waits
MARTIMM/MongoDB
…/110-Client.t :67:
is $client.server-status($server-name), SS-Standalone,
MARTIMM/MongoDB
…/110-Client.t :68:
"Status of server $server.name() is $client.server-status($server-name)";
MARTIMM/MongoDB
…/110-Client.t :85:
# do select server before server status test because selection waits
MARTIMM/MongoDB
…/110-Client.t :89:
is $client.server-status($server-name), SS-Standalone,
MARTIMM/MongoDB
…/110-Client.t :90:
"Status of server $server.name() is $client.server-status($server-name)";
MARTIMM/MongoDB
…/110-Client.t :112:
is $client.server-status($server-name1), SS-Standalone,
MARTIMM/MongoDB
…/110-Client.t :113:
"Server $server-name1 is $client.server-status($server-name1)";
MARTIMM/MongoDB
…/110-Client.t :115:
is $client.server-status($server-name2), SS-Standalone,
MARTIMM/MongoDB
…/110-Client.t :116:
"Server $server-name2 is $client.server-status($server-name2)";
MARTIMM/MongoDB
…/111-Client.t :38:
is $client.server-status("localhost:$p1"), SS-Standalone,
MARTIMM/MongoDB
…/111-Client.t :56:
is $client.server-status("localhost:$p1"), SS-Standalone,
MARTIMM/MongoDB
…/111-Client.t :72:
is $client.server-status("localhost:$p1"), SS-Standalone, "Standalone server";
MARTIMM/MongoDB
…/610-repl-start.t :50:
is $server.get-status<status>, SS-RSGhost,
MARTIMM/MongoDB
…/610-repl-start.t :138:
is $server.get-status<status>, SS-RSPrimary,
MARTIMM/MongoDB
…/611-Client.t :54:
is $server.get-status<status>, SS-RSPrimary,
MARTIMM/MongoDB
…/612-repl-start.t :55:
is $server.get-status<status>, SS-RSPrimary, "Server $host:$p2 is primary";
MARTIMM/MongoDB
…/612-repl-start.t :111:
is $server.get-status<status>, SS-RSSecondary,
MARTIMM/XML-Actions
…/README.md :3:
Build Status [![AppVeyor Build Status](htt…
MELEZHIK/Sparky
…/README.md :5:
# Build status
MELEZHIK/Sparky
…/README.md :12:
$ perl6 bin/sparky-web.pl6 # run Sparky web ui to see build statuses and reports
MELEZHIK/Sparky
…/README.md :62:
And finally sparky has simple web ui to show builds statuses and reports.
MELEZHIK/Sparky
…/sparky-web.pl6 :36:
status(404);
MELEZHIK/Sparky
…/sparky-web.pl6 :55:
status(404);
MELEZHIK/Sparrowdo-VSTS-YAML-Build
…/git-summary.pl6 :4:
bash "git status";
MELEZHIK/Sparrowdo-VSTS-YAML-Build
…/status.pl6 :3:
bash "git status";
MELEZHIK/Sparrowdo
…/status.pl6 :3:
bash "git status";
MELEZHIK/Sparrowdo
…/README.md :5:
# Build status
MLDEVINE/Async-Command
…/Command.md :9:
the exit status value. All of this is contained in an
MLDEVINE/Async-Command
…/Command.pm6 :33:
$exit-code = $promise.result.exitcode if $promise.status ~~ Kept;
MLDEVINE/Async-Command
…/Command.pm6 :42:
) if $promise.status ~~ Broken|Kept;
MLDEVINE/Async-Command
…/Command.pm6 :44:
# Command timed out ($promise.status ~~ Planned)
MLDEVINE/Async-Command
…/Command.pm6 :48:
if $promise.status ~~ Planned {
MLDEVINE/Async-Command
…/Command.pm6 :52:
if $promise.status ~~ Planned {
MLDEVINE/Async-Command
…/Multi.pm6 :34:
if $promise.status ~~ /^Kept$/ {
MORITZ/Grammar-ErrorReporting
…/COPYING :306:
typical or common use of that class of product, regardless of the status
MOZNION/Stream-Buffered
…/Auto.pm6 :22:
my $status = $!buffer.print(@text);
MOZNION/Stream-Buffered
…/Auto.pm6 :28:
$status = $!buffer.print($written);
MOZNION/Stream-Buffered
…/Auto.pm6 :33:
return $status;
PMQS/Archive-SimpleZip
…/ZipTest.pm6 :187:
# my $status = ( system("$ZIP -T $file >$outfile") == 0 ) ;
PMQS/Archive-SimpleZip
…/ZipTest.pm6 :191:
# return $status ;
PSIXSTEVE/Math-Polygons
…/jupyter.log :15:
2018-12-28T17:06:28.142651Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :18:
2018-12-28T17:06:28.295650Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :21:
2018-12-28T17:06:41.911043Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :24:
2018-12-28T17:06:43.618778Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :40:
2018-12-28T17:06:58.283467Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :43:
2018-12-28T17:06:58.447047Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :46:
2018-12-28T17:07:03.848099Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :49:
2018-12-28T17:07:04.177201Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :52:
2018-12-28T17:07:10.661707Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :55:
2018-12-28T17:07:10.981376Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :73:
2018-12-29T10:59:12.394946Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :76:
2018-12-29T10:59:12.778190Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :92:
2018-12-29T10:59:42.982989Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :95:
2018-12-29T10:59:43.403625Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :113:
2018-12-29T11:23:05.065225Z (7) info: iopub: sending status message
PSIXSTEVE/Math-Polygons
…/jupyter.log :116:
2018-12-29T11:23:05.609524Z (7) info: iopub: sending status message
ROBERTLE/Cache-Async
…/Async.pm6 :217:
if ($value.status ~~ Kept) {
ROBERTLE/Cache-Async
…/Async.pm6 :262:
if ($value.status ~~ Kept) {
RONALDWS/US-ASCII
…/Changes :6:
- Fix appveyor and status reporting in README.md
RONALDWS/US-ASCII
…/Makefile-README :6:
define readme_status
RONALDWS/US-ASCII
…/Makefile-README :8:
Build<b> status</b>
RONALDWS/US-ASCII
…/Makefile-README :12:
export readme_status
RONALDWS/US-ASCII
…/Makefile-README :16:
perl -i -pe 'print $$ENV{readme_status} if /^SYNOPSIS$$/' $@
RONALDWS/US-ASCII
…/README.md :7:
Build<b> status</b>
RYNIX/Terminal-Spinners
…/README.md :14:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :8:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :16:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :24:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :32:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :40:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :48:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :56:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :64:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :72:
until $promise.status {
RYNIX/Terminal-Spinners
…/demo.p6 :80:
until $promise.status {
SACOMO/Uzu
…/README.md :1:
Uzu (渦) build<b> status</b>
SACOMO/Uzu
…/HTTP.pm6 :54:
if (xhttp.readyState == 4 && xhttp.status == 200) {
SCIMON/Test-HTTP-Server
…/Server.pm6 :40:
$response.status = 404;
SCIMON/Timer-Breakable
…/README.md :17:
say $timer.result if $timer.status ~~ Kept;
SCIMON/Timer-Breakable
…/README.md :29:
A vowed promise that can be handed to await, anyof or allof. Note that the promises status and results can be accessed from the Timer::Breakable object directly.
SCIMON/Timer-Breakable
…/README.md :42:
### status()
SCIMON/Timer-Breakable
…/README.md :44:
As per Promise.status()
SCIMON/Timer-Breakable
…/Breakable.pm6 :20:
say $timer.result if $timer.status ~~ Kept;
SCIMON/Timer-Breakable
…/Breakable.pm6 :32:
A vowed promise that can be handed to await, anyof or allof. Note that the promises status and results can be accessed from the Timer::Breakable object directly.
SCIMON/Timer-Breakable
…/Breakable.pm6 :90:
=head3 status()
SCIMON/Timer-Breakable
…/Breakable.pm6 :92:
As per Promise.status()
SCIMON/Timer-Breakable
…/Breakable.pm6 :97:
method status() {
SCIMON/Timer-Breakable
…/Breakable.pm6 :98:
return $.promise.status;
SCIMON/Timer-Breakable
…/01-basic.t :11:
is $timer1.status, Broken, "Timer 1 has been stopped";
SCIMON/Timer-Breakable
…/01-basic.t :12:
is $timer2.status, Planned, "Timer 2 still running";
SKAJI/CPAN-Uploader-Tiny
…/Tiny.pm6 :86:
die "%res<status> %res<reason>, $!url";
SKAJI/HTTP-Tinyish
…/README.md :16:
warn %res<status>;
SKAJI/HTTP-Tinyish
…/README.md :42:
say "Done %res<status> %res<url>";
SKAJI/HTTP-Tinyish
…/Tinyish.pm6 :30:
warn %res<status>;
SKAJI/HTTP-Tinyish
…/Tinyish.pm6 :56:
say "Done %res<status> %res<url>";
SKAJI/HTTP-Tinyish
…/Base.pm6 :23:
my $status_line = shift @header;
SKAJI/HTTP-Tinyish
…/Base.pm6 :36:
my ($proto, $status, $reason) = split /' '/, $status_line, 3;
SKAJI/HTTP-Tinyish
…/Base.pm6 :39:
%res<status> = $status.Int;
SKAJI/HTTP-Tinyish
…/Base.pm6 :41:
%res<success> = so $status ~~ /^[2|304]/;
SKAJI/HTTP-Tinyish
…/Base.pm6 :74:
status => 599,
SKAJI/HTTP-Tinyish
…/Curl.pm6 :33:
my &process = sub ($status) {
SKAJI/HTTP-Tinyish
…/Curl.pm6 :35:
if $status.exitcode != 0 {
SKAJI/HTTP-Tinyish
…/Curl.pm6 :49:
my $status = $promise.result;
SKAJI/HTTP-Tinyish
…/Curl.pm6 :50:
&process($status);
SKAJI/HTTP-Tinyish
…/Curl.pm6 :54:
my $status = run |@cmd, :out($out-fh), :err($err-fh);
SKAJI/HTTP-Tinyish
…/Curl.pm6 :55:
&process($status);
SKAJI/HTTP-Tinyish
…/Curl.pm6 :76:
my &process = sub ($status) {
SKAJI/HTTP-Tinyish
…/Curl.pm6 :78:
if ($status.exitcode != 0) {
SKAJI/HTTP-Tinyish
…/Curl.pm6 :92:
my $status = $promise.result;
SKAJI/HTTP-Tinyish
…/Curl.pm6 :93:
&process($status);
SKAJI/HTTP-Tinyish
…/Curl.pm6 :97:
my $status = run |@cmd, :out($out-fh), :err($err-fh);
SKAJI/HTTP-Tinyish
…/Curl.pm6 :98:
&process($status);
TADZIK/Acme-Meow
…/Meow.pm :13:
say ~[self!kitty_status, <purr nuzzle meow>.pick,
TADZIK/Acme-Meow
…/Meow.pm :26:
say ~[self!kitty_status, 'crunch']
TADZIK/Acme-Meow
…/Meow.pm :29:
say ~[self!kitty_status, 'lap lap']
TADZIK/Acme-Meow
…/Meow.pm :32:
say ~[self!kitty_status, ['crunch', 'lap lap', ''].pick]
TADZIK/Acme-Meow
…/Meow.pm :53:
method !kitty_status {
TADZIK/Geo-Coder-OpenCage
…/example.pl :9:
if $response.status.ok {
TADZIK/Geo-Coder-OpenCage
…/Response.pm :80:
has Status $.status;
TADZIK/Geo-Coder-OpenCage
…/02-geocode.t :67:
ok $resp.status.ok, '... got a sane response';
TADZIK/Geo-Coder-OpenCage
…/03-reverse-geocode.t :49:
ok $resp.status.ok, '... got a sane response';
TBROWDER/Geo-Ellipsoid
…/LICENSE :239:
Our decision will be guided by the two goals of preserving the free status of all
TBROWDER/META6-To-Man
…/Man.pm6 :155:
my $res = check-dir-status $val;
TBROWDER/META6-To-Man
…/Man.pm6 :323:
sub check-dir-status($dir --> DirStat) {
TBROWDER/META6-To-Man
…/Man.pm6 :340:
} # check-dir-status
TBROWDER/META6-To-Man
…/Man.pm6 :352:
my $res = check-dir-status $d;
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :243:
* ::LBFGSERR_MAXIMUMITERATION status code when the iteration count
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :316:
* with the status code (::LBFGSERR_ROUNDING_ERROR) if the relative width
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :473:
* @retval int The status code. This function returns zero if the
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :657:
library returns ::LBFGS_ALREADY_MINIMIZED status code.
TITSUKI/Algorithm-LBFGS
…/lbfgs.h :658:
- Defined ::LBFGS_SUCCESS status code as zero; removed unused constants,
TITSUKI/Algorithm-LibSVM
…/svm.cpp :414:
char *alpha_status; // LOWER_BOUND, UPPER_BOUND, FREE
TITSUKI/Algorithm-LibSVM
…/svm.cpp :430:
void update_alpha_status(int i)
TITSUKI/Algorithm-LibSVM
…/svm.cpp :433:
alpha_status[i] = UPPER_BOUND;
TITSUKI/Algorithm-LibSVM
…/svm.cpp :435:
alpha_status[i] = LOWER_BOUND;
TITSUKI/Algorithm-LibSVM
…/svm.cpp :436:
else alpha_status[i] = FREE;
TITSUKI/Algorithm-LibSVM
…/svm.cpp :438:
bool is_upper_bound(int i) { return alpha_status[i] == UPPER_BOUND; }
TITSUKI/Algorithm-LibSVM
…/svm.cpp :439:
bool is_lower_bound(int i) { return alpha_status[i] == LOWER_BOUND; }
TITSUKI/Algorithm-LibSVM
…/svm.cpp :440:
bool is_free(int i) { return alpha_status[i] == FREE; }
TITSUKI/Algorithm-LibSVM
…/svm.cpp :455:
swap(alpha_status[i],alpha_status[j]);
TITSUKI/Algorithm-LibSVM
…/svm.cpp :519:
// initialize alpha_status
TITSUKI/Algorithm-LibSVM
…/svm.cpp :521:
alpha_status = new char[l];
TITSUKI/Algorithm-LibSVM
…/svm.cpp :523:
update_alpha_status(i);
TITSUKI/Algorithm-LibSVM
…/svm.cpp :699:
// update alpha_status and G_bar
TITSUKI/Algorithm-LibSVM
…/svm.cpp :704:
update_alpha_status(i);
TITSUKI/Algorithm-LibSVM
…/svm.cpp :705:
update_alpha_status(j);
TITSUKI/Algorithm-LibSVM
…/svm.cpp :779:
delete[] alpha_status;
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :20:
$response.status == 200
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :70:
$response.status == 200;
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :106:
if $response.status != 200 {
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :127:
return sprintf("%s %.2f sec", [%latest<status>, %latest<cputime> / 100]);
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :139:
my @status-list = <CompileError WrongAnswer TimeLimitExceeded MemoryLimitExceeded Accepted OutputLimitExceeded RuntimeError PresentationError>;
TITSUKI/App-AizuOnlineJudge
…/Submittable.pm6 :143:
%latest<status> = @status-list[%row<status>];
TOKUHIROM/HTTP-Server-Tiny
…/http-server-async.pl6 :6:
$response.status = 200;
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :136:
debug("http parsing status: $header_len");
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :272:
my ($status, $headers, $body) = sub {
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :285:
debug "ran app: $status" if DEBUGGING;
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :286:
self!send-response($status, $headers, $body);
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :289:
method !send-response($status, $headers, $body) {
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :297:
debug "sending response $status";
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :299:
my $resp_string = "$!protocol $status {get_http_status_msg $status}\r\n";
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :349:
} elsif !status-with-no-entity-body($status) && (my $cl = content-length($body)) {
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :362:
} elsif !status-with-no-entity-body(+$status) {
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :467:
my sub status-with-no-entity-body(int $status) {
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :468:
return $status < 200 || $status == 204 || $status == 304;
TYIL/App-Assixt
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
TYIL/App-MPD-AutoQueue
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
TYIL/Dist-Helper
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
TYIL/IRC-Client-Plugin-Ignore
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
TYIL/IRC-Client-Plugin-UrlTitle
…/UrlTitle.pm6 :55:
return irc-style-text($response.status-line, :color<yellow>) unless $response.is-success;
TYIL/MPD-Client
…/Control.pm6 :25:
mpd-pause(!mpd-status("pause", $socket), $socket);
TYIL/MPD-Client
…/Playback.pm6 :17:
mpd-consume(!mpd-status("consume", $socket), $socket);
TYIL/MPD-Client
…/Playback.pm6 :98:
mpd-random(!mpd-status("random", $socket), $socket);
TYIL/MPD-Client
…/Playback.pm6 :115:
mpd-repeat(!mpd-status("repeat", $socket), $socket);
TYIL/MPD-Client
…/Playback.pm6 :151:
mpd-single(!mpd-status("single", $socket), $socket);
TYIL/MPD-Client
…/Playback.pm6 :190:
multi sub mpd-replay-gain-status (
TYIL/MPD-Client
…/Playback.pm6 :195:
==> mpd-send-raw("replay_gain_status")
TYIL/MPD-Client
…/Playback.pm6 :202:
multi sub mpd-replay-gain-status (
TYIL/MPD-Client
…/Playback.pm6 :207:
mpd-replay-gain-status($socket){$key};
TYIL/MPD-Client
…/Playback.pm6 :216:
my $current = mpd-status("volume", $socket);
TYIL/MPD-Client
…/Status.pm6 :10:
#| Clears the current error message in status (this is also accomplished by any
TYIL/MPD-Client
…/Status.pm6 :20:
#| status).
TYIL/MPD-Client
…/Status.pm6 :77:
#| Reports the current status of the player and the volume level.
TYIL/MPD-Client
…/Status.pm6 :103:
multi sub mpd-status (
TYIL/MPD-Client
…/Status.pm6 :135:
==> mpd-send("status")
TYIL/MPD-Client
…/Status.pm6 :143:
multi sub mpd-status (
TYIL/MPD-Client
…/Status.pm6 :148:
my %response = mpd-status($socket);
TYIL/MPD-Client
…/01-status.t :14:
subtest "Ensure all the available fields are returned by mpd-status" => {
TYIL/MPD-Client
…/01-status.t :15:
my %response = mpd-status($conn);
TYIL/MPD-Client
…/02-playback.t :20:
is mpd-status("consume", $conn), True, "Consume state is set";
TYIL/MPD-Client
…/02-playback.t :23:
is mpd-status("consume", $conn), False, "Consume state is not set";
TYIL/MPD-Client
…/02-playback.t :30:
is mpd-status("xfade", $conn), 10, "Check wether crossfade is applied properly";
TYIL/MPD-Client
…/02-playback.t :33:
is mpd-status("xfade", $conn), 0, "Check wether crossfade has been removed";
TYIL/MPD-Client
…/02-playback.t :42:
is mpd-status("mixrampdb", $conn), -17, "Check wether mixrampdb is applied properly";
TYIL/MPD-Client
…/02-playback.t :45:
is-approx mpd-status("mixrampdb", $conn), -17.7, "Check wether mixrampdb is applied properly with a Rat";
TYIL/MPD-Client
…/02-playback.t :48:
is mpd-status("mixrampdb", $conn), 0, "Check wether mixrampdb has been removed";
TYIL/MPD-Client
…/02-playback.t :55:
is mpd-status("mixrampdelay", $conn), 5, "Check wether mixrampdb is applied properly";
TYIL/MPD-Client
…/02-playback.t :58:
is mpd-status("mixrampdelay", $conn), 0, "Check wether mixrampdb has been removed";
TYIL/MPD-Client
…/02-playback.t :65:
is mpd-status("random", $conn), True, "Random state is set";
TYIL/MPD-Client
…/02-playback.t :68:
is mpd-status("random", $conn), False, "Random state is not set";
TYIL/MPD-Client
…/02-playback.t :71:
is mpd-status("random", $conn), True, "Random state has been toggled";
TYIL/MPD-Client
…/02-playback.t :78:
is mpd-status("repeat", $conn), True, "Repeat state is set";
TYIL/MPD-Client
…/02-playback.t :81:
is mpd-status("repeat", $conn), False, "Repeat state is not set";
TYIL/MPD-Client
…/02-playback.t :84:
is mpd-status("repeat", $conn), True, "Repeat state has been toggled";
TYIL/MPD-Client
…/02-playback.t :93:
if (mpd-status("volume", $conn) < 0) {
TYIL/MPD-Client
…/02-playback.t :97:
is mpd-status("volume", $conn), 0, "Set volume to 0";
TYIL/MPD-Client
…/02-playback.t :100:
is mpd-status("volume", $conn), 100, "Set volume to 100";
TYIL/MPD-Client
…/02-playback.t :103:
is mpd-status("volume", $conn), 42, "Set volume to 42";
TYIL/MPD-Client
…/02-playback.t :111:
is mpd-status("single", $conn), True, "Single state is set";
TYIL/MPD-Client
…/02-playback.t :114:
is mpd-status("single", $conn), False, "Single state is not set";
TYIL/MPD-Client
…/02-playback.t :117:
is mpd-status("single", $conn), True, "Single state has been toggled";
TYIL/MPD-Client
…/02-playback.t :124:
is mpd-replay-gain-status("replay_gain_mode", $conn), "off", "Replay gain mode is turned off";
TYIL/MPD-Client
…/02-playback.t :127:
is mpd-replay-gain-status("replay_gain_mode", $conn), "track", "Replay gain mode is set to track";
TYIL/MPD-Client
…/02-playback.t :130:
is mpd-replay-gain-status("replay_gain_mode", $conn), "album", "Replay gain mode is set to album";
TYIL/MPD-Client
…/02-playback.t :133:
is mpd-replay-gain-status("replay_gain_mode", $conn), "auto", "Replay gain mode is set to auto";
TYIL/MPD-Client
…/02-playback.t :138:
subtest "replay-gain-status" => {
TYIL/MPD-Client
…/02-playback.t :139:
my %response = mpd-replay-gain-status($conn);
TYIL/MPD-Client
…/03-control.t :27:
# The following 4 keys should be tested for existance in the mpd-status
TYIL/Ops-SI
…/LICENSE.txt :291:
typical or common use of that class of product, regardless of the status
UFOBAT/Bailador
…/Changes :50:
- Ticket #215 - redirect() can set different status codes - 302 is the default
UFOBAT/Bailador
…/README.md :2:
Build<b> status</b>
UFOBAT/Bailador
…/README.md :31:
- [`status(Int $code)`](#statusint-code)
UFOBAT/Bailador
…/README.md :37:
- `render(Int :$status, Str :$type is copy, :$content is copy)`
UFOBAT/Bailador
…/README.md :201:
Redirect to the specified location, can be relative or absolute URL. Adds Location-header to response and sets status code to 302.
UFOBAT/Bailador
…/README.md :269:
#### `status(Int $code)`
UFOBAT/Bailador
…/README.md :271:
Sets the status code of a response.
UFOBAT/Bailador
…/README.md :295:
#### `render(Int :$status, Str :$type is copy, :$content is copy)`
UFOBAT/Bailador
…/README.md :297:
Renderes a result the http status code given in `$status`, the header `Content-Type: $type` and the body given in `$content`. `render($content)` is the same as `render(content => $content)`.
UFOBAT/Bailador
…/README.md :312:
Auto rendering means that whatever (except `True` and `False`) the return value of the sub is, it will be rendered. Using `render($content)` or `render(Int :$status, Str :$type is copy, :$content is copy)`will turn of auto rendering, because you obviously have rendered something manually.
UFOBAT/Bailador
…/README.md :384:
In order to customize the error pages drop a template file with the filename of the HTTP status code and the suffix `.xx` in your views directory. Currently there only two different error codes: `404` and `500`.
UFOBAT/Bailador
…/pastebin.pl6 :32:
status 404;
UFOBAT/Bailador
…/Bailador.pm :105:
sub status(Int $code) is export {
UFOBAT/Bailador
…/App.pm :92:
self.render(status => 200, type => $mime-type, content => $filename.IO);
UFOBAT/Bailador
…/App.pm :96:
self.render(status => 200, content => $filename.IO);
UFOBAT/Bailador
…/App.pm :176:
# keep statuscode, content-type but discard content
UFOBAT/Bailador
…/App.pm :178:
status => self.response.code,
UFOBAT/Bailador
…/App.pm :196:
multi method render(Int :$status, Str :$type is copy, :$content is copy) {
UFOBAT/Bailador
…/App.pm :211:
self.response.code = $status if $status;
UFOBAT/Bailador
…/App.pm :216:
method redirect(Str $location, Int $status = 302) {
UFOBAT/Bailador
…/App.pm :218:
self.render(:$status, content => '', type => '');
UFOBAT/Bailador
…/App.pm :366:
self.render(:status(404), :type<text/html;charset=UTF-8>, content => self.error_handlers{404}());
UFOBAT/Bailador
…/App.pm :368:
self.render(:status(404), :type<text/html;charset=UTF-8>, content => self.template("404.xx", []));
UFOBAT/Bailador
…/App.pm :370:
self.render(:status(404), :type<text/plain;charset=UTF-8>, content => 'Not found');
UFOBAT/Bailador
…/App.pm :384:
self.render(status => 500, type => 'text/html;charset=UTF-8', content => $err-page);
UFOBAT/Bailador
…/App.pm :386:
self.render(:status(500), :type<text/html;charset=UTF-8>, content => self.error_handlers{500}());
UFOBAT/Bailador
…/App.pm :388:
self.render(:status(500), :type<text/html;charset=UTF-8>, content => self.template("500.xx", []));
UFOBAT/Bailador
…/App.pm :390:
self.render(:status(500), :type<text/plain;charset=UTF-8>, content => 'Internal Server Error');
UFOBAT/Bailador
…/Formatter.pm :110:
:E( '-' ), # APR/OS error status code and string
UFOBAT/Bailador
…/03-OO-response-content.t :51:
is $res[0], 200, 'status code';
UFOBAT/Bailador
…/03-response-content.t :48:
is $res[0], 200, 'status code';
UFOBAT/Bailador
…/08-OO-sessions.t :44:
is $response[0], 200, 'New session HTTP status 200';
UFOBAT/Bailador
…/08-OO-sessions.t :60:
is $response[0], 200, 'With session HTTP status 200';
UFOBAT/Bailador
…/08-OO-sessions.t :80:
is $response[0], 200, 'With session HTTP status 200';
UFOBAT/Bailador
…/08-OO-sessions.t :95:
is $response[0], 200, 'With session HTTP status 200';
UFOBAT/Bailador
…/08-sessions.t :41:
is %data<response>[0], 200, 'New session HTTP status 200';
UFOBAT/Bailador
…/08-sessions.t :58:
is %data<response>[0], 200, 'With session HTTP status 200';
UFOBAT/Bailador
…/08-sessions.t :77:
is %data<response>[0], 200, 'With session HTTP status 200';
UFOBAT/Bailador
…/08-sessions.t :91:
is %data<response>[0], 200, 'With session HTTP status 200';
UFOBAT/Bailador
…/09-OO-nested-routes.t :47:
self.render: status => 200, content => "no need to check if we're logged in", type => 'text/plain';
UFOBAT/Bailador
…/09-OO-nested-routes.t :59:
is $response[0], 200, "login successful - statuscode 200";
UFOBAT/Bailador
…/09-OO-nested-routes.t :67:
is $response[0], 200, "login successful - statuscode 200";
UFOBAT/Bailador
…/15-file-serving.t :21:
is $response[0], 200, 'status code';
UFOBAT/XML-XPath
…/README.md :4:
Build<b> status</b>
UGEXE/Acme-Polyglot-Levenshtein-Damerau
…/README.pod :10:
<a href="https://ci.appveyor.com/project/ugexe/Acme-Polyglot-Levenshtein-Damerau/branch/master"\>\<img src="https://ci.appveyor.com/api/proje…
UGEXE/zef
…/README.pod :10:
<a href="https://ci.appveyor.com/project/ugexe/zef/branch/master"\>\<img src="https://ci.appveyor.com/api/projects/status/github/ugexe/zef?branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20FAIL&pendingText=Windows%20-%20pending&svg=true"></a>
UGEXE/zef
…/MetaCPAN.pm6 :13:
# currently 351 indexed on jdvs metacpan matching status:latest
UGEXE/zef
…/MetaCPAN.pm6 :51:
# not all dist have a `status` field with value `latest` yet, but we don't want
UGEXE/zef
…/MetaCPAN.pm6 :52:
# to exclude them from being searched for explicitly so only search for status:latest
UGEXE/zef
…/MetaCPAN.pm6 :54:
temp %fields<status> = 'latest'
UGEXE/zef
…/git.pm6 :35:
?$.zrun('git', 'status', :cwd($path));
VRURG/Cro-RPC-JSON
…/JSON.pm6 :120:
$response.status = $_.http-code;
VRURG/Cro-RPC-JSON
…/JSON.pm6 :124:
$response.status = 500;
VRURG/Cro-RPC-JSON
…/JSON.pm6 :134:
$response.status = 200;
VRURG/Cro-RPC-JSON
…/050-request.t :15:
status => 415 ;
VRURG/Cro-RPC-JSON
…/050-request.t :18:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :34:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :65:
status => 500,
VRURG/Cro-RPC-JSON
…/050-request.t :79:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :85:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :91:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :98:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :113:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :126:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :140:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :154:
status => 200,
VRURG/Cro-RPC-JSON
…/050-request.t :161:
status => 200,
WARRINGD/PDF-Class
…/Field.pm :122:
has PDF::COS::TextString $.TU is entry(:alias<label>); # (Optional; PDF 1.3) An alternate field name to be used in place of the actual field …
WARRINGD/PDF-ISO_32000
…/FDF_dictionary.pm6 :33:
- (Optional) A status string that is displayed indicating the result of an action, typically a submit-form action (see 12.7.5.2, “Submit-Form Action”). The string is encoded with PDFDocEncoding. This entry and the Pages entry shallnot both be present.
WARRINGD/PDF-ISO_32000
…/Field_common.pm6 :43:
- (Optional; PDF 1.3) An alternate field name that is used in place of the actual field name wherever the field is identified in the user interface (…
WARRINGD/PDF-ISO_32000
…/FDF_dictionary_entries.html :113:
(Optional) A status string that shall be displayed indicating the result of an action, typically a submit-form action (see
WARRINGD/PDF-ISO_32000
…/Field_common_entries.html :153:
1.3) An alternate field name that shall be used in place of the actual field name wherever the field shall be identified in the user inte…
WARRINGD/PDF-ISO_32000
…/FDF_dictionary_entries.json :28:
"(Optional) A status string that is displayed indicating the result of an action, typically a submit-form action (see 12.7.5.2, “Submit-Form Action”). The string is encoded with PDFDocEncoding. This entry and the Pages entry shallnot both be present."
WARRINGD/PDF-ISO_32000
…/Field_common_entries.json :33:
"(Optional; PDF 1.3) An alternate field name that is used in place of the actual field name wherever the field is identified in the user inte…
YNOTO/DB-Xoos
…/README.md :134:
open_orders => { :has-many, :model<Order>, :relate(id => 'customer_id', '+status' => 'open') },
YNOTO/DB-Xoos
…/README.md :135:
completed_orders => { :has-many, :model<Order>, :relate(id => 'customer_id', '+status' => 'closed') },
YNOTO/DB-Xoos
…/README.md :150:
In this example we're creating a customer model with columns `id, name, contact, country` and relations with specific filter criteria. You may notice the `+status => 'open'` on the open\_orders relationship, the `+` here indicates it's a filter on the original table.
YNOTO/DB-Xoos
…/README.md :232:
+status: closed
YNOTO/DB-Xoos
…/04-relations.t :39:
status => ($_ < 3) ?? 'closed' !! 'open',
YNOTO/DB-Xoos
…/05-model-methods.t :38:
status => ($_ < 3) ?? 'closed' !! 'open',
YNOTO/DB-Xoos
…/07-yaml-models.t :45:
status => ($_ < 3) ?? 'closed' !! 'open',
YNOTO/DB-Xoos
…/Test.pm6 :60:
status TEXT,
YNOTO/DB-Xoos
…/Customer.pm6 :24:
open_orders => { :has-many, :model<Order>, :relate(id => 'customer_id', '+status' => 'open') },
YNOTO/DB-Xoos
…/Customer.pm6 :25:
completed_orders => { :has-many, :model<Order>, :relate(id => 'customer_id', '+status' => 'closed') },
YNOTO/DB-Xoos
…/Order.pm6 :14:
status => {
YNOTO/DB-Xoos
…/Order.pm6 :29:
self.update({ status => 'closed' });
YNOTO/DB-Xoos
…/Order.pm6 :7:
$new-order.status('open');
YNOTO/DB-Xoos
…/customer.yaml :26:
+status: open
YNOTO/DB-Xoos
…/customer.yaml :32:
+status: closed
YNOTO/DB-Xoos
…/order.yaml :11:
status:
0racle/p6-wig
…/README.md :16:
my @prod_servers = @servers.where(*.status eq 'Production');
7ojo/p6-commandline-usage
…/README.md :3:
Build Status [![Build
7ojo/perl6-git-simple
…/Simple.pm :9:
my $proc = run <git -C>, $.cwd, <status --porcelain -b>, :out, :err;
7ojo/perl6-git-simple
…/Simple.pm :11:
my %info = Git::Simple::Parse.new.status(out => $proc.out.slurp-rest);
7ojo/perl6-git-simple
…/Parse.pm :5:
method status(Str :$out!) returns Hash {
7ojo/perl6-git-simple
…/10-parse.t :9:
subtest 'Parse status output', {
7ojo/perl6-git-simple
…/10-parse.t :12:
my %res = Git::Simple::Parse.new.status(out => '## foo');
7ojo/perl6-git-simple
…/10-parse.t :15:
%res = Git::Simple::Parse.new.status(out => '## foo...bar');
7ojo/perl6-git-simple
…/10-parse.t :19:
%res = Git::Simple::Parse.new.status(out => '## foo...bar [ahead 3]');
7ojo/perl6-git-simple
…/10-parse.t :24:
%res = Git::Simple::Parse.new.status(out => '## foo...bar [ahead 3, behind 5]');
AlexDaniel/foo-dependencies-a-on-b
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
AlexDaniel/foo-dependencies-b-on-a
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
AlexDaniel/foo-dependencies-self
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
AlexDaniel/foo-regressed-very
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
AlexDaniel/foo-regressed
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
AlexDaniel/orgsleep
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
Altai-man/ASN-BER
…/01-async.t :52:
ok $p.status ~~ Kept, "Parsed two rockets";
Altai-man/Slang-Kazu
…/COPYING :306:
typical or common use of that class of product, regardless of the status
Altai-man/deredere
…/deredere.pm6 :97:
warn $res.status-line;
Altai-man/p6-WWW-DuckDuckGo
…/DuckDuckGo.pm6 :65:
warn("HTTP request failed " ~ $res.status-line ~ "\n") if ($res && !$res.is-success);
Altai-man/p6-WWW-DuckDuckGo
…/DuckDuckGo.pm6 :78:
die 'HTTP request failed: ' ~ $res.status-line ~ "\n";
Bailador/Bailador
…/Changes :58:
- Ticket #215 - redirect() can set different status codes - 302 is the default
Bailador/Bailador
…/README.md :2:
Build<b> status</b>
Bailador/Bailador
…/README.md :31:
- [`status(Int $code)`](#statusint-code)
Bailador/Bailador
…/README.md :37:
- `render(Int :$status, Str :$type is copy, :$content is copy)`
Bailador/Bailador
…/README.md :201:
Redirect to the specified location, can be relative or absolute URL. Adds Location-header to response and sets status code to 302.
Bailador/Bailador
…/README.md :269:
#### `status(Int $code)`
Bailador/Bailador
…/README.md :271:
Sets the status code of a response.
Bailador/Bailador
…/README.md :295:
#### `render(Int :$status, Str :$type is copy, :$content is copy)`
Bailador/Bailador
…/README.md :297:
Renderes a result the http status code given in `$status`, the header `Content-Type: $type` and the body given in `$content`. `render($content)` is the same as `render(content => $content)`.
Bailador/Bailador
…/README.md :312:
Auto rendering means that whatever (except `True` and `False`) the return value of the sub is, it will be rendered. Using `render($content)` or `render(Int :$status, Str :$type is copy, :$content is copy)`will turn of auto rendering, because you obviously have rendered something manually.
Bailador/Bailador
…/README.md :384:
In order to customize the error pages drop a template file with the filename of the HTTP status code and the suffix `.xx` in your views directory. Currently there only two different error codes: `404` and `500`.
Bailador/Bailador
…/pastebin.pl6 :32:
status 404;
Bailador/Bailador
…/Bailador.pm :105:
sub status(Int $code) is export {
Bailador/Bailador
…/App.pm :92:
self.render(status => 200, type => $mime-type, content => $filename.IO);
Bailador/Bailador
…/App.pm :96:
self.render(status => 200, content => $filename.IO);
Bailador/Bailador
…/App.pm :176:
# keep statuscode, content-type but discard content
Bailador/Bailador
…/App.pm :178:
status => self.response.code,
Bailador/Bailador
…/App.pm :196:
multi method render(Int :$status, Str :$type is copy, :$content is copy) {
Bailador/Bailador
…/App.pm :211:
self.response.code = $status if $status;
Bailador/Bailador
…/App.pm :216:
method redirect(Str $location, Int $status = 302) {
Bailador/Bailador
…/App.pm :218:
self.render(:$status, content => '', type => '');
Bailador/Bailador
…/App.pm :366:
self.render(:status(404), :type<text/html;charset=UTF-8>, content => self.error_handlers{404}());
Bailador/Bailador
…/App.pm :368:
self.render(:status(404), :type<text/html;charset=UTF-8>, content => self.template("404.xx", []));
Bailador/Bailador
…/App.pm :370:
self.render(:status(404), :type<text/plain;charset=UTF-8>, content => 'Not found');
Bailador/Bailador
…/App.pm :384:
self.render(status => 500, type => 'text/html;charset=UTF-8', content => $err-page);
Bailador/Bailador
…/App.pm :386:
self.render(:status(500), :type<text/html;charset=UTF-8>, content => self.error_handlers{500}());
Bailador/Bailador
…/App.pm :388:
self.render(:status(500), :type<text/html;charset=UTF-8>, content => self.template("500.xx", []));
Bailador/Bailador
…/App.pm :390:
self.render(:status(500), :type<text/plain;charset=UTF-8>, content => 'Internal Server Error');
Bailador/Bailador
…/Formatter.pm :110:
:E( '-' ), # APR/OS error status code and string
Bailador/Bailador
…/Test.pm :137:
is $response[0], $expectation[0], 'status code is correct';
Bailador/Bailador
…/03-OO-response-content.t :51:
is $res[0], 200, 'status code';
Bailador/Bailador
…/03-response-content.t :48:
is $res[0], 200, 'status code';
Bailador/Bailador
…/08-OO-sessions.t :44:
is $response[0], 200, 'New session HTTP status 200';
Bailador/Bailador
…/08-OO-sessions.t :60:
is $response[0], 200, 'With session HTTP status 200';
Bailador/Bailador
…/08-OO-sessions.t :80:
is $response[0], 200, 'With session HTTP status 200';
Bailador/Bailador
…/08-OO-sessions.t :95:
is $response[0], 200, 'With session HTTP status 200';
Bailador/Bailador
…/08-sessions.t :41:
is %data<response>[0], 200, 'New session HTTP status 200';
Bailador/Bailador
…/08-sessions.t :58:
is %data<response>[0], 200, 'With session HTTP status 200';
Bailador/Bailador
…/08-sessions.t :77:
is %data<response>[0], 200, 'With session HTTP status 200';
Bailador/Bailador
…/08-sessions.t :91:
is %data<response>[0], 200, 'With session HTTP status 200';
Bailador/Bailador
…/09-OO-nested-routes.t :47:
self.render: status => 200, content => "no need to check if we're logged in", type => 'text/plain';
Bailador/Bailador
…/09-OO-nested-routes.t :59:
is $response[0], 200, "login successful - statuscode 200";
Bailador/Bailador
…/09-OO-nested-routes.t :67:
is $response[0], 200, "login successful - statuscode 200";
Bailador/Bailador
…/15-file-serving.t :21:
is $response[0], 200, 'status code';
Cofyc/perl6-redis
…/Redis.pm :46:
my &status_code_reply_cb = { $_ eq "OK" };
Cofyc/perl6-redis
…/Redis.pm :53:
%command_callbacks{$c} = &status_code_reply_cb;
CurtTilmes/Perl6-GraphQL
…/users.pl :30:
#| status tells whether the user is true or false.
CurtTilmes/Perl6-GraphQL
…/users.pl :31:
has Bool $.status is rw;
CurtTilmes/Perl6-GraphQL
…/users.pl :73:
has Bool $.status;
CurtTilmes/Perl6-GraphQL
…/users.pl :81:
status => True,
CurtTilmes/Perl6-GraphQL
…/users.pl :86:
status => False,
CurtTilmes/Perl6-GraphQL
…/users.pl :91:
status => True,
CurtTilmes/Perl6-GraphQL
…/users.pl :96:
status => True,
CurtTilmes/Perl6-GraphQL
…/users.pl :101:
status => True,
CurtTilmes/Perl6-GraphQL
…/users.pl :141:
status => $newuser.status,
CurtTilmes/Perl6-GraphQL
…/users.pl :148:
for <name birthday status state> -> $field
CurtTilmes/Perl6-GraphQL
…/users.schema :9:
# status doesn't mean anything, just a boolean field you can
CurtTilmes/Perl6-GraphQL
…/users.schema :11:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/users.schema :19:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/usersexample.md :17:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/usersexample.md :66:
has Bool $.status is rw;
CurtTilmes/Perl6-GraphQL
…/usersexample.md :72:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CurtTilmes/Perl6-GraphQL
…/usersexample.md :162:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/usersexample.md :211:
Get the birthday and status for user 2:
CurtTilmes/Perl6-GraphQL
…/usersexample.md :216:
status
CurtTilmes/Perl6-GraphQL
…/usersexample.md :221:
Add a new user named "John" (null status and birthday because they
CurtTilmes/Perl6-GraphQL
…/usersschema.md :25:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/usersschema.md :74:
has Bool $.status is rw;
CurtTilmes/Perl6-GraphQL
…/usersschema.md :80:
my @users = User.new(id => 0, name => '...', birthday => '...', status => True),
CurtTilmes/Perl6-GraphQL
…/usersschema.md :170:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/usersschema.md :219:
Get the birthday and status for user 2:
CurtTilmes/Perl6-GraphQL
…/usersschema.md :224:
status
CurtTilmes/Perl6-GraphQL
…/usersschema.md :229:
Add a new user named "John" (null status and birthday because they
CurtTilmes/Perl6-GraphQL
…/usersschema.pl :11:
has Bool $.status is rw;
CurtTilmes/Perl6-GraphQL
…/usersschema.pl :18:
status => True),
CurtTilmes/Perl6-GraphQL
…/usersschema.pl :22:
status => False),
CurtTilmes/Perl6-GraphQL
…/usersschema.pl :26:
status => True),
CurtTilmes/Perl6-GraphQL
…/usersschema.pl :30:
status => True),
CurtTilmes/Perl6-GraphQL
…/usersschema.pl :34:
status => True);
CurtTilmes/Perl6-GraphQL
…/05-objectresolver.t :13:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/05-objectresolver.t :30:
has $.status;
CurtTilmes/Perl6-GraphQL
…/05-objectresolver.t :36:
status => True);
CurtTilmes/Perl6-GraphQL
…/05-objectresolver.t :56:
status
CurtTilmes/Perl6-GraphQL
…/05-objectresolver.t :71:
"status": true,
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :13:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :31:
has $.status;
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :38:
status => True),
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :42:
status => False),
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :46:
status => True),
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :50:
status => True),
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :54:
status => True);
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :110:
'{ allusers(start: 3, count: 2) { name status } }',
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :119:
"status": true
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :123:
"status": true
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :165:
{ allusers(start: $start, count: $count) { name status } }',
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :174:
"status": false
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :178:
"status": true
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :182:
"status": true
CurtTilmes/Perl6-GraphQL
…/06-queries-with-args.t :186:
"status": true
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :13:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :24:
status: Boolean
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :43:
has $.status is rw;
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :50:
status => True),
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :54:
status => False),
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :58:
status => True),
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :62:
status => True),
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :66:
status => True);
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :154:
userinput: { name: "Fred", birthday: "Saturday", status: false })
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :155:
{ id, birthday, status, name }
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :165:
"status": false,
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :176:
{ id, birthday, status, name }
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :191:
"status": true,
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :208:
status => 'false'
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :221:
'{ user(id: 5) { id, birthday, status, name } }',
CurtTilmes/Perl6-GraphQL
…/07-mutations.t :230:
"status": true,
CurtTilmes/perl6-dbi-async
…/03-connections.t :20:
is $p.status, 'Kept', 'Query succeeded';
CurtTilmes/perl6-dbi-async
…/03-connections.t :42:
is $p.status, 'Planned', 'Query not run yet';
CurtTilmes/perl6-dbi-async
…/03-connections.t :54:
is $p.status, 'Kept', 'Delayed query run';
CurtTilmes/perl6-libcurl
…/README.md :124:
say $curl.statusline;
CurtTilmes/perl6-libcurl
…/README.md :510:
say $curl1.statusline;
CurtTilmes/perl6-libcurl
…/README.md :511:
say $curl2.statusline;
CurtTilmes/perl6-libcurl
…/README.md :535:
say $easy.statusline;
CurtTilmes/perl6-libcurl
…/Multi.pod6 :17:
say $easy.statusline;
CurtTilmes/perl6-libcurl
…/LibCurl::Multi.md :17:
say $easy.statusline;
CurtTilmes/perl6-libcurl
…/bigfile.pl6 :13:
say $curl.statusline;
CurtTilmes/perl6-libcurl
…/debug.pl6 :17:
say $curl.statusline;
CurtTilmes/perl6-libcurl
…/multi.pl6 :12:
say $e ?? "error: $e.message()" !! $easy.statusline;
CurtTilmes/perl6-libcurl
…/progressfunc.pl6 :14:
say $curl.statusline;
CurtTilmes/perl6-libcurl
…/Easy.pm6 :311:
$easy.statusline = $header.trim;
CurtTilmes/perl6-libcurl
…/Easy.pm6 :375:
has $.statusline is rw;
CurtTilmes/perl6-libcurl
…/Test.pm6 :20:
sub sysexit(int32 $status) is symbol('exit') is native { * }
CurtTilmes/perl6-libcurl
…/test0002.t :29:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0009.t :36:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0012.t :32:
is $curl.statusline, "HTTP/1.1 206 Partial Content", 'statusline';
CurtTilmes/perl6-libcurl
…/test0013.t :28:
is $curl.statusline, "HTTP/1.1 200 Read you", 'statusline';
CurtTilmes/perl6-libcurl
…/test0014.t :33:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CurtTilmes/perl6-libcurl
…/test0015.t :29:
is $curl.statusline, "HTTP/1.4 200 OK", 'statusline';
CurtTilmes/perl6-libcurl
…/test0016.t :36:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CurtTilmes/perl6-libcurl
…/test0017.t :32:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CurtTilmes/perl6-libcurl
…/test0022.t :31:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CurtTilmes/perl6-libcurl
…/test0027.t :19:
is $curl.statusline, "HTTP/1.1 200 Mooo swsclose", 'statusline';
CurtTilmes/perl6-libcurl
…/test0027.t :31:
is $curl.statusline, "HTTP/1.1 200 Mooo swsclose", 'statusline';
CurtTilmes/perl6-libcurl
…/test0027.t :43:
is $curl.statusline, "HTTP/1.1 200 Mooo swsclose", 'statusline';
CurtTilmes/perl6-libcurl
…/test0028.t :19:
is $curl.statusline, "HTTP/1.1 200 Followed here fine swsclose", 'statusline';
CurtTilmes/perl6-libcurl
…/test0032.t :31:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CurtTilmes/perl6-libcurl
…/test0033.t :51:
is $curl.statusline, "HTTP/1.1 200 OK swsclose", 'statusline';
CurtTilmes/perl6-libcurl
…/test0034.t :18:
is $curl.statusline, "HTTP/1.1 200 funky chunky!", 'statusline';
CurtTilmes/perl6-libcurl
…/test0040.t :19:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0042.t :19:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0043.t :20:
is $curl.statusline, 'HTTP/1.1 200 Followed here fine swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0045.t :19:
is $curl.statusline, 'HTTP/1.1 200 Followed here fine swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0046.t :35:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0047.t :19:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0048.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0048.t :26:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0049.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0050.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0051.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0052.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0054.t :20:
is $curl.statusline, 'HTTP/1.1 302 This is a weirdo text message swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0055.t :20:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0057.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0058.t :24:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0059.t :18:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0060.t :23:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0061.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0062.t :35:
is $curl.statusline, 'HTTP/1.0 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0063.t :23:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0066.t :19:
is $curl.statusline, Any, 'statusline';
CurtTilmes/perl6-libcurl
…/test0067.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CurtTilmes/perl6-libcurl
…/test0067.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0068.t :21:
is $curl.statusline, 'HTTP/1.1 401 You give me wrong password',
CurtTilmes/perl6-libcurl
…/test0068.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0069.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CurtTilmes/perl6-libcurl
…/test0069.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0070.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK',
CurtTilmes/perl6-libcurl
…/test0070.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0072.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK',
CurtTilmes/perl6-libcurl
…/test0072.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0073.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0077.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0078.t :21:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0079.t :21:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0080.t :23:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0081.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CurtTilmes/perl6-libcurl
…/test0081.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0082.t :20:
is $curl.statusline, 'HTTP/1.1 407 We only deal with NTLM my friend',
CurtTilmes/perl6-libcurl
…/test0082.t :21:
'statusline';
CurtTilmes/perl6-libcurl
…/test0083.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0084.t :21:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0085.t :22:
is $curl.statusline, 'HTTP/1.1 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0088.t :30:
is $curl.statusline, 'HTTP/1.1 200 OK swsclose', 'statusline';
CurtTilmes/perl6-libcurl
…/test0089.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CurtTilmes/perl6-libcurl
…/test0089.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0090.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CurtTilmes/perl6-libcurl
…/test0090.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0091.t :21:
is $curl.statusline, 'HTTP/1.1 200 Things are fine in server land swsclose',
CurtTilmes/perl6-libcurl
…/test0091.t :22:
'statusline';
CurtTilmes/perl6-libcurl
…/test0092.t :20:
is $curl.statusline, 'HTTP/1.1 416 Requested Range Not Satisfiable',
CurtTilmes/perl6-libcurl
…/test0092.t :21:
'statusline';
CurtTilmes/perl6-libcurl
…/test0093.t :20:
is $curl.statusline, 'HTTP/1.1 407 Needs proxy authentication',
CurtTilmes/perl6-libcurl
…/test0093.t :21:
'statusline';
CurtTilmes/perl6-libcurl
…/test0095.t :23:
is $curl.statusline, "HTTP/1.1 200 OK", 'statusline';
CurtTilmes/perl6-libcurl
…/test0097.t :22:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0098.t :23:
is $curl.statusline, 'HTTP/1.0 200 OK', 'statusline';
CurtTilmes/perl6-libcurl
…/test0099.t :23:
is $curl.statusline, 'HTTP/1.1 404 Nah', 'statusline';
CurtTilmes/perl6-libcurl
…/02-basic.t6 :25:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CurtTilmes/perl6-libcurl
…/03-http.t6 :27:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CurtTilmes/perl6-libcurl
…/03-http.t6 :46:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CurtTilmes/perl6-libcurl
…/03-http.t6 :66:
is $curl.statusline, 'HTTP/1.1 200 OK', 'Status line';
CurtTilmes/perl6-libcurl
…/05-WWW.t6 :24:
throws-like { get $prot ~ '://httpbin.org/status/404' }, Exception,
CurtTilmes/perl6-libcurl
…/05-WWW.t6 :50:
throws-like { post $prot ~ '://httpbin.org/status/404' }, Exception,
FROGGS/p6-Games-BubbleBreaker
…/LICENSE :239:
Our decision will be guided by the two goals of preserving the free status of all
Gnouc/p6-linux-process-signalinfo
…/SignalInfo.pm :21:
for $.pid.fmt('/proc/%d/status').IO.lines -> $line {
JJ/p6-math-constants
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
JJ/p6-wikidata-API
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
MARTIMM/Auth-SCRAM
…/README.md :4:
AppVeyor Build Status
MARTIMM/BSON
…/README.md :3:
Face Build Status [![AppVe…
MARTIMM/PKCS5
…/README.md :4:
AppVeyor Build Status
MARTIMM/config-datalang-refine
…/README.md :3:
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/MARTIMM/config-datalang-refine?branch=master&passingText=Windo…
MARTIMM/mongo-perl6-driver
…/README.md :3:
Build Status [![AppVeyor B…
MARTIMM/mongo-perl6-driver
…/make-replicaset.pl6 :76:
my $state = $client.server-status($connection);
MARTIMM/mongo-perl6-driver
…/mongodb-accounting.pl6 :349:
note "\nServer status: ", $doc.perl;
MARTIMM/mongo-perl6-driver
…/start-servers.pl6 :139:
my $s1-state = $c1.server-status("192.168.0.253:$port1");
MARTIMM/mongo-perl6-driver
…/CHANGES.md :80:
* Calculate server status according to developer documents on the MongoDB website
MARTIMM/mongo-perl6-driver
…/CHANGES.md :81:
* Calculate topology from server status, implemented but need more tests
MARTIMM/mongo-perl6-driver
…/CHANGES.md :309:
* Change die X::MongoDB.new(...) into $!status = X::MongoDB.new(...) MongoDB::Connection
MARTIMM/mongo-perl6-driver
…/CHANGES.md :324:
* Tests for connection to non existing server. There is no timeout setting at the moment. Sets $.status to an Exception object when it fails.
MARTIMM/mongo-perl6-driver
…/CHANGES.md :396:
* 0.11.0 Added methods to get error status in MongoDB::Database.
MARTIMM/mongo-perl6-driver
…/Design-tests.md :123:
* [x] current status and topology tested
MARTIMM/mongo-perl6-driver
…/Design-tests.md :125:
* [x] restarted server status and topology tested
MARTIMM/mongo-perl6-driver
…/client-server-int1.svg :1:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScrip…
MARTIMM/mongo-perl6-driver
…/client-server-int1.svg :59:
Srvt0 -> Srvt0: Set status
MARTIMM/mongo-perl6-driver
…/client-server-int1.txt :58:
Srvt0 -> Srvt0: Set status
MARTIMM/mongo-perl6-driver
…/server-states.svg :1:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScrip…
MARTIMM/mongo-perl6-driver
…/server-states.svg :19:
No_repl_opt : Check server status
MARTIMM/mongo-perl6-driver
…/server-states.svg :42:
Has_repl_opt : Check server status
MARTIMM/mongo-perl6-driver
…/server-states.txt :23:
No_repl_opt : Check server status
MARTIMM/mongo-perl6-driver
…/server-states.txt :46:
Has_repl_opt : Check server status
MARTIMM/mongo-perl6-driver
…/MongoDB.pod6 :186:
Used to describe the status of a Server object. See also C<MongoDB::Client>.
MARTIMM/mongo-perl6-driver
…/Client.pm6 :168:
my ServerStatus $status = $servers{$server-name}.get-status<status> // SS-Unknown;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :170:
given $status {
MARTIMM/mongo-perl6-driver
…/Client.pm6 :233:
# When status of a server is not yet set, stop the calculation and
MARTIMM/mongo-perl6-driver
…/Client.pm6 :238:
} # given $status
MARTIMM/mongo-perl6-driver
…/Client.pm6 :267:
# Get the server status
MARTIMM/mongo-perl6-driver
…/Client.pm6 :268:
method server-status ( Str:D $server-name --> ServerStatus ) {
MARTIMM/mongo-perl6-driver
…/Client.pm6 :280:
?? $!servers{$server-name}.get-status
MARTIMM/mongo-perl6-driver
…/Client.pm6 :285:
my ServerStatus $sts = $h<status> // SS-Unknown;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :286:
# debug-message("server-status: '$server-name', $sts");
MARTIMM/mongo-perl6-driver
…/Client.pm6 :393:
my Hash $sdata = $selected-server.get-status;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :394:
last if $sdata<status> ~~ SS-Standalone;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :403:
my Hash $sdata = $selected-server.get-status;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :404:
last if $sdata<status> ~~ SS-RSPrimary;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :413:
my Hash $sdata = $s.get-status;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :414:
@selected-servers.push: $s if $sdata<status> ~~ SS-RSSecondary;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :422:
my Hash $sdata = $s.get-status;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :423:
@selected-servers.push: $s if $sdata<status> ~~ SS-Mongos;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :445:
my Hash $svr-sts = $svr.get-status;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :453:
my Hash $svr-sts = $svr.get-status;
MARTIMM/mongo-perl6-driver
…/Client.pm6 :467:
# else wait for status and topology updates
MARTIMM/mongo-perl6-driver
…/Client.pm6 :499:
if $!background-discovery.status ~~ any(Broken|Kept) {
MARTIMM/mongo-perl6-driver
…/Client.pm6 :505:
$!background-discovery.status ~~ Broken
MARTIMM/mongo-perl6-driver
…/Client.pod6 :285:
=head2 server-status
MARTIMM/mongo-perl6-driver
…/Client.pod6 :287:
method server-status ( Str:D $server-name --> ServerStatus )
MARTIMM/mongo-perl6-driver
…/Client.pod6 :289:
Return the status of some server. The defined values are shown in the table and
MARTIMM/mongo-perl6-driver
…/Collection.pm6 :426:
# Return its value of the status document
MARTIMM/mongo-perl6-driver
…/Database.pod6 :262:
Returns the error status of the preceding write operation on the current
MARTIMM/mongo-perl6-driver
…/Database.pod6 :293:
error status.
MARTIMM/mongo-perl6-driver
…/Users.pm6 :267:
# Return its value of the status document
MARTIMM/mongo-perl6-driver
…/Users.pm6 :288:
# Return its value of the status document
MARTIMM/mongo-perl6-driver
…/Users.pm6 :313:
# Return its value of the status document
MARTIMM/mongo-perl6-driver
…/Users.pm6 :338:
# Return its value of the status document
MARTIMM/mongo-perl6-driver
…/Users.pm6 :366:
# Return its value of the status document
MARTIMM/mongo-perl6-driver
…/Users.pm6 :386:
# Return its value of the status document
MARTIMM/mongo-perl6-driver
…/Log.pm6 :176:
note $^p.cause unless $^p.status == Kept
MARTIMM/mongo-perl6-driver
…/Server.pm6 :29:
# Server status data. Must be protected by a semaphore because of a thread
MARTIMM/mongo-perl6-driver
…/Server.pm6 :41:
# server status is unsetled
MARTIMM/mongo-perl6-driver
…/Server.pm6 :42:
$!server-sts-data = { :status(SS-NotSet), :!is-master, :error('') };
MARTIMM/mongo-perl6-driver
…/Server.pm6 :47:
<s-select s-status>, :RWPatternType(C-RW-WRITERPRIO)
MARTIMM/mongo-perl6-driver
…/Server.pm6 :72:
# do a firsttime connect and set status data
MARTIMM/mongo-perl6-driver
…/Server.pm6 :86:
my ServerStatus $server-status;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :88:
( $server-status, $is-master) = self!process-status($mdoc);
MARTIMM/mongo-perl6-driver
…/Server.pm6 :90:
:status($server-status), :$is-master, :error(''),
MARTIMM/mongo-perl6-driver
…/Server.pm6 :100:
$!server-sts-data<status> = SS-Unknown;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :107:
$!server-sts-data<status> = SS-Unknown;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :127:
my ServerStatus $server-status = SS-Unknown;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :139:
( $server-status, $is-master) = self!process-status($mdata);
MARTIMM/mongo-perl6-driver
…/Server.pm6 :141:
$!rw-sem.writer( 's-status', {
MARTIMM/mongo-perl6-driver
…/Server.pm6 :143:
:status($server-status), :$is-master, :error(''),
MARTIMM/mongo-perl6-driver
…/Server.pm6 :166:
$!rw-sem.writer( 's-status', {
MARTIMM/mongo-perl6-driver
…/Server.pm6 :176:
$!server-sts-data<status> = SS-Unknown;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :182:
# Set the status with the new value
MARTIMM/mongo-perl6-driver
…/Server.pm6 :183:
info-message("Server status of {self.name()} is $server-status");
MARTIMM/mongo-perl6-driver
…/Server.pm6 :196:
method !process-status ( BSON::Document $mdata --> List ) {
MARTIMM/mongo-perl6-driver
…/Server.pm6 :199:
my ServerStatus $server-status = SS-Unknown;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :203:
$server-status = SS-Mongos;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :208:
$server-status = SS-RSGhost;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :214:
$server-status = SS-RSPrimary;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :219:
$server-status = SS-RSSecondary;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :224:
$server-status = SS-RSArbiter;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :228:
$server-status = SS-RSOther;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :233:
$server-status = SS-Standalone;
MARTIMM/mongo-perl6-driver
…/Server.pm6 :237:
( $server-status, $is-master);
MARTIMM/mongo-perl6-driver
…/Server.pm6 :241:
method get-status ( --> Hash ) {
MARTIMM/mongo-perl6-driver
…/Server.pm6 :243:
$!rw-sem.reader( 's-status', { $!server-sts-data } );
MARTIMM/mongo-perl6-driver
…/Server.pm6 :350:
's-status', {$!server-sts-data<max-wire-version>}
MARTIMM/mongo-perl6-driver
…/Server.pod6 :91:
=head2 get-status
MARTIMM/mongo-perl6-driver
…/Server.pod6 :93:
Get current status about this server. C<server-status()> in the Client object
MARTIMM/mongo-perl6-driver
…/110-Client.t :39:
is $client.server-status($server-name), SS-Unknown,
MARTIMM/mongo-perl6-driver
…/110-Client.t :40:
"Status of server is $client.server-status($server-name)";
MARTIMM/mongo-perl6-driver
…/110-Client.t :48:
is $client.server-status($server-name), SS-Unknown,
MARTIMM/mongo-perl6-driver
…/110-Client.t :49:
"Status of server is $client.server-status($server-name)";
MARTIMM/mongo-perl6-driver
…/110-Client.t :62:
# do select server before server status test because selection waits
MARTIMM/mongo-perl6-driver
…/110-Client.t :66:
is $client.server-status($server-name), SS-Standalone,
MARTIMM/mongo-perl6-driver
…/110-Client.t :67:
"Status of server $server.name() is $client.server-status($server-name)";
MARTIMM/mongo-perl6-driver
…/110-Client.t :84:
# do select server before server status test because selection waits
MARTIMM/mongo-perl6-driver
…/110-Client.t :88:
is $client.server-status($server-name), SS-Standalone,
MARTIMM/mongo-perl6-driver
…/110-Client.t :89:
"Status of server $server.name() is $client.server-status($server-name)";
MARTIMM/mongo-perl6-driver
…/110-Client.t :110:
is $client.server-status($server-name1), SS-Standalone,
MARTIMM/mongo-perl6-driver
…/110-Client.t :111:
"Server $server-name1 is $client.server-status($server-name1)";
MARTIMM/mongo-perl6-driver
…/110-Client.t :113:
is $client.server-status($server-name2), SS-Standalone,
MARTIMM/mongo-perl6-driver
…/110-Client.t :114:
"Server $server-name2 is $client.server-status($server-name2)";
MARTIMM/mongo-perl6-driver
…/111-Client.t :34:
is $client.server-status("localhost:$p1"), SS-Standalone,
MARTIMM/mongo-perl6-driver
…/111-Client.t :52:
is $client.server-status("localhost:$p1"), SS-Standalone,
MARTIMM/mongo-perl6-driver
…/111-Client.t :68:
is $client.server-status("localhost:$p1"), SS-Standalone, "Standalone server";
MARTIMM/mongo-perl6-driver
…/610-repl-start.t :50:
is $server.get-status<status>, SS-RSGhost,
MARTIMM/mongo-perl6-driver
…/610-repl-start.t :138:
is $server.get-status<status>, SS-RSPrimary,
MARTIMM/mongo-perl6-driver
…/611-Client.t :54:
is $server.get-status<status>, SS-RSPrimary,
MARTIMM/mongo-perl6-driver
…/612-repl-start.t :55:
is $server.get-status<status>, SS-RSPrimary, "Server $host:$p2 is primary";
MARTIMM/mongo-perl6-driver
…/612-repl-start.t :111:
is $server.get-status<status>, SS-RSSecondary,
MARTIMM/pod-render
…/README.md :4:
AppVeyor Build Status
MARTIMM/tinky-hash
…/README.md :3:
AppVeyor Build Status
MARTIMM/unicode-precis
…/README.md :2:
AppVeyor Build Status
MattOates/BioInfo
…/FileParser.pm6 :39:
return $!io_promise.status == 0;
Perl6-Noise-Gang/Audio-PortAudio
…/Documentation.md :339:
Objects of this type are returned by `open-default-stream` and `open-stream` and are the primary interface for reading and writing data from/to a device and for getting the status of the audio stream.
Perl6-Noise-Gang/Audio-PortAudio
…/record-wav :84:
if $p.status ~~ Planned {
Perl6-Noise-Gang/Audio-PortAudio
…/record-wav :96:
if $p.status ~~ Planned {
Perl6-Noise-Gang/Audio-PortAudio
…/PortAudio.pm :478:
and for getting the status of the audio stream.
Perl6-Noise-Gang/Audio-PortMIDI
…/wonky-clock :14:
my $m = Audio::PortMIDI::Event.new(status => 248, timestamp => $_, data-one => 0, data-two => 0);
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :421:
An actual MIDI message on the wire comprises three bytes: a C<status>
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :436:
method new(Int :$event, Int :$!timestamp, Int :$!channel, Type :$!event-type, Int :$!data-one, Int :$!data-two, Int :$!status)
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :451:
C<status> comprises the C<channel> and C<event-type> and it doesn't
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :455:
C<status> for "system messages" such as MIDI clock where the specific
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :456:
message type is specified by the entire status byte.
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :473:
C<event-type>,) does not make sense if C<status> is being set.
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :552:
command and channel, the whole status byte should be
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :555:
the appropriate C<status>.
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :557:
=head2 status
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :559:
This is the entire status byte, if this has the highest
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :735:
has Int $.status;
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :741:
submethod BUILD(Int :$event, Int :$!timestamp, Int :$!channel, Type :$!event-type, Int :$!data-one, Int :$!data-two, Int :$!status) {
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :751:
if self.status.defined {
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :752:
$mess = insert-bits(self.status, $mess, 8, 16, 24 );
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :765:
method status() returns Int {
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :766:
if !$!status.defined {
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :768:
$!status = extract-bits($!message,8,16,24);
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :771:
my $status = insert-bits($!event-type,0,4,0,8);
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :772:
$!status = insert-bits($!channel, $status,4,4,8);
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :775:
$!status;
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :780:
if self.status.defined {
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :781:
$!channel = extract-bits(self.status,4,4,8);
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :788:
if self.status.defined {
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :789:
$!event-type = Type(extract-bits(self.status,4,0,8));
Perl6-Noise-Gang/p6-Music-Helpers
…/clock.pl6 :21:
my $m = Audio::PortMIDI::Event.new(status => 0b11110000, data-one => MfID, data-two => $data);
Perl6-Noise-Gang/p6-Music-Helpers
…/clock.pl6 :22:
my $n = Audio::PortMIDI::Event.new(status => 0b11110111);
PerlGameDev/SDL6
…/Constants.pm6 :37:
); # SDL::Audio/status
PerlGameDev/SDL6
…/Constants.pm6 :50:
); # SDL::CDROM/status
PerlGameDev/SDL6
…/Functions.pm6 :156:
#~ SDL_CDStatus -- Returns the current status of the given drive.
PerlGameDev/SDL6
…/Functions.pm6 :292:
#~ 4.5.21 Mix_FadingMusic Get status of current music fade activity
TiMBuS/Net--IRC
…/unsmith :445:
got a card from a girl i liked in highschool not 2 weeks after i made my fbook status 'nobody remembered my birthday..again' spoke too soon!
Tux/CSV
…/CSV.pm :825:
method status () returns Bool {
Tux/CSV
…/CSV.pm :1376:
my Bool $status = self.parse ($io.get // Str);
Tux/CSV
…/CSV.pm :1380:
$status ?? $meta ?? self.fields !! self.strings !! ();
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 :746:
$status = $csv.print($io, @fld );
Tux/CSV
…/CSV.pod6 :749:
$status = $csv.print($io, %fld );
Tux/CSV
…/CSV.pod6 :758:
$status = $csv.print($fh);
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 :777:
$status = $csv.say($io, @fld );
Tux/CSV
…/CSV.pod6 :780:
$status = $csv.say($io, %fld );
Tux/CSV
…/CSV.pod6 :785:
$status = $csv.combine(@fields);
Tux/CSV
…/CSV.pod6 :786:
$status = $csv.combine($fld, ...);
Tux/CSV
…/CSV.pod6 :787:
$status = $csv.combine(\@fields);
Tux/CSV
…/CSV.pod6 :886:
$status = $csv.parse($line);
Tux/CSV
…/CSV.pod6 :1307:
=head2 status
Tux/CSV
…/CSV.pod6 :1308:
X<status>
Tux/CSV
…/CSV.pod6 :1310:
$status = $csv.status;
Tux/CSV
…/CSV.pod6 :1332:
use the methods to inquire the internal status.
Tux/CSV
…/nc-c.pl :14:
has int32 $.status; # Operation status
Tux/CSV
…/main.rs :23:
status: i64,
Tux/CSV
…/10_base.t :15:
is ($csv.status, True, "No failures yet");
Tux/CSV
…/10_base.t :37:
is ($csv.status, True, "No failures");
Tux/CSV
…/10_base.t :43:
is ($csv.status, False, "Failure");
Tux/CSV
…/10_base.t :59:
is ($csv.status, True, "status");
Tux/CSV
…/10_base.t :90:
is ($csv.status, False, "FAIL");
Tux/CSV
…/10_base.t :92:
is ($csv.status, True, "PASS again");
Tux/CSV
…/10_base.t :96:
is ($csv.status, False, "FAIL");
Tux/CSV
…/15_flags.t :72:
is ($csv.status, False, "Wrong status ()");
Tux/CSV
…/15_flags.t :99:
is ($csv.status, False, "Wrong status ()");
Tux/CSV
…/16_methods.t :38:
is ($csv.status, True, "status");
Tux/CSV
…/20_file.t :30:
is ($csv.status, !?$error, "$tst - getline status");
adaptiveoptics/P6-Finance-GDAX-API
…/README.md :35:
$orders = $order.list( status => ['open','settled'],
adaptiveoptics/P6-Finance-GDAX-API
…/README.md :91:
Returns the numeric HTTP status code of the request after "send".
adaptiveoptics/P6-Finance-GDAX-API
…/API.pm6 :141:
$orders = $order.list( status => ['open','settled'],
adaptiveoptics/P6-Finance-GDAX-API
…/API.pm6 :197:
Returns the numeric HTTP status code of the request after "send".
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :8:
has FundingStatus $.status is rw;
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :14:
method get(:$!status = $.status) {
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :16:
self.add-to-url('?status=' ~ $.status) if $.status;
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :50:
# To limit records based on current status
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :51:
$funding.status = 'settled';
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :75:
"status": "settled",
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :87:
"status": "outstanding",
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :97:
"status": "outstanding",
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :106:
=head2 status
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :108:
Limit the records returned to those records of given status.
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :110:
Currently the GDAX API states these status must be "outstanding",
adaptiveoptics/P6-Finance-GDAX-API
…/Funding.pm6 :125:
=head2 get (:$status?)
adaptiveoptics/P6-Finance-GDAX-API
…/MarginTransfer.pm6 :110:
"status": "completed",
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :94:
method list(:@status, :$!product_id = $.product_id) {
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :97:
@status.map: { @qparams.push: "status=$^stat" };
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :158:
"status": "pending",
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :176:
be used for future order status updates. The client_oid will NOT be
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :388:
"status": "pending",
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :416:
=head2 list (:@status?, :$product_id?)
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :424:
@list = $order->list(status => ['open','settled'],
adaptiveoptics/P6-Finance-GDAX-API
…/Order.pm6 :433:
with the done status. There is a small window between an order being
adaptiveoptics/P6-Finance-GDAX-API
…/Position.pm6 :44:
profile status, funding (margin), accounts, margin call, etc, as
adaptiveoptics/P6-Finance-GDAX-API
…/Position.pm6 :69:
"status": "active",
adaptiveoptics/P6-Finance-GDAX-API
…/Position.pm6 :122:
The status of the profile. If active, the profile can be used for
adaptiveoptics/P6-Finance-GDAX-API
…/Report.pm6 :75:
if (%result<status> eq 'ready') {
adaptiveoptics/P6-Finance-GDAX-API
…/Report.pm6 :142:
"status": "pending",
adaptiveoptics/P6-Finance-GDAX-API
…/Report.pm6 :155:
Returns a hash representing the status of the report created with the
adaptiveoptics/P6-Finance-GDAX-API
…/Report.pm6 :166:
"status": "creating",
adaptiveoptics/P6-Finance-GDAX-API
…/Report.pm6 :183:
"status": "ready",
adaptiveoptics/P6-Finance-GDAX-API
…/040-order.t :65:
$list = $order.list(:status(['active','pending']));
adaptiveoptics/P6-Finance-GDAX-API
…/040-order.t :66:
ok $helper.check-error($order), 'list with multiple status had no error';
adaptiveoptics/P6-Finance-GDAX-API
…/040-order.t :67:
is $list.WHAT, (Array), 'list with multiple status';
adaptiveoptics/P6-Finance-GDAX-API
…/040-order.t :75:
$list = $order.list(:status(['active','pending']), :product_id('BTC-USD'));
adaptiveoptics/P6-Finance-GDAX-API
…/040-order.t :76:
ok $helper.check-error($order), 'list with multiple status with product_id had no error';
adaptiveoptics/P6-Finance-GDAX-API
…/040-order.t :77:
is $list.WHAT, (Array), 'list with multiple status with product_id';
adaptiveoptics/P6-Finance-GDAX-API
…/060-funding.t :18:
can-ok($funding, 'status');
adaptiveoptics/P6-Finance-GDAX-API
…/060-funding.t :22:
dies-ok { $funding.status = 'badstatus' }, 'status dies good on bad values';
adaptiveoptics/P6-Finance-GDAX-API
…/060-funding.t :24:
ok ($funding.status = 'settled'), 'status can be set to known good value';
adaptiveoptics/P6-Finance-GDAX-API
…/130-report.t :53:
ok (my $get_result = $report.get), 'Can get report status that was created';
ajs/perl6-Math-Sequences
…/OEIS.t :905:
if $timer.status !~~ PromiseStatus::Planned {
ajs/perl6-Math-Sequences
…/generate-OEIS-tests.p6 :60:
if $timer.status !~~ PromiseStatus::Planned {
ajs/perl6-Math-Sequences
…/generate-OEIS-tests.p6 :120:
die "Cannot fetch OEIS $url: {$response.status}: {$response.message}";
albastev/Grammar-Modelica
…/README.md :2:
Travis CI<b> status</b>
albastev/Grammar-Modelica
…/README.md :3:
Travis CI<b> status</b>
araraloren/Net-FTP
…/FTP.pm6 :657:
$ftp.passive(); #get passive mode status
araraloren/Net-FTP
…/FTP.pm6 :661:
Passive mode status - When success;
araraloren/perl6-app-findsource
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
araraloren/perl6-app-snippet
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
araraloren/perl6-app-snippet
…/README.adoc :7:
image:https://ci.appveyor.com/api/projects/status/jxi78155dvv8jrqx/branch/master?svg=true["https://ci.appveyor.com/api/projects/status/jxi78155dvv8jrqx?svg=true"]
araraloren/perl6-getopt-advance
…/README.adoc :15:
image:https://ci.appveyor.com/api/projects/status/1aknogb99475ak53/branch/master?svg=true["Windows Build Status", link="https://ci.appveyor.com/api/projects/status/1aknogb99475ak53?svg=true"]
araraloren/perl6-getopt-advance
…/Advance.adoc :2144:
Return the status of result handler `$.handler`.
araraloren/perl6-getopt-advance
…/Advance.adoc :2239:
Get the status of current `autohv` option.
araraloren/perl6-getopt-advance
…/Parser.pm6 :284:
#| reset the status, so we can use the handler next time
araraloren/perl6-terminal-table
…/README.adoc :8:
image:https://ci.appveyor.com/api/projects/status/sbgq8vt0775fu1pk/branch/master?svg=true["Windows Build Status", link="https://ci.appveyor.com/api/projects/status/sbgq8vt0775fu1pk?svg=true"]
astj/p6-SQL-NamedPlaceholder
…/06-hyphen.t :6:
my ($sql, $bind) = bind-named(q:to/EOQ/, { blog-status => 1, blog_id => 3, limit => 5 });
astj/p6-SQL-NamedPlaceholder
…/06-hyphen.t :9:
AND status = :blog-status
astj/p6-SQL-NamedPlaceholder
…/06-hyphen.t :17:
AND status = ?
avuserow/perl6-compress-snappy
…/Snappy.pm :37:
my $status = snappy_compress($blob, $blob.bytes, $output, $max-size);
avuserow/perl6-compress-snappy
…/Snappy.pm :38:
if $status {
avuserow/perl6-compress-snappy
…/Snappy.pm :39:
die "snappy_compress internal error: $status";
avuserow/perl6-compress-snappy
…/Snappy.pm :54:
my $status1 = snappy_uncompressed_length($blob, $blob.bytes, $uncompressed-length);
avuserow/perl6-compress-snappy
…/Snappy.pm :55:
if $status1 {
avuserow/perl6-compress-snappy
…/Snappy.pm :56:
die "snappy_uncompress internal error: $status1";
avuserow/perl6-compress-snappy
…/Snappy.pm :60:
my $status2 = snappy_uncompress($blob, $blob.bytes, $uncompressed, $uncompressed-length);
avuserow/perl6-compress-snappy
…/Snappy.pm :61:
if $status2 {
avuserow/perl6-compress-snappy
…/Snappy.pm :62:
die "snappy_uncompress internal error: $status2";
azawawi/farabi6
…/test_http_server_async.pl :14:
$response.status = 200;
azawawi/farabi6
…/test_http_server_async.pl :18:
$response.status = 200;
azawawi/farabi6
…/test_rosettacode.pl :24:
die $response.status-line;
azawawi/farabi6
…/Farabi6.pm6 :125:
when '/git/status' {
azawawi/farabi6
…/Farabi6.pm6 :126:
return Farabi6::Editor.run-command('git status');
azawawi/farabi6
…/Farabi6.pm6 :132:
when '/debug/status' {
azawawi/farabi6
…/Farabi6.pm6 :133:
return Farabi6::Editor.debug-status(
azawawi/farabi6
…/Farabi6.pm6 :173:
my Int $status;
azawawi/farabi6
…/Farabi6.pm6 :176:
$status = 200;
azawawi/farabi6
…/Farabi6.pm6 :183:
$status = 404;
azawawi/farabi6
…/Farabi6.pm6 :189:
$status,
azawawi/farabi6
…/Editor.pm6 :102:
my ($status, $text);
azawawi/farabi6
…/Editor.pm6 :107:
$status = 200;
azawawi/farabi6
…/Editor.pm6 :111:
$status = 404;
azawawi/farabi6
…/Editor.pm6 :119:
$status,
azawawi/farabi6
…/Editor.pm6 :647:
if $session<pm>.status == Planned
azawawi/farabi6
…/Editor.pm6 :689:
method debug-status(Str $debug-session-id)
azawawi/farabi6
…/Editor.pm6 :729:
if $session<pm>.status == Planned
azawawi/farabi6
…/Editor.pm6 :779:
if $session<pm>.status == Planned
azawawi/farabi6
…/css.js :618:
"square-button", "start", "static", "status-bar", "stretch", "stroke", "sub",
azawawi/farabi6
…/perl.js :440:
stat :1, // - get a file's status information
azawawi/farabi6
…/sql.js :282:
client: set("charset clear connect edit ego exit go help nopager notee nowarning pager print prompt quit rehash source status system tee"),
azawawi/farabi6
…/sql.js :295:
client: set("charset clear connect edit ego exit go help nopager notee nowarning pager print prompt quit rehash source status system tee"),
azawawi/farabi6
…/sql.js :296:
keywords: set(sqlKeywords + "accessible action add after algorithm all analyze asensitive at authors auto_increment autocommit avg avg_row_length…
azawawi/farabi6
…/sql.js :311:
client: set("charset clear connect edit ego exit go help nopager notee nowarning pager print prompt quit rehash source status system tee"),
azawawi/farabi6
…/sql.js :312:
keywords: set(sqlKeywords + "accessible action add after algorithm all always analyze asensitive at authors auto_increment autocommit avg avg_row…
azawawi/farabi6
…/sql.js :353:
keywords: set("select alter $elem$ $key$ $value$ add after all analyze and archive as asc before between binary both bucket buckets by cascade ca…
azawawi/farabi6
…/jquery.min.js :4:
},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.r…
azawawi/farabi6
…/api.min.js :11:
!function(e,t,r,n){"use strict";e.api=e.fn.api=function(r){var o,a=e(e.isFunction(this)?t:this),i=a.selector||"",s=(new Date).getTime(),u=[],c=argume…
azawawi/farabi6
…/semantic.min.js :16:
}),console.groupEnd()),u=[]}},invoke:function(t,n,r){var s,c,l,u=F;return n=n||m,r=E||r,"string"==typeof t&&u!==i&&(t=t.split(/[\. ]/),s=t.length-1,e…
azawawi/farabi6
…/farabi.js :800:
$(".git_status_button").click(
azawawi/farabi6
…/farabi.js :803:
runGitCommand('status', result);
azawawi/farabi6
…/farabi.js :910:
$.post('/debug/status', { "id": result.id }, function(result) {
azawawi/farabi6
…/farabi.js :960:
$.post('/debug/status', { "id": result.id }, function(result) {
azawawi/farabi6
…/farabi.js :1010:
$.post('/debug/status', { "id": result.id }, function(result) {
azawawi/farabi6
…/index.html :81:
<a class="item git_status_button">Git status</a>
azawawi/perl6-browser-open
…/README.md :1:
# Browser::Open [Build Status](https://travis-ci.org/azawawi/perl6-browser-ope…
azawawi/perl6-clean
…/README.md :3:
Build Status [![Build status](…
azawawi/perl6-electron
…/README.md :1:
# Electron Build Status [![Build�[…
azawawi/perl6-electron
…/http_server_async.p6 :12:
$response.status = 200;
azawawi/perl6-electron
…/Shell.pm6 :42:
Move the given file to trash and returns boolean status for the operation.
azawawi/perl6-electron
…/rpcclient.js :169:
if (response.statusCode === 200 || response.statusCode === 304) {
azawawi/perl6-electron
…/rpcclient.js :180:
else console.log("Client: TODO Status Code: " + response.statusCode);
azawawi/perl6-electron
…/tray.md :153:
Sets the title displayed aside of the tray icon in the status bar.
azawawi/perl6-file-homedir
…/README.md :2:
Build Status [![Build�[1;3…
azawawi/perl6-file-which
…/README.md :3:
Build Status [![Build s…
azawawi/perl6-file-zip
…/README.md :1:
## File::Zip Build Status [![Build…
azawawi/perl6-file-zip
…/README.md :5:
***Note:*** This module is a work in progress. Please see its project status here.
azawawi/perl6-graphics-plplot
…/README.md :2:
Build Status [![Buil…
azawawi/perl6-gtk-scintilla
…/README.md :1:
# GTK::Scintilla [Build Status](https://travis-ci.org/azawawi/perl6-gtk-scint…
azawawi/perl6-gtk-scintilla
…/InfoBar.mm :109:
* @param message Carries the new status message if the type is a status message change.
azawawi/perl6-gtk-scintilla
…/InfoBar.mm :209:
// 3) The status text.
azawawi/perl6-gtk-scintilla
…/InfoBar.mm :327:
// The status text always takes the rest of the available space.
azawawi/perl6-gtk-scintilla
…/InfoBarCommunicator.h :27:
IBNStatusChanged, // The application set a new status message.
azawawi/perl6-gtk-scintilla
…/ScintillaView.mm :1250:
// Area to display additional controls (e.g. zoom info, caret position, status info).
azawawi/perl6-gtk-scintilla
…/ScintillaView.mm :1341:
* @param message Carries the new status message if the type is a status message change.
azawawi/perl6-gtk-scintilla
…/ScintillaView.mm :2068:
* Sets the edit's info bar status message. This call only has an effect if there is an info bar.
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :800:
If the regular expression is invalid then -1 is returned and status is set to
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1045:
<code><a class="message" href="#SCI_SETSTATUS">SCI_SETSTATUS(int status)</a><br />
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1049:
<p><b id="SCI_SETSTATUS">SCI_SETSTATUS(int status)</b><br />
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1053:
To clear the error status call <code>SCI_SETSTATUS(0)</code>.
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1054:
Status values from 1 to 999 are errors and status <code>SC_STATUS_WARN_START</code> (1000)
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1056:
The currently defined statuses are:
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :1254:
status of a document is determined by the undo position relative to the save point. The save
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :5751:
<span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S2">// Returns a status code from SC_STATUS_*</span><br />
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :6850:
<span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">void</span><span class="…
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :7988:
provisional status. To avoid using provisional messages compile with the symbol
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :2441:
SciTE on GTK+ fixes SIGCHLD handling so that Lua scripts can determine the exit status of processes
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :5559:
status property rather than crashing.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :8812:
SciTE for GTK+ subsystem 2 documented. The exit status of commands
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :8975:
SciTE on Windows keeps status line more current.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :9100:
SciTE status bar updated after changing parameters in case they are being
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :9101:
displayed in status bar.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :9165:
$(ReadOnly) available to show this mode in the status bar.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :9168:
SciTE status bar can show the number of lines in the selection
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :9187:
The Refresh button in the status bar has been removed from SciTE on Windows.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :9575:
as its status when completed.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10004:
The contents of SciTE's status bar can be defined by a property and
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10005:
include variables. On Windows, several status bar definitions can be active
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10006:
with a click on the status bar cycling through them.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10369:
Error status defined for Scintilla to hold indication that an operation failed and the reason
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10555:
SciTE status bar indicator for insert or overwrite mode.
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :309:
if (cairo_status(context) == CAIRO_STATUS_SUCCESS) {
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :310:
// Even when status is success, the target surface may have been
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :313:
// and when set, sets the status to CAIRO_STATUS_SURFACE_FINISHED
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :322:
return cairo_status(context) == CAIRO_STATUS_SUCCESS;
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :1377:
// No pointer back to Scintilla to save status
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :1977:
gboolean status = g_module_symbol(m, name, &fn_address);
azawawi/perl6-gtk-scintilla
…/PlatGTK.cxx :1978:
if (status)
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2467:
// Its dying so nowhere to save the status
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2486:
// Its dead so nowhere to save the status
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2501:
if (rgnUpdate && rgnUpdate->status != CAIRO_STATUS_SUCCESS) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2503:
fprintf(stderr, "DrawTextThis failed to copy update region %d [%d]\n", rgnUpdate->status, rgnUpdate->num_rectangles);
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2732:
gdk_drag_status(context, preferredAction, dragtime);
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2922:
// No pointer back to Scintilla to save status
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2943:
// No pointer back to Scintilla to save status
azawawi/perl6-gtk-scintilla
…/ILexer.h :28:
virtual void SCI_METHOD SetErrorStatus(int status) = 0;
azawawi/perl6-gtk-scintilla
…/ILexer.h :91:
// Returns a status code from SC_STATUS_*
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :1792:
# Change error status - 0 = OK.
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :1793:
set void SetStatus=2382(int status,)
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :1794:
# Get error status.
azawawi/perl6-gtk-scintilla
…/LexAU3.cxx :685:
// Backtrack to previous line in case need to fix its fold status
azawawi/perl6-gtk-scintilla
…/LexBaan.cxx :730:
// Backtrack to previous line in case need to fix its fold status
azawawi/perl6-gtk-scintilla
…/LexEiffel.cxx :129:
// Backtrack to previous line in case need to fix its fold status
azawawi/perl6-gtk-scintilla
…/LexErrorList.cxx :53:
// Command or return status
azawawi/perl6-gtk-scintilla
…/LexFlagship.cxx :311:
// Backtrack to previous line in case need to fix its fold status
azawawi/perl6-gtk-scintilla
…/LexPerl.cxx :1651:
// Backtrack to previous line in case need to fix its fold status
azawawi/perl6-gtk-scintilla
…/LexPowerPro.cxx :380:
// Backtrack to previous line in case need to fix its fold status
azawawi/perl6-gtk-scintilla
…/LexSQL.cxx :641:
// Backtrack to previous line in case need to fix its fold status for folding block of single-line comments (i.e. '--').
azawawi/perl6-gtk-scintilla
…/LexVB.cxx :261:
// Backtrack to previous line in case need to fix its fold status
azawawi/perl6-gtk-scintilla
…/LexVHDL.cxx :563:
// file_open_kind file_open_status line text side width std_ulogic std_ulogic_vector std_logic
azawawi/perl6-gtk-scintilla
…/ScintillaDocument.cpp :49:
void NotifyErrorOccurred(Document *doc, void *userData, int status);
azawawi/perl6-gtk-scintilla
…/ScintillaDocument.cpp :86:
void WatcherHelper::NotifyErrorOccurred(Document *, void *, int status) {
azawawi/perl6-gtk-scintilla
…/ScintillaDocument.cpp :87:
owner->emit_error_occurred(status);
azawawi/perl6-gtk-scintilla
…/ScintillaDocument.cpp :302:
void ScintillaDocument::emit_error_occurred(int status) {
azawawi/perl6-gtk-scintilla
…/ScintillaDocument.cpp :303:
emit error_occurred(status);
azawawi/perl6-gtk-scintilla
…/ScintillaDocument.h :90:
void emit_error_occurred(int status);
azawawi/perl6-gtk-scintilla
…/ScintillaDocument.h :99:
void error_occurred(int status);
azawawi/perl6-gtk-scintilla
…/Document.cxx :384:
void SCI_METHOD Document::SetErrorStatus(int status) {
azawawi/perl6-gtk-scintilla
…/Document.cxx :387:
it->watcher->NotifyErrorOccurred(this, it->userData, status);
azawawi/perl6-gtk-scintilla
…/Document.cxx :610:
int utf8status = UTF8Classify(reinterpret_cast<const unsigned char *>(charBytes), widthCharBytes);
azawawi/perl6-gtk-scintilla
…/Document.cxx :611:
if (utf8status & UTF8MaskInvalid)
azawawi/perl6-gtk-scintilla
…/Document.cxx :711:
int utf8status = UTF8Classify(reinterpret_cast<const unsigned char *>(charBytes), widthCharBytes);
azawawi/perl6-gtk-scintilla
…/Document.cxx :712:
if (utf8status & UTF8MaskInvalid)
azawawi/perl6-gtk-scintilla
…/Document.cxx :715:
pos += utf8status & UTF8MaskWidth;
azawawi/perl6-gtk-scintilla
…/Document.cxx :793:
int utf8status = UTF8Classify(charBytes, widthCharBytes);
azawawi/perl6-gtk-scintilla
…/Document.cxx :794:
if (utf8status & UTF8MaskInvalid) {
azawawi/perl6-gtk-scintilla
…/Document.cxx :798:
return CharacterExtracted(UnicodeFromUTF8(charBytes), utf8status & UTF8MaskWidth);
azawawi/perl6-gtk-scintilla
…/Document.cxx :832:
int utf8status = UTF8Classify(charBytes, widthCharBytes);
azawawi/perl6-gtk-scintilla
…/Document.cxx :833:
if (utf8status & UTF8MaskInvalid) {
azawawi/perl6-gtk-scintilla
…/Document.cxx :837:
return CharacterExtracted(UnicodeFromUTF8(charBytes), utf8status & UTF8MaskWidth);
azawawi/perl6-gtk-scintilla
…/Document.cxx :905:
int utf8status = UTF8Classify(charBytes, widthCharBytes);
azawawi/perl6-gtk-scintilla
…/Document.cxx :906:
if (utf8status & UTF8MaskInvalid) {
azawawi/perl6-gtk-scintilla
…/Document.cxx :910:
bytesInCharacter = utf8status & UTF8MaskWidth;
azawawi/perl6-gtk-scintilla
…/Document.cxx :1827:
int utf8status = UTF8Classify(charBytes, widthCharBytes);
azawawi/perl6-gtk-scintilla
…/Document.cxx :1828:
if (utf8status & UTF8MaskInvalid) {
azawawi/perl6-gtk-scintilla
…/Document.cxx :1832:
return CharacterExtracted(UnicodeFromUTF8(charBytes), utf8status & UTF8MaskWidth);
azawawi/perl6-gtk-scintilla
…/Document.h :288:
void SCI_METHOD SetErrorStatus(int status);
azawawi/perl6-gtk-scintilla
…/Document.h :544:
virtual void NotifyErrorOccurred(Document *doc, void *userData, int status) = 0;
azawawi/perl6-gtk-scintilla
…/Editor.cxx :1638:
// at this point. The Initialised call checks for this case and sets the status
azawawi/perl6-gtk-scintilla
…/Editor.cxx :2316:
void Editor::NotifyErrorOccurred(Document *, void *, int status) {
azawawi/perl6-gtk-scintilla
…/Editor.cxx :2317:
errorStatus = status;
azawawi/perl6-gtk-scintilla
…/Editor.h :454:
void NotifyErrorOccurred(Document *doc, void *userData, int status);
azawawi/perl6-gtk-scintilla
…/RESearch.cxx :257:
sta = NOP; /* status of lastpat */
azawawi/perl6-gtk-scintilla
…/UniConversion.cxx :213:
// Return both the width of the first character in the string and a status
azawawi/perl6-gtk-simpler
…/README.md :1:
# GTK::Simpler Build Status
azawawi/perl6-gtk-simpler
…/02-toggles.pl6 :12:
my $status-label = label(text => "the toggles are off and off"),
azawawi/perl6-gtk-simpler
…/02-toggles.pl6 :21:
$status-label.text = "the toggles are " ~
azawawi/perl6-gtk-simpler
…/02-toggles.pl6 :22:
($check-button, $toggle-button)>>.status.map({ <off on>[$_] }).join(" and ");
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :10:
my $status = status-bar;
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :12:
$status.tooltip-text = "I am a status bar";
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :14:
my $root_ctx = $status.get-context-id("Root");
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :15:
$status.push-status($root_ctx, "Running");
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :18:
my $button1_ctx = $status.get-context-id("Button One");
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :22:
my $button2_ctx = $status.get-context-id("Button One");
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :31:
$status.push-status($button1_ctx, "Button One Clicked - { $progress.fraction * 100 }%");
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :45:
$status.push-status($button2_ctx, "Button Two Clicked - { $progress.fraction * 100 }%");
azawawi/perl6-gtk-simpler
…/05-bars.pl6 :59:
$frame.set-content($status);
azawawi/perl6-gtk-simpler
…/07-text.pl6 :10:
$editable.status = True;
azawawi/perl6-gtk-simpler
…/07-text.pl6 :12:
$show-cursor.status = True;
azawawi/perl6-gtk-simpler
…/07-text.pl6 :14:
$monospace.status = False;
azawawi/perl6-gtk-simpler
…/07-text.pl6 :17:
$editable.toggled.tap: -> $w { $text-view.editable = $w.status };
azawawi/perl6-gtk-simpler
…/07-text.pl6 :18:
$show-cursor.toggled.tap: -> $w { $text-view.cursor-visible = $w.status };
azawawi/perl6-gtk-simpler
…/07-text.pl6 :19:
$monospace.toggled.tap: -> $w { $text-view.monospace = $w.status };
azawawi/perl6-gtk-simpler
…/13-places-siderbar.pl6 :45:
# Update initial toggle button status
azawawi/perl6-gtk-simpler
…/13-places-siderbar.pl6 :46:
$show-trash-button.status = $places-sidebar.show-trash;
azawawi/perl6-gtk-simpler
…/13-places-siderbar.pl6 :47:
$show-recent-button.status = $places-sidebar.show-recent;
azawawi/perl6-gtk-simpler
…/13-places-siderbar.pl6 :48:
$show-desktop-button.status = $places-sidebar.show-desktop;
azawawi/perl6-gtk-simpler
…/13-places-siderbar.pl6 :49:
$show-connect-to-server-button.status = $places-sidebar.show-connect-to-server;
azawawi/perl6-gtk-simpler
…/13-places-siderbar.pl6 :50:
$show-other-locations-button.status = $places-sidebar.show-other-locations;
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :19:
sub show-radio-button-status($) {
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :24:
my $status = $radio-button.status ?? "Selected" !! "Unselected";
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :25:
$text ~= sprintf("%s is %s\n", $radio-button.label, $status);
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :30:
$radio1-button.toggled.tap: &show-radio-button-status;
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :31:
$radio2-button.toggled.tap: &show-radio-button-status;
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :32:
$radio3-button.toggled.tap: &show-radio-button-status;
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :33:
$radio4-button.toggled.tap: &show-radio-button-status;
azawawi/perl6-gtk-simpler
…/14-radio-button.pl6 :35:
show-radio-button-status(Nil);
azawawi/perl6-gtk-simpler
…/16-level-bar.pl6 :15:
sub update-status {
azawawi/perl6-gtk-simpler
…/16-level-bar.pl6 :23:
update-status;
azawawi/perl6-gtk-simpler
…/16-level-bar.pl6 :28:
update-status;
azawawi/perl6-gtk-simpler
…/16-level-bar.pl6 :32:
$level-bar.inverted = $inverted-button.status;
azawawi/perl6-gtk-simpler
…/16-level-bar.pl6 :33:
update-status;
azawawi/perl6-gtk-simpler
…/16-level-bar.pl6 :39:
update-status;
azawawi/perl6-gtk-simpler
…/16-level-bar.pl6 :42:
update-status;
azawawi/perl6-gtk-simpler
…/Simpler.pm6 :285:
=head2 status-bar
azawawi/perl6-gtk-simpler
…/Simpler.pm6 :289:
sub status-bar(|args) is export {
azawawi/perl6-libzip
…/README.md :3:
Build Status [![Build status
azawawi/perl6-memoize
…/README.md :3:
Build Status [![Build status�…
azawawi/perl6-net-curl
…/README.md :21:
| Windows 7 64-bit | Build<b> status</b> | AppVeyor |
azawawi/perl6-net-curl
…/multi-app.c :50:
CURLMsg *msg; /* for picking up messages with the transfer status */
azawawi/perl6-net-curl
…/multi-app.c :137:
printf("HTTP transfer completed with status %d\n", msg->data.result);
azawawi/perl6-net-curl
…/multi-app.c :140:
printf("FTP transfer completed with status %d\n", msg->data.result);
azawawi/perl6-net-curl
…/smooth-gtk-thread.c :23:
* status. It uses Gtk+ to make a smooth pulse.
azawawi/perl6-net-curl
…/smtp-tls.c :50:
struct upload_status {
azawawi/perl6-net-curl
…/smtp-tls.c :56:
struct upload_status *upload_ctx = (struct upload_status *)userp;
azawawi/perl6-net-curl
…/smtp-tls.c :80:
struct upload_status upload_ctx;
azawawi/perl6-net-curl
…/Curl.pm6 :289:
# CURLcode - status codes
azawawi/perl6-odoo-client
…/README.md :1:
# Odoo::Client Build Status
azawawi/perl6-opencv
…/README.md :3:
Build<b> status</b>
azawawi/perl6-selenium-webdriver
…/README.md :5:
***Note:*** This module is a work in progress. Please see its project status here.
azawawi/perl6-selenium-webdriver
…/README.md :12:
| Windows 7 64-bit | Build<b> status</b> | AppVeyor |
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :164:
# GET /status
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :165:
method status returns Hash {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :166:
return self._get( 'status' );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :715:
# GET /session/:sessionId/application_cache/status
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :716:
method application-cache-status {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :717:
return self._get( 'application_cache/status' );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :778:
warn "FAILED: " ~ $response.status-line if self.debug;
azawawi/perl6-selenium-webdriver
…/prefs.json :35:
"network.manage-offline-status": false,
azawawi/perl6-selenium-webdriver
…/02-phantomjs.t :16:
'current-window', 'windows', 'status',
azawawi/perl6-selenium-webdriver
…/02-phantomjs.t :29:
'session-storage-size', 'log', 'log-types', 'application-cache-status';
azawawi/perl6-selenium-webdriver
…/05-firefox.t :16:
'current-window', 'windows', 'status',
azawawi/perl6-selenium-webdriver
…/05-firefox.t :29:
'session-storage-size', 'log', 'log-types', 'application-cache-status';
azawawi/perl6-selenium-webdriver
…/06-chrome.t :16:
'current-window', 'windows', 'status',
azawawi/perl6-selenium-webdriver
…/06-chrome.t :29:
'session-storage-size', 'log', 'log-types', 'application-cache-status';
azawawi/perl6-selenium-webdriver
…/07-blackberry.t :16:
'current-window', 'windows', 'status',
azawawi/perl6-selenium-webdriver
…/07-blackberry.t :29:
'session-storage-size', 'log', 'log-types', 'application-cache-status';
bbkr/jsonrpc
…/README.md :4:
Build<b> status</b>
bbkr/jsonrpc
…/Client.pm6 :77:
X::JSON::RPC::Transport.new( message => $response.status-line ).throw( ) unless $response.is-success;
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :79:
$iopub.send: 'status', { :execution_state<busy> }
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :81:
my $status = 'ok';
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :92:
$status = 'error' with $result.exception;
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :114:
$iopub.send: 'status', { :execution_state<idle>, }
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :115:
my $content = { :$status, |%extra, :$execution_count,
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :122:
:$status,
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :130:
my $status = 'complete';
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :132:
$status = 'invalid' if $result.exception;
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :133:
$status = 'incomplete' if $result.incomplete;
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :134:
debug "sending is_complete_reply: $status";
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :135:
$shell.send: 'is_complete_reply', { :$status }
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :148:
status => 'ok'
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :152:
{ :matches([]), :cursor_end($cursor_pos), :0cursor_start, metadata => {}, :status<ok> }
bduggan/p6-log-async
…/Async.pm6 :78:
.then({ say $^p.cause unless $^p.status == Kept });
bioduds/EC-Grammars-DIG
…/LICENSE :304:
typical or common use of that class of product, regardless of the status
bioduds/EC-Grammars-DIG
…/DIG.pm6 :28:
';; ->>HEADER<<- opcode: ' <OPCODE> ', status: ' <STATUS> ', id:' <ID>
bioduds/EC-Grammars-DIG
…/DIG.pm6 :374:
typical or common use of that class of product, regardless of the status
bradclawsie/DB-Rscs
…/Rscs.pm6 :46:
constant $STATUS_PATH is export = '/v1/status';
bradclawsie/DB-Rscs
…/Rscs.pm6 :66:
# Get the status result.
bradclawsie/DB-Rscs
…/Rscs.pm6 :67:
method status(--> Hash:D) {
bradclawsie/DB-Rscs
…/basic.t :48:
my %status = $rscs.status;
bradclawsie/DB-Rscs
…/basic.t :49:
is (%status<Alive>:exists), True, 'Alive';
bradclawsie/DB-Rscs
…/basic.t :50:
is (%status<DBFile>:exists), True, 'DBFile';
bradclawsie/DB-Rscs
…/basic.t :51:
is (%status<Uptime>:exists), True, 'Uptime';
bradclawsie/DB-Rscs
…/basic.t :52:
}, 'status';
bradclawsie/DB-Rscs
…/basic.t :53:
}, 'status';
briandfoy/perl6-PrettyDump
…/README.md :1:
[AppVeyor<b> status</b>](https://ci.appveyor.com/project/brian…
briandfoy/perl6-chemistry-elements
…/README.md :3:
[AppVeyor<b> status</b>](https://ci.appveyor.com…
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :42:
return $response.status-line;
cbk/WebService-GoogleDyDNS
…/GoogleDyDNS.pm6 :105:
return $response.status-line;
ccworld1000/CCChart
…/LICENSE :255:
of preserving the free status of all derivatives of our free software and
ccworld1000/CCColor
…/LICENSE :255:
of preserving the free status of all derivatives of our free software and
ccworld1000/CCLog
…/LICENSE :255:
of preserving the free status of all derivatives of our free software and
cedric-vincent/kains
…/README.txt :189:
If an internal error occurs, Kains returns a non-zero exit status,
cedric-vincent/kains
…/README.txt :190:
otherwise it returns the exit status of the last terminated program.
cedric-vincent/kains
…/Core.pm6 :99:
my $status = run(|$config.command);
cedric-vincent/kains
…/Core.pm6 :100:
if $status == -1 {
cedric-vincent/kains
…/Core.pm6 :105:
$status;
cosimo/perl6-digest-md5
…/README.md :66:
### Current status (2012-01-31)
cosimo/perl6-facter
…/virtual.rb :23:
return false unless FileTest.exists?("/proc/self/status")
cosimo/perl6-facter
…/virtual.rb :24:
txt = File.read("/proc/self/status")
cosimo/perl6-facter
…/selinux.rb :42:
%x{/usr/sbin/sestatus | /bin/grep "Policy from config file:" | awk '{print $5}'}
cosimo/perl6-string-crc32
…/README :9:
Current status (2015/10/22)
croservices/cro-ssl
…/ssl.t :204:
is $c.status, Kept,
croservices/cro-ssl
…/ssl.t :213:
is $c.status, Kept,
cygx/p6-image-png-inflated
…/README.md :1:
# Image::PNG::Inflated [![build status][TRAVISIMG]][TRAVIS]
cygx/p6-image-png-inflated
…/pngcheck.c :268:
int global_error = kOK; /* the current error status */
cygx/p6-image-png-inflated
…/pngcheck.c :1688:
s->status is INIT_STATE. In fact this code is based on the zlib
cygx/p6-image-rgba-text
…/README.md :1:
# Image::RGBA::Text [![build status][TRAVISIMG]][TRAVIS]
cygx/p6-image-rgba-text
…/pngcheck.c :268:
int global_error = kOK; /* the current error status */
cygx/p6-image-rgba-text
…/pngcheck.c :1688:
s->status is INIT_STATE. In fact this code is based on the zlib
cygx/p6-nqp-eval
…/README.md :1:
# NQP::Eval [![build status][TRAVISIMG]][TRAVIS]
cygx/p6-tinycc-resources-win64
…/COPYING :431:
decision will be guided by the two goals of preserving the free status
cygx/p6-tinycc-resources-win64
…/assert.h :27:
__CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
cygx/p6-tinycc-resources-win64
…/assert.h :28:
{ _exit(status); }
cygx/p6-tinycc-resources-win64
…/ctype.h :76:
extern int __globallocalestatus;
cygx/p6-tinycc-resources-win64
…/fenv.h :11:
/* FPU status word exception flags */
cygx/p6-tinycc-resources-win64
…/fenv.h :31:
/* How much to shift FE status word exception flags
cygx/p6-tinycc-resources-win64
…/fenv.h :51:
unsigned short __status_word;
cygx/p6-tinycc-resources-win64
…/stdlib.h :308:
__CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
cygx/p6-tinycc-resources-win64
…/stdlib.h :309:
{ _exit(status); }
cygx/p6-tinycc-resources-win64
…/basetyps.h :78:
typedef unsigned long error_status_t;
cygx/p6-tinycc-resources-win64
…/msvcrt.def :857:
_statusfp
dankogai/p6-num-hexfloat
…/README.md :1:
build<b> status</b>
darrenf/p6-test-declare
…/Declare.pm6 :194:
$!result.status = 'died';
darrenf/p6-test-declare
…/Declare.pm6 :222:
method test-status() {
darrenf/p6-test-declare
…/Declare.pm6 :224:
ok(!$!result.status, self.name ~ ' lived');
darrenf/p6-test-declare
…/Declare.pm6 :228:
is($!result.status, 'died', self.name ~ ' - died');
darrenf/p6-test-declare
…/Declare.pm6 :281:
$td.test-status();
darrenf/p6-test-declare
…/Result.pm6 :5:
has Str $.status is rw;
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4537:
| <status parameter>
dmaestro/SQL-Lexer
…/sql-2003-2.bnf :4541:
<status parameter> ::= SQLSTATE
donaldh/Perl6-RPi-GpioDirect
…/GpioDirect.pm :172:
my int $status = munmap($!gpio, 4096);
donaldh/Perl6-RPi-GpioDirect
…/GpioDirect.pm :173:
die('munmap failed: ' ~ strerror($errno)) if $status == -1;
drforr/perl6-ANTLR4
…/ICalendar.g4 :180:
| status
drforr/perl6-ANTLR4
…/ICalendar.g4 :194:
| rstatus
drforr/perl6-ANTLR4
…/ICalendar.g4 :218:
| status
drforr/perl6-ANTLR4
…/ICalendar.g4 :230:
| rstatus
drforr/perl6-ANTLR4
…/ICalendar.g4 :248:
| status
drforr/perl6-ANTLR4
…/ICalendar.g4 :261:
| rstatus
drforr/perl6-ANTLR4
…/ICalendar.g4 :277:
| rstatus
drforr/perl6-ANTLR4
…/ICalendar.g4 :434:
: k_status (SCOL other_param)* COL statvalue CRLF
drforr/perl6-ANTLR4
…/ICalendar.g4 :757:
rstatus
drforr/perl6-ANTLR4
…/ICalendar.g4 :758:
: k_request_status rstatparam* COL statcode SCOL text (SCOL text)?
drforr/perl6-ANTLR4
…/ICalendar.g4 :1522:
k_request_status : R E Q U E S T MINUS S T A T U S;
drforr/perl6-ANTLR4
…/ICalendar.g4 :1536:
k_status : S T A T U S;
drforr/perl6-Marpa
…/Marpa.pm6 :384:
#|{ These methods, respectively, set and query the “terminal status” of a symbol. To be used as an input symbol in the marpa_r_alternative() method, a symbol must be a terminal. This function flags symbol sym_id as a terminal if value is 1, or flags it as a non-terminal if value is 0.
drforr/perl6-Marpa
…/Marpa.pm6 :386:
Once set to a value with the marpa_g_symbol_is_terminal_set() method, the terminal status of a symbol is “locked” at that value. A su…
drforr/perl6-Marpa
…/Marpa.pm6 :392:
Failure returns: If sym_id is well-formed, but there is no such symbol, −1. On all other failures, −2. Other failures include when value is not…
drforr/perl6-Marpa
…/Marpa.pm6 :702:
#|{ Allows the user to deactivate and reactivate symbol completion events in the grammar. When a recognizer is created, the activation statu…
drforr/perl6-Marpa
…/Marpa.pm6 :706:
The activation status of a completion event in the grammar can only be changed if the symbol is marked as a completion event symbol i…
drforr/perl6-Marpa
…/Marpa.pm6 :710:
Failure cases: If the active status of the completion event for sym_id cannot be set as indicated by reactivate, the method fails. On failure, −2 is returned.
drforr/perl6-Marpa
…/Marpa.pm6 :721:
#|{ Allows the user to deactivate and reactivate symbol nulled events in the grammar. When a recognizer is created, the activation status
drforr/perl6-Marpa
…/Marpa.pm6 :725:
The activation status of a nulled event in the grammar can only be changed if the symbol is marked as a nulled event symbol in the gr…
drforr/perl6-Marpa
…/Marpa.pm6 :728:
Failure value: If the active status of the nulled event for sym_id cannot be set as indicated by reactivate, the method fails. On failure, −2 is returned.
drforr/perl6-Marpa
…/Marpa.pm6 :739:
#|{ Allows the user to deactivate and reactivate symbol prediction events in the grammar. When a recognizer is created, the activation statu…
drforr/perl6-Marpa
…/Marpa.pm6 :743:
The activation status of a prediction event in the grammar can only be changed if the symbol is marked as a prediction event symbol i…
drforr/perl6-Marpa
…/Marpa.pm6 :747:
Failure cases: If the active status of the prediction event for sym_id cannot be set as indicated by reactivate, the method fails. On failure, −2 is returned.
drforr/perl6-Marpa
…/Marpa.pm6 :762:
Marking a completion event sets its activation status to on. Unmarking a completion event sets its activation status to off. The completion event marking cannot be changed once the grammar is precomputed.
drforr/perl6-Marpa
…/Marpa.pm6 :764:
If a completion event is marked, its activation status can be changed using the marpa_g_completion_symbol_activate() method. Note that, if a symbol is marked as a completion event symbol in the recognizer, its completion event can be deactivated and reactivated in the recognizer.
drforr/perl6-Marpa
…/Marpa.pm6 :793:
Marking a nulled event sets its activation status to on. Unmarking a nulled event sets its activation status to off. The nulled event marking cannot be changed once the grammar is precomputed.
drforr/perl6-Marpa
…/Marpa.pm6 :795:
If a nulled event is marked, its activation status can be changed using the marpa_g_nulled_symbol_activate() method. Note that, if a symbol is marked as a nulled event symbol in the recognizer, its nulled event can be deactivated and reactivated in the recognizer.
drforr/perl6-Marpa
…/Marpa.pm6 :832:
Marking a prediction event sets its activation status to on. Unmarking a prediction event sets its activation status to off. The prediction event marking cannot be changed once the grammar is precomputed.
drforr/perl6-Marpa
…/Marpa.pm6 :834:
If a prediction event is marked, its activation status can be changed using the marpa_g_prediction_symbol_activate() method. Note that, if a symbol is marked as a prediction event symbol in the recognizer, its prediction event can be deactivated and reactivated in the recognizer.
drforr/perl6-Marpa
…/Marpa.pm6 :1145:
Failure value: If the active status of the completion event for sym_id cannot be set as indicated by reactivate, the method fails. On failure, −2 is returned.
drforr/perl6-Marpa
…/Marpa.pm6 :1220:
Failure cases: If the active status of the nulled event for sym_id cannot be set as indicated by boolean, the method fails. On failure, −2 is returned.
drforr/perl6-Marpa
…/Marpa.pm6 :1237:
Failure value: If the active status of the prediction event for sym_id cannot be set as indicated by boolean, the method fails. On failure, −2 is returned.
drforr/perl6-Marpa
…/Marpa.pm6 :1785:
#|{ These methods, respectively, set and query the “valued status” of a symbol. Once set to a value with the marpa_g_symbol_is_valued_set…
drforr/perl6-Marpa
…/Marpa.pm6 :1787:
Success value: 1 if the symbol symbol_id is valued after the call, 0 if not. If the valued status is locked and value is different from the current status, −2. If value is not 0 or 1; or on other failure, −2.
drforr/perl6-Marpa
…/Marpa.pm6 :1807:
#|{ These methods, respectively, set and query the valued status of symbol sym_id. marpa_v_symbol_is_valued_set() will set the valued�[1;…
drforr/perl6-Marpa
…/Marpa.pm6 :1809:
Success value: The valued status after the call. If value is not either 0 or 1, or on other failure, −2.
drforr/perl6-Marpa
…/Marpa.pm6 :1813:
( Marpa-Value $v, Marpa-Symbol-ID $sym_id, Int $status )
drforr/perl6-Marpa
…/Marpa.pm6 :1817:
( Marpa-Value $v, Marpa-Symbol-ID $sym-id, Int $status )
drforr/perl6-Marpa
…/Marpa.pm6 :1819:
marpa_v_symbol_is_valued_set( $v, $sym-id, $status ) }
drforr/perl6-Marpa
…/Marpa.pm6 :1829:
#|{ These methods, respectively, set and query the valued status for the LHS symbol of rule rule_id. marpa_v_rule_is_valued_set() sets the valued status to the value of its status argument.
drforr/perl6-Marpa
…/Marpa.pm6 :1831:
A valued status of 1 indicates that the symbol is valued. A valued status of 0 indicates that the symbol is unvalued. If th…
drforr/perl6-Marpa
…/Marpa.pm6 :1833:
Rules have no valued status of their own. The valued status of a rule is always that of its LHS symbol. These methods are conveniences — they save the application the trouble of looking up the rule's LHS.
drforr/perl6-Marpa
…/Marpa.pm6 :1835:
Success value: The valued status of the rule rule_id's LHS symbol after the call. If value is not either 0 or 1, or on other failure, −2.
drforr/perl6-Marpa
…/Marpa.pm6 :1839:
( Marpa-Value $v, Marpa-Rule-ID $rule_id, Int $status )
drforr/perl6-Marpa
…/Marpa.pm6 :1843:
( Marpa-Value $v, Marpa-Rule-ID $rule-id, Int $status )
drforr/perl6-Marpa
…/Marpa.pm6 :1845:
marpa_v_rule_is_valued_set( $v, $rule-id, $status ) }
drforr/perl6-Marpa
…/Marpa.pm6 :1855:
#|{ This methods locks the valued status of all symbols to 1, indicated that the symbol is valued. If this is not possible, for example because one of the grammar's symbols already is locked at a valued status of 0, failure is returned.
drforr/perl6-readline
…/Readline.pm :1347:
sub rl_tty_status ( int32, int32 ) returns int32 is native( LIBREADLINE ) { * }
edumentab/p6-app-moarvm-debug
…/moar-remote :341:
Output a list of all threads and their status.
edumentab/p6-moarvm-remote
…/Remote.pm6 :268:
die "Cannot send request; Worker has finished running." if $!worker.status === PromiseStatus::Kept;
edumentab/p6-moarvm-remote
…/Remote.pm6 :270:
if $!worker.status === PromiseStatus::Broken {
edumentab/p6-moarvm-remote
…/MoarRemoteTest.pm6 :49:
if .status === PromiseStatus::Broken {
edumentab/p6-moarvm-remote
…/MoarRemoteTest.pm6 :169:
if $testsubject-exited.status === PromiseStatus::Kept {
edumentab/p6-moarvm-remote
…/MoarRemoteTest.pm6 :257:
is-deeply $prom.status, PromiseStatus::Planned, "promise still planned";
fayland/perl6-WebService-GitHub
…/search.response :71:
"statuses_url": "https://api.github.com/repos/chef-cookbooks/perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :159:
"statuses_url": "https://api.github.com/repos/schacon/perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :247:
"statuses_url": "https://api.github.com/repos/abaez/perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :335:
"statuses_url": "https://api.github.com/repos/major/MySQLTuner-perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :423:
"statuses_url": "https://api.github.com/repos/testafy/perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :511:
"statuses_url": "https://api.github.com/repos/Perl/perl5/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :599:
"statuses_url": "https://api.github.com/repos/chromatic/modern\_perl\_book/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :687:
"statuses_url": "https://api.github.com/repos/libwww-perl/libwww-perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :775:
"statuses_url": "https://api.github.com/repos/vim-perl/vim-perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :863:
"statuses_url": "https://api.github.com/repos/hachiojipm/awesome-perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :951:
"statuses_url": "https://api.github.com/repos/perlorg/perlweb/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1039:
"statuses_url": "https://api.github.com/repos/gugod/App-perlbrew/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1127:
"statuses_url": "https://api.github.com/repos/judofyr/perloku/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1215:
"statuses_url": "https://api.github.com/repos/fglock/Perlito/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1303:
"statuses_url": "https://api.github.com/repos/ANXS/perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1391:
"statuses_url": "https://api.github.com/repos/mongodb/mongo-perl-driver/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1479:
"statuses_url": "https://api.github.com/repos/elastic/elasticsearch-perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1567:
"statuses_url": "https://api.github.com/repos/Perl-Critic/Perl-Critic/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1655:
"statuses_url": "https://api.github.com/repos/goccy/perl-motion/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1743:
"statuses_url": "https://api.github.com/repos/DataMonster/Perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1831:
"statuses_url": "https://api.github.com/repos/adamziaja/perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :1919:
"statuses_url": "https://api.github.com/repos/slimakuj/perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2007:
"statuses_url": "https://api.github.com/repos/gbarr/perl-libnet/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2095:
"statuses_url": "https://api.github.com/repos/miyagawa/heroku-buildpack-perl/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2183:
"statuses_url": "https://api.github.com/repos/vmbrasseur/Perl\_Companies/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2271:
"statuses_url": "https://api.github.com/repos/PerlRedis/perl-redis/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2359:
"statuses_url": "https://api.github.com/repos/typester/perldojo/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2447:
"statuses_url": "https://api.github.com/repos/kasei/perlrdf/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2535:
"statuses_url": "https://api.github.com/repos/hachi/Perlbal/statuses/{sha}",
fayland/perl6-WebService-GitHub
…/search.response :2623:
"statuses_url": "https://api.github.com/repos/rafl/perlfaq/statuses/{sha}",
fayland/perl6-WebService-Google-PageRank
…/PageRank.pm :67:
has $.status;
fayland/perl6-WebService-Google-PageRank
…/PageRank.pm :71:
"Error: '$.status $.reason'";
fayland/perl6-WebService-Google-PageRank
…/PageRank.pm :84:
X::WebService::Google::PageRank.new(status => %res<status>, reason => %res<reason>).throw;
finanalyst/p6-task-popular
…/README.md :33:
| HTTP::Status | 23.59 | Get the text message associated with an HTTP status code |
finanalyst/pod-cached
…/README.md :23:
for $cache.list-files( :all ).kv -> $filename, $status {
finanalyst/pod-cached
…/README.md :24:
given $status {
finanalyst/pod-cached
…/README.md :34:
# Find files with status
finanalyst/pod-cached
…/README.md :78:
returns an Sequence of files with the given status
finanalyst/pod-cached
…/README.md :85:
In a frozen cache, all files have valid status
finanalyst/pod-cached
…/Cached.pm6 :26:
for $cache.hash-files.kv -> $source-name, $status {
finanalyst/pod-cached
…/Cached.pm6 :27:
given $status {
finanalyst/pod-cached
…/Cached.pm6 :37:
# Find files with status
finanalyst/pod-cached
…/Cached.pm6 :89:
returns an Sequence of files with the given status
finanalyst/pod-cached
…/Cached.pm6 :92:
returns an Array of files with the given status list
finanalyst/pod-cached
…/Cached.pm6 :94:
=item hash-files( *@statuses? --> Associative )
finanalyst/pod-cached
…/Cached.pm6 :95:
returns a map of the source-name and its statuses
finanalyst/pod-cached
…/Cached.pm6 :96:
=item2 explicitly give required status strings: C<< $cache.hash-files(<Old Failed>) >>
finanalyst/pod-cached
…/Cached.pm6 :108:
To froze a cache, all files must have Current status
finanalyst/pod-cached
…/Cached.pm6 :174:
.value<status> = Status( .value<status> ) ;
finanalyst/pod-cached
…/Cached.pm6 :194:
next unless %info<status> ~~ any( Valid, Current );
finanalyst/pod-cached
…/Cached.pm6 :216:
%!files{$nm}<status> = Valid if %!files{$nm}<added> < %!files{$nm}<path>.IO.modified;
finanalyst/pod-cached
…/Cached.pm6 :224:
%!files{$nm} = (:cache-key(nqp::sha1($nm)), :path($pfile), :status( New ), :added(0) ).hash;
finanalyst/pod-cached
…/Cached.pm6 :233:
%!files{ $_ }<status> = Old for $old.keys;
finanalyst/pod-cached
…/Cached.pm6 :250:
next if %info<status> ~~ Current;
finanalyst/pod-cached
…/Cached.pm6 :251:
@compiled.push: self.compile( $source-name, %info<cache-key>, %info<path>, %info<status> );
finanalyst/pod-cached
…/Cached.pm6 :252:
# @compilations.push: start self.compile( $source-name, %info<cache-key>, %info<path>, %info<status> );
finanalyst/pod-cached
…/Cached.pm6 :262:
%!files{ .<source-name> }<status> = .<status> if .<status> ~~ Failed;
finanalyst/pod-cached
…/Cached.pm6 :265:
%!files{ .<source-name> }<handle status added> = .<handle>, .<status>, .<added>;
finanalyst/pod-cached
…/Cached.pm6 :276:
method compile( $source-name, $key, $path, $status is copy ) {
finanalyst/pod-cached
…/Cached.pm6 :291:
$status = Current;
finanalyst/pod-cached
…/Cached.pm6 :295:
$status = Failed if $status ~~ New ; # those marked Valid remain Valid
finanalyst/pod-cached
…/Cached.pm6 :299:
%(:$error, :$handle, :$added, :$status, :$source-name)
finanalyst/pod-cached
…/Cached.pm6 :305:
next if %inf<status> ~~ New; # do not allow New to be saved in index
finanalyst/pod-cached
…/Cached.pm6 :309:
:status( Current ),
finanalyst/pod-cached
…/Cached.pm6 :316:
:status( %inf<status> ),
finanalyst/pod-cached
…/Cached.pm6 :348:
take $pname if %info<status> ~~ $s
finanalyst/pod-cached
…/Cached.pm6 :354:
multi method list-files( *@statuses --> Positional ) {
finanalyst/pod-cached
…/Cached.pm6 :356:
for @statuses {
finanalyst/pod-cached
…/Cached.pm6 :365:
take $pname => %info<status>.Str
finanalyst/pod-cached
…/Cached.pm6 :369:
multi method hash-files( @statuses --> Hash ) {
finanalyst/pod-cached
…/Cached.pm6 :371:
take $pname => %info<status>.Str if %info<status> ~~ any( @statuses )
finanalyst/pod-cached
…/Cached.pm6 :382:
take "$pname ({%info<status>})" unless %info<status> ~~ Current
finanalyst/pod-cached
…/010-cached.t :82:
"status": "Valid"
finanalyst/pod-cached
…/010-cached.t :88:
"status": "Valid"
finanalyst/pod-cached
…/010-cached.t :105:
"status": "Valid"
finanalyst/pod-cached
…/010-cached.t :111:
"status": "Valid"
finanalyst/pod-cached
…/020-source.t :134:
is-deeply $cache.list-files( <Valid Current> ), ( 'a-pod-file' , 'a-second-pod-file', ), 'List with list of statuses';
finanalyst/pod-cached
…/020-source.t :214:
is-deeply $cache.hash-files(<Valid Old>), %( 'a-pod-file' => 'Valid', 'pod-file-to-deprecate' => 'Old'), 'hash-files with seq of statuses correct';
finanalyst/pod-render
…/README.md :113:
- no adverbs: all link responses, all cache statuses, all files when rendered.
finanalyst/pod-render
…/README.md :114:
- :errors (default = False): Failed link responses, files with cache status Valid, Failed, Old; no rendering info
finanalyst/pod-render
…/Render.pm6 :125:
=item2 no adverbs: all link responses, all cache statuses, all files when rendered.
finanalyst/pod-render
…/Render.pm6 :126:
=item2 :errors (default = False): Failed link responses, files with cache status Valid, Failed, Old; no rendering info
gabrielash/p6-net-jupyter
…/kernel.pl :94:
$recv.send($iopub, 'status', status-content('busy')
gabrielash/p6-net-jupyter
…/kernel.pl :95:
, :$parent-header, :identities( ['status'] ));
gabrielash/p6-net-jupyter
…/kernel.pl :120:
$recv.send($iopub, 'status', status-content('idle')
gabrielash/p6-net-jupyter
…/kernel.pl :121:
, :$parent-header, :identities( ['status'] ));
gabrielash/p6-net-jupyter
…/EvalError.pm :18:
%!error< status > = 'error';
gabrielash/p6-net-jupyter
…/Executer.pm :33:
if $p.status ~~ 'Planned';
gabrielash/p6-net-jupyter
…/Executer.pm :82:
if $magic.class-status == single;
gabrielash/p6-net-jupyter
…/Executer.pm :129:
%!user-expressions{ $name } = %error< status evalue>;}}}}}
gabrielash/p6-net-jupyter
…/Magic.pm :42:
has ClassStatus $.class-status;
gabrielash/p6-net-jupyter
…/Magic.pm :53:
with $<class_status> {
gabrielash/p6-net-jupyter
…/Magic.pm :55:
'Malformed Magic: class status not implemented :' ~ $<class_status>.Str
gabrielash/p6-net-jupyter
…/Magic.pm :58:
$!class-status = single ;
gabrielash/p6-net-jupyter
…/Magic.pm :81:
<sym> [ <classname=.identifier> <class_status>? ]
gabrielash/p6-net-jupyter
…/Magic.pm :84:
token class_status {:i [ 'begin' | 'cont' ['inue']? | 'end' ] }
gabrielash/p6-net-jupyter
…/Messages.pm :54:
sub status-content($status) is export {
gabrielash/p6-net-jupyter
…/Messages.pm :55:
die "Bad status: $status" unless ('idle','busy').grep( $status );
gabrielash/p6-net-jupyter
…/Messages.pm :56:
return to-json( %( qqw/ execution_state $status/) );
gabrielash/p6-net-jupyter
…/Messages.pm :104:
%dict< status > = 'error';
gabrielash/p6-net-jupyter
…/Messages.pm :106:
%dict< status > = 'ok';
gabrielash/p6-net-jupyter
…/Messages.pm :113:
sub execute_reply_metadata($id, $status, $met) is export {
gabrielash/p6-net-jupyter
…/Messages.pm :118:
%dict< status > = $status;
gabrielash/p6-net-jupyter
…/01.t :38:
ok %e<status> eq 'error', "status ok";
gabrielash/perl6-zmq
…/EchoServer.pm :32:
say "Promise EchoServer = " ~ $!promise.status;
gabrielash/perl6-zmq
…/EchoServer.pm :33:
return $!promise.status;
gfldex/http-server-simple
…/PSGI.pm6 :58:
?? $!psgi_app(%!env) # app must return [status,[headers],[body]]
gfldex/http-server-simple
…/PSGI.pm6 :60:
my $status = $response_ref[0];
gfldex/http-server-simple
…/PSGI.pm6 :63:
# $*ERR.say: "Status: $status";
gfldex/http-server-simple
…/PSGI.pm6 :66:
$.connection.print( "HTTP/1.1 $status OK\x0D\x0A" );
gfldex/perl6-meta6-bin
…/TODO.txt :5:
- setup travis and add travis build status icon to README.md
gfldex/perl6-meta6-bin
…/bin.pm6 :23:
if $p.status != Kept {
gfldex/perl6-meta6-bin
…/bin.pm6 :74:
200 <= $response.?status < 400
gfldex/perl6-meta6-bin
…/bin.pm6 :323:
fail RED "⟨git init⟩ timed out." if $p.status == Broken;
gfldex/perl6-meta6-bin
…/bin.pm6 :329:
fail RED "⟨git add⟩ timed out." if $p.status == Broken;
gfldex/perl6-meta6-bin
…/bin.pm6 :335:
fail RED "⟨git commit⟩ timed out." if $p.status == Broken;
gfldex/perl6-meta6-bin
…/bin.pm6 :348:
fail RED "⟨curl⟩ timed out." if $p.status == Broken;
gfldex/perl6-meta6-bin
…/bin.pm6 :463:
fail RED "⟨git remote⟩ timed out." if $p.status == Broken;
gfldex/perl6-meta6-bin
…/bin.pm6 :471:
fail RED "⟨git push⟩ timed out." if $p.status == Broken;
gfldex/perl6-meta6-bin
…/bin.pm6 :655:
fail RED "⟨curl⟩ timed out." if $p.status == Broken;
gfldex/perl6-proc-async-timeout
…/Timeout.pm6 :16:
if $p.status != Kept {
goneri/p6-Email-Notmuch
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :35:
is($p.status,Planned);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :46:
is($p.status,Planned);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :51:
is($p.status,Kept);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :68:
is($p.status,Planned);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :71:
is($p.status,Kept);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :75:
is($p.status,Planned);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :82:
is($p.status,Planned);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :86:
is($p.status,Kept);
gotoexit/Concurrent-BoundedChannel
…/01-sanity.t :90:
is($p.status,Planned);
hankache/Acme-Cow
…/README.md :1:
Acme::Cow Build Status Build<b> status</b>
hankache/perl6-Imlib2
…/Imlib2.pod :910:
say "Alpha status: $has_alpha";
hankache/perl6-Imlib2
…/Imlib2.pod :1059:
Sets if the format, border or alpha channel status value of the current
hoelzro/p6-linenoise
…/Linenoise.pm6.in :76:
my $status = fcntl(STDIN_FILENO, F_SETFL, $flags +& +^O_NONBLOCK);
hoelzro/p6-linenoise
…/Linenoise.pm6.in :78:
if $status == -1 {
ijneb/telegram-bot
…/Telegram.pm6 :35:
die "Problem getting updates. Response code: {.response.status}";
jaffa4/inistorage
…/Storage.pm :67:
my $status= self.ReadFile;
jaffa4/inistorage
…/Storage.pm :68:
if ( $status == 1 or $status == 0) {
jaldhar/Algorithm-DawkinsWeasel
…/LICENSE :261:
two goals of preserving the free status of all derivatives of our free
jamesalbert/JSON-WebToken
…/LICENSE :186:
of preserving the free status of all derivatives of our free software and
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :603:
given $prom.status {
jnthn/p6-concurrent-progress
…/README.md :49:
whenever $progress -> $status {
jnthn/p6-concurrent-progress
…/README.md :50:
say "$status.value() / $status.target() ($status.percent()%)";
jnthn/p6-http-hpack
…/HPACK.pm6 :173:
':status' => '200',
jnthn/p6-http-hpack
…/HPACK.pm6 :174:
':status' => '204',
jnthn/p6-http-hpack
…/HPACK.pm6 :175:
':status' => '206',
jnthn/p6-http-hpack
…/HPACK.pm6 :176:
':status' => '304',
jnthn/p6-http-hpack
…/HPACK.pm6 :177:
':status' => '400',
jnthn/p6-http-hpack
…/HPACK.pm6 :178:
':status' => '404',
jnthn/p6-http-hpack
…/HPACK.pm6 :179:
':status' => '500',
jnthn/p6-http-hpack
…/examples.t :198:
[ header(':status', '302'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :205:
[ header(':status', '307'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :221:
[ header(':status', '200'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :231:
[ header(':status', '302'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :243:
[ header(':status', '307'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :249:
[ header(':status', '200'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :277:
[ header(':status', '302'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :284:
[ header(':status', '307'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :298:
[ header(':status', '200'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :308:
[ header(':status', '302'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :319:
[ header(':status', '307'), header('cache-control', 'private'),
jnthn/p6-http-hpack
…/examples.t :325:
[ header(':status', '200'), header('cache-control', 'private'),
jnthn/p6-ssh-libssh
…/LibSSH.pm6 :767:
sub check-status-code($data) {
jnthn/p6-ssh-libssh
…/LibSSH.pm6 :769:
die "Unexpected SCP status $data[0]: " ~
jnthn/p6-ssh-libssh
…/LibSSH.pm6 :777:
check-status-code($data);
jnthn/p6-ssh-libssh
…/LibSSH.pm6 :783:
check-status-code($data);
jnthn/p6-ssh-libssh
…/LibSSH.pm6 :977:
my $exit = ssh_channel_get_exit_status($!channel-handle);
jnthn/p6-ssh-libssh
…/Raw.pm6 :145:
sub ssh_channel_get_exit_status(SSHChannel) returns int32 is native(&libssh) is export {*}
jnthn/p6-test-scheduler
…/virtualized-time.t :55:
is $p4.status, Planned, 'Promise in 0 seconds is not scheduled immediately';
jnthn/rakudo-debugger
…/CommandLine.pm :130:
method regex_match_status($from, $to, $ctx) {
jnthn/rakudo-debugger
…/CommandLine.pm :171:
self.regex_match_status($from, $to, $ctx);
jonathanstowe/Audio-Liquidsoap
…/simple.pl :46:
if $meta.status.defined {
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :292:
=head3 method status
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :294:
method status ()
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :296:
This returns the status of the output, it may be "on" or "off".
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :448:
=head3 attribute status
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :450:
The text status of the request. e.g. "playing", "ready"
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :497:
=head3 method status
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :499:
method status ( --> Str)
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :501:
Returns the status of the input as a string. e.g. "stopped", may differ
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :896:
has Str $.status;
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1040:
| dummy-output.status
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1047:
method status() is command('status') { * }
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1120:
| relay-source.status
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1126:
| live-source.status
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1145:
method status() returns Str is command('status') { * }
jonathanstowe/Audio-Liquidsoap
…/030-builtins.t :30:
if $ls.Promise.status ~~ Kept {
jonathanstowe/Audio-Liquidsoap
…/050-list.t :31:
if $ls.Promise.status ~~ Kept {
jonathanstowe/Audio-Liquidsoap
…/050-list.t :74:
ok @next[0] ~~ /\[(ready|playing)\]/, "and the first one should have some status";
jonathanstowe/Audio-Liquidsoap
…/050-list.t :76:
is $soap.outputs<dummy-output>.status, 'on', "status is 'on'";
jonathanstowe/Audio-Liquidsoap
…/050-list.t :80:
is $soap.outputs<dummy-output>.status, 'off', "status is now 'off'";
jonathanstowe/Audio-Liquidsoap
…/050-list.t :83:
is $soap.outputs<dummy-output>.status, 'on', "status is 'on' again";
jonathanstowe/Audio-Liquidsoap
…/050-list.t :157:
is $soap.inputs<live-source>.status, "no source client connected", "got the expected status";;
jonathanstowe/Audio-Liquidsoap
…/050-list.t :160:
is $soap.inputs<relay-source>.status, 'stopped', "status is 'stopped'";
jonathanstowe/Audio-Liquidsoap
…/050-list.t :163:
ok $soap.inputs<relay-source>.status ne 'stopped', "not stopped anymore";
jonathanstowe/Audio-Liquidsoap
…/050-list.t :165:
is $soap.inputs<relay-source>.status,'stopped', 'and the status is "stopped" again';
jonathanstowe/Device-Velleman-K8055
…/k8055.c :277:
int write_status = 0;
jonathanstowe/Device-Velleman-K8055
…/k8055.c :286:
write_status = libusb_interrupt_transfer(device->device_handle,
jonathanstowe/Device-Velleman-K8055
…/k8055.c :289:
if (write_status == 0 && transferred == PACKET_LENGTH)
jonathanstowe/Device-Velleman-K8055
…/k8055.c :292:
if (write_status != 0 || transferred != PACKET_LENGTH) {
jonathanstowe/Device-Velleman-K8055
…/k8055.c :297:
/* if there was no error up to this point, assume that data_out now reflects the devices output status */
jonathanstowe/Device-Velleman-K8055
…/k8055.c :309:
int read_status = 0;
jonathanstowe/Device-Velleman-K8055
…/k8055.c :319:
read_status = libusb_interrupt_transfer(device->device_handle,
jonathanstowe/Device-Velleman-K8055
…/k8055.c :323:
if (read_status == 0 && transferred == PACKET_LENGTH)
jonathanstowe/Device-Velleman-K8055
…/k8055.c :326:
if (read_status != 0 || transferred != PACKET_LENGTH) {
jonathanstowe/Device-Velleman-K8055
…/k8055.h :92:
* @param value output status: 'true' for on, 'false' for off
jonathanstowe/Device-Velleman-K8055
…/k8055.h :146:
/**Gets a given board's current output status. NULL is a valid parameter.
jonathanstowe/Device-Velleman-K8055
…/k8055.h :147:
* Note: as the K8055's firmware does not provide any method for querying the board's output status,
jonathanstowe/Device-Velleman-K8055
…/k8055.h :148:
* this library only tracks the board's status by recording any successfull data writes.
jonathanstowe/Device-Velleman-K8055
…/k8055.h :149:
* Hence no guarantee can be given on the validity of the output status.
jonathanstowe/Lumberjack-Application
…/PSGI.pm :61:
return 200, [ Content-Type => 'application/json' ], [ '{ "status" : "OK" }' ];
jonathanstowe/Lumberjack-Application
…/PSGI.pm :64:
return 405, [Allow => 'POST', Content-Type => 'application/json' ], ['{ "status" : "Only POST method allowed" }'];
jonathanstowe/Lumberjack-Application
…/WebSocket.pm :78:
if $closed-promise.status ~~ Planned {
jonathanstowe/Lumberjack-Application
…/Proxy.pm :86:
$*ERR.say: "proxy-dispatch failed : ", $res.status-line;
jonathanstowe/Lumberjack-Application
…/050-proxy.t :25:
return 200, [ Content-Type => 'application/json' ], [ '{ "status" : "OK" }' ];
jonathanstowe/Pg-Notify
…/Notify.pm :126:
#last if $!run-promise.status ~~ Kept;
jonathanstowe/Pg-Notify
…/010-notify.t :51:
ok $test-promise.status ~~ Planned, "notify didn't fire with a different channel";
jonathanstowe/Test-META
…/README.md :4:
Build<b> status</b>
jonathanstowe/WebService-Soundcloud
…/Soundcloud.pm :183:
determine the status of the request.
jonathanstowe/WebService-Soundcloud
…/Soundcloud.pm :479:
die $res.status-line;
jonathanstowe/WebService-Soundcloud
…/Soundcloud.pm :612:
~ $response.status-line() ~ ")"
jpve/perl6-net-pcap
…/TODO.md :57:
* `pcap_statustostr`
jsimonet/log-any
…/readme.md :2:
Build<b> status</b>
jsimonet/log-any
…/readme.md :36:
A log is a message indicating an application status at a given time. It has attributes, like a _severity_ (error, warning, debug, …), a _category_, a _date_ and a _message_.
kalkin/License-Software
…/AGPLv3.pm6 :296:
typical or common use of that class of product, regardless of the status
kalkin/License-Software
…/GPLv3.pm6 :312:
typical or common use of that class of product, regardless of the status
kalkin/Pod-To-Latex
…/COPYING :306:
typical or common use of that class of product, regardless of the status
labster/p6-file-directory-tree
…/README.md :5:
Build<b> status</b>
lestrrat/p6-Apache-LogFormat
…/LogFormat.pm6 :49:
%s the HTTP status code of the response
madcapjake/p6-myhtml
…/Collection.pm6 :31:
my $status = myhtml_collection_check_size($!raw, $n);
madcapjake/p6-myhtml
…/Collection.pm6 :32:
given $status {
madcapjake/p6-myhtml
…/Collection.pm6 :43:
my $status; $!raw = do if Tag.{$tag}:exists {
madcapjake/p6-myhtml
…/Collection.pm6 :44:
myhtml_get_nodes_by_tag_id($!tree, $!raw, Tag.{$tag}, $status);
madcapjake/p6-myhtml
…/Collection.pm6 :47:
myhtml_get_nodes_by_name($!tree, $!raw, $tag, $tag.bytes, $status);
madcapjake/p6-myhtml
…/Collection.pm6 :49:
$status == 0 ?? return self !! return $status;
madcapjake/p6-myhtml
…/Raw.pm6 :98:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status value.
madcapjake/p6-myhtml
…/Raw.pm6 :125:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :143:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :160:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :179:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :192:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :207:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :221:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :237:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :248:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :263:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status
madcapjake/p6-myhtml
…/Raw.pm6 :407:
#| @param[out] status of this operation
madcapjake/p6-myhtml
…/Raw.pm6 :422:
#| @param[out] status of this operation
madcapjake/p6-myhtml
…/Raw.pm6 :891:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status.
madcapjake/p6-myhtml
…/Raw.pm6 :922:
#| @return MyHTML_STATUS_OK if successful, otherwise an error status.
madcapjake/p6-myhtml
…/Raw.pm6 :1015:
#| @param[out] optional, status of operation
madcapjake/p6-myhtml
…/Status.pm6 :40:
sub status(int32 $enum) is export {
madcapjake/p6-myhtml
…/Status.pm6 :46:
say status(0);
madcapjake/p6-myhtml
…/Status.pm6 :48:
# %status{61}.say;
madcapjake/p6-myhtml
…/Tree.pm6 :72:
my int64 $status;
madcapjake/p6-myhtml
…/Tree.pm6 :74:
myhtml_get_nodes_by_tag_id($!raw, Collection, Tag.{$tag}, $status);
madcapjake/p6-myhtml
…/Tree.pm6 :77:
myhtml_get_nodes_by_name($!raw, Collection, $b, $b.bytes, $status);
madcapjake/p6-myhtml
…/Tree.pm6 :80:
if $status == 0 {
madcapjake/p6-myhtml
…/Tree.pm6 :82:
} else { return $status }
marcoonroad/Coro-Simple
…/README.md :62:
it will return internally the **True** value (as a status that the coroutine is alive).
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/gge
…/README :39:
For an overview of the status of the project, see STATUS. For an overview
masak/gge
…/STATUS :22:
name tests status
masak/yapsi
…/2010.09 :15:
official status has been publicly confirmed by Patrick Michaud, the Rakudo
matiaslina/perl6-matrix-client
…/client.pod6 :111:
Query the presence status for an user. if no C<$user-id> is passed as argument,
matiaslina/perl6-matrix-client
…/client.pod6 :116:
method set-presence(Matrix::Client:D: Str $presence, Str :$status-message = "")
matiaslina/perl6-matrix-client
…/endpoints.md :41:
- [x] GET - /_matrix/client/r0/presence/{userId}/status
matiaslina/perl6-matrix-client
…/endpoints.md :42:
- [x] PUT - /_matrix/client/r0/presence/{userId}/status
matiaslina/perl6-matrix-client
…/Client.pm6 :111:
my $data = from-json($.get("/presence/$id/status").content);
matiaslina/perl6-matrix-client
…/Client.pm6 :115:
method set-presence(Matrix::Client:D: Str $presence, Str :$status-message = "") {
matiaslina/perl6-matrix-client
…/Client.pm6 :116:
$.put("/presence/$.whoami/status",
matiaslina/perl6-matrix-client
…/Client.pm6 :117:
:$presence, :status_msg($status-message));
matiaslina/perl6-matrix-client
…/Response.pm6 :106:
has Str $.status-message;
matiaslina/perl6-matrix-client
…/Response.pm6 :112:
:status_message(:$!status-message) = "",
mcsnolte/Text-UpsideDown
…/README.md :1:
Build Status Build<b> status</b>
melezhik/sparrowdo-chef-client
…/README.md :5:
# Travis build status
melezhik/sparrowdo-goss
…/README.md :5:
# Travis build status
melezhik/sparrowdo-nginx
…/nginx.conf :16:
'$status $body_bytes_sent "$http_referer" '
melezhik/sparrowdo-ruby-bundler
…/README.md :5:
# Travis build status
moritz/svg-plot
…/parse-access-log.pl :14:
\s <status>
moritz/svg-plot
…/parse-access-log.pl :46:
token status { <[0..9]>+ }
moznion/p6-Stream-Buffered
…/Auto.pm6 :22:
my $status = $!buffer.print(@text);
moznion/p6-Stream-Buffered
…/Auto.pm6 :28:
$status = $!buffer.print($written);
moznion/p6-Stream-Buffered
…/Auto.pm6 :33:
return $status;
nige123/app.123.do
…/CLI.pm :141:
# change the status of entries
nige123/app.123.do
…/CLI.pm :166:
multi sub MAIN ('status') { MAIN('!') } # for git muscle memory
nige123/jmp.nigelhamilton.com
…/README.md :14:
jmp git status -- files in git
nige123/jmp.nigelhamilton.com
…/example.log :1:
setting printing_status to printed for zorda id: 3111 at /home/s3/api.zorda.co/bin/../lib/Zorda/API/Order/Printer.pm line 80.
nige123/jmp.nigelhamilton.com
…/example.log :2:
saved printing status - printed for 3111 at /home/s3/api.zorda.co/bin/../lib/Zorda/API/Order/Printer.pm line 87.
nige123/jmp.nigelhamilton.com
…/example.log :27:
setting printing_status to printed for zorda id: 3112 at /home/s3/api.zorda.co/bin/../lib/Zorda/API/Order/Printer.pm line 80.
nige123/jmp.nigelhamilton.com
…/example.log :28:
saved printing status - printed for 3112 at /home/s3/api.zorda.co/bin/../lib/Zorda/API/Order/Printer.pm line 87.
nige123/jmp.nigelhamilton.com
…/CLI.pm :19:
jmp git status -- files in git
nkh/P6-Data-Dump-Tree
…/DescribeBaseObjects.pm :68:
multi method get_header (Promise $p) { '', '.' ~ $p.^name ~ ' (' ~ $p.status ~ ')', DDT_FINAL }
nkh/P6-Data-Dump-Tree
…/DescribeBaseObjects.pm :70:
#multi method get_header (Promise $p) { '', '.' ~ $p.^name ~ ' (' ~ $p.status ~ ')' }
nobodyinperson/perl6-fortran-grammar
…/LICENSE :303:
typical or common use of that class of product, regardless of the status
ohmycloud/fanfou-p6
…/README.md :19:
my $resp = from-json await $client.request('/statuses/home_timeline', 'GET').body-text;
ohmycloud/fanfou-p6
…/README.md :23:
my %body = 'status' => "Hi, fan, I'm a robot";
ohmycloud/fanfou-p6
…/README.md :24:
$client.request('/statuses/update', 'POST', %body);
ohmycloud/fanfou-p6
…/README.md :41:
my %body = 'status' => "$str";
ohmycloud/fanfou-p6
…/README.md :42:
$client.request('/statuses/update', 'POST', %body);
ohmycloud/fanfou-p6
…/README.md :47:
my $resp = from-json await $client.request('/statuses/home_timeline', 'GET').body-text;
ohmycloud/fanfou-p6
…/README.md :53:
until $promise.status {
ohmycloud/fanfou-p6
…/FanFou.pm6 :172:
my $resp = from-json await $client.request('/statuses/home_timeline', 'GET').body-text;
ohmycloud/fanfou-p6
…/FanFou.pm6 :176:
my %body = 'status' => 'Hi, fan, I'm a robot';
ohmycloud/fanfou-p6
…/FanFou.pm6 :177:
$client.request('/statuses/update', 'POST', %body);
p6-css/CSS-Module-p6
…/Metadata.pm :6:
BEGIN our $property = ${:azimuth(${:default($["center", [{:keyw("center")},]]), :inherit, :synopsis("<angle> | [[ left-side | far-left | left | c…
p6-css/CSS-Module-p6
…/Grammar.pm :235:
#| font: [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar
p6-css/CSS-Module-p6
…/Grammar.pm :237:
rule expr-font {:i :my @*SEEN; [ [ [ [ <expr-font-style> <!seen(0)> | <expr-font-variant> <!seen(1)> | <expr-font-weight> <!seen(2)> ]+ ]? <expr-…
p6-css/CSS-Module-p6
…/Grammar.pm :7:
#| font: [ [ <‘font-style’> || <font-variant-css21> || <‘font-weight’> || <‘font-stretch’> ]? <‘font-size’> [ / <‘line-height’> ]? <‘font-family’> ] | caption | icon | menu | message-box | small-caption | status-bar
p6-css/CSS-Module-p6
…/Grammar.pm :9:
rule expr-font {:i :my @*SEEN; [ [ [ [ <expr-font-style> <!seen(0)> | <font-variant-css21> <!seen(1)> | <expr-font-weight> <!seen(2)> | <expr-fon…
p6-css/CSS-Module-p6
…/Metadata.pm :6:
BEGIN our $property = ${:azimuth(${:default($["center", [{:keyw("center")},]]), :inherit, :synopsis("<angle> | [[ left-side | far-left | left | c…
p6-css/CSS-Module-p6
…/css21-properties.txt :52:
'font' [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit see individual properties yes see individual properties visual
p6-css/CSS-Module-p6
…/css3x-font-properties.txt :2:
font [ [ <‘font-style’> || <font-variant-css21> || <‘font-weight’> || <‘font-stretch’> ]? <‘font-size’> [ / <‘line-height’> ]? <‘font-family’> ] | caption | icon | menu | message-box | small-caption | status-bar see individual properties all elements yes see individual properties visual
p6-css/CSS-Properties-p6
…/README.md :4:
<a href="https://ci.appveyor.com/project/dwarring/CSS-Properties-p6/branch/master"\>\<img src="https://ci.appveyor.com/api/projects/status/g…
p6-css/CSS-Properties-p6
…/README.md :477:
font | | Yes | hash | [ [ \<‘font-style’\> \|\| \<font-variant-css21\> \|\| \<‘font-weight’\> \|\| \<‘font-stretch’\> ]? \<‘font-size’\> [ / \<‘line-height’\> ]? \<‘font-family’\> ] \| caption \| icon \| menu \| message-box \| small-caption \| status-bar
p6-pdf/Base64-Native-p6
…/README.md :7:
<a href="https://ci.appveyor.com/project/p6-pdf/Base64-Native-p6/branch/master"\>\<img src="https://ci.appveyor.com/api/projects/status/github/p6-pdf/Base64-Native-p6?branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20FAIL&pendingText=Windows%20-%20pending&svg=true"></a>
p6-pdf/PDF-API6
…/README.md :5:
<a href="https://ci.appveyor.com/project/dwarring/PDF-API6/branch/master"\>\<img src="https://ci.appveyor.com/api/projects/status/github/p6-pdf/PDF-API6?branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20FAIL&pendingText=Windows%20-%20pending&svg=true"></a>
p6-pdf/PDF-Grammar-p6
…/COS.pm :43:
token xref-entry {$<byte-offset>=\d**10' '$<gen-num>=\d**5' '$<status>=<[fn]>' '?\n}
p6-pdf/PDF-Grammar-p6
…/Actions.pm :114:
my uint64 @entry = $<byte-offset>.Int, $<gen-num>.Int, ($<status> ~~ 'f' ?? Free !! Inuse);
p6-pdf/PDF-Lite-p6
…/README.md :4:
<a href="https://ci.appveyor.com/project/dwarring/PDF-Lite-p6/branch/master"\>\<img src="https://ci.appveyor.com/api/projects/status/github/p6-pdf/PDF-Lite-p6?branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20FAIL&pendingText=Windows%20-%20pending&svg=true"></a>
p6-pdf/PDF-p6
…/README.md :5:
<a href="https://ci.appveyor.com/project/dwarring/PDF-p6/branch/master"\>\<img src="https://ci.appveyor.com/api/projects/status/github/p6-pdf/PDF-p6?branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20FAIL&pendingText=Windows%20-%20pending&svg=true"></a>
p6-pdf/PDF-p6
…/Writer.pm :370:
my Str $status = do given $type {
p6-pdf/PDF-p6
…/Writer.pm :380:
"%010d %05d %s \n".sprintf($offset, $gen-num, $status)
p6-pdf/PDF-p6
…/simple.fdf :2:
1 0 obj
<<
/FDF << /Fields [ << /V (Thanks George)/T (status)>> ] /ID [ <3c0e51bf6427b09f7faa482297af6957><5f9787a1646a3bfe44b7725c9c1284df>
] >>
>>
endobj
trailer
<<
/Root 1 0 R

>> %%EOF | | patch/geo-region-pm6
…/LICENSE :186:
| of preserving the free status of all derivatives of our free software and | | peelle/LendingClub
…/LendingClub.pm :27:
| given $results.status-code { | | peelle/LendingClub
…/LendingClub.pm :33:
| default { { error => 'Unkown error.', status-code => $results.status-code } } | | perl6-community-modules/p6-irc-utils
…/Utils.pm :133:
| Parses a list representing an IRC status mode line. | | perl6-community-modules/p6-irc-utils
…/Utils.pm :135:
| The C<@mode> parameter is an array representing the status mode line to parse. | | perl6-community-modules/p6-irc-utils
…/Utils.pm :136:
| You may also pass an array or hash to specify valid channel and status modes. | | perl6-community-modules/p6-irc-utils
…/Utils.pm :138:
| the valid status modes default to C<< {o => '@', h => '%', v => '+'} >>. | | perl6-community-modules/p6-test-builder
…/Output.pm :28:
| reporting individual test results and the final pass/fail status. | | perl6-community-modules/p6-test-builder
…/Test.pm :10:
| method status() returns Hash { | | perl6-community-modules/p6-test-builder
…/Test.pm :42:
| # XXX Consider making status() generic, i.e. has no definition | | perl6-community-modules/p6-test-builder
…/Test.pm :43:
| method status() returns Hash { | | perl6-community-modules/p6-test-builder
…/Test.pm :44:
| my %status = self.SUPER::status; | | perl6-community-modules/p6-test-builder
…/Test.pm :45:
| %status<reason> = $.reason; | | perl6-community-modules/p6-test-builder
…/Test.pm :47:
| return %status; | | perl6-community-modules/p6-test-builder
…/Test.pm :60:
| method status() returns Hash { | | perl6-community-modules/p6-test-builder
…/Test.pm :61:
| my %status = self.SUPER::status; | | perl6-community-modules/p6-test-builder
…/Test.pm :63:
| %status<todo> = Bool::True; | | perl6-community-modules/p6-test-builder
…/Test.pm :64:
| %status<passed> = Bool::True; | | perl6-community-modules/p6-test-builder
…/Test.pm :65:
| %status<really_passed> = $.passed; | | perl6-community-modules/p6-test-builder
…/Test.pm :67:
| return %status; | | perl6-community-modules/p6-test-builder
…/Test.pm :76:
| method status() returns Hash { | | perl6-community-modules/p6-test-builder
…/Test.pm :77:
| my %status = self.SUPER::status; | | perl6-community-modules/p6-test-builder
…/Test.pm :78:
| %status<skip> = Bool::True; | | perl6-community-modules/p6-test-builder
…/Test.pm :80:
| return %status; | | perl6-community-modules/perl6-Toaster
…/toaster-viewer :13:
| $stash<results>{.<module>}{ .<rakudo_long> } = .<status> for |$data; | | perl6-community-modules/perl6-Toaster
…/Toaster.pm6 :69:
| my ToastStatus $status = .killed | | perl6-community-modules/perl6-Toaster
…/Toaster.pm6 :74:
| .tag, .err, .out, ~.exitcode, $status; | | perl6-community-modules/perl6-Toaster
…/Toaster.pm6 :75:
| say colored "Finished {.tag}: $status", | | perl6-community-modules/perl6-Toaster
…/Toaster.pm6 :76:
| <red green>[$status ~~ Succ]; | | perl6-community-modules/perl6-Toaster
…/Toaster.pm6 :78:
| @fails.push: .tag unless $status ~~ Succ; | | perl6-community-modules/perl6-Toaster
…/DB.pm6 :22:
| status TEXT NOT NULL, | | perl6-community-modules/perl6-Toaster
…/DB.pm6 :35:
| ToastStatus $status | | perl6-community-modules/perl6-Toaster
…/DB.pm6 :43:
| stderr, stdout, exitcode, status, time | | perl6-community-modules/perl6-Toaster
…/DB.pm6 :46:
| ~$status, time; | | perl6-community-modules/perl6-Toaster
…/index.html :16:
| .toast-status a { | | perl6-community-modules/perl6-Toaster
…/index.html :39:
| unknown status)</small>. | | perl6-community-modules/perl6-Toaster
…/index.html :67:
| % my $status = $m.value{$commit} // 'Unknown'; | | perl6-community-modules/perl6-Toaster
…/index.html :68:
| % my $class = $status eq 'Succ' ?? 'success' | | perl6-community-modules/perl6-Toaster
…/index.html :69:
| % !! $status eq 'Fail' ?? 'danger' !! 'warning'; | | perl6-community-modules/perl6-Toaster
…/index.html :72:
| %>&amp;commit=<%= $commit %>"><%= $status %></a></td> | | perl6-community-modules/perl6-Toaster
…/module.html :38:
| <p class="lead">Status: <b><%= .<status> %></b>; | | perl6-community-modules/perl6-Toaster
…/index.html.ep :19:
| unknown status)</small>. | | perl6-community-modules/perl6-Toaster
…/index.html.ep :49:
| % my $status = $mods{$m}{$commit} // 'No data'; | | perl6-community-modules/perl6-Toaster
…/index.html.ep :50:
| % my $class = $status eq 'Succ' ? 'success' | | perl6-community-modules/perl6-Toaster
…/index.html.ep :51:
| % : $status eq 'Fail' ? 'danger' : 'warning'; | | perl6-community-modules/perl6-Toaster
…/index.html.ep :54:
| %>&amp;commit=<%= $commit %>"><%= $status %></a></td> | | perl6-community-modules/perl6-Toaster
…/default.html.ep :16:
| .toast-status a { | | perl6-community-modules/perl6-Toaster
…/module.html.ep :18:
| <p class="lead">Status: <b><%= $_->{status} %></b>; | | perl6-community-modules/perl6-Toaster
…/toaster-p5-viewer :24:
| $stash->{results}{ $_->{module} }{ $_->{rakudo_long} } = $_->{status} | | perl6/Blin
…/LICENSE :291:
| typical or common use of that class of product, regardless of the status | | perl6/Blin
…/blin.p6 :26:
| #| Number of seconds between printing the current status (default: 60.0) | | perl6/Blin
…/blin.p6 :374:
| my $status = .done ?? .done.result !! Unknown; | | perl6/Blin
…/blin.p6 :381:
| %json-data{$name}<status> = ~$status; | | perl6/DBIish
…/Pg.pm6 :74:
| my $status = $pg_conn.PQstatus; | | perl6/DBIish
…/Pg.pm6 :75:
| if $status == CONNECTION_OK { | | perl6/DBIish
…/Pg.pm6 :79:
| self!conn-error: :code($status) :errstr($pg_conn.PQerrorMessage); | | perl6/DBIish
…/Connection.pm6 :11:
| pg-notifies pg-consume-input pg-socket pg-parameter-status | | perl6/DBIish
…/Connection.pm6 :60:
| $ = Version.new($!pg_conn.pg-parameter-status('server_version')); | | perl6/DBIish
…/Connection.pm6 :129:
| $_.PQstatus == CONNECTION_OK; | | perl6/DBIish
…/Native.pm6 :8:
| constant LIB = NativeLibs::Searcher.at-runtime('pq', 'PQstatus', 5); | | perl6/DBIish
…/Native.pm6 :69:
| method PQstatus(--> int32) is native(LIB) { * } | | perl6/DBIish
…/Native.pm6 :120:
| method pg-parameter-status(Str --> Str) is symbol('PQparameterStatus') | | perl6/DBIish
…/SQLite.pm6 :22:
| my $status = sqlite3_open($dbname, $p); | | perl6/DBIish
…/SQLite.pm6 :23:
| if $status == SQLITE_OK { | | perl6/DBIish
…/SQLite.pm6 :30:
| self!conn-error: :code($status) :errstr(SQLITE($status)); | | perl6/DBIish
…/Connection.pm6 :13:
| method !handle-error(Int $status) { | | perl6/DBIish
…/Connection.pm6 :14:
| if $status == SQLITE_OK { | | perl6/DBIish
…/Connection.pm6 :17:
| self!set-err($status, sqlite3_errmsg($!conn)); | | perl6/DBIish
…/Connection.pm6 :23:
| my $status = (sqlite3_libversion_number() >= 3003009) | | perl6/DBIish
…/Connection.pm6 :26:
| with self!handle-error($status) { | | perl6/DBIish
…/Connection.pm6 :49:
| if $!conn and (my $status = sqlite3_close($!conn)) != SQLITE_OK { | | perl6/DBIish
…/Connection.pm6 :50:
| self!set-err($status, sqlite3_errstr($status)).fail; | | perl6/DBIish
…/StatementHandle.pm6 :13:
| has Int $!row_status; | | perl6/DBIish
…/StatementHandle.pm6 :16:
| method !handle-error(Int $status) { | | perl6/DBIish
…/StatementHandle.pm6 :17:
| unless $status == SQLITE_OK { | | perl6/DBIish
…/StatementHandle.pm6 :18:
| self!set-err($status, sqlite3_errmsg($!conn)); | | perl6/DBIish
…/StatementHandle.pm6 :39:
| $!row_status = sqlite3_step($!statement_handle); | | perl6/DBIish
…/StatementHandle.pm6 :40:
| if $!row_status == SQLITE_ROW | SQLITE_DONE { | | perl6/DBIish
…/StatementHandle.pm6 :45:
| self!set-err($!row_status, sqlite3_errmsg($!conn)); | | perl6/DBIish
…/StatementHandle.pm6 :51:
| if $!row_status == SQLITE_ROW { | | perl6/DBIish
…/StatementHandle.pm6 :72:
| if ($!row_status = sqlite3_step($!statement_handle)) == SQLITE_DONE { | | perl6/DBIish
…/StatementHandle.pm6 :83:
| $!row_status = Int; | | perl6/DBIish
…/StatementHandle.pm6 :130:
| my $status = $!mysql_client.mysql_query($!statement) | | perl6/DBIish
…/StatementHandle.pm6 :131:
| and self!set-err($status, $!mysql_client.mysql_error).fail; | | perl6/DBIish
…/CommonTesting.pm6 :160:
| my @tuple_status; | | perl6/DBIish
…/CommonTesting.pm6 :163:
| ok $sth.execute-array( { ArrayTupleStatus => @tuple_status } ); | | perl6/DBIish
…/03-lib-util.t :16:
| ok $lib = Util.try-versions('pq', 'PQstatus', 4,5,6), "Postgres is $lib"; | | perl6/doc
…/CONTRIBUTING.md :152:
| TEST_FILES=`git status --porcelain --untracked-files=no | awk '{print $2}'` make xtest | | perl6/doc
…/jquery-3.1.1.min.js :4:
| void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d… | | perl6/doc
…/jquery-ui.min.js :6:
| (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){t.ui=t.ui||{},t.ui.version="1.12.1";var e=0,i=Array.p… | | perl6/doc
…/main.js :86:
| window.setInterval(function screen_size_on_status_bar(){ | | perl6/doc
…/main.js :130:
| if ( request.status >= 400 ) { | | perl6/doc
…/main.js :131:
| report_broken_link(request.status + " for " + url); | | perl6/doc
…/main.js :133:
| // console.log(request.status + " for " + url); | | perl6/doc
…/concurrency.pod6 :37:
| A C<Promise> starts from a C<Planned> status and can result in either a | | perl6/doc
…/concurrency.pod6 :38:
| C<Kept> status, meaning the promise has been successfully completed, or | | perl6/doc
…/concurrency.pod6 :39:
| a C<Broken> status meaning that the promise has failed. | | perl6/doc
…/concurrency.pod6 :45:
| say $p1.status; # OUTPUT: «Planned␤» | | perl6/doc
…/concurrency.pod6 :47:
| say $p1.status; # OUTPUT: «Kept␤» | | perl6/doc
…/concurrency.pod6 :53:
| say $p2.status; # OUTPUT: «Broken␤» | | perl6/doc
…/concurrency.pod6 :97:
| my $promise2 = $promise1.then(-> $v { say $v.status; 'Second Result' }); | | perl6/doc
…/concurrency.pod6 :205:
| as the vow object is kept private, the status of the promise is safe: | | perl6/doc
…/enumeration.pod6 :24:
| sub check-dir-status($dir --> DirStat) { | | perl6/doc
…/enumeration.pod6 :47:
| my $stat = check-dir-status $dir; | | perl6/doc
…/enumeration.pod6 :48:
| say "status of dir '$dir': $stat"; | | perl6/doc
…/enumeration.pod6 :54:
| # status of dir '/tmp': CanWrite | | perl6/doc
…/enumeration.pod6 :56:
| # status of dir '/': NoWrite | | perl6/doc
…/enumeration.pod6 :57:
| # status of dir '~/tmp': NoDir | | perl6/doc
…/exceptions.pod6 :372:
| non-zero status code, and typically prints a message to the standard error | | perl6/doc
…/ipc.pod6 :11:
| information to them and receive their output and exit status. Running a program | | perl6/doc
…/ipc.pod6 :14:
| run 'git', 'status'; | | perl6/doc
…/ipc.pod6 :16:
| This line runs the program named "git" and passes "git" and "status" to its | | perl6/doc
…/routines.pod6 :17:
| sub exit(Int() $status = 0) | | perl6/doc
…/routines.pod6 :19:
| Exits the current process with return code C<$status> or zero if no | | perl6/doc
…/routines.pod6 :20:
| value has been specified. The exit value (C<$status>), when different | | perl6/doc
…/Async.pod6 :281:
| B<will throw> if the program exited with non-zero status, as the C<Proc> | | perl6/doc
…/Promise.pod6 :17:
| say $p.status; # OUTPUT: «Planned␤» | | perl6/doc
…/Promise.pod6 :19:
| say $p.status; # OUTPUT: «Kept␤» | | perl6/doc
…/Promise.pod6 :258:
| say $p.status; # OUTPUT: «Broken␤» | | perl6/doc
…/Promise.pod6 :282:
| =head2 method status | | perl6/doc
…/Promise.pod6 :284:
| method status(Promise:D --> PromiseStatus) | | perl6/doc
…/Promise.pod6 :289:
| say "promise got Kept" if $promise.status ~~ Kept; | | perl6/doc
…/Promise.pod6 :314:
| say $p.status; # OUTPUT: «Kept␤» | | perl6/doc
…/Supply.pod6 :385:
| :$status, # supply to tap status messages from (optional) | | perl6/doc
…/Supply.pod6 :420:
| The C<:status> named parameter optionally specifies a Supply that will receive | | perl6/doc
…/Supply.pod6 :421:
| any status messages. If specified, it will at least send one status message | | perl6/doc
…/Supply.pod6 :422:
| after the original Supply is exhausted. See L<status message|#status_message> below. | | perl6/doc
…/Supply.pod6 :456:
| =item status | | perl6/doc
…/Supply.pod6 :458:
| Send a status message to the C<:status> Supply with the given id. | | perl6/doc
…/Supply.pod6 :460:
| =head3 status message | | perl6/doc
…/Supply.pod6 :462:
| The status return message is a hash with the following keys: | | perl6/doc
…/Supply.pod6 :483:
| The id of this status message (a monotonically increasing number). Handy | | perl6/doc
…/Supply.pod6 :484:
| if you want to log status messages. | | perl6/doc
…/CauseOnlyValidOnBroken.pod6 :21:
| =head2 method status | | perl6/doc
…/CauseOnlyValidOnBroken.pod6 :23:
| method status() | | perl6/doc
…/CauseOnlyValidOnBroken.pod6 :25:
| Returns the status the Promise had at that time. | | perl6/doc
…/unskip.p6 :121:
| say "Completed - please use `git status` to see any updated files"; | | perl6/doc
…/words.pws :915:
| promisestatus | | perl6/form
…/README :5:
| 2012-03-09 Current status: runs and passes all tests with Rakudo nom | | perl6/gtk-simple
…/README.md :1:
| ## GTK::Simple Build Status [![Build st… | | perl6/gtk-simple
…/02-toggles.pl6 :23:
| my $status_label = GTK::Simple::Label.new(text => "the toggles are off and off"), | | perl6/gtk-simple
…/02-toggles.pl6 :39:
| $status_label.text = "the toggles are " ~ | | perl6/gtk-simple
…/02-toggles.pl6 :40:
| ($check_button, $toggle_button)>>.status.map({ <off on>[$_] }).join(" and "); | | perl6/gtk-simple
…/05-bars.pl6 :11:
| my GTK::Simple::StatusBar $status = GTK::Simple::StatusBar.new; | | perl6/gtk-simple
…/05-bars.pl6 :13:
| $status.tooltip-text = "I am a status bar"; | | perl6/gtk-simple
…/05-bars.pl6 :15:
| my $root_ctx = $status.get-context-id("Root"); | | perl6/gtk-simple
…/05-bars.pl6 :16:
| $status.push-status($root_ctx, "Running"); | | perl6/gtk-simple
…/05-bars.pl6 :19:
| my $button1_ctx = $status.get-context-id("Button One"); | | perl6/gtk-simple
…/05-bars.pl6 :23:
| my $button2_ctx = $status.get-context-id("Button One"); | | perl6/gtk-simple
…/05-bars.pl6 :32:
| $status.push-status($button1_ctx, "Button One Clicked - { $progress.fraction * 100 }%"); | | perl6/gtk-simple
…/05-bars.pl6 :46:
| $status.push-status($button2_ctx, "Button Two Clicked - { $progress.fraction * 100 }%"); | | perl6/gtk-simple
…/05-bars.pl6 :60:
| $frame.set-content($status); | | perl6/gtk-simple
…/07-text.pl6 :11:
| $editable.status = True; | | perl6/gtk-simple
…/07-text.pl6 :13:
| $show-cursor.status = True; | | perl6/gtk-simple
…/07-text.pl6 :16:
| $monospace.status = False; | | perl6/gtk-simple
…/07-text.pl6 :20:
| $editable.toggled.tap(-> $w { $text-view.editable = $w.status }); | | perl6/gtk-simple
…/07-text.pl6 :21:
| $show-cursor.toggled.tap( -> $w { $text-view.cursor-visible = $w.status }); | | perl6/gtk-simple
…/07-text.pl6 :22:
| $monospace.toggled.tap( -> $w { $text-view.monospace = $w.status }); | | perl6/gtk-simple
…/13-places-siderbar.pl6 :49:
| # Update initial toggle button status | | perl6/gtk-simple
…/13-places-siderbar.pl6 :50:
| $show-trash-button.status = $places-sidebar.show-trash; | | perl6/gtk-simple
…/13-places-siderbar.pl6 :51:
| $show-recent-button.status = $places-sidebar.show-recent; | | perl6/gtk-simple
…/13-places-siderbar.pl6 :52:
| $show-desktop-button.status = $places-sidebar.show-desktop; | | perl6/gtk-simple
…/13-places-siderbar.pl6 :53:
| $show-connect-to-server-button.status = $places-sidebar.show-connect-to-server; | | perl6/gtk-simple
…/13-places-siderbar.pl6 :54:
| $show-other-locations-button.status = $places-sidebar.show-other-locations; | | perl6/gtk-simple
…/14-radio-button.pl6 :23:
| sub show-radio-button-status($) { | | perl6/gtk-simple
…/14-radio-button.pl6 :28:
| my $status = $radio-button.status ?? "Selected" !! "Unselected"; | | perl6/gtk-simple
…/14-radio-button.pl6 :29:
| $text ~= sprintf("%s is %s\n", $radio-button.label, $status); | | perl6/gtk-simple
…/14-radio-button.pl6 :34:
| $radio1-button.toggled.tap: &show-radio-button-status; | | perl6/gtk-simple
…/14-radio-button.pl6 :35:
| $radio2-button.toggled.tap: &show-radio-button-status; | | perl6/gtk-simple
…/14-radio-button.pl6 :36:
| $radio3-button.toggled.tap: &show-radio-button-status; | | perl6/gtk-simple
…/14-radio-button.pl6 :37:
| $radio4-button.toggled.tap: &show-radio-button-status; | | perl6/gtk-simple
…/14-radio-button.pl6 :39:
| show-radio-button-status(Nil); | | perl6/gtk-simple
…/16-level-bar.pl6 :21:
| sub update-status { | | perl6/gtk-simple
…/16-level-bar.pl6 :29:
| update-status; | | perl6/gtk-simple
…/16-level-bar.pl6 :34:
| update-status; | | perl6/gtk-simple
…/16-level-bar.pl6 :38:
| $level-bar.inverted = $inverted-button.status; | | perl6/gtk-simple
…/16-level-bar.pl6 :39:
| update-status; | | perl6/gtk-simple
…/16-level-bar.pl6 :45:
| update-status; | | perl6/gtk-simple
…/16-level-bar.pl6 :48:
| update-status; | | perl6/gtk-simple
…/Raw.pm6 :570:
| sub gtk_statusbar_new() | | perl6/gtk-simple
…/Raw.pm6 :572:
| is export(:status-bar) | | perl6/gtk-simple
…/Raw.pm6 :576:
| sub gtk_statusbar_get_context_id(GtkWidget $widget, Str $description) | | perl6/gtk-simple
…/Raw.pm6 :578:
| is export(:status-bar) | | perl6/gtk-simple
…/Raw.pm6 :582:
| sub gtk_statusbar_push(GtkWidget $widget, uint32 $context_id, Str $text) | | perl6/gtk-simple
…/Raw.pm6 :584:
| is export(:status-bar) | | perl6/gtk-simple
…/Raw.pm6 :588:
| sub gtk_statusbar_pop(GtkWidget $widget, uint32 $context-id) | | perl6/gtk-simple
…/Raw.pm6 :590:
| is export(:status-bar) | | perl6/gtk-simple
…/Raw.pm6 :593:
| sub gtk_statusbar_remove(GtkWidget $widget, uint32 $context-id, uint32 $message-id) | | perl6/gtk-simple
…/Raw.pm6 :595:
| is export(:status-bar) | | perl6/gtk-simple
…/Raw.pm6 :598:
| sub gtk_statusbar_remove_all(GtkWidget $widget, uint32 $context-id) | | perl6/gtk-simple
…/Raw.pm6 :600:
| is export(:status-bar) | | perl6/gtk-simple
…/StatusBar.pm6 :5:
| use GTK::Simple::Raw :status-bar; | | perl6/gtk-simple
…/StatusBar.pm6 :15:
| $!gtk_widget = gtk_statusbar_new(); | | perl6/gtk-simple
…/StatusBar.pm6 :19:
| gtk_statusbar_get_context_id($!gtk_widget, $description); | | perl6/gtk-simple
…/StatusBar.pm6 :22:
| method push-status(Int $context-id, Str $text) returns Int { | | perl6/gtk-simple
…/StatusBar.pm6 :23:
| gtk_statusbar_push($!gtk_widget, $context-id, $text); | | perl6/gtk-simple
…/StatusBar.pm6 :26:
| method pop-status(Int $context-id) { | | perl6/gtk-simple
…/StatusBar.pm6 :27:
| gtk_statusbar_pop($!gtk_widget, $context-id); | | perl6/gtk-simple
…/StatusBar.pm6 :30:
| method remove-status(Int $context-id, Int $message-id) { | | perl6/gtk-simple
…/StatusBar.pm6 :31:
| gtk_statusbar_remove($!gtk_widget, $context-id, $message-id); | | perl6/gtk-simple
…/StatusBar.pm6 :34:
| method remove-status-all(Int $context-id) { | | perl6/gtk-simple
…/StatusBar.pm6 :35:
| gtk_statusbar_remove_all($!gtk_widget, $context-id); | | perl6/gtk-simple
…/Switch.pm6 :15:
| method status() | | perl6/gtk-simple
…/ToggleButton.pm6 :29:
| method status() | | perl6/p6-sake
…/README.md :19:
| ### Current status | | perl6/p6-sake
…/Task.pm6 :15:
| if $.ready.status !~~ Planned { | | perl6/p6-sake
…/Task.pm6 :30:
| $.ready.keep: $.modification-time unless $.ready.status ~~ Kept; | | perl6/p6-sake
…/Task.pm6 :35:
| self.execute unless $.ready.status ~~ Kept; | | perl6/perl6-http-server-async
…/README.md :25:
| $response.status = 200; | | perl6/perl6-http-server-async
…/README.md :90:
| #### $.status (Int) | | perl6/perl6-http-server-async
…/README.md :91:
| Set the status of the response, uses HTTP status codes. See here for more info | | perl6/perl6-http-server-async
…/connection_hijack.pl6 :14:
| $response.status = 404; | | perl6/perl6-http-server-async
…/connection_hijack.pl6 :23:
| $response.status = 404; | | perl6/perl6-http-server-async
…/echoserver.pl6 :28:
| $response.status = 404; | | perl6/perl6-http-server-async
…/Hijack.pm6 :2:
| has $.status is rw; | | perl6/perl6-http-server-async
…/Hijack.pm6 :8:
| $!status = True; | | perl6/perl6-http-server-async
…/rest.pl6 :28:
| $response.status = 404; | | perl6/perl6-http-server-async
…/Async.pm6 :228:
| return True unless $r.status ~~ Kept; | | perl6/perl6-http-server-async
…/Response.pm6 :18:
| await $.connection.print("HTTP/1.1 $.status {%!statuscodes{$.status}}\r\n"); | | perl6/perl6-http-server-async
…/01_request.t :24:
| $response.status = 200; | | perl6/perl6-http-server-async
…/03_statuscode.t :15:
| $response.status = 404; | | perl6/perl6-http-server-async
…/07_chunkedrequestecho.t :14:
| $response.status = 200; | | perl6/perl6-http-server-async
…/09_unbuffer.t :21:
| $response.status = 200; | | perl6/perl6-http-server-async
…/Inject.pm6 :5:
| $!status = False; | | perl6/perl6-http-server
…/Response.pm6 :2:
| has Int $.status is rw = 200; | | perl6/perl6-http-server
…/Response.pm6 :10:
| has %.statuscodes = ( | | perl6/perl6-lwp-simple
…/README.md :38:
| Current status | | perl6/perl6-lwp-simple
…/Simple.pm :84:
| my ($status, $resp_headers, $resp_content) = | | perl6/perl6-lwp-simple
…/Simple.pm :94:
| given $status { | | perl6/perl6-lwp-simple
…/Simple.pm :99:
| die "Redirect $status without a new URL?"; | | perl6/perl6-lwp-simple
…/Simple.pm :262:
| my ($status, $resp_headers, $resp_content) = self.parse_response($resp); | | perl6/perl6-lwp-simple
…/Simple.pm :296:
| return ($status, $resp_headers, $resp_content); | | perl6/perl6-lwp-simple
…/Simple.pm :331:
| my Str $status_line = @header_lines.shift; | | perl6/perl6-lwp-simple
…/Simple.pm :337:
| return $status_line, %header.item, $resp.subbuf($header_end_pos +4).item; | | perl6/whateverable
…/LICENSE :291:
| typical or common use of that class of product, regardless of the status | | perl6/whateverable
…/Bisection.pm6 :38:
| my $status; | | perl6/whateverable
…/Bisection.pm6 :56:
| $status = $result<exit-code>; | | perl6/whateverable
…/Bisection.pm6 :62:
| if $status == 2 { | | perl6/whateverable
…/Bisection.pm6 :71:
| if $status ≠ 0 { | | perl6/whateverable
…/Bisection.pm6 :77:
| %( :$log, :$status, :$first-new-commit ) | | perl6/whateverable
…/Messages.pm6 :79:
| my $status = run :out, <git status --porcelain --untracked-files=no -->, | | perl6/whateverable
…/Messages.pm6 :81:
| proceed if !$status && !%*ENV<DEBUGGABLE>; # not a repo file and not in the debug mode | | perl6/whateverable
…/Messages.pm6 :82:
| my $private-debugging = !$status; | | perl6/whateverable
…/Messages.pm6 :83:
| $status = $status.out.slurp-rest; | | perl6/whateverable
…/Messages.pm6 :84:
| my $uncommitted = $status && !$status.starts-with: ‘ ’; # not committed yet | | perl6/whateverable
…/Processing.pm6 :64:
| ~ “ (HTTP status line is {$response.status-line})” | | perl6/whateverable
…/Processing.pm6 :97:
| ~ “ (HTTP status line is {$response.status-line})” | | perl6/whateverable
…/pull-gh :39:
| note $response.status-line; | | perl6/whateverable
…/pull-gh :56:
| die $response.status-line | | perl6/whateverable
…/Bisectable.p6 :174:
| my $bisect-status = $bisect-result<status>; | | perl6/whateverable
…/Bisectable.p6 :186:
| if $bisect-status ≠ 0 { | | perl6/whateverable
…/Releasable.p6 :39:
| 􏿽xE2􏿽x80􏿽x9Cstatus | status link” | | perl6/whateverable
…/Releasable.p6 :192:
| [changelog|release|log|status|info|when|next]‘?’? | | perl6/whateverable
…/Squashable.p6 :37:
| “Available commands: status, log, quiet, loud” | | perl6/whateverable
…/Squashable.p6 :85:
| multi method irc-to-me($msg where /^ \s* [log|status|info|when|next] | | perl6/whateverable
…/Squashable.p6 :150:
| $response.status = 500; $response.close; | | perl6/whateverable
…/Squashable.p6 :159:
| $response.status = 400; $response.close(‘Signatures didn't match’); | | perl6/whateverable
…/Squashable.p6 :164:
| $response.status = 400; $response.close(‘Invalid JSON’); | | perl6/whateverable
…/Squashable.p6 :174:
| $response.status = 200; $response.close; | | perl6/whateverable
…/Squashable.p6 :183:
| $response.status = 200; | | perl6/whateverable
…/Undersightable.p6 :164:
| take “| **$url** | **{.response.status}** | **$chr {.message}** |” does $type | | perl6/whateverable
…/Undersightable.p6 :179:
| take “| $url | {.status} | OK |” with $resp | | perl6/whateverable
…/Undersightable.p6 :198:
| take “| $url | $resp.status() | OK (same file as before) |” | | perl6/whateverable
…/Undersightable.p6 :200:
| take “| $url | $resp.status() | **☠ File was changed after publication!** |” | | perl6/whateverable
…/Undersightable.p6 :203:
| take “| $url | $resp.status() | OK (fresh download) |” but Info; | | perl6/whateverable
…/Undersightable.p6 :243:
| take “| $url | {.status} | $last-tag release is mentioned |” ; | | perl6/whateverable
…/Undersightable.p6 :245:
| take “| $url | {.status} | **☠ No mention of $last-tag release found** |” does Error; | | perl6/whateverable
…/Undersightable.p6 :255:
| take “| $url | {.status} | $last-tag release is mentioned |” ; | | perl6/whateverable
…/Undersightable.p6 :257:
| take “| $url | {.status} | **☠ No mention of $last-tag release found** |” does Error; | | perl6/whateverable
…/Undersightable.p6 :267:
| take “| $url | {.status} | $last-tag release is mentioned |” ; | | perl6/whateverable
…/Undersightable.p6 :269:
| take “| $url | {.status} | **☠ No mention of $last-tag release found** |” does Error; | | perl6/whateverable
…/Undersightable.p6 :275:
| multi method irc-to-me($msg where /check|status|info|test|log/) { | | perl6/whateverable
…/benchable.t :126:
| “{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found)”); | | perl6/whateverable
…/bisectable.t :201:
| “{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found)”); | | perl6/whateverable
…/committable.t :213:
| “{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found)”); | | perl6/whateverable
…/evalable.t :143:
| “{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found)”); | | perl6/whateverable
…/greppable.t :52:
| ‘ what I'm doing, but I get Non-zero exit status w/o this</code> |’ $$/)); | | perl6/whateverable
…/Testable.pm6 :46:
| if $started.status ~~ Broken { | | perl6/whateverable
…/releasable.t :13:
| $t.common-tests: help => 􏿽xE2􏿽x80􏿽x9Cstatus | status link”; | | perl6/whateverable
…/releasable.t :91:
| “{$t.bot-nick}: status”, | | perl6/whateverable
…/releasable.t :154:
| /^ <me($t)>‘, status | status link’ /); | | perl6/whateverable
…/unicodable.t :150:
| “{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found)”); | | perlpilot/p6-File-Temp
…/README.md :1:
| Build<b> status</b> | | perlpilot/p6-Questhub
…/qh :7:
| sub MAIN('list', :$owner?, :$status?, :$tags?) { | | perlpilot/p6-Questhub
…/qh :9:
| my @quests = $qh.get_quests(:user($owner), :$status); | | perlpilot/p6-Questhub
…/qh :17:
| say join " ", colored($q.id, 'yellow'), colored(~+$q.likes, 'red'), colored($q.status, "blue"), $tags-str, $q.name; | | perlpilot/p6-Questhub
…/Questhub.pm6 :13:
| $extra ~= "&status=%opts<status>" if %opts<status>; | | perlpilot/p6-Questhub
…/Quest.pm6 :7:
| has Questhub::Quest::State $.status = !!! 'status required'; | | pierre-vigier/Perl6-Math-Matrix
…/README.md :2:
| Build<b> status</b> | | pierre-vigier/Perl6-Math-Matrix
…/update_readme.sh :7:
| echo "Build<b> status</b>\n" >>README.md | | pmqs/Archive-SimpleZip
…/ZipTest.pm6 :164:
| # my $status = ( system("$ZIP -T $file >$outfile") == 0 ) ; | | pmqs/Archive-SimpleZip
…/ZipTest.pm6 :168:
| # return $status ; | | ramiroencinas/perl6-System-DiskAndUpdatesAlerts
…/DiskAndUpdatesAlerts.pm6 :106:
| if $p.status { | | retupmoca/P6-Compress-Zlib-Raw
…/README.md :3:
| Build Status [![Bu… | | retupmoca/P6-Net-AMQP
…/AMQP.pm6 :80:
| unless $tmp.status == Kept { | | retupmoca/P6-Net-AMQP
…/AMQP.pm6 :97:
| unless $tmp.status == Kept { | | retupmoca/P6-Net-AMQP
…/Channel.pm6 :82:
| if $!closed.status ~~ Kept { | | retupmoca/P6-Net-AMQP
…/Channel.pm6 :160:
| method flow($status --> Promise) { | | retupmoca/P6-Net-AMQP
…/Channel.pm6 :161:
| self!basic-method("channel.flow",'channel.flow-ok',$status); | | retupmoca/P6-Net-AMQP
…/01-connect.t :17:
| unless $initial-promise.status == Kept { | | retupmoca/P6-Net-AMQP
…/01-connect.t :21:
| is $initial-promise.status, Kept, 'Initial connection successful'; | | retupmoca/P6-Net-AMQP
…/01-connect.t :27:
| is $close-promise-new.status, Kept, 'connection.close success'; | | retupmoca/P6-Net-AMQP
…/01-connect.t :28:
| is $close-promise.status, Kept, 'Also affects initial connection promise'; | | retupmoca/P6-Net-AMQP
…/05-channel.t :14:
| unless $initial-promise.status == Kept { | | retupmoca/P6-Net-AMQP
…/05-channel.t :21:
| is $channel-promise.status, Kept, 'channel.open success'; | | retupmoca/P6-Net-AMQP
…/05-channel.t :25:
| is $channel.closed.status , Planned, "the closed Promise remains planned"; | | retupmoca/P6-Net-AMQP
…/05-channel.t :34:
| if $timeout.status == Kept { | | retupmoca/P6-Net-AMQP
…/05-channel.t :37:
| is $p.status, Kept, 'channel.flow(0) success'; | | retupmoca/P6-Net-AMQP
…/05-channel.t :39:
| is $p.status, Kept, 'channel.flow(1) success'; | | retupmoca/P6-Net-AMQP
…/05-channel.t :43:
| is $p.status, Kept, 'basic.qos success (prefetch limit: 10)'; | | retupmoca/P6-Net-AMQP
…/05-channel.t :46:
| is $p.status, Kept, 'basic.recover success'; | | retupmoca/P6-Net-AMQP
…/05-channel.t :50:
| is $chan-close-promise.status, Kept, 'channel.close success'; | | retupmoca/P6-Net-AMQP
…/05-channel.t :51:
| is $channel.closed.status, Kept, "and closed is not Kept"; | | retupmoca/P6-Net-AMQP
…/05-channel.t :55:
| is $chan-close-promise.status, Kept, 'channel.close success (already closed)'; | | retupmoca/P6-Net-AMQP
…/10-exchange.t :14:
| unless $initial-promise.status == Kept { | | retupmoca/P6-Net-AMQP
…/10-exchange.t :24:
| is $exchange-promise.status, Kept, "Can passively declare amq.direct exchange"; | | retupmoca/P6-Net-AMQP
…/10-exchange.t :28:
| is $exchange-promise.status, Kept, "Can declare new exchange"; | | retupmoca/P6-Net-AMQP
…/10-exchange.t :46:
| ok $return-promise.status ~~ Kept, "return supply got the message from mandatory"; | | retupmoca/P6-Net-AMQP
…/10-exchange.t :50:
| is $exchange-delete-promise.status, Kept, "Can delete exchange"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :14:
| unless $initial-promise.status == Kept { | | retupmoca/P6-Net-AMQP
…/15-queue.t :24:
| is $queue-promise.status, Kept, "Can declare new queue"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :29:
| is $queue-delete-promise.status, Kept, "Can delete queue"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :33:
| is $queue-promise.status, Kept, "Can declare new queue without an explicit name"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :38:
| is $queue-delete-promise.status, Kept, "Can delete that queue"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :43:
| is $queue-promise.status, Kept, "Can declare new queue without an explicit name"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :48:
| is $queue-delete-promise.status, Kept, "Can delete that queue"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :53:
| is $queue-promise.status, Kept, "Can declare new queue without an explicit name"; | | retupmoca/P6-Net-AMQP
…/15-queue.t :58:
| is $queue-delete-promise.status, Kept, "Can delete that queue"; | | retupmoca/P6-Net-AMQP
…/20-integration.t :13:
| unless $initial-promise.status == Kept { | | retupmoca/P6-Net-AMQP
…/20-integration.t :59:
| if $good-promise.status ~~ Kept { | | retupmoca/P6-Net-AMQP
…/25-issue-21-cancel.t :58:
| ok $p.status ~~ Planned, "didn't get the message after cancel"; | | retupmoca/P6-Net-AMQP
…/31-tutorial-one.t :17:
| unless $initial-promise.status == Kept { | | retupmoca/P6-Net-AMQP
…/31-tutorial-one.t :56:
| is $p.status, Kept, "receiver status Kept"; | | retupmoca/P6-Net-AMQP
…/32-tutorial-two.t :15:
| unless $initial-promise.status == Kept { | | retupmoca/P6-Net-AMQP
…/32-tutorial-two.t :64:
| is $p.status, Kept, "receiver status Kept"; | | retupmoca/P6-Net-AMQP
…/RabbitHelper.pm :14:
| if $initial-promise.status == Kept { | | retupmoca/P6-Net-IMAP
…/README.md :96:
| - `status($mbox, $type)` | | retupmoca/P6-Net-IMAP
…/Raw.pm6 :87:
| method status($mbox, $type) { | | retupmoca/P6-SAML
…/Response.pm6 :10:
| has $.status; | | retupmoca/P6-iCal
…/ICal.pm6 :66:
| my $status; | | retupmoca/P6-iCal
…/ICal.pm6 :75:
| $status = $_<value> if $_<name> eq 'STATUS'; | | retupmoca/P6-iCal
…/ICal.pm6 :92:
| @!events.push: Data::ICal::Event.new(:$uid, :$dtstamp, :$organizer, :$dtstart-raw, :$dtend-raw, :$summary, :$status, :$method, :$sequence, :$description, :root(self)); | | retupmoca/P6-iCal
…/Event.pm6 :9:
| has $.status; | | retupmoca/P6-iCal
…/Event.pm6 :30:
| $ret ~= "STATUS:" ~ $.status ~ "\n" if $.status; | | salortiz/NativeHelpers-Blob
…/CompileTestLib.pm :51:
| if $handle.out.close.status { | | samgwise/Net-OSC
…/README.md :90:
| <tr> <td>Compatibility updates for Numeric::Pack:ver&lt;0.3.0&gt;</td> <td>Better protabilty as we&#39;re now pure perl all the way down</td> <td>201… | | samgwise/Net-OSC
…/OSC.pm6 :90:
| Removed vestiges of the pack feature | Net::OSC wil not be effected by the experimental status of pack in Rakudo | 2018-06-19 | | scovit/Scheduler-DRMAA
…/COPYING :303:
| typical or common use of that class of product, regardless of the status | | scovit/Scheduler-DRMAA
…/README.md :159:
| method status | | scovit/Scheduler-DRMAA
…/README.md :161:
| Retuns the one of the following status objects: | | scovit/Scheduler-DRMAA
…/status.pl6 :51:
| my int32 $status = 0; | | scovit/Scheduler-DRMAA
…/status.pl6 :57:
| $errnum = drmaa_job_ps($jobid, $status, $error, | | scovit/Scheduler-DRMAA
…/status.pl6 :61:
| warn "Could not get job status: ", $error; | | scovit/Scheduler-DRMAA
…/status.pl6 :64:
| given ($status) { | | scovit/Scheduler-DRMAA
…/status.pl6 :65:
| when DRMAA_PS_UNDETERMINED { say "Job status cannot be determined" } | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :67:
| my int32 $status = 0; | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :73:
| DRMAA_JOBNAME_BUFFER, $status, | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :84:
| drmaa_wifaborted($aborted, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :92:
| drmaa_wifexited($exited, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :95:
| my int32 $exit_status = 0; | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :97:
| drmaa_wexitstatus($exit_status, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :98:
| say 'Job ', $jobid, ' finished regularly with exit status ', $exit_status; | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :103:
| drmaa_wifsignaled($signaled, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait-task.pl6 :108:
| drmaa_wtermsig($termsig, DRMAA_SIGNAL_BUFFER, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait.pl6 :44:
| my int32 $status = 0; | | scovit/Scheduler-DRMAA
…/wait.pl6 :56:
| $errnum = drmaa_wait($jobid, $jobid_out, DRMAA_JOBNAME_BUFFER, $status, | | scovit/Scheduler-DRMAA
…/wait.pl6 :67:
| drmaa_wifaborted($aborted, $status, (Buf), 0); | | scovit/Scheduler-DRMAA
…/wait.pl6 :75:
| drmaa_wifexited($exited, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait.pl6 :78:
| my int32 $exit_status = 0; | | scovit/Scheduler-DRMAA
…/wait.pl6 :80:
| drmaa_wexitstatus($exit_status, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait.pl6 :81:
| say 'Job ', $jobid, ' finished regularly with exit status ', $exit_status; | | scovit/Scheduler-DRMAA
…/wait.pl6 :86:
| drmaa_wifsignaled($signaled, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/wait.pl6 :91:
| drmaa_wtermsig($termsig, DRMAA_SIGNAL_BUFFER, $status, (CBuffer), 0); | | scovit/Scheduler-DRMAA
…/status.pl6 :16:
| say 'Job ', $submission.job-id, ' status: ', $submission.status; | | scovit/Scheduler-DRMAA
…/NativeCall.pm6 :79:
| enum status is export ( | | scovit/Scheduler-DRMAA
…/NativeCall.pm6 :473:
| # * status of the job identified by @a job_id. The possible values of | | scovit/Scheduler-DRMAA
…/NativeCall.pm6 :485:
| # * Terminated jobs have a status of DRMAA_PS_FAILED. | | scovit/Scheduler-DRMAA
…/NativeCall.pm6 :536:
| # * status information is available will satisfy the requirement, including | | scovit/Scheduler-DRMAA
…/NativeCall.pm6 :573:
| # * drmaa_wifexited(), drmaa_wexitstatus(), drmaa_wifsignaled(), | | scovit/Scheduler-DRMAA
…/NativeCall.pm6 :594:
| #int drmaa_wexitstatus( int *exit_status, int stat, | | scovit/Scheduler-DRMAA
…/NativeCall.pm6 :596:
| sub drmaa_wexitstatus(int32 $exit_status is rw, int32 $stat, | | scovit/Scheduler-DRMAA
…/Session.pm6 :47:
| my int32 $status = 0; | | scovit/Scheduler-DRMAA
…/Session.pm6 :53:
| DRMAA_JOBNAME_BUFFER, $status, | | scovit/Scheduler-DRMAA
…/Session.pm6 :88:
| try-ten-times { drmaa_wifaborted($aborted, $status, | | scovit/Scheduler-DRMAA
…/Session.pm6 :94:
| try-ten-times { drmaa_wifexited($exited, $status, | | scovit/Scheduler-DRMAA
…/Session.pm6 :98:
| try-ten-times { drmaa_wexitstatus($exit-code, $status, | | scovit/Scheduler-DRMAA
…/Session.pm6 :105:
| try-ten-times { drmaa_wifsignaled($signaled, $status, | | scovit/Scheduler-DRMAA
…/Session.pm6 :112:
| try-ten-times { drmaa_wtermsig($termsig-buf, DRMAA_SIGNAL_BUFFER, $status, | | scovit/Scheduler-DRMAA
…/Submission.pm6 :41:
| method status() { | | scovit/Scheduler-DRMAA
…/Submission.pm6 :42:
| my int32 $status = 0; | | scovit/Scheduler-DRMAA
…/Submission.pm6 :47:
| my $error-num = drmaa_job_ps($jobid-buf, $status, | | scovit/Scheduler-DRMAA
…/Submission.pm6 :52:
| DRMAA::Submission::Status::from-code($status); | | scovit/Scheduler-DRMAA
…/Status.pm6 :27:
| # The following are returned by .status method on a DRMAA::Submission instance | | scovit/Scheduler-DRMAA
…/DRMAA.pm6 :180:
| method status | | scovit/Scheduler-DRMAA
…/DRMAA.pm6 :182:
| Retuns the one of the following status objects: | | sergot/http-useragent
…/README.md :20:
| die $response.status-line; | | sergot/http-useragent
…/ex_readme.p6 :13:
| die $response.status-line; | | sergot/http-useragent
…/Response.pm6 :8:
| has $.status-line is rw; | | sergot/http-useragent
…/Response.pm6 :16:
| $!status-line = self.set-code($!code); | | sergot/http-useragent
…/Response.pm6 :71:
| $!status-line = $code ~ " " ~ get_http_status_msg($code); | | sergot/http-useragent
…/Response.pm6 :81:
| # Special case for the HTTP status code 303 (redirection): | | sergot/http-useragent
…/Response.pm6 :106:
| my $s = $.protocol ~ " " ~ $!status-line; | | sergot/http-useragent
…/Response.pm6 :145:
| Returns True if response is successful (status == 2xx), False otherwise. | | sergot/http-useragent
…/UserAgent.pm6 :184:
| X::HTTP::Response.new(:rc($response.status-line), :response($response)).throw; | | sergot/http-useragent
…/UserAgent.pm6 :187:
| X::HTTP::Server.new(:rc($response.status-line), :response($response)).throw; | | sergot/http-useragent
…/UserAgent.pm6 :499:
| die $response.status-line; | | sergot/http-useragent
…/UserAgent.pm6 :529:
| this case you should check C<is-success> to determine the status of the | | sergot/http-useragent
…/050-response.t :24:
| # status-line | | sergot/http-useragent
…/050-response.t :25:
| is $r.status-line, '200 OK', 'status-line 1/1'; | | sergot/http-useragent
…/050-response.t :29:
| ## 200-300 status is-success | | sergot/http-useragent
…/050-response.t :36:
| is $r.status-line, '404 Not Found', 'set-code 1/1'; | | sergot/http-useragent
…/050-response.t :43:
| is $r.status-line, '200 OK', 'parse - status-line 3/4'; | | sergot/http-useragent
…/082-exceptions.t :10:
| lives-ok { $res = $ua.get('http://httpbin.org/status/404') }, "no exception - expect 404"; | | sergot/http-useragent
…/082-exceptions.t :17:
| throws-like { $ua.get('http://httpbin.org/status/404') }, X::HTTP::Response, message => "Response error: '404 Not Found'", response => HTTP::Response; | | sergot/http-useragent
…/090-ua-ssl.t :22:
| throws-like 'use HTTP::UserAgent; my $ssl = HTTP::UserAgent.new(:throw-exceptions); $ssl.get("https://httpbin.org/status/403")', X::HTTP::Response, message => "Response error: '403 Forbidden'"; | | sergot/http-useragent
…/190-issue-116.t :23:
| my $request = HTTP::Request.new(GET => 'http://httpbin.org/status/304'); | | sergot/openssl
…/README.md :1:
| OpenSSL Build Status [![Build status](ht… | | shantanubhadoria/p6-Printer-ESCPOS
…/README.md :16:
| if $p.status { | | shantanubhadoria/p6-Printer-ESCPOS
…/README.md :119:
| if $p.status { | | shantanubhadoria/p6-Printer-ESCPOS
…/README.md :154:
| if $p.status { | | shantanubhadoria/p6-Printer-ESCPOS
…/asyncNetworkPrinter.p6 :7:
| if $p.status { | | shantanubhadoria/p6-Printer-ESCPOS
…/ESCPOS.pm6 :19:
| if $p.status { | | shantanubhadoria/p6-Printer-ESCPOS
…/ESCPOS.pm6 :149:
| if $p.status { | | shantanubhadoria/p6-Printer-ESCPOS
…/ESCPOS.pm6 :194:
| if $p.status { | | shuppet/p6-api-discord
…/Types.pm6 :6:
| <despatch heartbeat identify status-update | | skaji/Frinfon
…/Frinfon.pm6 :13:
| method create-response(Int $status = 200) { | | skaji/Frinfon
…/Frinfon.pm6 :14:
| Crust::Response.new(status => $status, headers => []); | | skaji/Frinfon
…/Frinfon.pm6 :20:
| status => 200, | | skaji/Frinfon
…/Frinfon.pm6 :29:
| status => 200, | | skaji/perl6-MetaCPAN-Favorite
…/Favorite.pm6 :15:
| if $p.status ~~ Kept { | | skaji/perl6-MetaCPAN-Favorite
…/Favorite.pm6 :20:
| info("Failed to get {$res<url>}: {$res<status>} {$res<reason>}"); | | [skaji/perl6-WaitGroup
…/README.md :28:](https://github.com/skaji/perl6-WaitGroup/blob/4e155a3eaca7d14918c8e80dd34680861d41eabb/README.md#L28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment