- Sort Score
- Num 10 results
- Language All
Results 2111 - 2120 of 2,978 for projectId (0.1 seconds)
-
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
/** Service for managing elevate word configurations */ @Resource private ElevateWordService elevateWordService; /** Helper for managing search suggestions and elevate words */ @Resource protected SuggestHelper suggestHelper; // GET /api/admin/elevateword // PUT /api/admin/elevateword /** * Returns list of elevate word settings.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 12.8K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java
abstract void setResult(@ParametricNullness T result); @Override protected final void afterDone() { @RetainedLocalRef ListenableFuture<? extends I> localInputFuture = inputFuture; maybePropagateCancellationTo(localInputFuture); this.inputFuture = null; this.function = null; } @Override protected @Nullable String pendingToString() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 20 18:03:37 GMT 2025 - 10.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/cors/CorsHandlerTest.java
private boolean processCalled; private String processOrigin; private ServletRequest processRequest; private ServletResponse processResponse; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); responseHeaders = new HashMap<>(); processCalled = false; processOrigin = null; processRequest = null;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 26.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedMultisetTest.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 22.8K bytes - Click Count (0) -
CLAUDE.md
# CLAUDE.md - Fess Suggest Project Guide > AI assistant guidance for the Fess Suggest project - a Java library providing intelligent search suggestions built on OpenSearch. ## Project Overview **Fess Suggest** delivers auto-completion, search suggestions, and popular word analytics with multi-language support. **Technology Stack:** - Java 21+, Maven - OpenSearch (provided dependency) - Apache Lucene (query parsing, text analysis)
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:53 GMT 2026 - 8.1K bytes - Click Count (0) -
src/main/java/jcifs/smb1/http/NtlmServlet.java
*/ public abstract class NtlmServlet extends HttpServlet { /** * Default constructor. */ protected NtlmServlet() { super(); } /** The default domain for NTLM authentication */ private String defaultDomain; /** The domain controller for authentication */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ldap/LdapUserTest.java
import org.junit.jupiter.api.TestInfo; public class LdapUserTest extends UnitFessTestCase { private LdapUser ldapUser; private Hashtable<String, String> testEnv; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); testEnv = new Hashtable<>(); testEnv.put("test.key", "test.value"); ldapUser = new LdapUser(testEnv, "testuser");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlerStatsHelperTest.java
private ThreadLocal<String> localLogMsg = new ThreadLocal<>(); @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); ComponentUtil.register(new SystemHelper(), "systemHelper"); crawlerStatsHelper = new CrawlerStatsHelper() { @Override protected void log(final StringBuilder buf) { localLogMsg.set(buf.toString()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 15.3K bytes - Click Count (0) -
.git-blame-ignore-revs
# with IDEs such as IntelliJ. # Format snapshot / restore directories in server 1afe4b914301a23fa37c41c78185b7575a431cc4 # Format more snapshot / restore relate projects 559c4e6ef4f9173bbb59043bacd0ac36c7281040 # Format aggregations and related code (server and x-pack)
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 31 14:55:52 GMT 2021 - 631 bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
} computedRuntimes { client = false daemon = false worker = false } // TODO: Most of these properties are the same across projects. We should // compute these at the settings-level instead of the project-level. identity { baseName = "gradle-$name" buildTimestamp = buildTimestamp() promotionBuild = isPromotionBuildCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:46:35 GMT 2026 - 5.8K bytes - Click Count (0)