- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for vxml (1.67 sec)
-
.teamcity/pom.xml
<?xml version="1.0"?> <project> <modelVersion>4.0.0</modelVersion> <name>Gradle_Check Config DSL Script</name> <properties> <mockk.version>1.14.7</mockk.version> <bytebuddy.version>1.18.3</bytebuddy.version> <jackson.version>2.20.1</jackson.version> <junit.version>6.0.1</junit.version> <dslContextParameter.branch>master</dslContextParameter.branch>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 22:04:16 UTC 2025 - 7.4K bytes - Viewed (2) -
tests/test_tutorial/test_response_directly/test_tutorial002.py
expected_content = """<?xml version="1.0"?> <shampoo> <Header> Apply shampoo here. </Header> <Body> You'll have to use soap here. </Body> </shampoo> """ response = client.get("/legacy/") assert response.status_code == 200, response.text assert response.headers["content-type"] == "application/xml" assert response.text == expected_contentRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 1.7K bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
api("commons-io:commons-io:2.14.0") api("org.apache.commons:commons-lang3:3.20.0") api("javax.activation:activation:1.1.1") api("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2") api("com.sun.xml.bind:jaxb-impl:4.0.5") api("junit:junit:4.13.2") api("org.spockframework:spock-core:$spockVersion") api("org.spockframework:spock-junit4:$spockVersion")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:16:30 UTC 2025 - 4.6K bytes - Viewed (0) -
fastapi/openapi/models.py
# Ref: OpenAPI 3.1.0: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#schema-object # Schema Object discriminator: Optional[Discriminator] = None xml: Optional[XML] = None externalDocs: Optional[ExternalDocumentation] = None example: Annotated[ Optional[Any], typing_deprecated(Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 15.1K bytes - Viewed (0) -
docs/en/docs/release-notes.md
* Add custom GitHub Action to get artifact with docs preview. PR [#1739](https://github.com/tiangolo/fastapi/pull/1739). * Add new GitHub Actions to preview docs from PRs. PR [#1738](https://github.com/tiangolo/fastapi/pull/1738). * Add XML test coverage to support GitHub Actions. PR [#1737](https://github.com/tiangolo/fastapi/pull/1737). * Update badges and remove Travis now that GitHub Actions is the main CI. PR [#1736](https://github.com/tiangolo/fastapi/pull/1736).
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:06:15 UTC 2025 - 586.7K bytes - Viewed (0)