view release on metacpan or search on metacpan
eg/content/sample2.md
eg/cpanfile
eg/environments/development.yml
eg/environments/production.yml
eg/lib/Site.pm
eg/public/404.html
eg/public/500.html
eg/public/css/error.css
eg/public/css/style.css
eg/public/dispatch.cgi
eg/public/dispatch.fcgi
view all matches for this distribution
view release on metacpan or search on metacpan
script/_wordlist-blossom view on Meta::CPAN
#function will also fill the information in the C<logs> result metadata.
#
#Examples:
#
# err(); # => [500, "FUNC failed", undef, {...}];
# err(404); # => [404, "FUNC failed", undef, {...}];
# err(404, "Not found"); # => [404, "Not found", ...]
# err("Not found", 404); # => [404, "Not found", ...]; # order doesn't matter
# err([404, "Prev error"]); # => [500, "FUNC failed", undef,
# # {logs=>[...], prev=>[404, "Prev error"]}]
#
#Will put C<stack_trace> in logs only if C<Carp::Always> module is loaded.
#
#=head2 warn_err(...)
#
view all matches for this distribution
view release on metacpan or search on metacpan
script/_wordlist-wordle view on Meta::CPAN
#function will also fill the information in the C<logs> result metadata.
#
#Examples:
#
# err(); # => [500, "FUNC failed", undef, {...}];
# err(404); # => [404, "FUNC failed", undef, {...}];
# err(404, "Not found"); # => [404, "Not found", ...]
# err("Not found", 404); # => [404, "Not found", ...]; # order doesn't matter
# err([404, "Prev error"]); # => [500, "FUNC failed", undef,
# # {logs=>[...], prev=>[404, "Prev error"]}]
#
#Will put C<stack_trace> in logs only if C<Carp::Always> module is loaded.
#
#=head2 warn_err(...)
#
view all matches for this distribution
view release on metacpan or search on metacpan
script/_wordlist view on Meta::CPAN
#function will also fill the information in the C<logs> result metadata.
#
#Examples:
#
# err(); # => [500, "FUNC failed", undef, {...}];
# err(404); # => [404, "FUNC failed", undef, {...}];
# err(404, "Not found"); # => [404, "Not found", ...]
# err("Not found", 404); # => [404, "Not found", ...]; # order doesn't matter
# err([404, "Prev error"]); # => [500, "FUNC failed", undef,
# # {logs=>[...], prev=>[404, "Prev error"]}]
#
#Will put C<stack_trace> in logs only if C<Carp::Always> module is loaded.
#
#=head2 warn_err(...)
#
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/wsgetmail/MS365.pm view on Meta::CPAN
as closely as possible.
The defaults in L<App::wsgetmail> could be represented as:
$example_response_matrix = {
delete_message => { '400' => 'ignore', '404' => 'ignore' },
default => { '5xx' => 'ignore' },
};
view all matches for this distribution
view release on metacpan or search on metacpan
print "\r\n";
return;
}
unless (-f $path) {
print "HTTP/1.0 404 Not found\r\n";
print $cgi->header,
$cgi->start_html('Not found'),
$cgi->h1('Not found'),
$path,
$cgi->end_html;
sub on_list_dir {
my ($cgi, $path) = @_;
if (!-d $path) {
write_error(404, "Not found");
return;
}
my @contents = ();
opendir(my $dh, $path) or die "Cannot open directory: $!";
view all matches for this distribution
view release on metacpan or search on metacpan
Fri Mar 26 16:37:29 2021 +0000
a1a30f661b6f28b0ae0a6fb7283f0fd30fcc5e40
* fix indentation
Fri Mar 26 16:37:29 2021 +0000
ff5383c2f14d05ba2389aef831467440432fb2ab
* fix indentation
Fri Mar 26 16:36:27 2021 +0000
5a2eb29bd89fc859dc9e3a8d9e4cb7656e4b8420
Fri Mar 26 15:05:47 2021 +0000
7f5cfcbc2d4a0ca0d2294ceeb603d5c1e370b47d
* add redact option
Fri Mar 26 15:05:47 2021 +0000
c7f874a112846ffda3dd00bd354ba124049c5d2d
* documentation updates
Fri Mar 26 14:52:17 2021 +0000
a4f30989bd4e05ab42f4af68b993972f4a1fccd3
Wed Jan 6 09:47:30 2021 +0000
522aba970e62a0bd42b781e934067a53890b9634
* fix bitmask for deflate compression level
Tue Jan 5 17:35:40 2021 +0000
a112fa01de85b228be51a5a40498b9a30ee969a0
* Avoid using indirect calls
Tue Jun 23 14:26:40 2020 -0600
36390d5562dbc799d4a8bbf7ec32ddf3317f504f
Tue Jan 21 22:18:55 2020 +0000
3c646399b724daf420c08c35e72a11990d81f076
* remove trailing whitespace
Tue Jan 21 22:12:59 2020 +0000
89bd8162f5d51358e5e3b76404b62a96b0f6c901
* minor documentation changes
Tue Jan 21 22:07:43 2020 +0000
b793cb4e0b3c0c36cc2919dbf67218338d8e12ed
view all matches for this distribution
view release on metacpan or search on metacpan
share/BackupAndRestore/BackupAndRestore.svg view on Meta::CPAN
style="fill:url(#radialGradient3322);fill-opacity:1;stroke:#000000;stroke-width:0.19650559;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g3312"
style="stroke:#000000;stroke-width:0.19649982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(1.0186047,0,0,1.0170212,-1.7488383,-1.63404)">
<path
style="fill:url(#linearGradient3324);fill-opacity:1;stroke:#000000;stroke-width:0.19649982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 72.5,72.500001 C 169.25,72.500001 72.5,178.25 72.5,72.500001"
id="use3198"
sodipodi:nodetypes="cc" />
view all matches for this distribution
view release on metacpan or search on metacpan
t/05_utf8_first_colmun_indexing.t view on Meta::CPAN
è¿è¤æä¸ ããã©ãããããã¡ æ°ä¸»å
æç¥03åº è¡2-402å·å®¤ é»è©±03-3508-7402 FAX03-3508-3882
è¿è¤ä¸æ´¥æ ããã©ãã¿ã¤ã èªæ°å
è¿ç¿æ¯ä¾ è¡2-730å·å®¤ é»è©±03-3508-7480 FAX03-3508-3360
è¿è¤æ´ä» ããã©ããããã æ°ä¸»å
山形02åº è¡2-605å·å®¤ é»è©±03-3508-7605 FAX03-3508-3985
ææ¨æ¦å¿ ãããããã æ°ä¸»å
æ±æµ·æ¯ä¾ è¡2-603å·å®¤ é»è©±03-3508-7603 FAX03-3508-3983
æè¤å¥ ããã¨ã ãã èªæ°å
å颿±æ¯ä¾ è¡1-221å·å®¤ é»è©±03-3508-7221 FAX03-3508-3221
æè¤é² ããã¨ãããã æ°ä¸»å
é岡08åº è¡1-404å·å®¤ é»è©±03-3508-7104 FAX03-3508-3404
é½è¤å ããã¨ãã¤ãã æ°ä¸»å
å颿±æ¯ä¾ è¡1-321å·å®¤ é»è©±03-3508-7706 FAX03-3508-3321
æè¤é夫 ããã¨ãã¦ã¤ã å
¬æå
ä¸å½æ¯ä¾ è¡1-308å·å®¤ é»è©±03-3508-7308 FAX03-3501-5524
æè¤æç´ ããã¨ãããã®ã æ°ä¸»å
å®®å02åº è¡1-513å·å®¤ é»è©±03-3508-7243 FAX03-3508-3513
åå£å²³æ´ ãããã¡ããã²ã æ°ä¸»å
山梨02åº è¡2-719å·å®¤ é»è©±03-3508-7469 FAX03-3508-7557
åå£å ãããã¡ã¡ãã å
¬æå
æ±æµ·æ¯ä¾ è¡1-617å·å®¤ é»è©±03-3508-7187 FAX03-3508-3617
t/05_utf8_first_colmun_indexing.t view on Meta::CPAN
ä¸å±±ç¾©æ´» ãªããã¾ããã㤠æ°ä¸»å
æ±äº¬02åº è¡1-529å·å®¤ é»è©±03-3508-7188 FAX03-3508-3618
äºéä¿å ã«ããã¨ãã²ã èªæ°å
åæå±±03åº è¡2-223å·å®¤ é»è©±03-3508-7023 FAX03-3502-5037
仿¨åæ ã«ãã²ãã¶ã¿ æ°ä¸»å
å彿¯ä¾ è¡1-434å·å®¤ é»è©±03-3508-7134 FAX03-3508-3434
西å義 ã«ãã²ããã å
¬æå
è¿ç¿æ¯ä¾ è¡1-509å·å®¤ é»è©±03-3508-7389 FAX03-3508-3509
西éé½ ã«ãã®ããã èªæ°å
大éª13åº è¡2-203å·å®¤ é»è©±03-3508-7003 FAX03-3597-2708
è¥¿ææºå¥ç¾ ã«ãããã¡ãªã¿ æ°ä¸»å
æ°æ½01åº è¡2-404å·å®¤ é»è©±03-3508-7404 FAX03-3508-3884
西æåº·ç¨ ã«ãããããã¨ã èªæ°å
å
µåº«09åº è¡1-401å·å®¤ é»è©±03-3508-7101 FAX03-3508-3401
é¡è³ç¦å¿é ã¬ãããµãããã èªæ°å
å颿±æ¯ä¾ è¡2-537å·å®¤ é»è©±03-3508-7447 FAX03-3592-0468
éæ¨å® ã®ãã¿ã®ã æ°ä¸»å
å颿±æ¯ä¾ è¡2-417å·å®¤ é»è©±03-3508-7417 FAX03-3508-3897
éç°å½ç¾© ã®ã ãã«ãã æ°ä¸»å
ä¹å·æ¯ä¾ è¡1-718å·å®¤ é»è©±03-3508-7388 FAX03-3508-3718
éç°èå ã®ã ããã èªæ°å
æ±æµ·æ¯ä¾ è¡1-711å·å®¤ é»è©±03-3508-7161 FAX03-3591-2143
t/05_utf8_first_colmun_indexing.t view on Meta::CPAN
æ°´è½ææ ã¿ããã¡ã¨ããã èªæ°å
æ¯ä¾ å-631å·å®¤ é»è©±03-3508-8631 FAX03-
æºæé¡æ£ ã¿ãã¦ãããã èªæ°å
åºå³¶ å-533å·å®¤ é»è©±03-3508-8533 FAX03-3593-3539
æ°´æ¸å°å² ã¿ã¨ã¾ãã æ°ä¸»å
ç¥å¥å· å-607å·å®¤ é»è©±03-3508-8607 FAX03-5512-2607
å³°å´ç´æ¨¹ ã¿ããããªãã æ°ä¸»å
åæµ·é å-703å·å®¤ é»è©±03-3508-8703 FAX03-3503-3870
室äºé¦å½¦ ããããã«ã²ã æ°ä¸»å
æ¯ä¾ å-222å·å®¤ é»è©±03-3508-8222 FAX03-5512-2222
森é
å ããã¾ãã èªæ°å
ç¦å³¶ å-404å·å®¤ é»è©±03-3508-8404 FAX03-5512-2404
森è£å ããããã æ°ä¸»å
æ°æ½ å-524å·å®¤ é»è©±03-3508-8524 FAX03-5512-2524
森ç°é« ãããããã 彿°æ°å
å¯å±± å-326å·å®¤ é»è©±03-3508-8326 FAX03-5512-2326
æ³æ¾¤å
ç¾ ããªãããã¿ã¤ãã æ°ä¸»å
æ¯ä¾ å-327å·å®¤ é»è©±03-3508-8327 FAX03-5512-2327
æ³ç°ç¨ ããªãã ã¿ã®ã æ°ä¸»å
åºå³¶ å-232å·å®¤ é»è©±03-3508-8232 FAX03-5512-2232
ç°ç¬é² ããªãããã æ°ä¸»å
æ æ¨ å-334å·å®¤ é»è©±03-3508-8334 FAX03-3593-8567
view all matches for this distribution
view release on metacpan or search on metacpan
share/files/public/skins/default/bootstrap/css/bootstrap-responsive.min.css view on Meta::CPAN
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/AquariumHive.pm view on Meta::CPAN
return [ 200, [ "Content-Type" => "application/json" ], [encode_json({
html => $self->tile($tile)->html,
$self->tile($tile)->has_js ? ( js => $self->tile($tile)->js ) : (),
})] ];
} else {
return [ 404, [ "Content-Type" => "application/json" ], [encode_json({
not => 'found',
})] ];
}
};
mount '/name' => sub {
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-document.t view on Meta::CPAN
$list = $collection->document_paths();
is scalar(@$list), 4;
eval {
my $prometheus2 = $collection->document("P");
};
ok ( $@ =~ /404/);
my $ans = $collection->truncate;
is $ans->{name}, "collection";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArangoDB.pm view on Meta::CPAN
}
return $index;
}
sub _server_error_handler {
my ( $self, $error, $message, $ignore_404 ) = @_;
if ( ref($error) && $error->isa('ArangoDB::ServerException') ) {
return if $ignore_404 && $error->code == 404;
$message .= ':' . ( $error->detail->{errorMessage} || q{} );
}
croak $message;
}
view all matches for this distribution
view release on metacpan or search on metacpan
date => 12345679,
mode => 0100640,
});
$ar->add_data("bar.txt", "bar content\nbar content\n", {
uid => 303,
gid => 404,
date => 123456798,
mode => 0100600,
});
$ar;
}
subtest 'content' => sub {
plan tests => 3;
is_deeply scalar $ar->list_files, [qw( foo.txt bar.txt )], 'contains files foo and bar';
is_deeply $ar->get_content('foo.txt'), { name => 'foo.txt', date => 12345679, uid => 101, gid => 202, mode => 0100640, data => "foo content", size => 11 }, "foo content";
is_deeply $ar->get_content('bar.txt'), { name => 'bar.txt', date => 123456798, uid => 303, gid => 404, mode => 0100600, data => "bar content\nbar content\n", size => 24 }, "bar content";
};
}
view all matches for this distribution
view release on metacpan or search on metacpan
bagit_conformance_suite/v0.97/invalid/same-filename-listed-twice-with-different-hashes/tagmanifest-sha512.txt view on Meta::CPAN
00ed92a4bb9798ad60d1a59101b4a4b3b7cd63142e218a8f38a1a1e24521db81f8b36ec10af411728ef0c0d5118c7c43372f814102490621c80fa4b232492ca5 bag-info.txt
418dcfbe17d5f4b454b18630be795462cf7da4ceb6313afa49451aa2568e41f7ca3d34cf0280c7d056dc5681a70c37586aa1755620520b9198eede905ba2d0f6 bagit.txt
e9abbec62765cb3e4fa95b17b83e12dfea05f703a7c5de08dbda0a583eb641ab5db32cf3cb8f470b7af345cae04a050237e7302863c3564157d9a21bb5293603 manifest-sha256.txt
7f1a309ab29310f81b60387b2b24d558125a6eb137bf136be12af18f844d58b0c45dd978a7b365ead68e5d7379068c0f55a740436214a24cc3fdd68d696444e4 manifest-sha512.txt
view all matches for this distribution
view release on metacpan or search on metacpan
1 448048 1417 /PlanetUnreal - UT 2003_files/left.gif
1 449581 159 /PlanetUnreal - UT 2003_files/left_bottom.gif
1 449847 173 /PlanetUnreal - UT 2003_files/main_left_bottom.gif
1 450020 121 /PlanetUnreal - UT 2003_files/main_right_bottom.gif
1 449740 107 /PlanetUnreal - UT 2003_files/mid_bottom.gif
1 440424 76 /PlanetUnreal - UT 2003_files/mid_mid.gif
1 449465 116 /PlanetUnreal - UT 2003_files/right.gif
1 440171 253 /PlanetUnreal - UT 2003_files/top_back_sm.gif
1 442087 5961 /PlanetUnreal - UT 2003_files/wholejumpsm.jpg
1 124263 17035 /Secret Of Monkey Island Solution.html
0 0 0 /Secret Of Monkey Island Solution_files/
view all matches for this distribution
view release on metacpan or search on metacpan
],
"cookies": [],
"content": {
"size": 213057,
"mimeType": "text/html",
"text": "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en-AU\"><head><meta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"><link href=\"/images/branding/produ...
},
"redirectURL": "",
"headersSize": -1,
"bodySize": -1,
"_transferSize": 68060
view all matches for this distribution
view release on metacpan or search on metacpan
t/directory_test.t view on Meta::CPAN
else {
$map->{mf} = '';
}
});
$probe->add_pattern(
'404\.jsp',
sub {
my ($pattern, $file_ref) = @_;
if (@$file_ref) {
$map->{404} = $probe->_strip_dir($tmpdir, $file_ref->[0]);
}
else {
$map->{404} = '';
}
});
$probe->add_pattern(
'readme\.txt',
sub {
t/directory_test.t view on Meta::CPAN
'file search in tgz under sub-directory'
);
my $a = catfile($tmpdir, 'dir1', 'a.tgz__', 'META-INF', 'manifest.mf');
ok(-f $a, 'existence of manifest.mf');
# verify that the 404.jsp file is found
$exp = catdir('dir1', 'a.tgz__', '404.jsp');
is(
$map->{404},
$exp,
'toplevel file search in tgz under sub-directory'
);
my $b = catfile($tmpdir, 'dir1', 'a.tgz__', '404.jsp');
ok(-f $b, 'existence of 404.jsp');
# verify that the readme.txt file is found
$exp = catfile('dir2', 'readme.txt');
is(
$map->{txt},
view all matches for this distribution
view release on metacpan or search on metacpan
inc/city.cc view on Meta::CPAN
}
// Some primes between 2^63 and 2^64 for various uses.
static const uint64 k0 = 0xc3a5c85c97cb3127ULL;
static const uint64 k1 = 0xb492b66fbe98f273ULL;
static const uint64 k2 = 0x9ae16a3b2f90404fULL;
static const uint64 k3 = 0xc949d7c7509e6557ULL;
// Bitwise right rotate. Normally this will compile to a single
// instruction, especially if the shift is a manifest constant.
static uint64 Rotate(uint64 val, int shift) {
view all matches for this distribution
view release on metacpan or search on metacpan
- Address #41798: Nonempty $\ when writing a Tar file produces a
corrupt Tar file
- Textual fix to Makefile.PL diagnostics
1.42 13/12/2008:
- Address #40426: Archive Tar to support direct Archive::Tar::File adds
It is now possible to add Archive::Tar::File objects via $tar->add_files
- Address #40016 (Archive::Tar assumes $> won't change): CAN_CHOWN is now a
dynamic check upon extraction. This allows scripts to drop privileges when
desired
- Address take 2 of #39933: [PATCH] handle ../ directory name on VMS
view all matches for this distribution
view release on metacpan or search on metacpan
t/Archive/Data/Secs2.pm view on Meta::CPAN
The base copyright is hard copy paper and PDF files available
from
Semiconductor Equipment and Materials International
805 East Middlefield Road,
Mountain View, CA 94043-4080 USA
(415) 964-5111
Easylink: 62819945
http://www.semi.org
Other important SEMI standards address message transfer protocol of SECSII messages.
view all matches for this distribution
view release on metacpan or search on metacpan
unzip-6.0/crc32.c view on Meta::CPAN
0x1ee9d5e0L, 0x88d9d297L, 0x2b4cb609L, 0xbd7cb17eL, 0x072db8e7L,
0x911dbf90L, 0x6410b71dL, 0xf220b06aL, 0x4871b9f3L, 0xde41be84L,
0x7dd4da1aL, 0xebe4dd6dL, 0x51b5d4f4L, 0xc785d383L, 0x56986c13L,
0xc0a86b64L, 0x7af962fdL, 0xecc9658aL, 0x4f5c0114L, 0xd96c0663L,
0x633d0ffaL, 0xf50d088dL, 0xc8206e3bL, 0x5e10694cL, 0xe44160d5L,
0x727167a2L, 0xd1e4033cL, 0x47d4044bL, 0xfd850dd2L, 0x6bb50aa5L,
0xfaa8b535L, 0x6c98b242L, 0xd6c9bbdbL, 0x40f9bcacL, 0xe36cd832L,
0x755cdf45L, 0xcf0dd6dcL, 0x593dd1abL, 0xac30d926L, 0x3a00de51L,
0x8051d7c8L, 0x1661d0bfL, 0xb5f4b421L, 0x23c4b356L, 0x9995bacfL,
0x0fa5bdb8L, 0x9eb80228L, 0x0888055fL, 0xb2d90cc6L, 0x24e90bb1L,
0x877c6f2fL, 0x114c6858L, 0xab1d61c1L, 0x3d2d66b6L, 0x9041dc76L,
unzip-6.0/crc32.c view on Meta::CPAN
0xb02ebc6cL, 0x87447e6dL, 0xdefa386fL, 0xe990fa6eL, 0x6c86b56bL,
0x5bec776aL, 0x02523168L, 0x3538f369L, 0x087faf62L, 0x3f156d63L,
0x66ab2b61L, 0x51c1e960L, 0xd4d7a665L, 0xe3bd6464L, 0xba032266L,
0x8d69e067L, 0x20cbd748L, 0x17a11549L, 0x4e1f534bL, 0x7975914aL,
0xfc63de4fL, 0xcb091c4eL, 0x92b75a4cL, 0xa5dd984dL, 0x989ac446L,
0xaff00647L, 0xf64e4045L, 0xc1248244L, 0x4432cd41L, 0x73580f40L,
0x2ae64942L, 0x1d8c8b43L, 0x5068f154L, 0x67023355L, 0x3ebc7557L,
0x09d6b756L, 0x8cc0f853L, 0xbbaa3a52L, 0xe2147c50L, 0xd57ebe51L,
0xe839e25aL, 0xdf53205bL, 0x86ed6659L, 0xb187a458L, 0x3491eb5dL,
0x03fb295cL, 0x5a456f5eL, 0x6d2fad5fL, 0x801b35e1L, 0xb771f7e0L,
0xeecfb1e2L, 0xd9a573e3L, 0x5cb33ce6L, 0x6bd9fee7L, 0x3267b8e5L,
unzip-6.0/crc32.c view on Meta::CPAN
0x6b6b51f4L, 0x1c6c6162L, 0x856530d8L, 0xf262004eL, 0x6c0695edL,
0x1b01a57bL, 0x8208f4c1L, 0xf50fc457L, 0x65b0d9c6L, 0x12b7e950L,
0x8bbeb8eaL, 0xfcb9887cL, 0x62dd1ddfL, 0x15da2d49L, 0x8cd37cf3L,
0xfbd44c65L, 0x4db26158L, 0x3ab551ceL, 0xa3bc0074L, 0xd4bb30e2L,
0x4adfa541L, 0x3dd895d7L, 0xa4d1c46dL, 0xd3d6f4fbL, 0x4369e96aL,
0x346ed9fcL, 0xad678846L, 0xda60b8d0L, 0x44042d73L, 0x33031de5L,
0xaa0a4c5fL, 0xdd0d7cc9L, 0x5005713cL, 0x270241aaL, 0xbe0b1010L,
0xc90c2086L, 0x5768b525L, 0x206f85b3L, 0xb966d409L, 0xce61e49fL,
0x5edef90eL, 0x29d9c998L, 0xb0d09822L, 0xc7d7a8b4L, 0x59b33d17L,
0x2eb40d81L, 0xb7bd5c3bL, 0xc0ba6cadL, 0xedb88320L, 0x9abfb3b6L,
0x03b6e20cL, 0x74b1d29aL, 0xead54739L, 0x9dd277afL, 0x04db2615L,
unzip-6.0/crc32.c view on Meta::CPAN
0x6cbc2eb0L, 0x6d7e4487L, 0x6f38fadeL, 0x6efa90e9L, 0x6bb5866cL,
0x6a77ec5bL, 0x68315202L, 0x69f33835L, 0x62af7f08L, 0x636d153fL,
0x612bab66L, 0x60e9c151L, 0x65a6d7d4L, 0x6464bde3L, 0x662203baL,
0x67e0698dL, 0x48d7cb20L, 0x4915a117L, 0x4b531f4eL, 0x4a917579L,
0x4fde63fcL, 0x4e1c09cbL, 0x4c5ab792L, 0x4d98dda5L, 0x46c49a98L,
0x4706f0afL, 0x45404ef6L, 0x448224c1L, 0x41cd3244L, 0x400f5873L,
0x4249e62aL, 0x438b8c1dL, 0x54f16850L, 0x55330267L, 0x5775bc3eL,
0x56b7d609L, 0x53f8c08cL, 0x523aaabbL, 0x507c14e2L, 0x51be7ed5L,
0x5ae239e8L, 0x5b2053dfL, 0x5966ed86L, 0x58a487b1L, 0x5deb9134L,
0x5c29fb03L, 0x5e6f455aL, 0x5fad2f6dL, 0xe1351b80L, 0xe0f771b7L,
0xe2b1cfeeL, 0xe373a5d9L, 0xe63cb35cL, 0xe7fed96bL, 0xe5b86732L,
unzip-6.0/crc32.c view on Meta::CPAN
0xfcd1d2c7L, 0xfe976c9eL, 0xff5506a9L, 0xfa1a102cL, 0xfbd87a1bL,
0xf99ec442L, 0xf85cae75L, 0xf300e948L, 0xf2c2837fL, 0xf0843d26L,
0xf1465711L, 0xf4094194L, 0xf5cb2ba3L, 0xf78d95faL, 0xf64fffcdL,
0xd9785d60L, 0xd8ba3757L, 0xdafc890eL, 0xdb3ee339L, 0xde71f5bcL,
0xdfb39f8bL, 0xddf521d2L, 0xdc374be5L, 0xd76b0cd8L, 0xd6a966efL,
0xd4efd8b6L, 0xd52db281L, 0xd062a404L, 0xd1a0ce33L, 0xd3e6706aL,
0xd2241a5dL, 0xc55efe10L, 0xc49c9427L, 0xc6da2a7eL, 0xc7184049L,
0xc25756ccL, 0xc3953cfbL, 0xc1d382a2L, 0xc011e895L, 0xcb4dafa8L,
0xca8fc59fL, 0xc8c97bc6L, 0xc90b11f1L, 0xcc440774L, 0xcd866d43L,
0xcfc0d31aL, 0xce02b92dL, 0x91af9640L, 0x906dfc77L, 0x922b422eL,
0x93e92819L, 0x96a63e9cL, 0x976454abL, 0x9522eaf2L, 0x94e080c5L,
0x9fbcc7f8L, 0x9e7eadcfL, 0x9c381396L, 0x9dfa79a1L, 0x98b56f24L,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Zip/Crypt.pm view on Meta::CPAN
0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
view all matches for this distribution
view release on metacpan or search on metacpan
xt/08-mult.t view on Meta::CPAN
my $y = Arithmetic::PaperAndPencil::Number->new(value => '2' , radix => 10);
my $z = Arithmetic::PaperAndPencil::Number->new(value => '101', radix => 10);
my Arithmetic::PaperAndPencil::Number $pdt;
$pdt = $operation->multiplication(multiplicand => $x, multiplier => $x, type => 'std');
is($pdt->value, '104046120906024001600000000', "product is 104046120906024001600000000");
$pdt = $operation->multiplication(multiplicand => $y, multiplier => $z, type => 'std');
is($pdt->value, '202', "product is 202");
is($operation->csv, $refcsv, "checking the CSV file");
my $html = $operation->html(lang => 'fr', silent => 0, level => 3);
view all matches for this distribution
view release on metacpan or search on metacpan
t/002_action_path.t view on Meta::CPAN
has '+namespace' => default => '';
sub default :Path Args {
my ($self, $c) = @_;
$c->res->status(404);
$c->res->content('404');
}
sub index :Path {
my ($self, $c) = @_;
$c->res->content('index');
t/002_action_path.t view on Meta::CPAN
isa_ok($res, 'HTTP::Response');
is($res->content, 'index', 'index content ok');
}
{
my $res = request( GET => '/404');
ok($res, 'response ok');
isa_ok($res, 'HTTP::Response');
is($res->code, 404, '404 status code ok');
is($res->content, '404', '404 content ok');
}
{
my $res = request( GET => '/local' );
ok($res, 'response ok');
t/002_action_path.t view on Meta::CPAN
{
my $res = request( GET => '/local3' );
is($res->content, 'local3', 'local3 with args content ok');
$res = request( GET => '/local3/a1' );
is($res->code, 404, '404 status ok');
is($res->content, '404', 'local3 with args == 404 ok');
}
{
my $res = request( GET => '/local4/a1' );
is($res->content, 'local4:a1', 'local4 with args content ok');
$res = request( GET => '/local4' );
is($res->code, '404', 'local4 with no args is 404 ok');
$res = request( GET => '/local4/a1/a2/' );
is($res->code, '404', 'local4 with too many args is 404 ok');
}
{
my $res = request( GET => '/sub');
is($res->code, 200, '200 status ok');
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 4ad20e1e6b81acf68ec848b4178524077b0e6fcd META.yml
SHA1 9fa7916b771b6b22d684acab640dcea37b5e0624 Makefile.PL
SHA1 2ba9d3ca762dc4e74bd95fb4282d36262f5c739e README.md
SHA1 8647b636e5a29e0a83d49c37b36726a87214c583 eg/example.pl
SHA1 e86b93934ed213bc9a6dccb3848923b01ab456b5 lib/Array/Columnize.pm
SHA1 07ce2ea0b7b79d71488feca8404d63c35382feb5 lib/Array/Columnize/columnize.pm
SHA1 b27525e3218cb1a9fb6f1875c2c7dc1973435f32 lib/Array/Columnize/options.pm
SHA1 0028fef9be7783d9eba29ae4d3940cc99cc8d14e t/00.test-pod.t
SHA1 5a05c2ec9eea8a884c93e798e4e65b8e26b91c93 t/01.version.t
SHA1 47fb2c3cb443da3e17f5ee8c804f3fe93eacfef5 t/02.options.t
SHA1 589b6496eb7e3e3931db8e5f6aca286b3135eb46 t/03.cell_size.t
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Array/Shuffle.pm view on Meta::CPAN
2551 pts/0 S+ 16:27 25072 1416 275291 34468 62.8 benchmark.pl
s/iter sha
sha 27.6 --
Generating array with 12589254 elements...
PID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND
2551 pts/0 S+ 18:10 32251 1416 326243 34044 62.0 benchmark.pl
s/iter sha
sha 46.9 --
Generating array with 15848931 elements...
PID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND
2551 pts/0 S+ 20:44 44029 1416 390395 33768 61.5 benchmark.pl
view all matches for this distribution