- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 492 for custom (0.09 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/jcifs/util/SmbCircuitBreakerTest.java
// Circuit should be OPEN after 3 failures assertEquals(State.OPEN, customCb.getState(), "Circuit should be OPEN after regular failures"); assertEquals(3, customCb.getFailureCount(), "Should have 3 failures"); // Reset for custom predicate test customCb.reset(); assertEquals(State.CLOSED, customCb.getState(), "Circuit should be CLOSED after reset");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.2K bytes - Viewed (0) -
README.md
analyzers.addAnalyzer("custom", customAnalyzerSettings); }) .build(); Suggester customSuggester = Suggester.builder() .settings(settings) .readingConverter(new ReadingConverterChain()) .normalizer(new ICUNormalizer()) .build(client, "custom-suggest"); ``` ## Configuration Options ### Suggester Settings ```java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
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) -
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)