- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 129 for Unknwon (0.1 sec)
-
.typos.toml
[files] extend-exclude = [".git/", "docs/", "CREDITS", "go.mod", "go.sum"] ignore-hidden = false [default] extend-ignore-re = [ "Patrick Collison", "Copyright 2014 Unknwon", "[0-9A-Za-z/+=]{64}", "ZXJuZXQxDjAMBgNVBA-some-junk-Q4wDAYDVQQLEwVNaW5pbzEOMAwGA1UEAxMF", "eyJmb28iOiJiYXIifQ", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.*", "MIIDBTCCAe2gAwIBAgIQWHw7h.*", 'http\.Header\{"X-Amz-Server-Side-Encryptio":',
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 03 06:45:06 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
case Smb2Constants.SMB2_0_INFO_QUOTA -> createQuotaInformation(infoClass); case Smb2Constants.SMB2_0_INFO_SECURITY -> createSecurityInformation(infoClass); default -> throw new SMBProtocolDecodingException("Unknwon information type " + infoType); }; } /** * @param infoClass * @return * @throws SMBProtocolDecodingException */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.8K bytes - Viewed (0) -
src/test/java/jcifs/smb1/netbios/NbtExceptionTest.java
} @Test @DisplayName("getErrorString for name service error with unknown code") void testNameServiceUnknown() { int unknown = 99; String expected = "ERR_NAM_SRVC/Unknown error code: 99"; assertEquals(expected, NbtException.getErrorString(NbtException.ERR_NAM_SRVC, unknown)); } @ParameterizedTest(name = "session error {1} -\\u003e {2}")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcExceptionTest.java
"Message should contain the corresponding fault message."); } /** * Test constructor DcerpcException(int error) with an unknown error code. */ @Test void testConstructorWithError_unknownCode() { int errorCode = 0x12345678; // An arbitrary unknown error code DcerpcException exception = new DcerpcException(errorCode);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/resources/mail/testmail.dfmail
/* [Test Mail] */ subject: [FESS] Test Mail: /*pmb.hostname:orElse('Unknown')*/ >>>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Feb 12 13:52:58 UTC 2016 - 146 bytes - Viewed (0) -
src/test/java/jcifs/netbios/NbtExceptionTest.java
Arguments.of(NbtException.ERR_NAM_SRVC, NbtException.IMP_ERR, "ERR_NAM_SRVC/Unknown error code: 4"), Arguments.of(NbtException.ERR_NAM_SRVC, NbtException.RFS_ERR, "ERR_NAM_SRVC/Unknown error code: 5"), Arguments.of(NbtException.ERR_NAM_SRVC, NbtException.ACT_ERR, "ERR_NAM_SRVC/Unknown error code: 6"),
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/ArtifactTransferResource.java
@Deprecated public interface ArtifactTransferResource { /** * The base URL of the repository, e.g. "http://repo1.maven.org/maven2/". Unless the URL is unknown, it will be * terminated by a trailing slash. * * @return The base URL of the repository or an empty string if unknown, never {@code null}. */ String getRepositoryUrl(); /** * The path of the artifact relative to the repository's base URL. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbSessionInternalTest.java
} // Edge: unknown service returns null per stub @Test @DisplayName("getSmbTree unknown service returns null as stubbed") void getSmbTree_unknownService() { when(session.getSmbTree(eq("share"), eq("UNKNOWN"))).thenReturn(null); assertNull(session.getSmbTree("share", "UNKNOWN")); verify(session).getSmbTree("share", "UNKNOWN"); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/FileTypeHelperTest.java
} public void test_setDefaultValue() { fileTypeHelper.setDefaultValue("unknown"); assertEquals("unknown", fileTypeHelper.getDefaultValue()); // Test that get() returns new default value assertEquals("unknown", fileTypeHelper.get("non/existent")); } public void test_setDefaultValue_withNull() { fileTypeHelper.setDefaultValue(null);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 5.3K bytes - Viewed (0) -
api/maven-api-cli/src/main/mdo/core-extensions.mdo
*/ public String getId() { return (getGroupId() == null ? "[unknown-group-id]" : getGroupId()) + ":" + (getArtifactId() == null ? "[unknown-artifact-id]" : getArtifactId()) + ":" + (getVersion() == null ? "[unknown-version]" : getVersion()); } ]]> </code> </codeSegment> </codeSegments> </class>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 4.4K bytes - Viewed (0)