- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 161 for Schedules (0.06 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/DuplexTest.kt
override fun contentType() = delegate.contentType() override fun isDuplex() = true override fun writeTo(sink: BufferedSink) { executorService.schedule({ try { delegate.writeTo(sink) sink.close() } catch (e: IOException) { throw RuntimeException(e) } }, delayMillis, TimeUnit.MILLISECONDS) }Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 19:13:52 UTC 2025 - 25.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
} /** * Starts a {@link ClosingFuture} pipeline by submitting a callable block to an executor. * * @throws java.util.concurrent.RejectedExecutionException if the task cannot be scheduled for * execution */ public static <V extends @Nullable Object> ClosingFuture<V> submit( ClosingCallable<V> callable, Executor executor) { checkNotNull(callable);Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 13:51:27 UTC 2025 - 96.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
- kube-apiserver - The `--enable-logs-handler` flag and log-serving functionality is deprecated, and scheduled to be removed in v1.19. ([#77611](https://github.com/kubernetes/kubernetes/pull/77611), [@rohitsardesai83](https://github.com/rohitsardesai83)) - kube-proxy
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
*/ public void reloadConfiguration() { reloadConfiguration(true); } /** * Reloads the application configuration. * * @param resetJobs true to reset scheduled jobs. */ public void reloadConfiguration(final boolean resetJobs) { ComponentUtil.getSearchEngineClient().refresh(); ComponentUtil.getSuggestHelper().init();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.excluded_doc_urls=要從搜尋中排除的URL labels.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=無 labels.crawling_thread_count=同時爬蟲設定 labels.incremental_crawling=檢查上次修改時間
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
// ============================================================ // Job and Process Constants // ============================================================ /** Scheduled job identifier. */ public static final String SCHEDULED_JOB = "scheduledJob"; /** Default job target value (all configurations). */ public static final String DEFAULT_JOB_TARGET = "all";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 60.2K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.user_agent=User Agent labels.web_crawling_button_create=Buat labels.web_crawling_button_create_job=Buat Job Baru labels.crawler_configuration=Konfigurasi Umum labels.crawler_title_edit=Konfigurasi Umum labels.schedule=Jadwal labels.enabled=Diaktifkan labels.day_for_cleanup=Hapus dokumen lama labels.day=hari labels.crawl_button_update=Perbarui labels.none=Tidak Ada labels.crawling_thread_count=Konfigurasi Crawler Konkuren
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.user_agent=User-Agent labels.web_crawling_button_create=Utwórz labels.web_crawling_button_create_job=Utwórz nowe zadanie labels.crawler_configuration=Konfiguracja ogólna labels.crawler_title_edit=Konfiguracja ogólna labels.schedule=Harmonogram labels.enabled=Włączone labels.day_for_cleanup=Usuń poprzednie dokumenty labels.day=dni labels.crawl_button_update=Aktualizuj labels.none=Brak
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.user_agent=Kullanıcı Aracısı labels.web_crawling_button_create=Oluştur labels.web_crawling_button_create_job=Yeni İş Oluştur labels.crawler_configuration=Genel Yapılandırma labels.crawler_title_edit=Genel Yapılandırma labels.schedule=Zamanlama labels.enabled=Etkin labels.day_for_cleanup=Eski belgeleri sil labels.day=gün labels.crawl_button_update=Güncelle labels.none=Yok labels.crawling_thread_count=Eşzamanlı Tarayıcı Yapılandırması
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0)