- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 857 for Upload (0.08 sec)
-
ci/official/upload.sh
DOWNLOADS="$(mktemp -d)" mkdir -p "$DOWNLOADS" gsutil -m rsync -r "$TFCI_ARTIFACT_STAGING_GCS_URI" "$DOWNLOADS" ls "$DOWNLOADS" # Upload all build artifacts to e.g. gs://tensorflow/versions/2.16.0-rc1 (releases) or # gs://tensorflow/nightly/2.16.0-dev20240105 (nightly), overwriting previous values. if [[ "$TFCI_ARTIFACT_FINAL_GCS_ENABLE" == 1 ]]; then
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Jan 24 20:52:12 UTC 2024 - 2.8K bytes - Viewed (0) -
.github/workflows/scorecards-analysis.yml
retention-days: 5 # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with:
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Nov 01 08:40:10 UTC 2024 - 2.6K bytes - Viewed (0) -
cmd/object-api-datatypes.go
func (lm ListMultipartsInfo) Lookup(uploadID string) bool { for _, upload := range lm.Uploads { if upload.UploadID == uploadID { return true } } return false } // ListMultipartsInfo - represents bucket resources for incomplete multipart uploads. type ListMultipartsInfo struct { // Together with upload-id-marker, this parameter specifies the multipart upload // after which listing should begin. KeyMarker string
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 20.9K bytes - Viewed (0) -
.github/workflows/scorecard.yml
# of the value entered here. publish_results: true # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 29 18:53:45 UTC 2024 - 2.9K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.key_match_boost=Boost labels.key_match_title_details=Key Match labels.design_configuration=Page Design labels.design_title_file_upload=File Upload labels.design_title_file=File Manager labels.design_file=Upload File labels.design_file_name=File Name (Optional) labels.design_button_upload=Upload labels.design_file_title_edit=JSP Files labels.design_edit_button=Edit labels.design_download_button=Download
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PromotionProjectTests.kt
assertEquals(expectedGradleParams, checkReady.gradleParams) val upload = gradleStep(steps, 1) upload.assertTasks("prepRc uploadAll") assertEquals(expectedGradleParams, upload.gradleParams) val promote = gradleStep(steps, 2) promote.assertTasks("prepRc promoteRc") assertEquals(expectedGradleParams, upload.gradleParams) } @ParameterizedTest @CsvSource(
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Feb 13 14:18:23 UTC 2024 - 13.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.key_match_urls=Urls labels.key_match_title_details=Key Match labels.design_configuration=Page Design labels.design_title_file_upload=File Upload labels.design_title_file=File Manager labels.design_file=Upload File labels.design_file_name=File Name (Optional) labels.design_button_upload=Upload labels.design_file_title_edit=JSP Files labels.design_edit_button=Edit labels.design_download_button=Download
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp
<div class="card-footer"> <button type="submit" class="btn btn-success" name="upload" value="<la:message key="labels.bad_word_button_upload" />"> <em class="fa fa-upload"> <la:message key="labels.bad_word_button_upload"/> </button>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.4K bytes - Viewed (0) -
buildscripts/multipart-quorum-test.sh
export AWS_SECRET_ACCESS_KEY=minio123 aws --endpoint-url http://localhost:"$start_port" s3api create-multipart-upload --bucket bucket --key obj-1 >upload-id.json uploadId=$(jq -r '.UploadId' upload-id.json) truncate -s 5MiB file-5mib for i in {1..2}; do aws --endpoint-url http://localhost:"$start_port" s3api upload-part \ --upload-id "$uploadId" --bucket bucket --key obj-1 \ --part-number "$i" --body ./file-5mib done
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 10:51:23 UTC 2024 - 2.9K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
errors.failed_to_upload_synonym_file=Upload der Synonym-Datei fehlgeschlage. errors.failed_to_download_kuromoji_file=Download der Kuromoji-Datei fehlgeschlagen. errors.failed_to_upload_kuromoji_file=Upload der Kuromoji-Datei fehlgeschlagen. errors.failed_to_download_elevate_file=Download der Elevate-Datei fehlgeschlagen. errors.failed_to_upload_elevate_file=Upload der Elevate-Datei fehlgeschlagen.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 29 15:01:03 UTC 2019 - 11.8K bytes - Viewed (0)