- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 164 for controllers (0.08 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
*/ @Throws(IOException::class) fun writeData( streamId: Int, outFinished: Boolean, buffer: Buffer?, byteCount: Long, ) { // Empty data frames are not flow-controlled. if (byteCount == 0L) { writer.data(outFinished, streamId, buffer, 0) return } var byteCount = byteCount while (byteCount > 0L) { var toWrite: Int withLock {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
LICENSE
License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 33.7K bytes - Viewed (0) -
docs/nl/docs/python-types.md
Bekijk deze functie, deze heeft al type hints: {* ../../docs_src/python_types/tutorial003.py hl[1] *} Omdat de editor de types van de variabelen kent, krijgt u niet alleen aanvulling, maar ook controles op fouten: <img src="/img/python-types/image04.png"> Nu weet je hoe je het moet oplossen, converteer `age` naar een string met `str(age)`: {* ../../docs_src/python_types/tutorial004.py hl[2] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 18.1K bytes - Viewed (0) -
docs/ja/docs/deployment/concepts.md
* Traefik * 証明書の更新を自動的に処理 ✨ * Caddy * 証明書の更新を自動的に処理 ✨ * Nginx * 証明書更新のためにCertbotのような外部コンポーネントを使用 * HAProxy * 証明書更新のためにCertbotのような外部コンポーネントを使用 * Nginx のような Ingress Controller を持つ Kubernetes * 証明書の更新に cert-manager のような外部コンポーネントを使用 * クラウド・プロバイダーがサービスの一部として内部的に処理(下記を参照👇)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 24.1K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt
1.13. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity,
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri May 17 19:14:22 UTC 2024 - 38.5K bytes - Viewed (0) -
src/cmd/cgo/doc.go
that the Go memory to which it points (and the Go memory to which that memory points, and so on) is pinned. These rules are checked dynamically at runtime. The checking is controlled by the cgocheck setting of the GODEBUG environment variable. The default setting is GODEBUG=cgocheck=1, which implements reasonably cheap dynamic checks. These checks may be disabled
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 11 23:57:34 UTC 2024 - 44K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Msghdr struct pkg syscall (freebsd-386-cgo), type Msghdr struct, Control *uint8 pkg syscall (freebsd-386-cgo), type Msghdr struct, Controllen uint32 pkg syscall (freebsd-386-cgo), type Msghdr struct, Flags int32 pkg syscall (freebsd-386-cgo), type Msghdr struct, Iov *Iovec pkg syscall (freebsd-386-cgo), type Msghdr struct, Iovlen int32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
doc/go_spec.html
</p> <h3 id="For_statements">For statements</h3> <p> A "for" statement specifies repeated execution of a block. There are three forms: The iteration may be controlled by a single condition, a "for" clause, or a "range" clause. </p> <pre class="ebnf"> ForStmt = "for" [ Condition | ForClause | RangeClause ] Block . Condition = Expression . </pre>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
api/go1.txt
pkg syscall (darwin-386), type Log2phys_t struct, Flags uint32 pkg syscall (darwin-386), type Msghdr struct pkg syscall (darwin-386), type Msghdr struct, Control *uint8 pkg syscall (darwin-386), type Msghdr struct, Controllen uint32 pkg syscall (darwin-386), type Msghdr struct, Flags int32 pkg syscall (darwin-386), type Msghdr struct, Iov *Iovec pkg syscall (darwin-386), type Msghdr struct, Iovlen int32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Kevent_t struct, Udata *uint8 pkg syscall (freebsd-arm64), type Msghdr struct pkg syscall (freebsd-arm64), type Msghdr struct, Control *uint8 pkg syscall (freebsd-arm64), type Msghdr struct, Controllen uint32 pkg syscall (freebsd-arm64), type Msghdr struct, Flags int32 pkg syscall (freebsd-arm64), type Msghdr struct, Iov *Iovec pkg syscall (freebsd-arm64), type Msghdr struct, Iovlen int32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0)