Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for Heindel (0.4 sec)

  1. src/main/resources/fess_label_de.properties

    labels.homeDirectory=Home-Verzeichnis
    labels.upgrade_title_configuration=Upgrade
    labels.upgrade_data_migration=Datenmigration
    labels.upgrade_reindex=Reindizieren
    labels.upgrade_start_button=Start
    labels.replace_aliases=Aliase aktualisieren
    labels.reindex_start_button=Start
    labels.targetVersion=Version
    labels.target_version=Version ab
    labels.esreq_configuration=Anfrage an OpenSearch
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.user_homeDirectory=ホームディレクトリ
    labels.homeDirectory=ホームディレクトリ
    labels.upgrade_title_configuration=アップグレード
    labels.upgrade_data_migration=データ移行
    labels.upgrade_reindex=再インデクシング
    labels.upgrade_start_button=開始
    labels.replace_aliases=エイリアスの更新
    labels.reset_dictionaries=辞書の初期化
    labels.reindex_start_button=開始
    labels.targetVersion=対象バージョン
    labels.target_version=対象バージョン
    labels.esreq_configuration=OpenSearchへのリクエスト
    labels.esreq_request_file=リクエストファイル
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  3. src/main/resources/fess_label_fr.properties

    labels.upgrade_title_configuration	=	Améliorer
    labels.upgrade_data_migration	=	Migration de données
    labels.upgrade_reindex	=	Réindexer
    labels.upgrade_start_button	=	Commencer
    labels.replace_aliases	=	Mettre à jour les alias
    labels.reset_dictionaries	=	Réinitialiser les dictionnaires
    labels.reindex_start_button	=	Commencer
    labels.targetVersion	=	Version
    labels.target_version	=	Version de
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Data Migration */
        public static final String LABELS_upgrade_data_migration = "{labels.upgrade_data_migration}";
    
        /** The key of the message: Reindex */
        public static final String LABELS_upgrade_reindex = "{labels.upgrade_reindex}";
    
        /** The key of the message: Start */
        public static final String LABELS_upgrade_start_button = "{labels.upgrade_start_button}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  5. pom.xml

    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>percolator-client</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>reindex-client</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>mapper-extras-client</artifactId>
    				</exclusion>
    				<exclusion>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  6. cmd/xl-storage-format-v2.go

    		if metaV < 2 && ver.header.Type == DeleteType {
    			// load (and convert) version.
    			version, err := x.getIdx(i)
    			if err == nil {
    				// Only reindex if set.
    				_, ok1 := version.DeleteMarker.MetaSys[ReservedMetadataPrefixLower+ReplicationTimestamp]
    				_, ok2 := version.DeleteMarker.MetaSys[ReservedMetadataPrefixLower+ReplicaTimestamp]
    				if ok1 || ok2 {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Apr 23 05:07:37 GMT 2024
    - 63.6K bytes
    - Viewed (1)
Back to top