- Sort Score
- Num 10 results
- Language All
Results 201 - 210 of 385 for alerts (0.07 seconds)
-
src/main/resources/fess_message_nl.properties
success.crud_create_crud_table = Gegevens gemaakt. success.crud_update_crud_table = Gegevens bijgewerkt. success.crud_delete_crud_table = Gegevens verwijderd. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.9K bytes - Click Count (0) -
src/main/resources/fess_message_ru.properties
success.crud_create_crud_table = Данные созданы. success.crud_update_crud_table = Данные обновлены. success.crud_delete_crud_table = Данные удалены. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 17.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/DownloadGitRepoToEc2Agent.kt
object DownloadGitRepoToEc2Agent : BuildType({ val id = "Util_DownloadGitRepoToEc2Agent" name = "Download Git Repo to EC2 Agent" description = "Do nothing but downloading gradle/gradle repo to EC2 agents" applyDefaultSettings(artifactRuleOverride = "") params { param("defaultBranchName", "master") } steps { script { name = "DO_NOTHING"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Nov 12 06:13:12 GMT 2025 - 758 bytes - Click Count (0) -
lib/time/README
The zoneinfo.zip archive contains time zone files compiled using the code and data maintained as part of the IANA Time Zone Database. The IANA asserts that the database is in the public domain. For more information, see https://www.iana.org/time-zones ftp://ftp.iana.org/tz/code/tz-link.html https://datatracker.ietf.org/doc/html/rfc6557
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Sun Aug 15 02:18:46 GMT 2021 - 390 bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
success.crud_create_crud_table = Veri oluşturuldu. success.crud_update_crud_table = Veri güncellendi. success.crud_delete_crud_table = Veri silindi. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13K bytes - Click Count (0) -
src/main/resources/fess_message_it.properties
success.crud_create_crud_table = Dati creati. success.crud_update_crud_table = Dati aggiornati. success.crud_delete_crud_table = Dati eliminati. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.3K bytes - Click Count (0) -
docs/fr/docs/advanced/async-tests.md
... que nous utilisions pour faire nos requêtes avec le `TestClient`. /// tip | Astuce Notez que nous utilisons async/await avec le nouveau `AsyncClient` — la requête est asynchrone. /// /// warning | Alertes
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.3K bytes - Click Count (0) -
src/main/resources/fess_message_zh_CN.properties
success.crud_create_crud_table = 数据已创建。 success.crud_update_crud_table = 数据已更新。 success.crud_delete_crud_table = 数据已删除。 errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
success.crud_create_crud_table = Données créées. success.crud_update_crud_table = Données mises à jour. success.crud_delete_crud_table = Données supprimées. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
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) -
android/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java
} /** * Asserts that the expected completion time has passed (and not "too much" time beyond that). */ void assertCompletionExpected() { assertAtLeastTimePassed(stopwatch, expectedCompletionWaitMillis); assertTimeNotPassed(stopwatch, expectedCompletionWaitMillis + LONG_DELAY_MS); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 38.1K bytes - Click Count (0)