Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for includedPaths (2.17 sec)

  1. src/main/resources/fess_label_hi.properties

    labels.excludedUrls=क्रॉलिंग के लिए बहिष्कृत URLs
    labels.excludedDocPaths=खोज के लिए बहिष्कृत पथ
    labels.excludedDocUrls=खोज के लिए बहिष्कृत URLs
    labels.hostname=होस्टनाम
    labels.id=ID
    labels.includedPaths=क्रॉलिंग के लिए शामिल पथ
    labels.includedUrls=क्रॉलिंग के लिए शामिल URLs
    labels.includedDocPaths=खोज के लिए शामिल पथ
    labels.includedDocUrls=खोज के लिए शामिल URLs
    labels.maxAccessCount=अधिकतम पहुंच गणना
    labels.name=नाम
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 64.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ko.properties

    labels.createdTime=작성일시
    labels.depth=깊이
    labels.excludedPaths=크롤링에서 제외할 경로
    labels.excludedUrls=크롤링에서 제외할 URL
    labels.excludedDocPaths=검색에서 제외할 경로
    labels.excludedDocUrls=검색에서 제외할 URL
    labels.hostname=호스트명
    labels.id=ID
    labels.includedPaths=크롤링할 경로
    labels.includedUrls=크롤링할 URL
    labels.includedDocPaths=검색할 경로
    labels.includedDocUrls=검색할 URL
    labels.maxAccessCount=최대 접근 횟수
    labels.name=이름
    labels.numOfThread=스레드 수
    labels.duplicateHostName=중복 호스트명
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ja.properties

    labels.createdTime=作成日時
    labels.depth=深さ
    labels.excludedPaths=クロール対象から除外するパス
    labels.excludedUrls=クロール対象から除外するURL
    labels.excludedDocPaths=検索対象から除外するパス
    labels.excludedDocUrls=検索対象から除外するURL
    labels.hostname=ホスト名
    labels.id=ID
    labels.includedPaths=クロール対象とするパス
    labels.includedUrls=クロール対象とするURL
    labels.includedDocPaths=検索対象とするパス
    labels.includedDocUrls=検索対象とするURL
    labels.maxAccessCount=最大アクセス数
    labels.name=名前
    labels.numOfThread=スレッドの数
    labels.duplicateHostName=重複名
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: ID */
        public static final String LABELS_ID = "{labels.id}";
    
        /** The key of the message: Included Paths for Crawling */
        public static final String LABELS_INCLUDED_PATHS = "{labels.includedPaths}";
    
        /** The key of the message: Included URLs for Crawling */
        public static final String LABELS_INCLUDED_URLS = "{labels.includedUrls}";
    
        /** The key of the message: Included Paths for Searching */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 156.4K bytes
    - Viewed (0)
Back to top