- Sort Score
- Result 10 results
- Languages All
Results 691 - 700 of 1,566 for kong (0.02 sec)
-
src/main/java/jcifs/http/NtlmHttpURLConnection.java
} @Override public long getExpiration() { handshake(); return this.connection.getExpiration(); } @Override public long getDate() { handshake(); return this.connection.getDate(); } @Override public long getLastModified() { handshake();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.failure_url/failure_url.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 417 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java
* This exception indicates that the required container or a specific component within it cannot be accessed. */ public class ContainerNotAvailableException extends FessSystemException { private static final long serialVersionUID = 1L; /** The name of the component that is not available. */ private String componentName; /** * Constructor with component name.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/SMBProtocolDecodingException.java
* * @author mbechler */ public class SMBProtocolDecodingException extends CIFSException { /** * */ private static final long serialVersionUID = 4862398838709265475L; /** * Constructs a new SMBProtocolDecodingException with no detail message. */ public SMBProtocolDecodingException() { } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/jcifs/pac/PACDecodingException.java
* Indicates malformed or invalid PAC structures in Kerberos tickets. */ public class PACDecodingException extends CIFSException { private static final long serialVersionUID = 1L; /** * Constructs a new PAC decoding exception with no detail message. */ public PACDecodingException() { this(null, null); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/exception/SuggestSettingsException.java
* </ul> * * @see RuntimeException */ public class SuggestSettingsException extends RuntimeException { private static final long serialVersionUID = 1L; /** * Constructs a new SuggestSettingsException with the specified detail message. * @param msg The detail message. */ public SuggestSettingsException(final String msg) {
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java
private final long timeout; private boolean finished = false; private boolean teminated = false; /** * Constructs a new MonitorThread. * @param process The process to monitor. * @param timeout The timeout for the process. */ public MonitorThread(final Process process, final long timeout) { this.process = process;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 16K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacLogonInfoTest.java
dos.writeInt(Integer.reverseBytes(value)); } private void writeLittleEndianLong(DataOutputStream dos, long value) throws IOException { dos.writeLong(Long.reverseBytes(value)); } @Test @DisplayName("Test parsing with invalid data size") void testInvalidDataSize() { byte[] tooSmall = new byte[10];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFileInputStream.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Dfs.java
* Initializes the DFS referral system. */ public Dfs() { // Default constructor } static class CacheEntry { long expiration; HashMap map; CacheEntry(long ttl) { if (ttl == 0) { ttl = Dfs.TTL; } expiration = System.currentTimeMillis() + ttl * 1000L; map = new HashMap();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.2K bytes - Viewed (0)