- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 420 for REQUEST (0.06 seconds)
-
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorConcurrencyTest.java
builder.allRecordCount(allRecordCount); builder.allRecordCountRelation(Relation.EQUAL_TO.toString()); return builder.build(); } } /** * Test search request parameters implementation. */ static class TestSearchRequestParams extends SearchRequestParams { private final int startPosition; private final int pageSize; private final int offset;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 13.5K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
components: responses: BadRequest: description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' Unauthorized: description: Unauthorized request content: application/json: schema: $ref: '#/components/schemas/Error' NotFound:Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/DocumentUtilTest.java
assertEquals("http://example.com/%7Bid%7D", result); } @Test public void test_encodeUrl_unicodeChars() { // Non-ASCII characters are percent-encoded; encoding depends on request context String result = DocumentUtil.encodeUrl("http://example.com/\u00D6sterreich"); assertEquals("http://example.com/%D6sterreich", result); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 13.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorErrorHandlingTest.java
builder.allRecordCount(allRecordCount); builder.allRecordCountRelation(Relation.EQUAL_TO.toString()); return builder.build(); } } /** * Test search request parameters implementation. */ static class TestSearchRequestParams extends SearchRequestParams { private final int startPosition; private final int pageSize; private final int offset;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 14.3K bytes - Click Count (0) -
dbflute_fess/dfprop/documentMap.dfprop
# o maskedKeyList: list of masked keys for security (NotRequired) # o isEnvOnlyFloatLeft: is it environment only? (and show as float-left?) (NotRequired) # o extendsPropRequest: other request name of exnteds-properties (NotRequired) # o isCheckImplicitOverride: does it check implicit override? (NotRequired) # #; propertiesHtmlMap = map:{ # ; MaihamaEnv = map:{
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebConfig.java
} paramMap.put(HcHttpClient.AUTHENTICATIONS_PROPERTY, authConfigList.toArray(new WebAuthenticationConfig[authConfigList.size()])); // request header final List<RequestHeader> requestHeaderList = requestHeaderService.getRequestHeaderList(getId()); final List<org.codelibs.fess.crawler.client.http.RequestHeader> rhList = new ArrayList<>();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 10.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/WebApiExceptionTest.java
@Test public void test_multipleExceptions_differentStatusCodes() { // Test creating multiple exceptions with different status codes WebApiException exception1 = new WebApiException(400, "Bad Request"); WebApiException exception2 = new WebApiException(401, "Unauthorized"); WebApiException exception3 = new WebApiException(500, "Internal Error"); assertEquals(400, exception1.getStatusCode());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Request to OpenSearch */ public static final String LABELS_sereq_configuration = "{labels.sereq_configuration}"; /** The key of the message: Request File */ public static final String LABELS_sereq_request_file = "{labels.sereq_request_file}"; /** The key of the message: Request File */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java
try (InputStream inputStream = form.protwordsFile.getInputStream()) { file.update(inputStream); } catch (final IOException e) { logger.warn("Failed to process a request.", e); throwValidationError(messages -> messages.addErrorsFailedToUploadProtwordsFile(GLOBAL), () -> redirectWith(getClass(), moreUrl("uploadpage/" + form.dictId))); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 20.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
return super.godHandPrologue(runtime); } /** * Hook method called before action execution. * <p> * This method logs user access activity for the current request. * </p> * * @param runtime the action runtime context * @return the action response from the parent hook */ @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 13:57:12 GMT 2026 - 10.9K bytes - Click Count (0)