- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 243 for Draw (1.55 sec)
-
src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java
* * @return the username */ public String getUsername() { return this.username; } /** * Returns the password in plain text or <code>null</code> if the raw password * hashes were used to construct this <code>NtlmPasswordAuthentication</code> * object which will be the case when NTLM HTTP Authentication is
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
assertFalse(testMessage.isRetainPayload()); testMessage.retainPayload(); assertTrue(testMessage.isRetainPayload()); } @Test @DisplayName("Should get and set raw payload") void testRawPayload() { assertNull(testMessage.getRawPayload()); byte[] payload = new byte[] { 1, 2, 3, 4, 5 }; testMessage.setRawPayload(payload);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
* * <ul> * <li>exactly of the given type, including generic type parameters, such as {@code * ImmutableList<String>}; * <li>of the raw type; * <li>null if no value can be generated. * </ul> */ final @Nullable Object generateFresh(TypeToken<?> type) { Object generated = generate(type); if (generated != null) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 28.7K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
* * <ul> * <li>exactly of the given type, including generic type parameters, such as {@code * ImmutableList<String>}; * <li>of the raw type; * <li>null if no value can be generated. * </ul> */ final @Nullable Object generateFresh(TypeToken<?> type) { Object generated = generate(type); if (generated != null) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 28.1K bytes - Viewed (0) -
api/go1.21.txt
pkg crypto/x509, type RevocationListEntry struct, Extensions []pkix.Extension #53573 pkg crypto/x509, type RevocationListEntry struct, ExtraExtensions []pkix.Extension #53573 pkg crypto/x509, type RevocationListEntry struct, Raw []uint8 #53573 pkg crypto/x509, type RevocationListEntry struct, ReasonCode int #53573 pkg crypto/x509, type RevocationListEntry struct, RevocationTime time.Time #53573
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Aug 07 09:39:17 UTC 2023 - 25.6K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
protected int lanmanCompatibility = 3; /** Whether to allow fallback to NTLM authentication */ protected boolean allowNTLMFallback = true; /** Whether to use raw NTLM authentication without SPNEGO */ protected boolean useRawNTLM = false; /** Whether to disable SPNEGO integrity checking */ protected boolean disableSpnegoIntegrity = false;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
* use of this method. */ if (hostName == UNKNOWN_NAME) { return getHostAddress(); } return hostName.name; } /** * Returns the raw IP address of this NbtAddress. The result is in network * byte order: the highest order byte of the address is in getAddress()[0]. * * @return a four byte array */ public byte[] getAddress() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
src/archive/tar/common.go
// no holes in it). On the other hand, the zero value of sparseDatas implies // that the file has no data in it, which is rather odd. // // As an example, if the underlying raw file contains the 10-byte data: // // var compactFile = "abcdefgh" // // And the sparse map has the following entries: // // var spd sparseDatas = []sparseEntry{
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Sep 13 21:03:27 UTC 2024 - 24.5K bytes - Viewed (0) -
doc/godebug.md
are also treated as invalid. (Older toolchains ignore `//go:debug` directives entirely.) The defaults that will be compiled into a main package are reported by the command: {{raw ` go list -f '{{.DefaultGODEBUG}}' my/main/package `}} Only differences from the base Go toolchain defaults are reported. When testing a package, `//go:debug` lines in the `*_test.go`
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jul 08 18:30:38 UTC 2025 - 22.9K bytes - Viewed (0) -
api/go1.1.txt
pkg image, const YCbCrSubsampleRatio422 = 1 pkg image, const YCbCrSubsampleRatio440 = 3 pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio pkg image, const YCbCrSubsampleRatio444 = 0 pkg image/draw, const Over = 0 pkg image/draw, const Src = 1 pkg image/jpeg, const DefaultQuality = 75 pkg io, type ByteWriter interface { WriteByte } pkg io, type ByteWriter interface, WriteByte(uint8) error pkg io, var ErrNoProgress error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)