- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 106 for 111 (0.02 sec)
-
docs/en/docs/tutorial/sql-databases.md
### Create Models { #create-models } Import `SQLModel` and create a database model: {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[1:11] hl[7:11] *} The `Hero` class is very similar to a Pydantic model (in fact, underneath, it actually *is a Pydantic model*). There are a few differences:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
```java if (!context.getConfig().isUseLeases() || !session.supports(SMB3_0)) { // Fall back to traditional oplock mechanism useOplockInstead(); } ``` ## 11. Monitoring and Metrics ### 11.1 Lease Statistics ```java public class LeaseStatistics { private final AtomicLong leasesRequested = new AtomicLong(); private final AtomicLong leasesGranted = new AtomicLong();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_ARM_TLS_GD32 = 104 pkg debug/elf, const R_ARM_TLS_GD32 R_ARM pkg debug/elf, const R_ARM_TLS_GOTDESC = 90 pkg debug/elf, const R_ARM_TLS_GOTDESC R_ARM pkg debug/elf, const R_ARM_TLS_IE12GP = 111 pkg debug/elf, const R_ARM_TLS_IE12GP R_ARM pkg debug/elf, const R_ARM_TLS_IE32 = 107 pkg debug/elf, const R_ARM_TLS_IE32 R_ARM pkg debug/elf, const R_ARM_TLS_LDM32 = 105 pkg debug/elf, const R_ARM_TLS_LDM32 R_ARM
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
cmd/batch-job-common-types_gen.go
return } } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z BatchJobSizeFilter) Msgsize() (s int) { s = 1 + 11 + msgp.Int64Size + 11 + msgp.Int64Size return } // DecodeMsg implements msgp.Decodable func (z *BatchJobSnowball) DecodeMsg(dc *msgp.Reader) (err error) { var field []byte _ = field var zb0001 uint32
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Dec 02 10:51:33 UTC 2023 - 21.9K bytes - Viewed (0) -
docs/es/docs/tutorial/sql-databases.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 15.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- github.com/emicklei/go-restful/v3: [v3.9.0 → v3.11.0](https://github.com/emicklei/go-restful/v3/compare/v3.9.0...v3.11.0) - github.com/envoyproxy/go-control-plane: [v0.10.3 → v0.11.1](https://github.com/envoyproxy/go-control-plane/compare/v0.10.3...v0.11.1) - github.com/envoyproxy/protoc-gen-validate: [v0.9.1 → v1.0.2](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.9.1...v1.0.2)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
docs/smb3-features/02-persistent-handles-design.md
} // Wait for all reconnections CompletableFuture.allOf(futures.toArray(new CompletableFuture[0])).join(); } } ``` ## 11. Monitoring and Metrics ### 11.1 Handle Statistics ```java public class HandleStatistics { private final AtomicLong handlesRequested = new AtomicLong(); private final AtomicLong handlesGranted = new AtomicLong();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- github.com/sirupsen/logrus: [v1.7.0 → v1.8.1](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.1) - google.golang.org/protobuf: v1.25.0 → v1.26.0 ### Removed - github.com/willf/bitset: [v1.1.11](https://github.com/willf/bitset/tree/v1.1.11) # v1.21.4 ## Downloads for v1.21.4 ### Source Code filename | sha512 hash -------- | -----------
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1 1. Definitions. 1.1. "Contributor" means each individual or entity that creates or contributes to the creation of Modifications. 1.2. "Contributor Version" means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri May 17 19:14:22 UTC 2024 - 38.5K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
// Validate notification signature/source return true; // Simplified } } ``` ## 11. Monitoring and Metrics ### 11.1 Witness Statistics ```java public class WitnessStatistics { private final AtomicLong registrationsActive = new AtomicLong(); private final AtomicLong notificationsReceived = new AtomicLong();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0)