- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 2,100 for nope (0.03 sec)
-
android/guava/src/com/google/common/collect/Multiset.java
* {@link UnsupportedOperationException} when they are not implemented. Most implementations should * support either all add operations or none of them, all removal operations or none of them, and if * and only if all of these are supported, the {@code setCount} methods as well. * * <p>A multiset uses {@link Object#equals} to determine whether two instances should be considered
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 19.5K bytes - Viewed (0) -
guava-gwt/test/com/google/common/collect/testing/google/Google.gwt.xml
Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none. GWT is happy to ignore us when we specify a nonexistent path. (I hope that this workaround does not cause its own problems in the future.) --> <super-source path="super"/> <inherits name="com.google.common.annotations.Annotations" />
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 19 16:02:36 UTC 2024 - 1.7K bytes - Viewed (0) -
docs/em/docs/tutorial/request-files.md
contents = await myfile.read() ``` ๐ฅ ๐ ๐ ๐ `def` *โก ๐ ๏ธ ๐ข*, ๐ ๐ช ๐ `UploadFile.file` ๐, ๐ผ: ```Python contents = myfile.file.read() ``` /// note | `async` ๐ก โน ๐โ ๐ โ๏ธ `async` ๐ฉโ๐ฌ, **FastAPI** ๐ ๐ ๐ฉโ๐ฌ ๐งต & โ ๐ซ. /// /// note | ๐ ๐ก โน **FastAPI**'โ `UploadFile` ๐ ๐ โช๏ธโก๏ธ **๐**'โ `UploadFile`, โ๏ธ ๐ฎ ๐ช ๐ โ โซ๏ธ ๐ โฎ๏ธ **Pydantic** & ๐ ๐ FastAPI. /// ## โซ๏ธโ "๐จ ๐ฝ"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
### Node Binaries filename | sha512 hash -------- | ----------- [kubernetes-node-linux-amd64.tar.gz](https://dl.k8s.io/v1.29.15/kubernetes-node-linux-amd64.tar.gz) | b6f19bd510a5417b7c3e0c6c88733c034b5bd8b1f51c659ba6f58be0914c648bba7f9181f50fadcc6f04ea71c4b2e8b9e4f6c13acb517ecdeb338e561cefe794
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
docs/en/docs/tutorial/body.md
/// note FastAPI will know that the value of `q` is not required because of the default value `= None`. The `str | None` (Python 3.10+) or `Union` in `Union[str, None]` (Python 3.8+) is not used by FastAPI to determine that the value is not required, it will know it's not required because it has a default value of `= None`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:58:56 UTC 2025 - 7.1K bytes - Viewed (0) -
docs/pt/docs/advanced/additional-responses.md
{* ../../docs_src/additional_responses/tutorial002.py hl[19:24,28] *} /// note | Nota Note que vocรช deve retornar a imagem utilizando um `FileResponse` diretamente. /// /// info | Informaรงรฃo
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-multiple-params.md
## `Path`, `Query` ๋ฐ ๋ณธ๋ฌธ ๋งค๊ฐ๋ณ์ ํผํฉ ๋น์ฐํ๊ฒ `Path`, `Query` ๋ฐ ์์ฒญ ๋ณธ๋ฌธ ๋งค๊ฐ๋ณ์ ์ ์ธ์ ์์ ๋กญ๊ฒ ํผํฉํด์ ์ฌ์ฉํ ์ ์๊ณ , **FastAPI**๋ ์ด๋ค ๋์์ ํ ์ง ์๋๋ค. ๋ํ, ๊ธฐ๋ณธ ๊ฐ์ `None`์ผ๋ก ์ค์ ํด ๋ณธ๋ฌธ ๋งค๊ฐ๋ณ์๋ฅผ ์ ํ์ฌํญ์ผ๋ก ์ ์ธํ ์ ์์ต๋๋ค. {* ../../docs_src/body_multiple_params/tutorial001.py hl[19:21] *} /// note | ์ฐธ๊ณ ์ด ๊ฒฝ์ฐ์๋ ๋ณธ๋ฌธ์ผ๋ก ๋ถํฐ ๊ฐ์ ธ์จ ` item`์ ๊ธฐ๋ณธ๊ฐ์ด `None`์ด๊ธฐ ๋๋ฌธ์, ์ ํ์ฌํญ์ด๋ผ๋ ์ ์ ์ ์ํด์ผ ํฉ๋๋ค. /// ## ๋ค์ค ๋ณธ๋ฌธ ๋งค๊ฐ๋ณ์ ์ด์ ์์ ์์ ๋ณด๋ฏ์ด, *๊ฒฝ๋ก ์๋*์ ์๋์ ๊ฐ์ด `Item` ์์ฑ์ ๊ฐ์ง JSON ๋ณธ๋ฌธ์ ์์ํฉ๋๋ค: ```JSON {
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
### Node Binaries filename | sha512 hash -------- | ----------- [kubernetes-node-linux-amd64.tar.gz](https://dl.k8s.io/v1.18.20/kubernetes-node-linux-amd64.tar.gz) | 9f4d52317e8ceed178c60a75210a5a00f6548d3c6bb41e6adf2a1b0eee2944de4570be08e4da1bfb982983329bc3c1eeb4ff99dda82352cda8fcd9aeada9c70c
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/body-updates.md
Mas o exemplo aqui usa `PATCH` porque foi criado para esses casos de uso. /// /// note | Nota Observe que o modelo de entrada ainda รฉ validado. Portanto, se vocรช quiser receber atualizaรงรตes parciais que possam omitir todos os atributos, precisarรก ter um modelo com todos os atributos marcados como opcionais (com valores padrรฃo ou `None`).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.8K bytes - Viewed (0) -
docs/de/docs/tutorial/body.md
* Wenn der Parameter vom Typ eines **Pydantic-Modells** ist, wird er als Request**body** interpretiert. /// note | Hinweis FastAPI weiร, dass der Wert von `q` nicht erforderlich ist, wegen des definierten Defaultwertes `= None` Das `Union` in `Union[str, None]` wird von FastAPI nicht verwendet, aber es erlaubt Ihrem Editor, Sie besser zu unterstรผtzen und Fehler zu erkennen. /// ## Ohne Pydantic
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.1K bytes - Viewed (0)