- Sort Score
- Result 10 results
- Languages All
Results 981 - 990 of 2,281 for docs (0.07 sec)
-
CHANGELOG/CHANGELOG-1.12.md
- [Namespaced Brokers](https://svc-cat.io/docs/namespaced-broker-resources/), which enable operators to install a broker into a namespace instead of the cluster level, reached GA.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
guava/src/com/google/common/io/Closer.java
/** * A {@link Closeable} that collects {@code Closeable} resources and closes them all when it is * {@linkplain #close closed}. This was intended to approximately emulate the behavior of Java 7's * <a href="http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html" * >try-with-resources</a> statement in JDK6-compatible code. Code using this should be
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue May 07 15:26:58 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/em/docs/tutorial/handling-errors.md
``` #### `RequestValidationError` ๐ `ValidationError` /// warning ๐ซ ๐ก โน ๐ ๐ ๐ช ๐ถ ๐ฅ โซ๏ธ ๐ซ โ ๐ ๐. /// `RequestValidationError` ๐ง-๐ Pydantic <a href="https://docs.pydantic.dev/latest/concepts/models/#error-handling" class="external-link" target="_blank">`ValidationError`</a>. **FastAPI** โ๏ธ โซ๏ธ ๐, ๐ฅ ๐ โ๏ธ Pydantic ๐ท `response_model`, & ๐ ๐ฝ โ๏ธ โ, ๐ ๐ ๐ โ ๐ ๐น.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/metadata.md
{!../../docs_src/metadata/tutorial002.py!} ``` OpenAPI ๊ตฌ์กฐ๋ฅผ ์์ ํ ๋นํ์ฑํํ๋ ค๋ฉด `openapi_url=None`์ผ๋ก ์ค์ ํ ์ ์์ผ๋ฉฐ, ์ด๋ฅผ ์ฌ์ฉํ์ฌ ๋ฌธ์ํ ์ฌ์ฉ์ ์ธํฐํ์ด์ค๋ ๋นํ์ฑํ๋ฉ๋๋ค. ## ๋ฌธ์ํ URL ํฌํจ๋ ๋ ๊ฐ์ง ๋ฌธ์ํ ์ฌ์ฉ์ ์ธํฐํ์ด์ค๋ฅผ ์ค์ ํ ์ ์์ต๋๋ค: * **Swagger UI**: `/docs`์์ ์ ๊ณต๋ฉ๋๋ค. * `docs_url` ๋งค๊ฐ๋ณ์๋ก URL์ ์ค์ ํ ์ ์์ต๋๋ค. * `docs_url=None`์ผ๋ก ์ค์ ํ์ฌ ๋นํ์ฑํํ ์ ์์ต๋๋ค. * **ReDoc**: `/redoc`์์ ์ ๊ณต๋ฉ๋๋ค. * `redoc_url` ๋งค๊ฐ๋ณ์๋ก URL์ ์ค์ ํ ์ ์์ต๋๋ค. * `redoc_url=None`์ผ๋ก ์ค์ ํ์ฌ ๋นํ์ฑํํ ์ ์์ต๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 10:36:06 UTC 2024 - 6.5K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs; import com.google.common.io.CharStreams; import org.gradle.api.GradleException; import org.gradle.api.UncheckedIOException; import org.jsoup.Jsoup; import org.jsoup.nodes.Document;
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 03 05:02:20 UTC 2024 - 9.9K bytes - Viewed (0) -
docs/ru/docs/environment-variables.md
ะะฐะฟัะธะผะตั, ั ะฒะฐั ะตััั ัะฐะนะป `main.py`: ```Python hl_lines="3" import os name = os.getenv("MY_NAME", "World") print(f"Hello {name} from Python") ``` /// tip ะัะพัะพะน ะฐัะณัะผะตะฝั <a href=ยซhttps://docs.python.org/3.8/library/os.html#os.getenvยป class=ยซexternal-linkยป target=ยซ_blankยป>`os.getenv()`</a> - ััะพ ะฒะพะทะฒัะฐัะฐะตะผะพะต ะฟะพ ัะผะพะปัะฐะฝะธั ะทะฝะฐัะตะฝะธะต.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 15 11:38:57 UTC 2024 - 12.5K bytes - Viewed (0) -
fastapi/encoders.py
def jsonable_encoder( obj: Annotated[ Any, Doc( """ The input object to convert to JSON. """ ), ], include: Annotated[ Optional[IncEx], Doc( """ Pydantic's `include` parameter, passed to Pydantic models to set the fields to include.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 21:56:59 UTC 2024 - 10.8K bytes - Viewed (0) -
docs/pt/docs/tutorial/handling-errors.md
/// warning | "Aviso" Vocรช pode pular estes detalhes tรฉcnicos caso eles nรฃo sejam importantes para vocรช neste momento. /// `RequestValidationError` รฉ uma subclasse do <a href="https://docs.pydantic.dev/latest/#error-handling" class="external-link" target="_blank">`ValidationError`</a> existente no Pydantic.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10K bytes - Viewed (0) -
docs/em/docs/tutorial/body-nested-models.md
* ๐จโ๐จ ๐โ๐ฆบ (๐ ๏ธ, โ๏ธ), ๐ฆ ๐ท * ๐ฝ ๐ ๏ธ * ๐ฝ ๐ฌ * ๐ง ๐งพ ## ๐ ๐ & ๐ฌ โ๏ธ โช๏ธโก๏ธ ๐ โญ ๐ ๐ `str`, `int`, `float`, โ๏ธ. ๐ ๐ช โ๏ธ ๐ ๐ โญ ๐ ๐ ๐ โช๏ธโก๏ธ `str`. ๐ ๐ ๐ ๐ โ๏ธ, ๐ ๐ฉบ <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic ๐ ๐</a>. ๐ ๐ ๐ ๐ผ โญ ๐. ๐ผ, `Image` ๐ท ๐ฅ โ๏ธ `url` ๐, ๐ฅ ๐ช ๐ฃ โซ๏ธ โฉ๏ธ `str`, Pydantic `HttpUrl`: //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
docs/ja/docs/tutorial/testing.md
<a href="https://www.python-httpx.org" class="external-link" target="_blank">HTTPX</a> ใใใผในใชใฎใงใ้ๅธธใซไฝฟใใใใ็ดๆ็ใงใใ ใใใไฝฟ็จใใใจใ**FastAPI** ใจๅ ฑใซ <a href="https://docs.pytest.org/" class="external-link" target="_blank">pytest</a> ใ็ดๆฅๅฉ็จใงใใพใใ ## `TestClient` ใไฝฟ็จ `TestClient` ใใคใณใใผใใใพใใ `TestClient` ใไฝๆใใ**FastAPI** ใซๆธกใใพใใ `test_` ใใๅงใพใๅๅใฎ้ขๆฐใไฝๆใใพใ (ใใใฏ `pytest` ใฎๆจๆบ็ใชใณใณใใณใทใงใณใงใ)ใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.8K bytes - Viewed (0)