Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for storage_file (0.1 sec)

  1. src/main/resources/fess_label_zh_CN.properties

    labels.plugin_remote_install=远程
    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=标签
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  2. 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=Téléverser un fichier
    labels.storage_button_upload=Téléverser
    labels.storage_bucket_name=Nom du compartiment
    labels.storage_file=Fichier
    labels.storage_folder_name=Nom du dossier
    labels.storage_button_download=Télécharger
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_es.properties

    labels.crud_button_install=Instalar
    labels.storage_configuration=Almacenamiento
    labels.storage_name=Nombre
    labels.storage_size=Tamaño
    labels.storage_last_modified=Última modificación
    labels.storage_upload_file=Subir archivo
    labels.storage_button_upload=Subir
    labels.storage_bucket_name=Nombre del cubo
    labels.storage_file=Archivo
    labels.storage_folder_name=Nombre de la carpeta
    labels.storage_button_download=Descargar
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ko.properties

    labels.plugin_remote_install=원격
    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=태그
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.plugin_remote_install=リモート
    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=タグ
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_storage_bucket_name = "{labels.storage_bucket_name}";
    
        /** The key of the message: File */
        public static final String LABELS_storage_file = "{labels.storage_file}";
    
        /** The key of the message: Folder Name */
        public static final String LABELS_storage_folder_name = "{labels.storage_folder_name}";
    
        /** The key of the message: Download */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.h

    // The elements of `dims` will point to addresses in `storage` which must be
    // large enough to hold at least `storage_size` int64_ts.  Ideally, `num_shapes`
    // would be set to TF_AttrMetadata.list_size and `storage_size` would be set to
    // TF_AttrMetadata.total_size from TF_OperationGetAttrMetadata(oper,
    // attr_name).
    //
    // Fails if storage_size is insufficient to hold the requested shapes.
    TF_CAPI_EXPORT extern void TF_OperationGetAttrShapeList(
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  8. tensorflow/c/c_api.cc

                                       void** values, size_t* lengths,
                                       int max_values, void* storage,
                                       size_t storage_size, TF_Status* status) {
      const auto* attr = GetAttrValue(oper, attr_name, status);
      if (!status->status.ok()) return;
      if (attr->value_case() != tensorflow::AttrValue::kList) {
        status->status =
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 13 06:30:43 UTC 2025
    - 102.3K bytes
    - Viewed (0)
Back to top