- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for inexistent (0.85 seconds)
-
docs/en/docs/release-notes.md
* đ ïž Improve Node.js script in docs to generate TypeScript clients. PR [#11293](https://github.com/tiangolo/fastapi/pull/11293) by [@alejsdev](https://github.com/alejsdev). * đ Update examples for tests to replace "inexistent" for "nonexistent". PR [#11220](https://github.com/tiangolo/fastapi/pull/11220) by [@Homesteady](https://github.com/Homesteady).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
} @Test public void test_getMapValue_missing() { final Map<String, Object> map = Map.of("key", "value"); assertNull(coordinatorHelper.getMapValue(map, "nonexistent")); } @Test public void test_getListValue_exists() { final List<Map<String, Object>> list = List.of(Map.of("id", "1"), Map.of("id", "2"));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/config/exentity/ScheduledJobTest.java
ComponentUtil.register(mockJobManager, JobManager.class.getCanonicalName()); final ScheduledJob scheduledJob = new ScheduledJob(); scheduledJob.setId("nonexistent-job"); try { scheduledJob.start(Map.of(Constants.JOB_LOG_ID, "some-id")); fail("Expected JobNotFoundException"); } catch (final JobNotFoundException e) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
errors.app.db.already.deleted = Il a peut-ĂȘtre Ă©tĂ© supprimĂ© par un autre processus. Veuillez rĂ©essayer. errors.app.db.already.updated = Il a peut-ĂȘtre Ă©tĂ© mis Ă jour par un autre processus. Veuillez rĂ©essayer. errors.app.db.already.exists = Les donnĂ©es existent dĂ©jĂ . Veuillez rĂ©essayer. errors.app.double.submit.request = Il a peut-ĂȘtre Ă©tĂ© traitĂ© avant cette requĂȘte. Veuillez rĂ©essayer. # _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
assertEquals(logId, jsonPath.getString("response.log.id")); logger.info("Get crawling info log by ID test completed"); } // Test GET with non-existent ID response = checkMethodBase(new HashMap<>()).get("/api/admin/crawlinginfo/log/nonexistent_id").asString(); assertEquals(1, JsonPath.from(response).getInt("response.status"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0)