- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 458 for Custom (0.04 sec)
-
docs/metrics/prometheus/grafana/node/minio-node.json
"uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Aug 04 01:46:49 UTC 2025 - 22.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/PrunedTag.java
private String id; /** The CSS class name to match */ private String css; /** The custom attribute name to match */ private String attrName; /** The custom attribute value to match */ private String attrValue; /** * Creates a new PrunedTag instance with the specified tag name. * * @param tag the HTML tag name to match (e.g., "div", "span", "p") */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0) -
README.md
# Run tests for specific module mvn test -pl fess-crawler ``` ## Examples ### Web Crawling with Custom Rules ```java // Create crawler with custom configuration StandardCrawlerContainer container = new StandardCrawlerContainer(); // Configure HTTP client with custom settings container.singleton("httpClient", HcHttpClient.class, client -> { client.setUserAgent("MyBot/1.0");
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0) -
docs/en/mkdocs.yml
- topic_repos: ../en/data/topic_repos.yml redirects: redirect_maps: deployment/deta.md: deployment/cloud.md advanced/graphql.md: how-to/graphql.md advanced/custom-request-and-route.md: how-to/custom-request-and-route.md advanced/conditional-openapi.md: how-to/conditional-openapi.md advanced/extending-openapi.md: how-to/extending-openapi.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 9.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 12.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/UriTypeTest.java
} }; assertEquals("Custom protocolType should be WEB", ProtocolType.WEB, customAnnotation.protocolType()); assertEquals("Custom message should match", "Test message", customAnnotation.message()); assertEquals("Custom groups should have one element", 1, customAnnotation.groups().length); assertEquals("Custom payload should have one element", 1, customAnnotation.payload().length);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 21K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/FessUserTest.java
assertFalse(user.isEditable()); } public void test_isEditable_custom() { // Test custom implementation that returns true FessUser user = new TestEditableFessUser("testuser", true); assertTrue(user.isEditable()); // Test custom implementation that returns false user = new TestEditableFessUser("testuser", false); assertFalse(user.isEditable());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java
// Assert result is empty when successful assertEquals("", result); } public void test_execute_withCustomIndexName() { // Configure custom index name documentUpdateIndex = "custom.document.index"; // Re-register FessConfig with updated index name fessConfig = new TestFessConfig() { @Override public String getIndexFieldExpires() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 16.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/SearchEngineUtil.java
} } /** * Functional interface for building XContent with custom logic. * Allows clients to provide custom content building implementations. */ public interface XContentBuilderCallback { /** * Applies custom logic to build XContent using the provided builder and parameters. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
docs/es/docs/tutorial/middleware.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 3.3K bytes - Viewed (0)