- Sort Score
- Result 10 results
- Languages All
Results 1341 - 1350 of 1,404 for purpose (0.07 sec)
-
src/main/java/org/codelibs/fess/job/ExecJob.java
*/ public abstract String execute(); /** * Returns the execution type identifier for this job. * This type is used for classpath construction, configuration, and logging purposes. * * @return the execution type (e.g., "crawler", "suggest", etc.) */ protected abstract String getExecuteType(); /** * Executes the job with the specified job executor.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderRequest.java
this.session = session; return this; } /** * Sets the request trace for this request. * The trace is used for debugging and monitoring purposes. * * @param trace the request trace * @return this builder instance */ public ProjectBuilderRequestBuilder trace(RequestTrace trace) { this.trace = trace;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
@Option(name = "-s", aliases = "--sessionId", metaVar = "sessionId", usage = "Session ID") public String sessionId; /** Name for the crawling session for identification purposes. */ @Option(name = "-n", aliases = "--name", metaVar = "name", usage = "Name") public String name; /** Comma-separated list of web configuration IDs to crawl. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.h
// TF_NewAttrBuilder() returns an object that you can set attributes on as // though it were an op. This allows querying properties of that op for // type-checking purposes like if the op will run on a particular device type. typedef struct TF_AttrBuilder TF_AttrBuilder; TF_CAPI_EXPORT extern TF_AttrBuilder* TF_NewAttrBuilder(const char* op_name);
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 15.1K bytes - Viewed (0) -
.teamcity/README.md
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Mar 06 23:02:25 UTC 2024 - 4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
assertEquals(params, testSearcher.lastParams); assertEquals(userBean, testSearcher.lastUserBean); } // Test implementation of RankFusionSearcher for testing purposes private static class TestRankFusionSearcher extends RankFusionSearcher { String lastQuery; SearchRequestParams lastParams; OptionalThing<FessUserBean> lastUserBean; @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java
assertNotNull(readings); assertEquals(1, readings.size()); assertEquals("TEST", readings.get(0)); } /** * Test implementation of ReadingConverter for testing purposes */ private static class TestReadingConverter implements ReadingConverter { private boolean initialized = false; private int initCount = 0; private boolean japaneseMode = false;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 13.5K bytes - Viewed (0) -
docs/docker/README.md
MinIO needs a persistent volume to store configuration and application data. For testing purposes, you can launch MinIO by simply passing a directory (`/data` in the example below). This directory gets created in the container filesystem at the time of container start. But all the data is lost after container exits. ```sh
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.2K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmServletTest.java
*/ @ExtendWith(MockitoExtension.class) class NtlmServletTest { // A concrete implementation of the abstract NtlmServlet for testing purposes. private static class TestNtlmServlet extends NtlmServlet { private static final long serialVersionUID = 1L; @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.5K bytes - Viewed (0) -
src/test/java/jcifs/pac/kerberos/KerberosTicketTest.java
@BeforeEach void setUp() { keys = new KerberosKey[] { kerberosKey }; } /** * Creates a byte array representing a Kerberos ticket for testing purposes. * @param version Kerberos version * @param realm Server realm * @param principalName Server principal name * @param encType Encryption type * @param encryptedData Encrypted data
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0)