- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 234 for listafp (0.19 sec)
-
docs/pt/docs/tutorial/body-nested-models.md
## Campos do tipo Lista { #list-fields } Você pode definir um atributo como um subtipo. Por exemplo, uma `list` do Python: {* ../../docs_src/body_nested_models/tutorial001_py310.py hl[12] *} Isso fará com que tags seja uma lista de itens mesmo sem declarar o tipo dos elementos desta lista. ## Campos do tipo Lista com um parâmetro de tipo { #list-fields-with-type-parameter }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 7.4K bytes - Viewed (0) -
docs/es/docs/tutorial/body-nested-models.md
## Campos de lista { #list-fields } Puedes definir un atributo como un subtipo. Por ejemplo, una `list` en Python: {* ../../docs_src/body_nested_models/tutorial001_py310.py hl[12] *} Esto hará que `tags` sea una lista, aunque no declare el tipo de los elementos de la lista. ## Campos de lista con parámetro de tipo { #list-fields-with-type-parameter }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 7.2K bytes - Viewed (0) -
docs/pt/docs/advanced/security/oauth2-scopes.md
A própria *operação de rota* também declara o escopo, `"items"`, então ele também estará na lista de `security_scopes.scopes` passado para o `get_current_user`. Aqui está como a hierarquia de dependências e escopos parecem:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 14.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
*/ val QUICK_CROSS_VERSION_BUCKETS = listOf( listOf("0.0", "3.0"), // 0.0 <= version < 3.0 listOf("3.0", "4.0"), // 3.0 <= version < 4.0 listOf("4.0", "5.0"), // 4.0 <= version < 5.0 listOf("5.0", "6.0"), // 5.0 <=version < 6.0 listOf("6.0", "7.0"), // 6.0 <=version < 7.0 listOf("7.0", "8.0"), // 7.0 <=version < 8.0 listOf("8.0", "9.0"), // 8.0 <=version < 9.0Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Sep 24 08:38:33 UTC 2025 - 8.2K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
StageName.PULL_REQUEST_FEEDBACK, performanceTests = listOf(PerformanceTestCoverage(1, PerformanceTestType.PER_COMMIT, Os.LINUX)), ), PerformanceTestCoverage(1, PerformanceTestType.PER_COMMIT, Os.LINUX), "Description", "performance", listOf("largeTestProject", "smallTestProject"), 2,Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Sep 18 12:22:32 UTC 2025 - 8.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/InetAddressOrderTest.kt
assertThat(result).isEqualTo( listOf(ipv6_ab), ) } @Test fun singleIpv4() { val result = reorderForHappyEyeballs(listOf(ipv4_10_0_0_6)) assertThat(result).isEqualTo( listOf(ipv4_10_0_0_6), ) } @Test fun prioritiseIpv6() { val result = reorderForHappyEyeballs(listOf(ipv4_10_0_0_6, ipv6_ab)) assertThat(result).isEqualTo( listOf(ipv6_ab, ipv4_10_0_0_6), ) }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 2.4K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/UpgradedPropertiesChangesTest.kt
"Method com.example.Task.getIsFailOnError(): Is not annotated with @since 2.0. Reason for accepting this: Upgraded property" to listOf("Method added to public class"), "Method com.example.Task.isFailOnError(): Is not binary compatible. Reason for accepting this: Upgraded property" to listOf("Method has been removed"),
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 26.2K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/test/kotlin/okhttp3/internal/idn/MappingTablesTest.kt
assertThat( mergeAdjacentRanges( listOf( Mapping(0x0000, 0x002c, TYPE_DISALLOWED_STD3_VALID, ByteString.EMPTY), ), ), ).containsExactly( Mapping(0x0000, 0x002c, TYPE_VALID, ByteString.EMPTY), ) } @Test fun simplifyCombinesCanonicalEquivalent() { assertThat( mergeAdjacentRanges( listOf(
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 6.3K bytes - Viewed (0) -
build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts
// Kotlin/JS // https://youtrack.jetbrains.com/issue/KT-50881 task.name in listOf("generateExternals") -> true // JMH plugin task.name in listOf("jmh", "jmhJar", "jmhReport") -> true // Gradle Doctor plugin task.name in listOf( "graph", "graphMain", "projectGraphReport", "ripples", "aggregateAdvice",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jan 15 16:07:38 UTC 2025 - 4.1K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/KotlinInternalFilteringTest.kt
"Constructor" to "ExistingClass(java.lang.String)" ) + reportedMembersFor("ExistingClass${'$'}ExistingNestedClass") + listOf( "Constructor" to "ExistingClass${'$'}ExistingNestedClass()" ) + listOf( "Field" to "cathedral" ) + reportedMembersFor("SourceKt") + listOf( "Method" to "SourceKt.setValTurnedIntoVar(java.lang.String)"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Mar 14 02:17:00 UTC 2025 - 6.5K bytes - Viewed (0)