- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 250 for uuid_t (0.03 sec)
-
docs/bucket/lifecycle/DESIGN.md
only the object metadata on MinIO. The data on the backend is stored under the `bucket/prefix` specified in the tier configuration with a custom name derived from a randomly generated uuid - e.g. `0b/c4/0bc4fab7-2daf-4d2f-8e39-5c6c6fb7e2d3`. The first two prefixes are characters 1-2,3-4 from the uuid. This format allows tiering to any cloud irrespective of whether the cloud in question supports versioning. The reference to the transitioned object name and transitioned tier is stored as part...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/config/es/fess_config_data_config.json
"array" : "true" } } } }, "creation_date" : "1509021051038", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "H4zzbuU5SJWFOLRnofoiNw", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.data_config" } } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/SIDCacheImplTest.java
domains.domains[0] = new lsarpc.LsarTrustInformation(); domains.domains[0].name = new UnicodeString("TESTDOM", false); domains.domains[0].sid = new jcifs.dcerpc.rpc.sid_t(); rpc.domains = domains; // Names: provide account names and types for each SID lsarpc.LsarTransNameArray names = new lsarpc.LsarTransNameArray(); names.count = in.length;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14K bytes - Viewed (0) -
docs/uk/docs/tutorial/extra-data-types.md
* Конвертація даних з вхідних запитів. * Конвертація даних для відповіді. * Валідація даних. * Автоматична анотація та документація. ## Інші типи даних Ось додаткові типи даних для використання: * `UUID`: * Стандартний "Універсальний Унікальний Ідентифікатор", який часто використовується як ідентифікатор у багатьох базах даних та системах. * У запитах та відповідях буде представлений як `str`. * `datetime.datetime`:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/SearchRenderDataTest.java
searchRenderData.setQueryId(""); assertEquals("", searchRenderData.getQueryId()); // Test with UUID-like string String uuid = "123e4567-e89b-12d3-a456-426614174000"; searchRenderData.setQueryId(uuid); assertEquals(uuid, searchRenderData.getQueryId()); // Test with simple ID searchRenderData.setQueryId("query-001");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.3K bytes - Viewed (0) -
cmd/local-locker_test.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "encoding/hex" "fmt" "math/rand" "testing" "time" "github.com/google/uuid" "github.com/minio/minio/internal/dsync" ) func TestLocalLockerExpire(t *testing.T) { wResources := make([]string, 1000) rResources := make([]string, 1000) quorum := 0 l := newLocker() ctx := t.Context()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 11.8K bytes - Viewed (0) -
cmd/format-erasure.go
formatErasureVersionV3DistributionAlgoV2 = "SIPMOD" // Distributed algorithm used, with EC:4 default parity formatErasureVersionV3DistributionAlgoV3 = "SIPMOD+PARITY" ) // Offline disk UUID represents an offline disk. const offlineDiskUUID = "ffffffff-ffff-ffff-ffff-ffffffffffff" // Used to detect the version of "xl" format. type formatErasureVersionDetect struct { Erasure struct {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 23.1K bytes - Viewed (0) -
docs/en/docs/tutorial/extra-data-types.md
* Data conversion for response data. * Data validation. * Automatic annotation and documentation. ## Other data types { #other-data-types } Here are some of the additional data types you can use: * `UUID`: * A standard "Universally Unique Identifier", common as an ID in many databases and systems. * In requests and responses will be represented as a `str`. * `datetime.datetime`: * A Python `datetime.datetime`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.7K bytes - Viewed (0) -
docs/es/docs/tutorial/extra-data-types.md
* Conversión de datos para datos de response. * Validación de datos. * Anotación y documentación automática. ## Otros tipos de datos Aquí hay algunos de los tipos de datos adicionales que puedes usar: * `UUID`: * Un "Identificador Universalmente Único" estándar, común como un ID en muchas bases de datos y sistemas. * En requests y responses se representará como un `str`. * `datetime.datetime`:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 2.8K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/SamrDomainHandleTest.java
@ExtendWith(MockitoExtension.class) class SamrDomainHandleTest { @Mock private DcerpcHandle mockDcerpcHandle; @Mock private SamrPolicyHandle mockPolicyHandle; @Mock private rpc.sid_t mockSid; // Use ArgumentCaptor to capture the MsrpcSamrOpenDomain instance passed to sendrecv private ArgumentCaptor<MsrpcSamrOpenDomain> openDomainCaptor;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.9K bytes - Viewed (0)