- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 65 for notificationTo (0.27 sec)
-
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) -
src/main/resources/fess_label_fr.properties
labels.handlerParameter=Paramètre labels.handlerScript=Script labels.popularWord=Mot populaire labels.ignoreFailureType=Type d'échec ignoré labels.lastAccessTime=Heure du dernier accès labels.notificationTo=Notification à labels.num=Nombre labels.pn=Numéro de page labels.protocolScheme=Schéma labels.purgeByBots=Purger les robots labels.logLevel=Niveau de journalisation labels.purgeSearchLogDay=Purger le journal de recherche
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
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=Очистить журнал поиска
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.handlerName=Nome gestore labels.handlerParameter=Parametro labels.handler_script=Script labels.popularWord=Parola popolare labels.ignoreFailureType=Tipi di errore ignorati labels.lastAccessTime=Data ultimo accesso labels.notificationTo=Notifica a labels.num=Numero labels.pn=Numero di pagina labels.protocolScheme=Schema labels.purgeByBots=Elimina per Bot labels.logLevel=Livello di log labels.purgeSearchLogDay=Elimina log di ricerca
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.handlerName=Handlernaam labels.handlerParameter=Parameter labels.handler_script=Script labels.popularWord=Populair woord labels.ignoreFailureType=Genegeerde fouttypen labels.lastAccessTime=Laatste toegangstijd labels.notificationTo=Melding aan labels.num=Aantal labels.pn=Paginanummer labels.protocolScheme=Schema labels.purgeByBots=Verwijderen door Bots labels.logLevel=Logboekniveau labels.purgeSearchLogDay=Zoeklogboeken verwijderen
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
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) -
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) -
src/main/resources/fess_label_ja.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=Botsの削除 labels.logLevel=ログレベル labels.purgeSearchLogDay=検索ログの削除 labels.query=クエリー labels.queryId=クエリーID labels.rt=rt
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/LocalCacheMapComputeTest.java
List<RemovalNotification<Integer, Integer>> notifications = new ArrayList<>(); Cache<Integer, Integer> cache = CacheBuilder.newBuilder() .removalListener( new RemovalListener<Integer, Integer>() { @Override public void onRemoval(RemovalNotification<Integer, Integer> notification) { notifications.add(notification); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/NotificationHelper.java
/** Line feed character for message formatting. */ protected static final char LF = '\n'; /** * Sends notifications to configured platforms. * * @param cardView the card view for the notification * @param discloser the mail posting discloser */ public void send(final CardView cardView, final SMailPostingDiscloser discloser) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0)