- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 142 for virtualHost (2.48 sec)
-
src/main/resources/fess_label_en.properties
labels.max_access_count=Max Access Count labels.number_of_thread=Number of Threads labels.interval_time=Interval labels.millisec=msec labels.permissions=Permissions labels.virtual_hosts=Virtual Hosts labels.virtual_host=Virtual Host labels.label_type=Label labels.file_crawling_button_create=Create labels.file_crawling_button_create_job=Create New Job labels.web_crawling_configuration=Web Crawling
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Field name for file name in the index. index.field.filename=filename # Field name for thumbnail in the index. index.field.thumbnail=thumbnail # Field name for virtual host in the index. index.field.virtual_host=virtual_host # Field name for content title in the response. response.field.content_title=content_title # Field name for content description in the response. response.field.content_description=content_description
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.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=建立 labels.file_crawling_button_create_job=建立新作業 labels.web_crawling_configuration=Web爬網 labels.web_crawling_title_details=Web爬網設定
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
/** Queries field name. */ public static final String QUERIES = "queries"; /** Virtual hosts field name. */ public static final String VIRTUAL_HOSTS = "virtualHosts"; /** Prefix for encrypted/ciphered values. */ public static final String CIPHER_PREFIX = "{cipher}"; /** System user identifier. */ public static final String SYSTEM_USER = "system";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.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=Создать новое задание labels.web_crawling_configuration=Веб-сканирование
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/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. thumbnail */ String INDEX_FIELD_THUMBNAIL = "index.field.thumbnail"; /** The key of the configuration. e.g. virtual_host */ String INDEX_FIELD_virtual_host = "index.field.virtual_host"; /** The key of the configuration. e.g. content_title */ String RESPONSE_FIELD_content_title = "response.field.content_title";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/resources/fess_label_nl.properties
labels.number_of_thread=Aantal threads labels.interval_time=Interval labels.millisec=milliseconden labels.permissions=Machtigingen labels.virtual_hosts=Virtuele hosts labels.virtual_host=Virtuele host labels.label_type=Label labels.file_crawling_button_create=Maken labels.file_crawling_button_create_job=Nieuwe taak maken labels.web_crawling_configuration=Webcrawlen
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/resources/fess_label_fr.properties
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 labels.file_crawling_button_create_job=Créer une nouvelle tâche labels.web_crawling_configuration=Exploration Web
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
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 labels.file_crawling_button_create_job=Crea nuovo lavoro labels.web_crawling_configuration=Scansione web
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
stream(crawlingConfig.getPermissions()).of(stream -> stream.forEach(p -> roleTypeList.add(p))); putResultDataBody(dataMap, fessConfig.getIndexFieldRole(), roleTypeList); // virtualHosts putResultDataBody(dataMap, fessConfig.getIndexFieldVirtualHost(), stream(crawlingConfig.getVirtualHosts()).get(stream -> stream.filter(StringUtil::isNotBlank).collect(Collectors.toList())));
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0)