- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 4,227 for What (0.04 sec)
-
doc/go_spec.html
embedded field in a struct <code>x</code> is called <i>promoted</i> if <code>x.f</code> is a legal <a href="#Selectors">selector</a> that denotes that field or method <code>f</code>. </p> <p> Promoted fields act like ordinary fields of a struct except that they cannot be used as field names in <a href="#Composite_literals">composite literals</a> of the struct. </p> <p>
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.13.txt
pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, Type uint8 pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, Version uint8 pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, What uint16 pkg syscall (netbsd-arm64-cgo), type IfData struct pkg syscall (netbsd-arm64-cgo), type IfData struct, Addrlen uint8 pkg syscall (netbsd-arm64-cgo), type IfData struct, Baudrate uint64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
NewPrivateKey(c, key) if err != nil { continue } return privateKey, nil } } func NewPrivateKey[P Point[P]](c *Curve[P], key []byte) (*PrivateKey, error) { // SP 800-56A Rev. 3, Section 5.6.1.2.2 checks that c <= n – 2 and then // returns d = c + 1. Note that it follows that 0 < d < n. Equivalently, // we check that 0 < d < n, and return d. if len(key) != len(c.N) || isZero(key) || !isLess(key, c.N) { return nil, errors.New("crypto/ecdh: invalid private key") } p, err := c.newPoint().ScalarBaseMult(key) if...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
docs/vi/docs/index.md
* **Nhanh**: Hiệu năng rất cao khi so sánh với **NodeJS** và **Go** (cảm ơn Starlette và Pydantic). [Một trong những Python framework nhanh nhất](#hieu-nang). * **Code nhanh**: Tăng tốc độ phát triển tính năng từ 200% tới 300%. * * **Ít lỗi hơn**: Giảm khoảng 40% những lỗi phát sinh bởi con người (nhà phát triển). *
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.9K bytes - Viewed (0) -
mockwebserver/README.md
HttpUrl baseUrl = server.url("/v1/chat/"); // Exercise your application code, which should make those HTTP requests. // Responses are returned in the same order that they are enqueued. Chat chat = new Chat(baseUrl); chat.loadMore(); assertEquals("hello, world!", chat.messages()); chat.loadMore(); chat.loadMore(); assertEquals("" + "hello, world!\n"
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 19 13:40:52 UTC 2025 - 8.1K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Type uint8 #53466 pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Version uint8 #53466 pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, What uint16 #53466 pkg syscall (freebsd-riscv64), type IfData struct #53466 pkg syscall (freebsd-riscv64), type IfData struct, Addrlen uint8 #53466 pkg syscall (freebsd-riscv64), type IfData struct, Baudrate uint64 #53466
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
docs/vi/docs/features.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.5K bytes - Viewed (0) -
docs/vi/docs/virtual-environments.md
/// tip Thực hiện điều này **một lần** khi cài đặt hoặc cập nhật gói cần thiết cho dự án của bạn. Nếu bạn cần cập nhật phiên bản hoặc thêm một gói mới, bạn sẽ **thực hiện điều này lại**. /// ### Cài đặt gói trực tiếp Nếu bạn cần cập nhật phiên bản hoặc thêm một gói mới, bạn sẽ **thực hiện điều này lại**. /// tip
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 07 22:19:18 UTC 2025 - 26.1K bytes - Viewed (0) -
docs/vi/docs/deployment/versions.md
# Về các phiên bản của FastAPI **FastAPI** đã được sử dụng ở quy mô thực tế (production) trong nhiều ứng dụng và hệ thống. Và phạm vi kiểm thử được giữ ở mức 100%. Nhưng việc phát triển của nó vẫn đang diễn ra nhanh chóng. Các tính năng mới được bổ sung thường xuyên, lỗi được sửa định kỳ, và mã nguồn vẫn đang được cải thiện liên tục
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 28 14:15:38 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/en/docs/advanced/websockets.md
* Then close one of the tabs. That will raise the `WebSocketDisconnect` exception, and all the other clients will receive a message like: ``` Client #1596980209979 left the chat ``` /// tip The app above is a minimal and simple example to demonstrate how to handle and broadcast messages to several WebSocket connections.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.7K bytes - Viewed (0)