- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 476 for 00 (0.01 sec)
-
guava-tests/test/com/google/common/primitives/DoublesTest.java
assertThat(min(LEAST)).isEqualTo(LEAST); assertThat(min(GREATEST)).isEqualTo(GREATEST); assertThat(min(8.0, 6.0, 7.0, 5.0, 3.0, 0.0, 9.0)).isEqualTo(0.0); assertThat(min(-0.0, 0.0)).isEqualTo(-0.0); assertThat(min(0.0, -0.0)).isEqualTo(-0.0); assertThat(min(NUMBERS)).isEqualTo(LEAST); assertThat(Double.isNaN(min(VALUES))).isTrue(); } public void testConstrainToRange() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 30.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralTest.java
byte[] emptyBuffer = new byte[0]; assertEquals(0, trans2GetDfsReferral.readSetupWireFormat(emptyBuffer, 0, 0)); assertEquals(0, trans2GetDfsReferral.readParametersWireFormat(emptyBuffer, 0, 0)); assertEquals(0, trans2GetDfsReferral.readDataWireFormat(emptyBuffer, 0, 0)); } @Test @DisplayName("Test parameter encoding with long filename")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11K bytes - Viewed (0) -
docs/debugging/s3-verify/go.sum
github.com/minio/minio-go/v7 v7.0.83 h1:W4Kokksvlz3OKf3OqIlzDNKd4MERlC2oN8YptwJ0+GA= github.com/minio/minio-go/v7 v7.0.83/go.mod h1:57YXpvc5l3rjPdhqNrDsvVlY0qPI6UTk1bflAe+9doY= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 17 11:45:33 UTC 2025 - 3K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacUnicodeStringTest.java
*/ @Test void testCheck_withNullStringAndZeroPointer() { // A zero pointer indicates a null string PacUnicodeString pacString = new PacUnicodeString((short) 0, (short) 0, 0); String testString = null; // Current implementation throws NullPointerException when string is null assertThrows(NullPointerException.class, () -> { pacString.check(testString);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/SSPContextTest.java
DummySSPContext ctx = new DummySSPContext(new byte[] { 1 }, false, null, null, 0, false); // len == 0 is allowed and returns empty token assertArrayEquals(new byte[0], ctx.initSecContext(null, 0, 0)); // len > 0 is invalid assertThrows(CIFSException.class, () -> ctx.initSecContext(null, 0, 1)); } @Test @DisplayName("verifyMIC throws on mismatch and nulls")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.2K bytes - Viewed (0) -
cmd/erasure-encode_test.go
b.Run(" 00|X0 ", func(b *testing.B) { benchmarkErasureEncode(2, 2, 0, 1, size, b) }) b.Run(" X0|00 ", func(b *testing.B) { benchmarkErasureEncode(2, 2, 1, 0, size, b) }) } func BenchmarkErasureEncode_4_64KB(b *testing.B) { const size = 64 * 1024 b.Run(" 00|00 ", func(b *testing.B) { benchmarkErasureEncode(2, 2, 0, 0, size, b) })
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 11.8K bytes - Viewed (0) -
go.mod
module gorm.io/gorm go 1.18 require ( github.com/jinzhu/inflection v1.0.0 github.com/jinzhu/now v1.1.5 golang.org/x/text v0.20.0
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Nov 21 09:03:31 UTC 2024 - 136 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/ElevateWordToLabelDbm.java
false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnLabelTypeId = cci("labelTypeId", "labelTypeId", null, null, String.class, "labelTypeId", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); public ColumnInfo columnElevateWordId() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8K bytes - Viewed (0) -
lib/fips140/inprocess.txt
v1.0.0...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed May 21 17:59:42 UTC 2025 - 7 bytes - Viewed (0) -
src/archive/tar/reader.go
buf, err := readSpecialFile(r) if err != nil { return nil, err } sbuf := string(buf) // For GNU PAX sparse format 0.0 support. // This function transforms the sparse format 0.0 headers into format 0.1 // headers since 0.0 headers were not PAX compliant. var sparseMap []string paxHdrs := make(map[string]string) for len(sbuf) > 0 {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Mar 08 01:59:14 UTC 2024 - 26.8K bytes - Viewed (0)