Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 140 for virtualHost (0.05 sec)

  1. src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 25.6K bytes
    - Viewed (0)
  2. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  4. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.max_access_count=Maximale Zugriffsanzahl
    labels.number_of_thread=Anzahl der Threads
    labels.interval_time=Intervall
    labels.millisec=ms
    labels.permissions=Berechtigungen
    labels.virtual_hosts=Virtuelle Hosts
    labels.virtual_host=Virtueller Host
    labels.label_type=Label
    labels.file_crawling_button_create=Erstellen
    labels.file_crawling_button_create_job=Neuen Job erstellen
    labels.web_crawling_configuration=Web-Crawling
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  7. src/main/resources/fess_label_pl.properties

    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
    labels.file_crawling_button_create_job=Utwórz nowe zadanie
    labels.web_crawling_configuration=Indeksowanie stron internetowych
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  8. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  9. src/main/resources/fess_label_es.properties

    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
    labels.file_crawling_button_create_job=Crear nuevo trabajo
    labels.web_crawling_configuration=Rastreo web
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.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=웹 크롤링
    labels.web_crawling_title_details=웹 크롤링 설정
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
Back to top