- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 513 for dictId (0.08 sec)
-
docs/en/docs/advanced/templates.md
``` ### 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
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.3K bytes - Viewed (0) -
docs_src/security/tutorial005_py39.py
user = get_user(fake_db, username) if not user: return False if not verify_password(password, user.hashed_password): return False return user def create_access_token(data: dict, expires_delta: Union[timedelta, None] = None): to_encode = data.copy() if expires_delta: expire = datetime.now(timezone.utc) + expires_delta else:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon May 20 17:37:28 UTC 2024 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiTokenizerFactory.java
import java.util.Set; import org.apache.lucene.analysis.Tokenizer; import org.apache.lucene.analysis.ja.JapaneseTokenizer; import org.apache.lucene.analysis.ja.JapaneseTokenizer.Mode; import org.apache.lucene.analysis.ja.dict.UserDictionary; import org.apache.lucene.analysis.util.CSVUtil; import org.opensearch.OpenSearchException; import org.opensearch.common.settings.Settings; import org.opensearch.env.Environment;
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 4.7K bytes - Viewed (0) -
docs_src/security/tutorial004_an.py
user = get_user(fake_db, username) if not user: return False if not verify_password(password, user.hashed_password): return False return user def create_access_token(data: dict, expires_delta: Union[timedelta, None] = None): to_encode = data.copy() if expires_delta: expire = datetime.now(timezone.utc) + expires_delta else:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon May 20 17:37:28 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
return getPath("WEB-INF/", "view", names); } public static Path getDictionaryPath(final String... names) { return getPath("WEB-INF/", "dict", names); } public static Path getThumbnailPath(final String... names) { return getPath("WEB-INF/", "thumbnails", names); } public static Path getSitePath(final String... names) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 08:52:32 UTC 2024 - 7.5K bytes - Viewed (0) -
docs/em/docs/features.md
### ๐ โซ๏ธ โ๏ธ ๐ค **๐ข** ๐, โฎ๏ธ ๐ฆ ๐ณ ๐. ๐ ๐ข ๐ช ๐-๐ง โซ๏ธโ ๐ ๐ช & ๐ฌ ๐ ๏ธ ๐ ๐ช. โ๏ธ ๐ข, โซ๏ธ ๐ **"๐ท"**. ### ๐ฌ * ๐ฌ ๐ (โ๏ธ ๐ โ) ๐ **๐ฝ ๐**, ๐: * ๐ป ๐ (`dict`). * ๐ป ๐ป (`list`) โ ๐ฌ ๐. * ๐ป (`str`) ๐, ๐ฌ ๐ & ๐ ๐. * ๐ข (`int`, `float`) โฎ๏ธ ๐ & ๐ ๐ฒ, โ๏ธ. * ๐ฌ ๐ ๐ ๐, ๐: * ๐. * ๐ง. * ๐. * ...& ๐.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs_src/security/tutorial005_py310.py
user = get_user(fake_db, username) if not user: return False if not verify_password(password, user.hashed_password): return False return user def create_access_token(data: dict, expires_delta: timedelta | None = None): to_encode = data.copy() if expires_delta: expire = datetime.now(timezone.utc) + expires_delta else:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon May 20 17:37:28 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/ko/docs/advanced/events.md
/// ## `startup` ์ด๋ฒคํธ ์์ฉ ํ๋ก๊ทธ๋จ์ ์์ํ๊ธฐ ์ ์ ์คํํ๋ ค๋ ํจ์๋ฅผ "startup" ์ด๋ฒคํธ๋ก ์ ์ธํฉ๋๋ค: ```Python hl_lines="8" {!../../docs_src/events/tutorial001.py!} ``` ์ด ๊ฒฝ์ฐ `startup` ์ด๋ฒคํธ ํธ๋ค๋ฌ ํจ์๋ ๋จ์ํ ๋ช ๊ฐ์ง ๊ฐ์ผ๋ก ๊ตฌ์ฑ๋ `dict` ํ์์ "๋ฐ์ดํฐ๋ฒ ์ด์ค"๋ฅผ ์ด๊ธฐํํฉ๋๋ค. ํ๋ ์ด์์ ์ด๋ฒคํธ ํธ๋ค๋ฌ ํจ์๋ฅผ ์ถ๊ฐํ ์๋ ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ์์ฉ ํ๋ก๊ทธ๋จ์ ๋ชจ๋ `startup` ์ด๋ฒคํธ ํธ๋ค๋ฌ๊ฐ ์๋ฃ๋ ๋๊น์ง ์์ฒญ์ ๋ฐ์ง ์์ต๋๋ค. ## `shutdown` ์ด๋ฒคํธ ์์ฉ ํ๋ก๊ทธ๋จ์ด ์ข ๋ฃ๋ ๋ ์คํํ๋ ค๋ ํจ์๋ฅผ ์ถ๊ฐํ๋ ค๋ฉด `"shutdown"` ์ด๋ฒคํธ๋ก ์ ์ธํฉ๋๋ค:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/de/docs/advanced/settings.md
///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17.7K bytes - Viewed (0) -
docs/zh/docs/advanced/response-cookies.md
# ๅๅบCookies ## ไฝฟ็จ `Response` ๅๆฐ ไฝ ๅฏไปฅๅจ *่ทฏๅพๅฝๆฐ* ไธญๅฎไนไธไธช็ฑปๅไธบ `Response`็ๅๆฐ๏ผ่ฟๆ ทไฝ ๅฐฑๅฏไปฅๅจ่ฟไธชไธดๆถๅๅบๅฏน่ฑกไธญ่ฎพ็ฝฎcookieไบใ ```Python hl_lines="1 8-9" {!../../docs_src/response_cookies/tutorial002.py!} ``` ่ไธไฝ ่ฟๅฏไปฅๆ นๆฎไฝ ็้่ฆๅๅบไธๅ็ๅฏน่ฑก๏ผๆฏๅฆๅธธ็จ็ `dict`๏ผๆฐๆฎๅบmodel็ญใ ๅฆๆไฝ ๅฎไนไบ `response_model`๏ผ็จๅบไผ่ชๅจๆ นๆฎ`response_model`ๆฅ่ฟๆปคๅ่ฝฌๆขไฝ ๅๅบ็ๅฏน่ฑกใ **FastAPI** ไผไฝฟ็จ่ฟไธช *ไธดๆถ* ๅๅบๅฏน่ฑกๅป่ฃ ๅจ่ฟไบcookiesไฟกๆฏ (ๅๆ ท่ฟๆheadersๅ็ถๆ็ ็ญไฟกๆฏ), ๆ็ปไผๅฐ่ฟไบไฟกๆฏๅ้่ฟ`response_model`่ฝฌๅ่ฟ็ๆฐๆฎๅๅนถๅฐๆ็ป็ๅๅบ้ใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.1K bytes - Viewed (0)