- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 230 for accent (0.04 seconds)
-
src/main/java/org/codelibs/fess/util/ComponentUtil.java
*/ public static VirtualHostHelper getVirtualHostHelper() { return getComponent(VIRTUAL_HOST_HELPER); } /** * Gets the access token helper component. * @return The access token helper. */ public static AccessTokenHelper getAccessTokenHelper() { return getComponent(ACCESS_TOKEN_HELPER); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/ro.js
alegi măcar ",badNumberOfSelectedOptionsEnd:" răspunsuri",badAlphaNumeric:"Valoarea introdusă trebuie să con însă doar caractere alfanumerice ",badAlphaNumericExtra:" și ",wrongFileSize:"Fisierul trimis este prea mare (max %s)",wrongFileType:"Se acceptă doar fisiere tip %s",groupCheckedRangeStart:"Te rog alege între ",groupCheckedTooFewStart:"Te rog alege măcar ",groupCheckedTooManyStart:"Te rog alege maxim ",groupCheckedEnd:" elemnt(e)",badCreditCard:"Numărul de card introdus este incorect",badCVV:"Numărul...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 2.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
searchLogQueue.add(searchLog); } /** * Returns the access type string from the given request attribute value, defaulting to web. * * @param accessType The access type attribute value from the request. * @return The access type string. */ protected String determineAccessType(final Object accessType) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 29.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/SsoProcessExceptionTest.java
IllegalStateException innerException = new IllegalStateException("Invalid state"); OutOfMemoryError middleError = new OutOfMemoryError("Memory exhausted"); // Note: OutOfMemoryError constructor doesn't accept cause, so we create a wrapper RuntimeException outerException = new RuntimeException("Wrapper", middleError); SsoProcessException exception = new SsoProcessException(message, outerException);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 13.8K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.duplicate_host_title_details=Hôte en double labels.dashboard_title_configuration=Configuration du système labels.dashboard_plugin=Plugin de tableau de bord labels.web_config_list=Liste de configuration web labels.access_token_details=Access Token Détails labels.bad_word_details=Bad Word Détails labels.boost_document_rule_details=Boost Document Rule Détails labels.crawling_info_details=Crawling Info Détails labels.data_config_details=Data Config Détails
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/webapp/js/admin/popper.min.js.map
when the popper is created.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onCreate}\n */\n onCreate: () => {},\n\n /**\n * Callback called when the popper is updated. This callback is not called\n * on the initialization/creation of the popper, but only on subsequent\n * updates.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onUpdate}\n */\n onUpdate:...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 120.9K bytes - Click Count (0) -
ADDING_NEW_LANGUAGE.md
## Language Detection and Selection ### User Interface Language Fess determines the UI language in this order: 1. **Query parameter**: `?browser_lang=[locale]` (highest priority) 2. **Browser header**: `Accept-Language` header 3. **Fallback**: English (from `fess_label.properties` and `fess_message.properties`) ### Document Language Detection During crawling and indexing, Fess:
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
final UpdateRequestBuilder builder = ComponentUtil.getSearchEngineClient().prepareUpdate().setIndex(fessConfig.getIndexDocumentUpdateIndex()).setId(id); builderLambda.accept(builder); final UpdateResponse response = builder.execute().actionGet(fessConfig.getIndexIndexTimeout()); return response.getResult() == Result.CREATED || response.getResult() == Result.UPDATED;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 36.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/StorageTests.java
.multiPart("file", NAME_PREFIX + "test.txt", fileContent.getBytes()) .when() .put(getApiPath() + "/upload/"); // Storage may not be enabled, so accept various responses int statusCode = response.getStatusCode(); assertTrue(statusCode == 200 || statusCode == 400 || statusCode == 500, "Status code should be 200, 400 or 500, but was " + statusCode);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessActionAdjustmentProvider.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.8K bytes - Click Count (0)