- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for 666F (0.04 sec)
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
} public void testBase16() { testEncodingWithCasing(base16(), "", ""); testEncodingWithCasing(base16(), "f", "66"); testEncodingWithCasing(base16(), "fo", "666F"); testEncodingWithCasing(base16(), "foo", "666F6F"); testEncodingWithCasing(base16(), "foob", "666F6F62"); testEncodingWithCasing(base16(), "fooba", "666F6F6261");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/BaseEncodingTest.java
} public void testBase16() { testEncodingWithCasing(base16(), "", ""); testEncodingWithCasing(base16(), "f", "66"); testEncodingWithCasing(base16(), "fo", "666F"); testEncodingWithCasing(base16(), "foo", "666F6F"); testEncodingWithCasing(base16(), "foob", "666F6F62"); testEncodingWithCasing(base16(), "fooba", "666F6F6261");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/BasicFileInformationTest.java
@Override public long getLastAccessTime() { return 777L; } @Override public long getSize() { return 666L; } @Override public byte getFileInformationLevel() { return FileInformation.FILE_STANDARD_INFO; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13K bytes - Viewed (0) -
guava-tests/test/com/google/common/net/MediaTypeTest.java
assertThrows(IllegalArgumentException.class, () -> MediaType.parse("text/plain; a=\u2025")); } // https://github.com/google/guava/issues/6663 public void testParse_spaceInParameterSeparator() { assertThat(MediaType.parse("text/plain; charset =utf-8").charset()).hasValue(UTF_8); assertThat(MediaType.parse("text/plain; charset= utf-8").charset()).hasValue(UTF_8);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 20.4K bytes - Viewed (0) -
cmd/erasure-decode_test.go
b.Run(" XXX000|XXX000 ", func(b *testing.B) { benchmarkErasureDecode(6, 6, 3, 3, size, b) }) b.Run(" XXXXXX|000000 ", func(b *testing.B) { benchmarkErasureDecode(6, 6, 6, 0, size, b) }) } func BenchmarkErasureDecode_16_40MB(b *testing.B) { const size = 40 * 1024 * 1024 b.Run(" 00000000|00000000 ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 0, 0, size, b) })
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 21K bytes - Viewed (0) -
android/pom.xml
<!-- We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654. We could probably have resumed it after https://github.com/google/guava/pull/6664. But it's always weird that published poms reference test-only libraries at all, so I'm not in any rush to do so. --> </dependencies> </dependencyManagement> <profiles> <profile>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<!-- We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654. We could probably have resumed it after https://github.com/google/guava/pull/6664. But it's always weird that published poms reference test-only libraries at all, so I'm not in any rush to do so. --> </dependencies> </dependencyManagement> <profiles> <profile>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
10px;\n}\n\n.mailbox-attachments {\n padding-left: 0;\n list-style: none;\n}\n\n.mailbox-attachments li {\n border: 1px solid #eee;\n float: left;\n margin-bottom: 10px;\n margin-right: 10px;\n width: 200px;\n}\n\n.mailbox-attachment-name {\n color: #666;\n font-weight: 700;\n}\n\n.mailbox-attachment-icon,\n.mailbox-attachment-info,\n.mailbox-attachment-size {\n display: block;\n}\n\n.mailbox-attachment-info {\n background-color: #f8f9fa;\n padding: 10px;\n}\n\n.mailbox-attachment-size {\n color:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1) -
src/main/webapp/css/admin/adminlte.min.css
#eee;float:left;margin-bottom:10px;margin-right:10px;width:200px}.mailbox-attachment-name{color:#666;font-weight:700}.mailbox-attachment-icon,.mailbox-attachment-info,.mailbox-attachment-size{display:block}.mailbox-attachment-info{background-color:#f8f9fa;padding:10px}.mailbox-attachment-size{color:#999;font-size:12px}.mailbox-attachment-size>span{display:inline-block;padding-top:.75rem}.mailbox-attachment-icon{color:#666;font-size:65px;max-height:132.5px;padding:20px 10px;text-align:center}.mailbox-attach...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 1.3M bytes - Viewed (0) -
doc/go_spec.html
</pre> <p> Prior to [<a href="#Go_1.22">Go 1.22</a>], iterations share one set of variables instead of having their own separate variables. In that case, the example above prints </p> <pre> 6 6 6 </pre> <h4 id="For_range">For statements with <code>range</code> clause</h4> <p> A "for" statement with a "range" clause
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)