- Sort Score
- Result 10 results
- Languages All
Results 1241 - 1250 of 3,468 for Final (0.02 sec)
- 
				
				src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizerFactory.java*/ public final class NGramSynonymTokenizerFactory extends AbstractTokenizerFactory { private final boolean ignoreCase; private final int n; private final String delimiters; private final boolean expand; private SynonymLoader synonymLoader = null; public NGramSynonymTokenizerFactory(final IndexSettings indexSettings, final Environment env, final String name,Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 2.4K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb/Kerb5Context.javaclass Kerb5Context implements SSPContext { private static final Logger log = LoggerFactory.getLogger(Kerb5Context.class); private static final ASN1ObjectIdentifier KRB5_MECH_OID; private static final ASN1ObjectIdentifier KRB5_MS_MECH_OID; static final ASN1ObjectIdentifier[] SUPPORTED_MECHS; private static final Oid JGSS_KRB5_NAME_OID; private static final Oid JGSS_KRB5_MECH_OID; static {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13.5K bytes - Viewed (1)
- 
				
				src/main/java/org/codelibs/fess/app/web/CrudMode.java* Mode for listing records. */ public static final int LIST = 0; /** * Mode for creating a new record. */ public static final int CREATE = 1; /** * Mode for editing an existing record. */ public static final int EDIT = 2; /** * Mode for deleting a record. */ public static final int DELETE = 3; /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/exception/ClIllegalStateException.java*/ public ClIllegalStateException(final String message) { super(message); } /** * Creates a {@link ClIllegalStateException}. * * @param message * Message * @param cause * The original exception */ public ClIllegalStateException(final String message, final Throwable cause) { super(message, cause); }Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 1.7K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb2/rdma/RdmaStatistics.java} private final AtomicLong rdmaReads = new AtomicLong(); private final AtomicLong rdmaWrites = new AtomicLong(); private final AtomicLong rdmaSends = new AtomicLong(); private final AtomicLong rdmaReceives = new AtomicLong(); private final AtomicLong bytesTransferred = new AtomicLong(); private final AtomicLong operationErrors = new AtomicLong();Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 10.7K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/it/admin/FileConfigTests.java@Tag("it") public class FileConfigTests extends CrudTestBase { private static final String NAME_PREFIX = "fileConfigTest_"; private static final String API_PATH = "/api/admin/fileconfig"; private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String KEY_PROPERTY = "name"; @Override protected String getNamePrefix() {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.5K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/hash/Murmur3_128HashFunction.java} @Override public int hashCode() { return getClass().hashCode() ^ seed; } private static final class Murmur3_128Hasher extends AbstractStreamingHasher { private static final int CHUNK_SIZE = 16; private static final long C1 = 0x87c37b91114253d5L; private static final long C2 = 0x4cf5ad432745937fL; private long h1; private long h2; private int length; Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 5.8K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/HostIntervalController.javaprotected void delayBeforeProcessing() { final UrlQueue<?> urlQueue = CrawlingParameterUtil.getUrlQueue(); if (urlQueue == null) { return; } final String url = urlQueue.getUrl(); if (StringUtil.isBlank(url) || url.startsWith("file:")) { // not target return; } try { final URI uri = new URI(url); Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.2K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/dict/stopwords/StopwordsItem.java/** The original stopword. */ private final String input; /** The new stopword, if updated. */ private String newInput; /** * Constructs a new stopword item. * * @param id The unique identifier of the item. * @param input The stopword. */ public StopwordsItem(final long id, final String input) { this.id = id; this.input = input;Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.6K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb/MIEName.javaRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.5K bytes - Viewed (0)