- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for reschedule (0.06 sec)
-
src/main/resources/fess_label_ru.properties
labels.user_agent=User Agent labels.web_crawling_button_create=Создать labels.web_crawling_button_create_job=Создать новое задание labels.crawler_configuration=Общая конфигурация labels.crawler_title_edit=Общая конфигурация labels.schedule=Расписание labels.enabled=Включено labels.day_for_cleanup=Удалить старые документы labels.day=дней labels.crawl_button_update=Обновить labels.none=Нет
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/Futures.java
long delay, TimeUnit timeUnit, ScheduledExecutorService executorService) { TrustedListenableFutureTask<O> task = TrustedListenableFutureTask.create(callable); Future<?> scheduled = executorService.schedule(task, delay, timeUnit); /* * Even when the user interrupts the task, we pass `false` to `cancel` so that we don't * interrupt a second time after the interruption performed by TrustedListenableFutureTask.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0)