- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for 98 (0.01 sec)
-
src/main/java/jcifs/netbios/NbtAddress.java
public String getHostName() { /* * 2010 - We no longer try a Node Status to get the * hostname because apparently some servers do not respond * anymore. I think everyone post Windows 98 will accept * an IP address as the tconHostName which is the principal * use of this method. */ if (this.hostName.isUnknown()) { return getHostAddress(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/Kerb5ContextTest.java
@Test @DisplayName("calculateMIC returns value from GSS and verifies interaction") void calculateMIC_success() throws Exception { byte[] data = new byte[] { 1, 2, 3 }; byte[] mic = new byte[] { 9, 8 }; when(gssContext.getMIC(eq(data), eq(0), eq(3), any())).thenReturn(mic); byte[] res = ctx.calculateMIC(data); assertArrayEquals(mic, res);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.2K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrMalformedPresignedDate-93] _ = x[ErrMalformedCredentialDate-94] _ = x[ErrMalformedExpires-95] _ = x[ErrNegativeExpires-96] _ = x[ErrAuthHeaderEmpty-97] _ = x[ErrExpiredPresignRequest-98] _ = x[ErrRequestNotReadyYet-99] _ = x[ErrUnsignedHeaders-100] _ = x[ErrMissingDateHeader-101] _ = x[ErrInvalidQuerySignatureAlgo-102] _ = x[ErrInvalidQueryParams-103] _ = x[ErrBucketAlreadyOwnedByYou-104]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
systemHelper.waitForNoWaitingThreads(); } public void test_getVersion() { assertEquals("98.76.5", systemHelper.getVersion()); assertEquals(98, systemHelper.getMajorVersion()); assertEquals(76, systemHelper.getMinorVersion()); assertEquals("98.76", systemHelper.getProductVersion()); } public void test_getEnvMap() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
*/ public String getHostName() { /* 2010 - We no longer try a Node Status to get the * hostname because apparently some servers do not respond * anymore. I think everyone post Windows 98 will accept * an IP address as the tconHostName which is the principal * use of this method. */ if (hostName == UNKNOWN_NAME) { return getHostAddress(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
api/go1.5.txt
pkg debug/elf, const R_PPC64_TPREL16_HI R_PPC64 pkg debug/elf, const R_PPC64_TPREL16_HIGHER = 97 pkg debug/elf, const R_PPC64_TPREL16_HIGHER R_PPC64 pkg debug/elf, const R_PPC64_TPREL16_HIGHERA = 98 pkg debug/elf, const R_PPC64_TPREL16_HIGHERA R_PPC64 pkg debug/elf, const R_PPC64_TPREL16_HIGHEST = 99 pkg debug/elf, const R_PPC64_TPREL16_HIGHEST R_PPC64 pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA = 100
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
* (i.e. seconds since Epoch 1970). Times should be the same as those * reported using the properties dialog of the Windows Explorer program. * * For Win95/98/Me this is actually the last write time. It is currently * not possible to retrieve the create time from files on these systems. * * @return The number of milliseconds since the 00:00:00 GMT, January 1,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
api/go1.11.txt
pkg debug/elf, const EM_TI_C6000 Machine pkg debug/elf, const EM_TI_PRU = 144 pkg debug/elf, const EM_TI_PRU Machine pkg debug/elf, const EM_TMM_GPP = 96 pkg debug/elf, const EM_TMM_GPP Machine pkg debug/elf, const EM_TPC = 98 pkg debug/elf, const EM_TPC Machine pkg debug/elf, const EM_TRIMEDIA = 163 pkg debug/elf, const EM_TRIMEDIA Machine pkg debug/elf, const EM_TSK3000 = 131 pkg debug/elf, const EM_TSK3000 Machine
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_ARM_BASE_ABS = 31 pkg debug/elf, const R_ARM_BASE_ABS R_ARM pkg debug/elf, const R_ARM_CALL = 28 pkg debug/elf, const R_ARM_CALL R_ARM pkg debug/elf, const R_ARM_GOTOFF12 = 98 pkg debug/elf, const R_ARM_GOTOFF12 R_ARM pkg debug/elf, const R_ARM_GOTRELAX = 99 pkg debug/elf, const R_ARM_GOTRELAX R_ARM pkg debug/elf, const R_ARM_GOT_ABS = 95 pkg debug/elf, const R_ARM_GOT_ABS R_ARM
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0)