- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 238 for Uploaded (0.09 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/storage/ItemForm.java
*/ public ItemForm() { // Default constructor } /** The name of the storage item, limited to 100 characters */ @Size(max = 100) public String name; /** The file to be uploaded for the storage item */ public MultipartFormFile uploadFile;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java
* that contain words to be filtered from search results. */ public class UploadForm { /** * The multipart file containing bad words to be uploaded. * This file should contain a list of words that will be filtered from search results. */ @Required public MultipartFormFile badWordFile; /** * Default constructor for UploadForm.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.4K bytes - Viewed (0) -
ci/official/upload.sh
# can't be set inside the rest of the _upload envs. FINAL_URI="$TFCI_ARTIFACT_FINAL_GCS_URI/$TF_VER_FULL" gsutil -m rsync -d -r "$DOWNLOADS" "$FINAL_URI" # Also mirror the latest-uploaded folder to the "latest" directory. # GCS does not support symlinks. gsutil -m rsync -d -r "$FINAL_URI" "$TFCI_ARTIFACT_LATEST_GCS_URI" fi if [[ "$TFCI_ARTIFACT_FINAL_PYPI_ENABLE" == 1 ]]; then
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Mar 04 22:39:12 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/UploadForm.java
* This ID corresponds to a specific protected words dictionary instance in the system. */ @Required public String dictId; /** * The multipart file containing the protected words to be uploaded. * This file should contain a list of words that should be protected from stemming. */ @Required public MultipartFormFile protwordsFile; /** * Default constructor for UploadForm.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Uploaded a synonym file. */ public static final String SUCCESS_upload_synonym_file = "{success.upload_synonym_file}"; /** The key of the message: Uploaded a protwords file. */ public static final String SUCCESS_upload_protwords_file = "{success.upload_protwords_file}"; /** The key of the message: Uploaded a stopwords file. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
cmd/erasure-multipart.go
} // Cleanup all uploaded parts. defer er.deleteAll(ctx, minioMetaMultipartBucket, er.getUploadIDDir(bucket, object, uploadID)) // Validates if upload ID exists. _, _, err = er.checkUploadIDExists(ctx, bucket, object, uploadID, false) return toObjectErr(err, bucket, object, uploadID)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 47.3K bytes - Viewed (0) -
cmd/object-handlers_test.go
uploadID: uploadID, copySourceHeader: url.QueryEscape(SlashSeparator + bucketName + SlashSeparator + testObject), accessKey: credentials.AccessKey, secretKey: credentials.SecretKey, expectedRespStatus: http.StatusNotFound, }, // Test case - 4. // Test case with valid byte range. { bucketName: bucketName, uploadID: uploadID,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 163.1K bytes - Viewed (0) -
ci/official/envs/ci_default
TFCI_BAZEL_BAZELRC_ARGS= TFCI_BAZEL_COMMON_ARGS= TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX= TFCI_BUILD_PIP_PACKAGE_BASE_ARGS= TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG= # Mostly meant to be used for Windows. # For Windows, the same wheel is uploaded to both tensorflow_cpu, and tensorflow TFCI_BUILD_PIP_PACKAGE_ADDITIONAL_WHEEL_NAMES= TFCI_DOCKER_ARGS= TFCI_DOCKER_ENABLE= TFCI_DOCKER_IMAGE= TFCI_DOCKER_PULL_ENABLE= TFCI_DOCKER_REBUILD_ARGS=
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Jan 27 22:53:36 UTC 2025 - 2.9K bytes - Viewed (0) -
docs/sts/client-grants.go
n, err := clnt.PutObject(context.Background(), "my-bucketname", "my-objectname", d, d.Size(), minio.PutObjectOptions{}) if err != nil { log.Fatalln(err) } log.Println("Uploaded", "my-objectname", " of size: ", n, "Successfully.")
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Aug 19 01:35:22 UTC 2021 - 3.3K bytes - Viewed (0) -
docs/bucket/retention/README.md
- New objects inherit the retention settings of the bucket object lock configuration automatically - Retention headers can be optionally set while uploading objects - Once objects are uploaded PutObjectRetention API can be called to change retention settings - *MINIO_NTP_SERVER* environment variable can be set to remote NTP server endpoint if system time is not desired for setting retention dates. ## Explore Further
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 4K bytes - Viewed (0)