- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 472 for reload (0.13 sec)
-
cmd/utils.go
// This is a divergence from S3 limit on purpose to support // use cases where users are going to upload large files // using 'curl' and presigned URL. globalMaxObjectSize = 5 * humanize.TiByte // Minimum Part size for multipart upload is 5MiB globalMinPartSize = 5 * humanize.MiByte // Maximum Part ID for multipart upload is 10000 // (Acceptable values range from 1 to 10000 inclusive) globalMaxPartID = 10000 )
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 13 22:22:04 UTC 2024 - 31.9K bytes - Viewed (0) -
cmd/grid.go
CurvePreferences: fips.TLSCurveIDs(), }), Local: local, Hosts: hosts, AuthToken: validateStorageRequestToken, AuthFn: newCachedAuthToken(), BlockConnect: globalGridStart, // Record incoming and outgoing bytes. Incoming: globalConnStats.incInternodeInputBytes, Outgoing: globalConnStats.incInternodeOutputBytes, TraceTo: globalTrace, RoutePath: grid.RoutePath, }) if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:10:04 UTC 2024 - 3.7K bytes - Viewed (0) -
tests/test_tutorial/test_request_files/test_tutorial001_02_an.py
def test_post_uploadfile_no_body(): response = client.post("/uploadfile/") assert response.status_code == 200, response.text assert response.json() == {"message": "No upload file sent"} def test_post_file(tmp_path): path = tmp_path / "test.txt" path.write_bytes(b"<file content>") client = TestClient(app) with path.open("rb") as file:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelTypeCQ.java
} @Deprecated public BsLabelTypeCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsLabelTypeCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; } public void setCreatedBy_Equal(String createdBy) { setCreatedBy_Term(createdBy, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 87.8K bytes - Viewed (0) -
ci/official/libtensorflow.sh
# limitations under the License. # ============================================================================== source "${BASH_SOURCE%/*}/utilities/setup.sh" # Record GPU count and CUDA version status if [[ "$TFCI_NVIDIA_SMI_ENABLE" == 1 ]]; then tfrun nvidia-smi fi # Update the version numbers for Nightly only if [[ "$TFCI_NIGHTLY_UPDATE_VERSION_ENABLE" == 1 ]]; then
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Jan 19 19:07:48 UTC 2024 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java
} @Deprecated public BsPathMappingCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsPathMappingCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; } public void setCreatedBy_Equal(String createdBy) { setCreatedBy_Term(createdBy, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 72.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordCQ.java
} @Deprecated public BsElevateWordCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsElevateWordCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; } public void setBoost_Equal(Float boost) { setBoost_Term(boost, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 64.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsClickLogCQ.java
} @Deprecated public BsClickLogCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsClickLogCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; } public void setUrlId_Equal(String urlId) { setUrlId_Term(urlId, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 63.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDuplicateHostCQ.java
@Deprecated public BsDuplicateHostCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsDuplicateHostCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; } public void setCreatedBy_Equal(String createdBy) { setCreatedBy_Term(createdBy, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 58.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java
} @Deprecated public BsFileConfigCQ addOrderBy_Id_Asc() { regOBA("_id"); return this; } @Deprecated public BsFileConfigCQ addOrderBy_Id_Desc() { regOBD("_id"); return this; } public void setAvailable_Equal(Boolean available) { setAvailable_Term(available, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 165.3K bytes - Viewed (0)