- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 94 for produce (2.41 sec)
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
public int getId() { return id; } } /** * Represents the base API response structure. */ public static class ApiResponse { /** The version of the product. */ protected String version = ComponentUtil.getSystemHelper().getProductVersion(); /** The status code of the response. */ protected int status; /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
assertNotNull(id); assertTrue(id.length() <= 445); } @Test public void testCreateSuggestTextIdConsistency() { // Test that same input always produces same output String text = "consistency test"; String id1 = SuggestUtil.createSuggestTextId(text); String id2 = SuggestUtil.createSuggestTextId(text); assertEquals(id1, id2); }
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 26.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/DES.java
// are met: // 1. Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // 2. Redistributions in binary form must reproduce the above copyright // notice, this list of conditions and the following disclaimer in the // documentation and/or other materials provided with the distribution. //
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 22.7K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.facet_is_not_found=Não encontrado labels.doc_score=Pontuação: labels.development_mode_warning=Executando em modo de desenvolvimento. Instale o OpenSearch separadamente em um ambiente de produção. labels.eol_error=Seu sistema não é mais compatível. Consulte a página de fim de vida do produto para atualizar. labels.tooltip_search_view=Visualização de pesquisa labels.tooltip_run_crawler=Executar rastreador labels.tooltip_forum=Fórum
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
README.md
#### Connection Timeouts ```java // Increase timeout values client.setConnectionTimeout(60000); // 60 seconds client.setSocketTimeout(120000); // 120 seconds ``` #### Memory Issues ```java // Reduce concurrent threads and batch sizes crawler.crawlerContext.setNumOfThread(5); crawler.crawlerContext.setMaxAccessCount(1000); ``` #### SSL/TLS Issues ```java // Configure SSL settings
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
{\n margin-left: 60px;\n}\n\n.products-list .product-title {\n font-weight: 600;\n}\n\n.products-list .product-description {\n color: #6c757d;\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.product-list-in-card > .item {\n border-radius: 0;\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.product-list-in-card > .item:last-of-type {\n border-bottom-width: 0;\n}\n\n.dark-mode .products-list > .item {\n background-color: #343a40;\n color:...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3) -
src/main/resources/fess_label_en.properties
labels.doc_score=Score: labels.development_mode_warning=Fess is running in development mode. Please install OpenSearch separately in a production environment. labels.eol_error=The system you are using is no longer supported. Please refer to the product support lifecycle page and upgrade. labels.tooltip_search_view=Search Screen labels.tooltip_run_crawler=Run Crawler labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Help labels.tooltip_logout=Logout
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
: var(--bs-border-radius-sm);\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n.collapsing.collapse-horizontal {\n width: 0;\n height: auto;\n...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 575.5K bytes - Viewed (0) -
src/main/webapp/css/admin/bootstrap.min.css.map
{\n width: 100%;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.collapsing.width {\n width: 0;\n height: auto;\n...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 639.3K bytes - Viewed (1) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
* - Structured JSON logging * - Sensitive data masking * - Event categorization * - Performance metrics * - Compliance-ready audit trail * - Asynchronous logging with bounded queue * - Object pooling to reduce GC pressure */ public class SecurityAuditLogger { private static final Logger auditLog = LoggerFactory.getLogger("SECURITY.AUDIT");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0)