Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for Storage (0.18 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.crud_button_install=インストール
    labels.storage_configuration=ストレージ
    labels.storage_name=名前
    labels.storage_size=サイズ
    labels.storage_last_modified=最終更新日時
    labels.storage_upload_file=ファイルのアップロード
    labels.storage_button_upload=アップロード
    labels.storage_bucket_name=バケット名
    labels.storage_file=ファイル
    labels.storage_folder_name=フォルダ名
    labels.storage_button_download=ダウンロード
    labels.storage_button_tags=タグ
    labels.storage_title_tag=タグ:
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/app/web/admin/storage/TagForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.storage;
    
    import java.util.HashMap;
    import java.util.Map;
    
    import javax.validation.constraints.Size;
    
    import org.apache.logging.log4j.core.config.plugins.validation.constraints.Required;
    
    public class TagForm {
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/go/GoAction.java

        }
    
        protected boolean isFileSystemPath(final String url) {
            return url.startsWith("file:") || url.startsWith("smb:") || url.startsWith("smb1:") || url.startsWith("ftp:")
                    || url.startsWith("storage:");
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/api/admin/storage/ApiAdminStorageAction.java

     */
    package org.codelibs.fess.app.web.api.admin.storage;
    
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.convertToItem;
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.decodePath;
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.deleteObject;
    import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.downloadObject;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_storage_file_upload_failure = "{errors.storage_file_upload_failure}";
    
        /** The key of the message: The target file is not found in Storage. */
        public static final String ERRORS_storage_file_not_found = "{errors.storage_file_not_found}";
    
        /** The key of the message: Failed to download {0}. */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ru.properties

    labels.crud_button_install=Install
    labels.storage_configuration=Storage
    labels.storage_name=Name
    labels.storage_size=Size
    labels.storage_last_modified=Last Modified
    labels.storage_upload_file=Upload File
    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket Name
    labels.storage_file=File
    labels.storage_folder_name=Folder Name
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/Constants.java

        public static final String STORAGE_ENDPOINT = "storage.endpoint";
    
        public static final String STORAGE_ACCESS_KEY = "storage.accesskey";
    
        public static final String STORAGE_SECRET_KEY = "storage.secretkey";
    
        public static final String STORAGE_BUCKET = "storage.bucket";
    
        public static final String MAPPING_TYPE_ARRAY = "array";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_fr.properties

    labels.crud_button_install	=	Installer
    labels.storage_configuration	=	Stockage
    labels.storage_name	=	Nom
    labels.storage_size	=	Taille
    labels.storage_last_modified	=	Dernière modification
    labels.storage_upload_file	=	Fichier uploadé
    labels.storage_button_upload	=	Télécharger
    labels.storage_bucket_name	=	Nom du compartiment
    labels.storage_file	=	Déposer
    labels.storage_folder_name	=	Nom de dossier
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.crud_button_install=Installieren
    labels.storage_configuration=Speicherplatz
    labels.storage_name=Name
    labels.storage_size=Größe
    labels.storage_last_modified=Letzte Änderung
    labels.storage_upload_file=Datei hochladen
    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket-Name
    labels.storage_file=Datei
    labels.storage_folder_name=Ordnername
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Storage */
        public static final String LABELS_storage_configuration = "{labels.storage_configuration}";
    
        /** The key of the message: Name */
        public static final String LABELS_storage_name = "{labels.storage_name}";
    
        /** The key of the message: Size */
        public static final String LABELS_storage_size = "{labels.storage_size}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top