- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 681 for 11 (0.03 sec)
-
docs/em/docs/tutorial/body-nested-models.md
## ๐ข โฎ๏ธ ๐ ๐ ๐ ๐ช โ๏ธ Pydantic ๐ท ๐พ `list`, `set`, โ๏ธ: {* ../../docs_src/body_nested_models/tutorial006.py hl[20] *} ๐ ๐ โ (๐, โ, ๐, โ๏ธ) ๐ป ๐ช ๐: ```JSON hl_lines="11" { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2, "tags": [ "rock", "metal", "bar" ], "images": [ {Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
ci/official/containers/ml_build_arm64/builder.devtoolset/build_devtoolset.sh
# TODO(klimek): Automate linking in all non-gcc / non-kernel include # directories. mkdir -p "${TARGET}/usr/include/aarch64-linux-gnu" PYTHON_VERSIONS=("python3.9" "python3.10" "python3.11" "python3.12") for v in "${PYTHON_VERSIONS[@]}"; do ln -s "/usr/local/include/${v}" "${TARGET}/usr/include/aarch64-linux-gnu/${v}"
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Nov 11 19:25:56 UTC 2024 - 6.1K bytes - Viewed (0) -
src/test/java/jcifs/audit/SecurityAuditLoggerTest.java
} @Test @DisplayName("Test log encryption") void testLogEncryption() { logger.logEncryption(true, "AES-128-GCM", "SMB3.1.1"); Map<EventType, Long> stats = logger.getStatistics(); assertEquals(Long.valueOf(1), stats.get(EventType.ENCRYPTION_ENABLED), "Should have 1 encryption event"); } @TestRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/resources/fess_message_ja.properties
constraints.Email.message = {item} ใฏๆญฃใใใกใผใซใขใใฌในใงใฏใใใพใใใ constraints.Length.message = {item} ใฎ้ทใใฏ {min} ใใ {max} ใฎ็ฏๅฒใซใใฆใใ ใใใ constraints.LuhnCheck.message = {value} ใฎ Luhn Modulo 11 ใใงใใฏใตใ ใๆญฃใใใใใพใใใ constraints.Mod10Check.message = {value} ใฎ Modulo 10 ใใงใใฏใตใ ใๆญฃใใใใใพใใใ constraints.Mod11Check.message = {value} ใฎ Modulo 11 ใใงใใฏใตใ ใๆญฃใใใใใพใใใ constraints.ModCheck.message = {value} ใฎ {modType} ใใงใใฏใตใ ใๆญฃใใใใใพใใใ constraints.NotBlank.message = {item} ใฏๆชๅ ฅๅใงใใRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 15.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
props.setProperty("bool.no", "no"); props.setProperty("bool.on", "on"); props.setProperty("bool.off", "off"); props.setProperty("bool.1", "1"); props.setProperty("bool.0", "0"); return props; } }; assertTrue(customEnv.is("bool.true")); assertFalse(customEnv.is("bool.false"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.5K bytes - Viewed (0) -
README.md
------------------------- OkHttp follows modern HTTP specifications such as * HTTP Semantics - [RFC 9110](https://datatracker.ietf.org/doc/html/rfc9110) * HTTP Caching- [RFC 9111](https://datatracker.ietf.org/doc/html/rfc9111) * HTTP/1.1 - [RFC 9112](https://datatracker.ietf.org/doc/html/rfc9112) * HTTP/2 - [RFC 9113](https://datatracker.ietf.org/doc/html/rfc9113) * Websockets - [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmHttpURLConnectionTest.java
throws IOException { if (conn == null) return; String statusLine = "HTTP/1.1 " + code + " " + message; when(conn.getResponseCode()).thenReturn(code); when(conn.getResponseMessage()).thenReturn(message); when(conn.getHeaderField(0)).thenReturn(statusLine);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.6K bytes - Viewed (0) -
api/go1.22.txt
pkg os, method (*File) WriteTo(io.Writer) (int64, error) #58808 pkg reflect, func PtrTo //deprecated #59599 pkg reflect, func TypeFor[$0 interface{}]() Type #60088 pkg slices, func Concat[$0 interface{ ~[]$1 }, $1 interface{}](...$0) $0 #56353 pkg syscall (linux-386), type SysProcAttr struct, PidFD *int #51246 pkg syscall (linux-386-cgo), type SysProcAttr struct, PidFD *int #51246
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 24 20:54:27 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
## ์๋ธ๋ชจ๋ธ ๋ฆฌ์คํธ๋ฅผ ๊ฐ๋ ์ดํธ๋ฆฌ๋ทฐํธ `list`, `set` ๋ฑ์ ์๋ธํ์ ์ผ๋ก Pydantic ๋ชจ๋ธ์ ์ฌ์ฉํ ์๋ ์์ต๋๋ค: {* ../../docs_src/body_nested_models/tutorial006.py hl[20] *} ์๋์ ๊ฐ์ JSON ๋ณธ๋ฌธ์ผ๋ก ์์(๋ณํ, ๊ฒ์ฆ, ๋ฌธ์ํ ๋ฑ์)ํฉ๋๋ค: ```JSON hl_lines="11" { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2, "tags": [ "rock", "metal", "bar" ], "images": [ {Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
{* ../../docs_src/query_params_str_validations/tutorial004.py hl[11] *} Essa expressรฃo regular especรญfica verifica se o valor recebido no parรขmetro: * `^`: Inicia com os seguintes caracteres, ou seja, nรฃo contรฉm caracteres anteriores. * `fixedquery`: contรฉm o valor exato `fixedquery`.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9K bytes - Viewed (0)