- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 200 for Small (0.02 seconds)
-
docs/en/docs/tutorial/metadata.md
| Parameter | Type | Description | |------------|------|-------------| | `title` | `str` | The title of the API. | | `summary` | `str` | A short summary of the API. <small>Available since OpenAPI 3.1.0, FastAPI 0.99.0.</small> | | `description` | `str` | A short description of the API. It can use Markdown. |
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 5.9K bytes - Click Count (0) -
doc/initial/6-stdlib/99-minor/README
API changes and other small changes to the standard library go here....
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jan 22 18:07:49 GMT 2024 - 69 bytes - Click Count (0) -
src/archive/tar/testdata/file-and-dir.tar
small.txt Kilts...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Feb 13 18:36:49 GMT 2018 - 2.5K bytes - Click Count (0) -
src/archive/tar/testdata/gnu.tar
small.txt Kilts small2.txt Google.com...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 3K bytes - Click Count (0) -
docs/resiliency/resiliency-initial-script.sh
for idx in {1..10}; do # generate random nr of blocks COUNT=$((RANDOM % 100 + 100)) # generate random content dd if=/dev/urandom bs=50K count="${COUNT}" of="${SRC_DIR}"/file"$idx" done # create small object that will be inlined into xl.meta dd if=/dev/urandom bs=50K count=1 of="${INLINED_DIR}"/inlined if ./mc cp --quiet --recursive "${SRC_DIR}/" "${ALIAS_NAME}"/"${BUCKET}"/initial-data/; thenCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Dec 21 04:24:45 GMT 2024 - 1.5K bytes - Click Count (0) -
docs/extensions/s3zip/README.md
## Overview MinIO implements an S3 extension to list, stat and download files inside a ZIP file stored in any bucket. A perfect use case scenario is when you have a lot of small files archived in multiple ZIP files. Uploading them is faster than uploading small files individually. Besides, your S3 applications will be able to access to the data with little performance overhead.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 10 16:28:27 GMT 2024 - 3K bytes - Click Count (0) -
src/archive/tar/testdata/xattrs.tar
small.txt Kilts small2.txt Google.com...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 5K bytes - Click Count (0) -
src/archive/zip/testdata/zip64.zip
README This small file is in ZIP64 format....
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Sep 08 04:08:51 GMT 2014 - 242 bytes - Click Count (1) -
android/guava-testlib/src/com/google/common/collect/testing/google/MultisetSetCountConditionallyTester.java
assertFalse( "setCount() with a too-small oldCount should return false", getMultiset().setCount(e0(), 0, 2)); expectUnchanged(); } @CollectionSize.Require(SEVERAL) @CollectionFeature.Require(SUPPORTS_ADD) public void testSetCountConditional_oldCountTooSmallNonzero() { initThreeCopies(); assertFalse( "setCount() with a too-small oldCount should return false",
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Nov 14 23:40:07 GMT 2024 - 4K bytes - Click Count (0) -
PULL_REQUESTS_ETIQUETTE.md
- Contains well-written, logical commits explaining *why* changes were made (e.g., “Add S3 bucket tagging support so that users can organize resources efficiently”). - Is small, focused, and easy to review—ideally one commit, unless multiple commits better narrate complex work. - Adheres to MinIO’s coding standards (e.g., Go style, error handling, testing).
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun May 25 16:32:03 GMT 2025 - 4.7K bytes - Click Count (0)