- Sort Score
- Result 10 results
- Languages All
Results 2471 - 2480 of 3,691 for Private (0.04 sec)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBoostDocumentRule.java// Definition // ========== private static final long serialVersionUID = 1L; protected static final Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class; // ===================================================================================Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.7K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/helper/SambaHelper.javaimport org.codelibs.fess.util.ComponentUtil; import jakarta.annotation.PostConstruct; import jcifs.SID; /** * Helper class for Samba-related operations. */ public class SambaHelper { private static final Logger logger = LogManager.getLogger(SambaHelper.class); /** * SID type for an alias. */ public static final int SID_TYPE_ALIAS = 4; /** * SID type for a deleted account.Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/opensearch/client/CrawlerEngineClientTest.java*/ package org.codelibs.fess.opensearch.client; import org.codelibs.fess.unit.UnitFessTestCase; public class CrawlerEngineClientTest extends UnitFessTestCase { private CrawlerEngineClient crawlerEngineClient; @Override public void setUp() throws Exception { super.setUp(); crawlerEngineClient = new CrawlerEngineClient(); } @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 4.7K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/dcerpc/DcerpcBinding.java/** * DCERPC binding information for RPC connections. * This class manages the binding parameters and interface registry for DCERPC communications. */ public class DcerpcBinding { private static HashMap INTERFACES; static { INTERFACES = new HashMap(); INTERFACES.put("srvsvc", srvsvc.getSyntax()); INTERFACES.put("lsarpc", lsarpc.getSyntax());Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.8K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/smb1/NetServerEnum2Response.java+ Hexdump.toHexString(type, 8) + ",commentOrMasterBrowser=" + commentOrMasterBrowser + "]"); } } private int converter, totalAvailableEntries; String lastName; NetServerEnum2Response() { } @Override int writeSetupWireFormat(final byte[] dst, final int dstIndex) { return 0; } Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 4.5K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/spnego/SpnegoTokenTest.java* - parse: sets mechanismToken, throws on null * - toByteArray: returns mechanismToken or empty array if null */ static class TestSpnegoToken extends SpnegoToken { private boolean parsed = false; @Override public byte[] toByteArray() { byte[] tok = getMechanismToken(); return tok == null ? new byte[0] : tok; } @OverrideRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.6K bytes - Viewed (0)
- 
				
				fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractorTest.javaimport org.codelibs.fess.crawler.helper.impl.MimeTypeHelperImpl; import org.dbflute.utflute.core.PlainTestCase; /** * @author shinsuke * */ public class EmlExtractorTest extends PlainTestCase { private static final Logger logger = LogManager.getLogger(EmlExtractorTest.class); public EmlExtractor emlExtractor; @Override protected void setUp() throws Exception { super.setUp();Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 4.6K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/ZipExtractor.javaimport org.codelibs.fess.crawler.util.IgnoreCloseInputStream; import jakarta.annotation.Resource; /** * Extracts text content from ZIP archives. */ public class ZipExtractor extends AbstractExtractor { private static final Logger logger = LogManager.getLogger(ZipExtractor.class); /** * The archive stream factory. */ @Resource protected ArchiveStreamFactory archiveStreamFactory; /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.5K bytes - Viewed (0)
- 
				
				okhttp/src/jvmTest/kotlin/okhttp3/CallTest.ktprivate var listener = RecordingEventListener() private val handshakeCertificates = platform.localhostHandshakeCertificates() private var client = clientTestRule .newClientBuilder() .eventListenerFactory(clientTestRule.wrap(listener)) .build() private val callback = RecordingCallback() private val cache = Cache( fileSystem = LoggingFilesystem(fileSystem), Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/exception/LdapConfigurationException.java*/ package org.codelibs.fess.exception; /** * An exception thrown when LDAP configuration is invalid. */ public class LdapConfigurationException extends FessSystemException { private static final long serialVersionUID = 1L; /** * Constructs a new LDAP configuration exception with the specified detail message. * * @param message The detail message. */Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0)