- Sort Score
- Result 10 results
- Languages All
Results 541 - 550 of 1,467 for dist (0.1 sec)
-
src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiTokenizerFactory.java
import java.io.IOException; import java.io.StringReader; import java.util.HashSet; import java.util.List; 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;
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 4.7K 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) -
.github/workflows/CheckBadMerge.groovy
// Otherwise, skip this commit. List<String> p1Branches = branchesOf(parentCommits[0]) List<String> p2Branches = branchesOf(parentCommits[1]) if (p1Branches.contains("origin/master") && !p2Branches.contains("origin/master") && p2Branches.any { it.startsWith("origin/release") }) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Dec 19 10:35:44 UTC 2023 - 6.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
"disabled": True, }, } class Token(BaseModel): access_token: str token_type: str class TokenData(BaseModel): username: str | None = None scopes: list[str] = [] class User(BaseModel): username: str email: str | None = None full_name: str | None = None disabled: bool | None = None class UserInDB(User): hashed_password: str
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) -
docs_src/security/tutorial004.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.1K bytes - Viewed (0) -
docs_src/security/tutorial004_an_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 - 4.1K bytes - Viewed (0)