- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 49 for millisec (0.04 sec)
-
src/main/resources/fess_label_pl.properties
labels.config_parameter=Parametr konfiguracji labels.max_access_count=Maksymalna liczba dostępów labels.number_of_thread=Liczba wątków labels.interval_time=Interwał labels.millisec=milisekundy labels.permissions=Uprawnienia labels.virtual_hosts=Wirtualne hosty labels.virtual_host=Wirtualny host labels.label_type=Etykieta labels.file_crawling_button_create=Utwórz
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.config_parameter=Параметры конфигурации labels.max_access_count=Максимальное количество доступов labels.number_of_thread=Количество потоков labels.interval_time=Интервал labels.millisec=мсек labels.permissions=Разрешения labels.virtual_hosts=Виртуальные хосты labels.virtual_host=Виртуальный хост labels.label_type=Метка labels.file_crawling_button_create=Создать
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.config_parameter=Parametro di configurazione labels.max_access_count=Numero massimo di accessi labels.number_of_thread=Numero di thread labels.interval_time=Intervallo labels.millisec=millisecondi labels.permissions=Permessi labels.virtual_hosts=Host virtuali labels.virtual_host=Host virtuale labels.label_type=Etichetta labels.file_crawling_button_create=Crea
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_es.properties
labels.excluded_doc_paths=Rutas a excluir de la búsqueda labels.config_parameter=Parámetro de configuración labels.max_access_count=Número máximo de accesos labels.number_of_thread=Número de hilos labels.interval_time=Intervalo labels.millisec=milisegundos labels.permissions=Permisos labels.virtual_hosts=Hosts virtuales labels.virtual_host=Host virtual labels.label_type=Etiqueta labels.file_crawling_button_create=Crear
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.included_doc_paths=검색할 경로 labels.excluded_doc_paths=검색에서 제외할 경로 labels.config_parameter=설정 파라미터 labels.max_access_count=최대 접근 횟수 labels.number_of_thread=스레드 수 labels.interval_time=간격 labels.millisec=밀리초 labels.permissions=권한 labels.virtual_hosts=가상 호스트 labels.virtual_host=가상 호스트 labels.label_type=라벨 labels.file_crawling_button_create=작성 labels.file_crawling_button_create_job=새 작업 작성
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_zh_CN.properties
labels.excluded_paths=要从爬网中排除的路径 labels.included_doc_paths=要包含在搜索中的路径 labels.excluded_doc_paths=要从搜索中排除的路径 labels.config_parameter=配置参数 labels.max_access_count=最大访问数 labels.number_of_thread=线程数 labels.interval_time=间隔 labels.millisec=毫秒 labels.permissions=权限 labels.virtual_hosts=虚拟主机 labels.virtual_host=虚拟主机 labels.label_type=标签 labels.file_crawling_button_create=创建 labels.file_crawling_button_create_job=创建新作业
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_fr.properties
labels.excluded_doc_paths=Chemins de documents exclus labels.config_parameter=Paramètres de configuration labels.max_access_count=Nombre d'accès maximum labels.number_of_thread=Nombre de threads labels.interval_time=Intervalle labels.millisec=ms labels.permissions=Autorisations labels.virtual_hosts=Hôtes virtuels labels.virtual_host=Hôte virtuel labels.label_type=Étiquette labels.file_crawling_button_create=Créer
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_ja.properties
labels.included_doc_paths=検索対象とするパス labels.excluded_doc_paths=検索対象から除外するパス labels.config_parameter=設定パラメーター labels.max_access_count=最大アクセス数 labels.number_of_thread=スレッド数 labels.interval_time=間隔 labels.millisec=ミリ秒 labels.permissions=パーミッション labels.virtual_hosts=仮想ホスト labels.virtual_host=仮想ホスト labels.label_type=ラベル labels.file_crawling_button_create=作成 labels.file_crawling_button_create_job=新しいジョブの作成
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_interval_time = "{labels.interval_time}"; /** The key of the message: msec */ public static final String LABELS_MILLISEC = "{labels.millisec}"; /** The key of the message: Permissions */ public static final String LABELS_PERMISSIONS = "{labels.permissions}"; /** The key of the message: Virtual Hosts */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ThreadUtil.java
* * @param millis * the length of time to sleep in milliseconds * @throws InterruptedRuntimeException * if any thread has interrupted the current thread. */ public static void sleep(final long millis) { if (millis < 1L) { return; } try { Thread.sleep(millis); } catch (final InterruptedException e) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 2.3K bytes - Viewed (0)