- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 1,049 for descriptive (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/security/open_id_connect_url.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 3.1K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/02-pkgsite-removal.yml
description: | We can remove packages with a shared path prefix. For example, a request for 'github.com/author' would remove all pkg.go.dev pages with that package path prefix. validations: required: true - type: textarea id: package-owner attributes: label: "Are you the owner of this package?" description: |Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Jan 04 23:31:17 GMT 2024 - 1.9K bytes - Click Count (0) -
docs_src/metadata/tutorial001_py39.py
from fastapi import FastAPI description = """ ChimichangApp API helps you do awesome stuff. π ## Items You can **read items**. ## Users You will be able to: * **Create users** (_not implemented_). * **Read users** (_not implemented_). """ app = FastAPI( title="ChimichangApp", description=description, summary="Deadpool's favorite app. Nuff said.", version="0.0.1",
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 805 bytes - Click Count (0) -
tests/test_tutorial/test_extra_models/test_tutorial003.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 6K bytes - Click Count (0) -
scripts/deploy_docs_status.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Sep 30 05:56:53 GMT 2025 - 4.4K bytes - Click Count (0) -
docs/es/docs/tutorial/body-multiple-params.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 5.2K bytes - Click Count (0) -
docs/de/docs/tutorial/path-operation-configuration.md
## Zusammenfassung und Beschreibung { #summary-and-description } Sie kΓΆnnen eine <abbr title="Zusammenfassung">`summary`</abbr> und eine <abbr title="Beschreibung">`description`</abbr> hinzufΓΌgen: {* ../../docs_src/path_operation_configuration/tutorial003_py310.py hl[18:19] *} ## Beschreibung mittels Docstring { #description-from-docstring }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 4.7K bytes - Click Count (0) -
docs/ru/docs/tutorial/path-operation-configuration.md
## ΠΡΠ°ΡΠΊΠΎΠ΅ ΠΈ ΡΠ°Π·Π²ΡΡΠ½ΡΡΠΎΠ΅ ΡΠΎΠ΄Π΅ΡΠΆΠ°Π½ΠΈΠ΅ { #summary-and-description } ΠΡ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄ΠΎΠ±Π°Π²ΠΈΡΡ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΡ `summary` ΠΈ `description`: {* ../../docs_src/path_operation_configuration/tutorial003_py310.py hl[18:19] *} ## ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ ΠΈΠ· ΡΡΡΠΎΠΊ Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ { #description-from-docstring }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 6.5K bytes - Click Count (0) -
docs_src/body_updates/tutorial002_py39.py
class Item(BaseModel): name: Union[str, None] = None description: Union[str, None] = None price: Union[float, None] = None tax: float = 10.5 tags: list[str] = [] items = { "foo": {"name": "Foo", "price": 50.2}, "bar": {"name": "Bar", "description": "The bartenders", "price": 62, "tax": 20.2}, "baz": {"name": "Baz", "description": None, "price": 50.2, "tax": 10.5, "tags": []}, }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp
<label for="description" class="col-sm-2 text-sm-right col-form-label"><la:message key="labels.description"/></label> <div class="col-sm-10"> <la:text styleId="description" property="description" styleClass="form-control"/>Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 9.4K bytes - Click Count (0)