- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 359 for zelf (0.06 sec)
-
api/go1.6.txt
pkg debug/elf, const R_MIPS_PJUMP R_MIPS pkg debug/elf, const R_MIPS_REL16 = 33 pkg debug/elf, const R_MIPS_REL16 R_MIPS pkg debug/elf, const R_MIPS_REL32 = 3 pkg debug/elf, const R_MIPS_REL32 R_MIPS pkg debug/elf, const R_MIPS_RELGOT = 36 pkg debug/elf, const R_MIPS_RELGOT R_MIPS pkg debug/elf, const R_MIPS_SCN_DISP = 32 pkg debug/elf, const R_MIPS_SCN_DISP R_MIPS pkg debug/elf, const R_MIPS_SHIFT5 = 16
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 13 23:40:13 UTC 2016 - 12.9K bytes - Viewed (0) -
cmd/erasure-coding.go
fmt.Fprintf(os.Stderr, "%v: error on self-test [d:%d,p:%d]: want %#v, got %#v\n", algo, conf[0], conf[1], a, b) ok = false continue } // Delete first shard and reconstruct... first := encoded[0] encoded[0] = nil failOnErr(e.DecodeDataBlocks(encoded)) if a, b := first, encoded[0]; !bytes.Equal(a, b) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jan 31 02:11:45 UTC 2024 - 8.6K bytes - Viewed (0) -
api/go1.19.txt
pkg debug/elf, const R_LARCH_SOP_SR R_LARCH #46229 pkg debug/elf, const R_LARCH_SOP_SUB = 32 #46229 pkg debug/elf, const R_LARCH_SOP_SUB R_LARCH #46229 pkg debug/elf, const R_LARCH_SUB16 = 53 #46229 pkg debug/elf, const R_LARCH_SUB16 R_LARCH #46229 pkg debug/elf, const R_LARCH_SUB24 = 54 #46229 pkg debug/elf, const R_LARCH_SUB24 R_LARCH #46229 pkg debug/elf, const R_LARCH_SUB32 = 55 #46229
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:29:41 UTC 2022 - 17.9K bytes - Viewed (0) -
api/go1.4.txt
pkg debug/elf, const R_AARCH64_PREL32 R_AARCH64 pkg debug/elf, const R_AARCH64_PREL64 = 260 pkg debug/elf, const R_AARCH64_PREL64 R_AARCH64 pkg debug/elf, const R_AARCH64_RELATIVE = 1027 pkg debug/elf, const R_AARCH64_RELATIVE R_AARCH64 pkg debug/elf, const R_AARCH64_TLSDESC = 1031 pkg debug/elf, const R_AARCH64_TLSDESC R_AARCH64 pkg debug/elf, const R_AARCH64_TLSDESC_ADD = 568 pkg debug/elf, const R_AARCH64_TLSDESC_ADD R_AARCH64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
internal/config/browser/browser.go
) // DefaultKVS - default storage class config var ( DefaultKVS = config.KVS{ config.KV{ Key: browserCSPPolicy, Value: "default-src 'self' 'unsafe-eval' 'unsafe-inline'; script-src 'self' https://unpkg.com; connect-src 'self' https://unpkg.com;", }, config.KV{ Key: browserHSTSSeconds, Value: "0", }, config.KV{ Key: browserHSTSIncludeSubdomains, Value: config.EnableOff,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 21 00:58:58 UTC 2024 - 5.9K bytes - Viewed (0) -
tests/test_computed_fields.py
from pydantic import BaseModel, computed_field class Rectangle(BaseModel): width: int length: int @computed_field @property def area(self) -> int: return self.width * self.length @app.get("/") def read_root() -> Rectangle: return Rectangle(width=3, length=4) @app.get("/responses", responses={200: {"model": Rectangle}})
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 09:44:57 UTC 2024 - 3K bytes - Viewed (0) -
docs/tls/kubernetes/README.md
For testing purposes, here is [how to create self-signed certificates](https://github.com/minio/minio/tree/master/docs/tls#3-generate-self-signed-certificates). ## 2. Create Kubernetes secret [Kubernetes secrets](https://kubernetes.io/docs/concepts/configuration/secret) are intended to hold sensitive information.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 3K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/FeatureSpecificTestSuiteBuilder.java
protected B usingGenerator(G subjectGenerator) { this.subjectGenerator = subjectGenerator; return self(); } public G getSubjectGenerator() { return subjectGenerator; } @CanIgnoreReturnValue public B withSetUp(Runnable setUp) { this.setUp = setUp; return self(); } public Runnable getSetUp() { return setUp; } @CanIgnoreReturnValue
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 10.4K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-expected.xml
<groupId>inheritance.configuration</groupId> <artifactId>default</artifactId> <version>3.0</version> <configuration> <defaults><!-- equivalent to combine.children="merge" combine.self="merge" --> <!-- merge the content of the configuration element according to element name --> <parent>child</parent> <child>child</child> <parent-only>parent</parent-only>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.9K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/internal/concurrent/TaskFaker.kt
if (nanos == 0L) return // Yield until notified, interrupted, or the duration elapses. val waitUntil = nanoTime + nanos val self = currentTask waitingCoordinatorTask = self waitingCoordinatorNotified = false waitingCoordinatorInterrupted = false yieldUntil {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 29 00:33:04 UTC 2024 - 12.6K bytes - Viewed (0)