- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 156 for figure (0.04 seconds)
-
src/main/resources/fess_message_hi.properties
constraints.DecimalMax.message = {item} {value} से कम होना चाहिए। constraints.DecimalMin.message = {item} {value} से अधिक होना चाहिए। constraints.Digits.message = {item} एक संख्या होनी चाहिए। (अपेक्षित: <number>.<number>) constraints.Future.message = {item} भविष्य का मान होना चाहिए। constraints.Max.message = {item} {value} से कम या बराबर होना चाहिए। constraints.Min.message = {item} {value} से अधिक या बराबर होना चाहिए। constraints.NotNull.message = {item} आवश्यक है।Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 20.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/user/ApiAdminUserAction.java
} /** * Deletes a user setting by ID. * * @param id the ID of the user setting to delete * @return JSON response indicating success or failure */ // DELETE /api/admin/user/setting/{id} @Execute public JsonResponse<ApiResult> delete$setting(final String id) { final User entity = userService.getUser(id).orElseGet(() -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 24 02:07:40 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/plugin/ApiAdminPluginAction.java
} /** * Installs a plugin with the specified name and version. * * @param body the plugin installation data containing name and version * @return JSON response indicating success or failure */ // POST /api/admin/plugin @Execute public JsonResponse<ApiResult> post$index(final InstallBody body) { validateApi(body, messages -> {});Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
} catch (final JobProcessingException e) { if (logger.isDebugEnabled()) { logger.debug("Script raised JobProcessingException", e); } logScriptExecution(template, "failure:" + e.getClass().getSimpleName()); throw e; } catch (final Exception e) { final String truncatedScript =
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/storage/ApiAdminStorageAction.java
} // DELETE /api/admin/storage/delete/{id}/ /** * Deletes a file from storage. * @param id The ID of the file to delete. * @return A JSON response indicating the success or failure of the operation. */ @Execute public JsonResponse<ApiResult> delete$delete(final String id) { final PathInfo pi = convertToItem(id); if (StringUtil.isEmpty(pi.getName())) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.9K bytes - Click Count (0) -
src/main/resources/fess_message_es.properties
constraints.DecimalMax.message = {item} debe ser menor que {value}. constraints.DecimalMin.message = {item} debe ser mayor que {value}. constraints.Digits.message = {item} debe ser un número. (Esperado: <número>.<número>) constraints.Future.message = {item} debe ser una fecha futura. constraints.Max.message = {item} debe ser menor o igual que {value}. constraints.Min.message = {item} debe ser mayor o igual que {value}.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/query/StoredLtrQueryBuilderTest.java
@Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); } // Test placeholder for future implementation @Test public void test_placeholder() { // This test verifies the test class can be instantiated and run String testValue = "test"; assertNotNull(testValue);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/score/ScoreBoosterTest.java
@Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); } // Test placeholder for future implementation @Test public void test_placeholder() { // This test verifies the test class can be instantiated and run String testValue = "test"; assertNotNull(testValue);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandlerTest.java
@Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); } // Test placeholder for future implementation @Test public void test_placeholder() { // This test verifies the test class can be instantiated and run String testValue = "test"; assertNotNull(testValue);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/mail/TestmailPostcardTest.java
@Test public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); } // Test placeholder for future implementation @Test public void test_placeholder() { // This test verifies the test class can be instantiated and run String testValue = "test"; assertNotNull(testValue);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.6K bytes - Click Count (0)