Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for configParameter (0.09 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.crawlingConfigPath=クロールするパス
    labels.processType=処理の種類
    labels.parameters=パラメーター
    labels.designFile=アップロードするファイル
    labels.bulkFile=バルクファイル
    labels.appendQueryParameter=検索パラメーターの追加
    labels.configId=設定ID
    labels.configParameter=設定パラメーター
    labels.content=コンテンツ
    labels.csvFileEncoding=CSVエンコーディング
    labels.defaultLabelValue=デフォルトラベル
    labels.designFileName=ファイル名
    labels.incrementalCrawling=最終更新日時の確認
    labels.errorCount=エラー回数
    labels.errorLog=エラーログ
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_CONFIG_ID = "{labels.configId}";
    
        /** The key of the message: Config Parameters */
        public static final String LABELS_CONFIG_PARAMETER = "{labels.configParameter}";
    
        /** The key of the message: Content */
        public static final String LABELS_CONTENT = "{labels.content}";
    
        /** The key of the message: CSV Encoding */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/util/ParameterUtil.java

            if (!map.isEmpty()) {
                paramMap.putAll(map);
            }
        }
    
        public static Map<ConfigName, Map<String, String>> createConfigParameterMap(final String configParameters) {
            final Map<ConfigName, Map<String, String>> map = new HashMap<>();
            final Map<String, String> configConfigMap = new LinkedHashMap<>();
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top