- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 338 for shorter (0.06 sec)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
setNetbiosName(ctx.getNetbiosName()); byte[] sk = ctx.getSigningKey(); if (sk != null) { // session key is truncated to 16 bytes, right padded with 0 if shorter byte[] key = new byte[16]; System.arraycopy(sk, 0, key, 0, Math.min(16, sk.length)); this.sessionKey = key; }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
wantMax := min(want+msgp.Uint32Size, size) if err := readMore(wantMax); err != nil { return nil, err } if int64(len(buf)) < want { return nil, fmt.Errorf("buffer shorter than expected (buflen: %d, want: %d): %w", len(buf), want, errFileCorrupt) } tmp = buf[want:] _, after, err := msgp.ReadUint32Bytes(tmp) if err != nil {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
marched off after the others. `Are their heads off?' shouted the Queen. `Their heads are gone, if it please your Majesty!' the soldiers shouted in reply. `That's right!' shouted the Queen. `Can you play croquet?' The soldiers were silent, and looked at Alice, as the question was evidently meant for her. `Yes!' shouted Alice. `Come on, then!' roared the Queen, and Alice joined the
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0) -
docs/en/docs/img/sponsors/porter.png
porter.png...
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Aug 09 17:04:49 UTC 2023 - 23.4K bytes - Viewed (0) -
docs/en/docs/img/sponsors/porter-banner.png
porter-banner.png...
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Aug 09 17:04:49 UTC 2023 - 16.9K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
t.Errorf("ConstantTimeLessOrEq(%x, %x) = %d, want 0", aPlusOne, a, got) } break } shorter := make([]byte, l-1) copy(shorter, a) if got := ConstantTimeLessOrEq(a, shorter); got != 0 { t.Errorf("ConstantTimeLessOrEq(%x, %x) = %d, want 0", a, shorter, got) } if got := ConstantTimeLessOrEq(shorter, a); got != 0 { t.Errorf("ConstantTimeLessOrEq(%x, %x) = %d, want 0", shorter, a, got) } if got := ConstantTimeLessOrEq(b, shorter); got != 0 { t.Errorf("ConstantTimeLessOrEq(%x, %x) = %d, want 0", b, shorter,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/graph/DefaultProjectDependencyGraph.java
this.sorter = new ProjectSorter(projects); this.order = new HashMap<>(); this.projects = new HashMap<>(); List<MavenProject> sorted = this.sorter.getSortedProjects(); for (int index = 0; index < sorted.size(); index++) { MavenProject project = sorted.get(index); String id = ProjectSorter.getId(project);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 5.8K bytes - Viewed (0) -
cmd/object-handlers_test.go
accessKey: credentials.AccessKey, secretKey: credentials.SecretKey, shouldPass: false, fault: malformedEncoding, }, // Test case - 8 // Chunk with shorter than advertised chunk data. { bucketName: bucketName, objectName: objectName, data: oneKData, dataLen: 1024, chunkSize: 1024,Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 163.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/primitives/ShortsTest.java
assertThat(Shorts.indexOf(ARRAY234, new short[] {(short) 4})).isEqualTo(2); assertThat( Shorts.indexOf( new short[] {(short) 2, (short) 3, (short) 3, (short) 3, (short) 3}, new short[] {(short) 3})) .isEqualTo(1); assertThat( Shorts.indexOf( new short[] {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 27.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/ReactorManager.java
private String failureBehavior = FAIL_FAST; private final ProjectSorter sorter; private Map<String, BuildSuccess> buildSuccessesByProject = new HashMap<>(); public ReactorManager(List<MavenProject> projects) throws CycleDetectedException, DuplicateProjectException { this.sorter = new ProjectSorter(projects); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Dec 12 11:02:17 UTC 2024 - 6K bytes - Viewed (0)