- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 62 for 1920 (0.03 sec)
-
docs/uk/docs/tutorial/extra-data-types.md
``` //// //// tab | Python 3.9+ ```Python hl_lines="18-19" {!> ../../docs_src/extra_data_types/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="19-20" {!> ../../docs_src/extra_data_types/tutorial001_an.py!} ``` //// //// tab | Python 3.10+ non-Annotated /// tip Бажано використовувати `Annotated` версію, якщо це можливо. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.8K bytes - Viewed (0) -
docs/en/docs/tutorial/extra-data-types.md
``` //// //// tab | Python 3.9+ ```Python hl_lines="18-19" {!> ../../docs_src/extra_data_types/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="19-20" {!> ../../docs_src/extra_data_types/tutorial001_an.py!} ``` //// //// tab | Python 3.10+ non-Annotated /// tip Prefer to use the `Annotated` version if possible. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4K bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
api("org.asciidoctor:asciidoctorj-api:2.5.11") api("org.asciidoctor:asciidoctorj-pdf:2.3.10") api("dev.adamko.dokkatoo:dokkatoo-plugin:2.3.1") api("org.jetbrains.dokka:dokka-core:1.9.20") api("com.fasterxml.woodstox:woodstox-core:6.4.0") { because("CVE-2022-40152 on lower versions") } api("com.beust:jcommander:1.78") api("org.codehaus.groovy:groovy:$groovyVersion")
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 21:53:00 UTC 2024 - 4.8K bytes - Viewed (0) -
docs/zh/docs/tutorial/extra-data-types.md
``` //// //// tab | Python 3.9+ ```Python hl_lines="18-19" {!> ../../docs_src/extra_data_types/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="19-20" {!> ../../docs_src/extra_data_types/tutorial001_an.py!} ``` //// //// tab | Python 3.10+ non-Annotated /// tip 尽可能选择使用 `Annotated` 的版本。 /// ```Python hl_lines="17-18"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.9K bytes - Viewed (0) -
docs/de/docs/tutorial/extra-data-types.md
``` //// //// tab | Python 3.9+ ```Python hl_lines="18-19" {!> ../../docs_src/extra_data_types/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="19-20" {!> ../../docs_src/extra_data_types/tutorial001_an.py!} ``` //// //// tab | Python 3.10+ nicht annotiert /// tip Bevorzugen Sie die `Annotated`-Version, falls möglich. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.3K bytes - Viewed (0) -
gradle/libs.versions.toml
gradlePlugin-bnd = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle", version.ref = "biz-aQute-bnd" } gradlePlugin-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.9.20" gradlePlugin-errorprone = "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1" gradlePlugin-graal = "com.palantir.graal:gradle-graal:0.12.0"
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Oct 28 11:53:44 UTC 2024 - 7.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/extra-data-types.md
``` //// //// tab | Python 3.9+ ```Python hl_lines="18-19" {!> ../../docs_src/extra_data_types/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="19-20" {!> ../../docs_src/extra_data_types/tutorial001_an.py!} ``` //// //// tab | Python 3.10+ non-Annotated /// tip Prefer to use the `Annotated` version if possible. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/en/docs/tutorial/body-multiple-params.md
//// tab | Python 3.10+ ```Python hl_lines="18-20" {!> ../../docs_src/body_multiple_params/tutorial001_an_py310.py!} ``` //// //// tab | Python 3.9+ ```Python hl_lines="18-20" {!> ../../docs_src/body_multiple_params/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="19-21" {!> ../../docs_src/body_multiple_params/tutorial001_an.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/de/docs/tutorial/body-multiple-params.md
//// tab | Python 3.10+ ```Python hl_lines="18-20" {!> ../../docs_src/body_multiple_params/tutorial001_an_py310.py!} ``` //// //// tab | Python 3.9+ ```Python hl_lines="18-20" {!> ../../docs_src/body_multiple_params/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="19-21" {!> ../../docs_src/body_multiple_params/tutorial001_an.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java
public Integer load(Integer key) throws Exception { return i++; } }; LoadingCache<Integer, Integer> cache = CacheBuilder.newBuilder().build(loader); cache.put(10, 20); Map<Integer, Integer> map = cache.getAll(ImmutableList.of(10, 20, 30, 54, 443, 1)); assertEquals(Integer.valueOf(20), map.get(10)); assertEquals(Integer.valueOf(0), map.get(20));
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 14.4K bytes - Viewed (0)