- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 290 for uploadId (0.86 sec)
-
src/main/resources/fess_message_nl.properties
errors.failed_to_upload_synonym_file = Kan synoniembestand niet uploaden. errors.failed_to_download_stemmeroverride_file = Kan stemmer-overschrijvingsbestand niet downloaden. errors.failed_to_upload_stemmeroverride_file = Kan stemmer-overschrijvingsbestand niet uploaden. errors.failed_to_download_kuromoji_file = Kan Kuromoji-bestand niet downloaden. errors.failed_to_upload_kuromoji_file = Kan Kuromoji-bestand niet uploaden.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
globalBucketMetadataSys.Set(upload.bucket, metadata) defer globalBucketMetadataSys.Remove(upload.bucket) // Upload objects which modtime as one week ago, supposed to be expired by ILM for range upload.expired { _, err := obj.PutObject(context.Background(), upload.bucket, randString(32), mustGetPutObjReader(t, bytes.NewBufferString(objContent), int64(len(objContent)), hex.EncodeToString(objMd5[:]),
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0) -
cmd/api-errors.go
HTTPStatusCode: http.StatusNotFound, }, ErrNoSuchUpload: { Code: "NoSuchUpload", Description: "The specified multipart upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.", HTTPStatusCode: http.StatusNotFound, }, ErrInvalidVersionID: { Code: "InvalidArgument",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (1) -
buildscripts/upgrade-tests/nginx.conf
listen 9000; listen [::]:9000; server_name localhost; # To allow special characters in headers ignore_invalid_headers off; # Allow any size file to be uploaded. # Set to a value such as 1000m; to restrict file size to a specific value client_max_body_size 0; # To disable buffering proxy_buffering off; location / {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Nov 21 18:41:30 UTC 2021 - 1.7K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.key_match_title_details=Sleutelovereenkomst labels.design_configuration=Paginaontwerp labels.design_title_file_upload=Te uploaden bestand labels.design_title_file=Bestandsbeheer labels.design_file=Bestand uploaden labels.design_file_name=Bestandsnaam (optioneel) labels.design_button_upload=Uploaden labels.design_file_title_edit=Paginabestand bekijken labels.design_edit_button=Bewerken labels.design_download_button=Downloaden
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
ci/official/utilities/cleanup_summary.sh
set -exo pipefail function resultstore_extract_fallback { # In case the main script fails somehow. cat <<EOF IMPORTANT: For bazel invocations that uploaded to ResultStore (e.g. RBE), you can view more detailed results that are probably easier to read than this log. Try the links below: EOF # Find any "Streaming build results to" lines, # de-duplicate,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Jan 09 18:37:25 UTC 2025 - 1.8K bytes - Viewed (0) -
.github/workflows/smokeshow.yml
run-id: ${{ github.event.workflow_run.id }} # Try 5 times to upload coverage to smokeshow - name: Upload coverage to Smokeshow run: | for i in 1 2 3 4 5; do if smokeshow upload htmlcov; then echo "Smokeshow upload success!" break fi echo "Smokeshow upload error, sleep 1 sec and try again." sleep 1 done
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Aug 15 21:44:06 UTC 2025 - 1.8K bytes - Viewed (0) -
cmd/speedtest.go
opts.concurrencyStart, opts.duration) } // if the default concurrency yields zero results, throw an error. if throughputHighestResults[i].Uploads == 0 && opts.concurrencyStart == concurrency { errStr = fmt.Sprintf("no results for uploads upon first attempt, concurrency %d and duration %s", opts.concurrencyStart, opts.duration) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:19:03 UTC 2025 - 9.2K bytes - Viewed (0) -
docs/recipes.md
return result; } ``` ### Upload Progress ([.kt][UploadProgressKotlin], [.java][UploadProgressJava]) Upload a file to a server (for example, Imgur) and report progress as the request body is being written. You can implement a ProgressListener to receive updates and wrap the original request body with ProgressRequestBody. This allows you to monitor how many bytes have been uploaded and calculate the percentage of completion.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/ArtifactTransferResource.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.repository; /** * Describes a resource being uploaded or downloaded by the repository system. * */ @Deprecated public interface ArtifactTransferResource { /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0)