- Sort Score
- Result 10 results
- Languages All
Results 2601 - 2610 of 3,397 for Override (0.07 sec)
-
src/main/resources/fess_message.properties
errors.failed_to_upload_synonym_file=Failed to upload the Synonym file. errors.failed_to_download_stemmeroverride_file=Failed to download the Stemmer Override file. errors.failed_to_upload_stemmeroverride_file=Failed to upload the Stemmer Override file. errors.failed_to_download_kuromoji_file=Failed to download the Kuromoji file. errors.failed_to_upload_kuromoji_file=Failed to upload the Kuromoji file.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.failed_to_upload_synonym_file=Failed to upload the Synonym file. errors.failed_to_download_stemmeroverride_file=Failed to download the Stemmer Override file. errors.failed_to_upload_stemmeroverride_file=Failed to upload the Stemmer Override file. errors.failed_to_download_kuromoji_file=Failed to download the Kuromoji file. errors.failed_to_upload_kuromoji_file=Failed to upload the Kuromoji file.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.4K bytes - Viewed (0) -
guava/src/com/google/common/net/HostAndPort.java
return this; } @Override public boolean equals(@CheckForNull Object other) { if (this == other) { return true; } if (other instanceof HostAndPort) { HostAndPort that = (HostAndPort) other; return Objects.equal(this.host, that.host) && this.port == that.port; } return false; } @Override public int hashCode() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jul 22 22:02:22 UTC 2024 - 11.3K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
/** * @author shinsuke * */ public class FtpClientTest extends PlainTestCase { private static final int FTP_PORT = 10021; public FtpClient ftpClient; @Override protected void setUp() throws Exception { super.setUp(); StandardCrawlerContainer container = new StandardCrawlerContainer().singleton("mimeTypeHelper", MimeTypeHelperImpl.class)//
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 16.3K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/ws/MessageInflater.kt
do { inflaterSource.readOrInflate(buffer, Long.MAX_VALUE) } while (inflater.bytesRead < totalBytesToRead && !inflater.finished()) } @Throws(IOException::class) override fun close() = inflaterSource.close()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 1.8K bytes - Viewed (0) -
src/main/java/jcifs/SmbPipeHandle.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/local/DefaultLocalMavenInvoker.java
super(invoker, invokerRequest); } } public DefaultLocalMavenInvoker(ProtoLookup protoLookup) { super(protoLookup); } @Override protected LocalContext createContext(MavenInvokerRequest<MavenOptions> invokerRequest) { return new LocalContext(this, invokerRequest); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/ClassMetaDataUtil.java
excludedPackages.add(baseName); } else { excludedPackages.add(excludePattern); } } repository.each(new Action<ClassMetaData>() { @Override public void execute(ClassMetaData classMetaData) { if (classMetaData.getOuterClassName() != null) { // Ignore inner classes return; }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/AbstractIntervalController.java
protected boolean ignoreException = true; /* * (non-Javadoc) * * @see org.codelibs.fess.crawler.interval.IntervalController#delay(int) */ @Override public void delay(final int type) { try { switch (type) { case PRE_PROCESSING: delayBeforeProcessing(); break; case POST_PROCESSING:
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
cb.query().matchAll(); cb.fetchFirst(ComponentUtil.getFessConfig().getPageKeymatchMaxFetchSizeAsInteger()); }); } @Override public int load() { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final Map<String, Map<String, List<Tuple3<String, QueryBuilder, ScoreFunctionBuilder<?>>>>> keyMatchQueryMap = new HashMap<>();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 8.2K bytes - Viewed (0)