- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 287 for notifications (0.09 sec)
-
CHANGELOG.md
[graalvm]: https://www.graalvm.org/ [graalvm_21]: https://www.graalvm.org/release-notes/21_0/ [graalvm_22]: https://www.graalvm.org/release-notes/22_2/ [idna_15_1_0]: https://www.unicode.org/reports/tr46/#Modifications [kotlin_1_4_20]: https://github.com/JetBrains/kotlin/releases/tag/v1.4.20 [kotlin_1_5_31]: https://github.com/JetBrains/kotlin/releases/tag/v1.5.31 [kotlin_1_6_10]: https://github.com/JetBrains/kotlin/releases/tag/v1.6.10
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1) -
android/guava/src/com/google/common/collect/CompactHashMap.java
* values.length) are all {@code null}. */ @VisibleForTesting transient @Nullable Object @Nullable [] values; /** * Keeps track of metadata like the number of hash table bits and modifications of this data * structure (to make it possible to throw ConcurrentModificationException in the iterator). Note * that we choose not to make this volatile, so we do less of a "best effort" to track such
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 35.7K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.handlerName=Nazwa obsługi labels.handlerParameter=Parametr labels.handler_script=Skrypt labels.popularWord=Popularne słowo labels.ignoreFailureType=Ignorowane typy błędów labels.lastAccessTime=Data ostatniego dostępu labels.notificationTo=Powiadom do labels.num=Liczba labels.pn=Numer strony labels.protocolScheme=Schemat labels.purgeByBots=Usuń przez boty labels.logLevel=Poziom logowania labels.purgeSearchLogDay=Usuń dzienniki wyszukiwania
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
* removed in one segment while checking another, in which case the table was never actually * empty at any point. (The sum ensures accuracy up through at least 1<<31 per-segment * modifications before recheck.) Method containsValue() uses similar constructions for * stability checks. */ long sum = 0L; Segment<K, V, E, S>[] segments = this.segments;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.handlerParameter=Parâmetro labels.handlerScript=Script labels.popularWord=Palavra popular labels.ignoreFailureType=Tipos de falha ignorados labels.lastAccessTime=Data do último acesso labels.notificationTo=Notificar para labels.num=Número labels.pn=Número da página labels.protocolScheme=Esquema labels.purgeByBots=Excluir por Bots labels.logLevel=Nível de log labels.purgeSearchLogDay=Excluir logs de pesquisa
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
cmd/data-scanner.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 45.5K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.fileConfigName=文件爬网配置名称 labels.fileName=文件名 labels.handlerName=处理程序名称 labels.handlerParameter=参数 labels.handlerScript=脚本 labels.popularWord=热门词 labels.ignoreFailureType=忽略的失败类型 labels.lastAccessTime=上次访问时间 labels.notificationTo=通知到 labels.num=数量 labels.pn=页码 labels.protocolScheme=方案 labels.purgeByBots=按机器人清除 labels.logLevel=日志级别 labels.purgeSearchLogDay=删除搜索日志 labels.query=查询 labels.queryId=查询ID labels.rt=rt
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/SetsTest.java
ensureNotDirectlyModifiable(unmod.subSet(1, 3)); ensureNotDirectlyModifiable(unmod.subSet(1, true, 3, true)); /* UnsupportedOperationException on indirect modifications. */ NavigableSet<Integer> reverse = unmod.descendingSet(); assertThrows(UnsupportedOperationException.class, () -> reverse.add(4));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 45.3K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.fileName=파일 이름 labels.handlerName=핸들러 이름 labels.handlerParameter=파라미터 labels.handlerScript=스크립트 labels.popularWord=인기 검색어 labels.ignoreFailureType=무시된 장애 종류 labels.lastAccessTime=최종 접근 일시 labels.notificationTo=알림 대상 labels.num=수 labels.pn=페이지 번호 labels.protocolScheme=스키마 labels.purgeByBots=봇 삭제 labels.logLevel=로그 레벨 labels.purgeSearchLogDay=검색 로그 삭제 labels.query=쿼리 labels.queryId=쿼리 ID labels.rt=rt
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
cmd/batch-handlers.go
if err != nil { return err } xhttp.DrainBody(resp.Body) if resp.StatusCode != http.StatusOK { return errors.New(resp.Status) } return nil } // Notify notifies notification endpoint if configured regarding job failure or success. func (r BatchJobReplicateV1) Notify(ctx context.Context, ri *batchJobInfo) error { return notifyEndpoint(ctx, ri, r.Flags.Notify.Endpoint, r.Flags.Notify.Token) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.5K bytes - Viewed (0)