- Sort Score
- Num 10 results
- Language All
Results 2921 - 2930 of 3,297 for Gist (0.02 seconds)
-
docs/en/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
/// If `bump-pydantic` doesn't work for your use case, you can use the support for both Pydantic v1 and v2 models in the same app to do the migration to Pydantic v2 gradually. You could fist upgrade Pydantic to use the latest version 2, and change the imports to use `pydantic.v1` for all your models.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 5.5K bytes - Click Count (0) -
android/guava/pom.xml
<tag> <name>spec</name> <placement>X</placement> </tag> </tags> <!-- TODO(cpovirk): Move this to the parent after making the package-list files available there. --> <!-- We add the link ourselves so that we can choose Java 25 over the version that -source suggests. --> <detectJavaApiLink>false</detectJavaApiLink> <offlineLinks>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Nov 17 21:36:50 GMT 2025 - 9.8K bytes - Click Count (0) -
docs/en/docs/index.md
You can optionally deploy your FastAPI app to <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>, go and join the waiting list if you haven't. ๐ If you already have a **FastAPI Cloud** account (we invited you from the waiting list ๐), you can deploy your application with one command. Before deploying, make sure you are logged in: <div class="termy"> ```console $ fastapi login
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 25 11:01:37 GMT 2025 - 23.5K bytes - Click Count (0) -
README.md
You can optionally deploy your FastAPI app to <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>, go and join the waiting list if you haven't. ๐ If you already have a **FastAPI Cloud** account (we invited you from the waiting list ๐), you can deploy your application with one command. Before deploying, make sure you are logged in: <div class="termy"> ```console $ fastapi login
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 25 11:01:37 GMT 2025 - 26.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/header-params.md
`convert_underscores`ใ`False`ใซ่จญๅฎใใๅใซใHTTPใใญใญใทใใตใผใใฎไธญใซใฏใขใณใใผในใณใขใๅซใใใใใผใฎไฝฟ็จใ่จฑๅฏใใฆใใชใใใฎใใใใใจใซๆณจๆใใฆใใ ใใใ /// ## ใใใใผใฎ้่ค ๅไฟกใใใใใใผใ้่คใใใใจใใใใพใใใคใพใใๅใใใใใผใง่คๆฐใฎๅคใๆใคใจใใใใจใงใใ ใใใใฎๅ ดๅใใชในใใฎๅๅฎฃ่จใไฝฟ็จใใฆๅฎ็พฉใใใใจใใงใใพใใ ้่คใใใใใใผใฎใในใฆใฎๅคใPythonใฎ`list`ใจใใฆๅใๅใใใจใใงใใพใใ ไพใใฐใ่คๆฐๅๅบ็พใใๅฏ่ฝๆงใฎใใ`X-Token`ใฎใใใใๅฎ็พฉใใใซใฏใไปฅไธใฎใใใซๆธใใใจใใงใใพใ: {* ../../docs_src/header_params/tutorial003.py hl[9] *} ใใใใใฎ*path operation*ใง้ไฟกใใๅ ดๅใฏใๆฌกใฎใใใซ๏ผใคใฎHTTPใใใใผใ้ไฟกใใพใ: ``` X-Token: fooCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 3.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy
* <li>Meta-data about the plugins, in the form of an XML file.</li> * <li>{@code sourceFile} - A main docbook template file containing the introductory material and a list of classes to document.</li> * <li>{@code classDocbookDir} - A directory that should contain docbook template for each class referenced in main docbook template.</li> * </ul> * * Produces the following: * <ul>
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 9.8K bytes - Click Count (0) -
cmd/api-errors.go
Description: "You must specify at least one part", HTTPStatusCode: http.StatusBadRequest, }, ErrInvalidPartOrder: { Code: "InvalidPartOrder", Description: "The list of parts was not in ascending order. The parts list must be specified in order by part number.", HTTPStatusCode: http.StatusBadRequest, }, ErrInvalidObjectState: { Code: "InvalidObjectState",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stemmeroverride/ApiAdminDictStemmeroverrideAction.java
* * @param dictId the dictionary ID * @param body the search body containing pagination and filter parameters * @return JSON response containing list of stemmer override dictionary items */ // GET /api/admin/dict/stemmerOverride/settings/{dictId} @Execute public JsonResponse<ApiResult> get$settings(final String dictId, final SearchBody body) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 9.8K bytes - Click Count (0) -
okhttp/src/commonTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabaseTest.kt
}.also { e -> assertEquals(firstFailure.toString(), e.toString()) } } /** These tests are provided by [publicsuffix.org](https://publicsuffix.org/list/). */ @Test fun publicSuffixDotOrgTestCases() { // Any copyright is dedicated to the Public Domain. // https://creativecommons.org/publicdomain/zero/1.0/ // Mixed case.Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue May 27 22:00:49 GMT 2025 - 8.5K bytes - Click Count (0) -
docs/features/events.md
printEvent("callEnd"); } @Override public void dnsStart(Call call, String domainName) { printEvent("dnsStart"); } @Override public void dnsEnd(Call call, String domainName, List<InetAddress> inetAddressList) { printEvent("dnsEnd"); } ... } ``` We make a couple calls: ```java Request request = new Request.Builder()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 02:19:09 GMT 2022 - 7.7K bytes - Click Count (0)