- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for cafebabe (0.04 sec)
-
internal/crypto/metadata_test.go
}{ {KeyID: "", SealedDataKey: nil, SealedKey: SealedKey{Algorithm: SealAlgorithm}}, {KeyID: "my-minio-key", SealedDataKey: make([]byte, 48), SealedKey: SealedKey{Algorithm: SealAlgorithm}}, {KeyID: "cafebabe", SealedDataKey: make([]byte, 48), SealedKey: SealedKey{Algorithm: SealAlgorithm}}, {KeyID: "deadbeef", SealedDataKey: make([]byte, 32), SealedKey: SealedKey{IV: [32]byte{0xf7}, Key: [64]byte{0xea}, Algorithm: SealAlgorithm}}, }Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jul 12 20:51:54 UTC 2024 - 18.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoRequestTest.java
request.setFileId(newFileId); request.setFileInfoClass((byte) 0x0A); // This will set info type to SMB2_0_INFO_FILE request.setAdditionalInformation(0xDEADBEEF); request.setQueryFlags(0xCAFEBABE); // Add input buffer Encodable mockInputBuffer = mock(Encodable.class); when(mockInputBuffer.size()).thenReturn(64);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableList.java
Arrays.sort((E[]) contents, 0, size, comparator); return asImmutableList(contents, size); } } @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0xcafebabe;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 27.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableTable.java
throw new InvalidObjectException("Use SerializedForm"); } @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0xcafebabe;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 17.3K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMultiset.java
} @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0; } @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0xcafebabe;Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 20.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableBiMap.java
BinaryOperator<V> mergeFunction) { throw new UnsupportedOperationException(); } @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0xcafebabe;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 22.7K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSortedMultiset.java
public static <Z> ImmutableSortedMultiset<Z> copyOf(Z[] elements) { throw new UnsupportedOperationException(); } @J2ktIncompatible private static final long serialVersionUID = 0xcafebabe;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 29.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSet.java
ImmutableCollection.Builder.DEFAULT_INITIAL_CAPACITY, sqrt(inputElementsIncludingAnyDuplicates, RoundingMode.CEILING)); } @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0xcafebabe;Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Nov 07 16:09:47 UTC 2025 - 35.3K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableList.java
Arrays.sort((E[]) contents, 0, size, comparator); return asImmutableList(contents, size); } } @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0xcafebabe;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 30.6K bytes - Viewed (0)