- Sort Score
- Result 10 results
- Languages All
Results 331 - 340 of 432 for Dict (0.03 sec)
-
docs/em/docs/tutorial/security/get-current-user.md
& ๐ ๐ช โ๏ธ ๐ ๐ท โ๏ธ ๐ฝ ๐โโ ๐ (๐ ๐ผ, Pydantic ๐ท `User`). โ๏ธ ๐ ๐ซ ๐ซ โ๏ธ ๐ฏ ๐ฝ ๐ท, ๐ โ๏ธ ๐. ๐ ๐ โ๏ธ `id` & `email` & ๐ซ โ๏ธ ๐ `username` ๐ ๐ท โ ๐ญ. ๐ ๐ช โ๏ธ ๐ ๐ ๐งฐ. ๐ ๐ โ๏ธ `str`โ โ๏ธ `dict`โ โ๏ธ ๐ฝ ๐ ๐ท ๐ ๐ โ โซ๏ธ ๐ ๐ท ๐ ๐. ๐ ๐ค ๐ซ โ๏ธ ๐ฉโ๐ป ๐ ๐น ๐ ๐ธ โ๏ธ ๐ค, ๐ค, โ๏ธ ๐ โ๏ธ, ๐ โ๏ธ ๐ ๐ค โ ๐, โซ๏ธ ๐ ๐ท ๐. โ๏ธ ๐ ๐ ๐ท, ๐ ๐ ๐, ๐ ๐ ๐ฝ ๐ ๐ ๐ช ๐ ๐ธ. **FastAPI** โ๏ธ ๐ ๐ โฎ๏ธ ๐ ๐ โ๏ธ. ## ๐ ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0) -
docs/en/docs/advanced/templates.md
### Template Context Values { #template-context-values } In the HTML that contains: {% raw %} ```jinja Item ID: {{ id }} ``` {% endraw %} ...it will show the `id` taken from the "context" `dict` you passed: ```Python {"id": id} ``` For example, with an ID of `42`, this would render: ```html Item ID: 42 ``` ### Template `url_for` Arguments { #template-url-for-arguments }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryCreator.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 org.codelibs.fess.dict; import java.util.Base64; import java.util.Date; import java.util.regex.Pattern; import org.codelibs.fess.Constants; import jakarta.annotation.Resource; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.4K bytes - Viewed (0) -
docs/em/docs/tutorial/path-params.md
{* ../../docs_src/path_params/tutorial005.py hl[20] *} /// tip ๐ ๐ช ๐ ๐ฒ `"lenet"` โฎ๏ธ `ModelName.lenet.value`. /// #### ๐จ *๐ข ๐จโ๐* ๐ ๐ช ๐จ *๐ข ๐จโ๐* โช๏ธโก๏ธ ๐ *โก ๐ ๏ธ*, ๐ฆ ๐ป ๐ช (โ `dict`). ๐ซ ๐ ๐ ๐ซ ๐ ๐ฒ (๐ป ๐ ๐ผ) โญ ๐ฌ ๐ซ ๐ฉโ๐ป: {* ../../docs_src/path_params/tutorial005.py hl[18,21,23] *} ๐ ๐ฉโ๐ป ๐ ๐ ๐ค ๐ป ๐จ ๐: ```JSON { "model_name": "alexnet",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.5K bytes - Viewed (0) -
docs/id/docs/tutorial/path-params.md
Anda bisa mengakses nilai `"lenet"` dnegan `ModelName.lenet.value`. /// #### Menghasilkan *anggota enumerasi* Anda bisa menghasilkan *anggota enumerasi* dari *operasi path* bahkan di body JSON bersarang (contoh `dict`). They will be converted to their corresponding values (strings in this case) before returning them to the client: {* ../../docs_src/path_params/tutorial005.py hl[18,21,23] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 8.8K bytes - Viewed (0) -
docs/ja/docs/tutorial/metadata.md
ใใใใใฎ่พๆธใฏไปฅไธใใใคใใจใใงใใพใ: * `name` (**ๅฟ ้ **): *path operations* ใใใณ `APIRouter` ใฎ `tags` ใใฉใกใผใฟใผใงไฝฟ็จใใใฎใจๅใใฟใฐๅใงใใ `str`ใ * `description`: ใฟใฐใฎ็ฐกๅใช่ชฌๆๆใงใใ `str`ใ Markdownใง่จ่ฟฐใงใใใใญใฅใกใณใUIใซ่กจ็คบใใใพใใ * `externalDocs`: ๅค้จใใญใฅใกใณใใ่ชฌๆใใใใใฎ `dict`: * `description`: ๅค้จใใญใฅใกใณใใฎ็ฐกๅใช่ชฌๆๆใงใใ `str`ใ * `url` (**ๅฟ ้ **): ๅค้จใใญใฅใกใณใใฎURLใงใใ `str`ใ ### ใฟใฐใฎใใใฎใกใฟใใผใฟใฎไฝๆ `users` ใจ `items` ใฎใฟใฐใไฝฟใฃใไพใงใกใฟใใผใฟใฎ่ฟฝๅ ใ่ฉฆใใฆใฟใพใใใใ ใฟใฐใฎใใใฎใกใฟใใผใฟใไฝๆใใใใใ `openapi_tags` ใใฉใกใผใฟใซๆธกใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.5K bytes - Viewed (0) -
docs/de/docs/advanced/security/oauth2-scopes.md
## OAuth2-Sicherheitsschema Die erste รnderung ist, dass wir jetzt das OAuth2-Sicherheitsschema mit zwei verfรผgbaren Scopes deklarieren: `me` und `items`. Der `scopes`-Parameter erhรคlt ein `dict` mit jedem Scope als Schlรผssel und dessen Beschreibung als Wert: {* ../../docs_src/security/tutorial005_an_py310.py hl[62:65] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/DictionaryExpiredExceptionTest.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 org.codelibs.fess.dict; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import org.codelibs.fess.unit.UnitFessTestCase;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.2K bytes - Viewed (0) -
docs/ko/docs/advanced/response-headers.md
์ฌ๋ฌ๋ถ์ *๊ฒฝ๋ก ์๋ ํจ์*์์ `Response` ํ์ ์ ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค (์ฟ ํค์ ๊ฐ์ด ์ฌ์ฉํ ์ ์์ต๋๋ค). ๊ทธ๋ฐ ๋ค์, ์ฌ๋ฌ๋ถ์ ํด๋น *์์* ์๋ต ๊ฐ์ฒด์์ ํค๋๋ฅผ ์ค์ ํ ์ ์์ต๋๋ค. {* ../../docs_src/response_headers/tutorial002.py hl[1,7:8] *} ๊ทธ ํ, ์ผ๋ฐ์ ์ผ๋ก ์ฌ์ฉํ๋ฏ์ด ํ์ํ ๊ฐ์ฒด(`dict`, ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ชจ๋ธ ๋ฑ)๋ฅผ ๋ฐํํ ์ ์์ต๋๋ค. `response_model`์ ์ ์ธํ ๊ฒฝ์ฐ, ๋ฐํํ ๊ฐ์ฒด๋ฅผ ํํฐ๋งํ๊ณ ๋ณํํ๋ ๋ฐ ์ฌ์ ํ ์ฌ์ฉ๋ฉ๋๋ค. **FastAPI**๋ ํด๋น *์์* ์๋ต์์ ํค๋(์ฟ ํค์ ์ํ ์ฝ๋๋ ํฌํจ)๋ฅผ ์ถ์ถํ์ฌ, ์ฌ๋ฌ๋ถ์ด ๋ฐํํ ๊ฐ์ ํฌํจํ๋ ์ต์ข ์๋ต์ `response_model`๋ก ํํฐ๋ง๋ ๊ฐ์ ๋ฃ์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/de/docs/advanced/templates.md
``` ### Template-Kontextwerte Im HTML, welches enthรคlt: {% raw %} ```jinja Item ID: {{ id }} ``` {% endraw %} ... wird die `id` angezeigt, welche dem โKontextโ-`dict` entnommen wird, welches Sie รผbergeben haben: ```Python {"id": id} ``` Mit beispielsweise einer ID `42` wรผrde das wie folgt gerendert werden: ```html Item ID: 42 ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.6K bytes - Viewed (0)