- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 276 for Token (0.04 sec)
-
src/main/resources/fess_label_zh_TW.properties
labels.purgeUserInfoDay=刪除以前的使用者日誌 labels.reading=讀音 labels.roleTypeIds=角色ID labels.scriptData=腳本 labels.scriptResult=結果 labels.scriptType=執行方法 labels.segmentation=分段 labels.startTime=開始時間 labels.target=目標 labels.token=令牌 labels.synonymFile=同義詞檔案 labels.stopwordsFile=停用詞檔案 labels.stemmerOverrideFile=詞幹覆蓋檔案 labels.mappingFile=映射檔案 labels.protwordsFile=Protwords檔案 labels.kuromojiFile=Kuromoji檔案 labels.elevateWordFile=提升詞檔案
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Google Compute Engine PD Detach fails if node no longer exists ([29358](https://github.com/kubernetes/kubernetes/issues/29358)) * Mounting (only 'default-token') volume takes a long time when creating a batch of pods (parallelization issue) ([28616](https://github.com/kubernetes/kubernetes/issues/28616))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/oauth2-jwt.md
`get_current_user` 함수를 이전과 동일한 토큰을 받도록 수정하되, 이번에는 JWT 토큰을 사용하도록 합니다. 받은 토큰을 디코딩하여 검증한 후 현재 사용자를 반환합니다. 토큰이 유효하지 않다면 HTTP 오류를 반환합니다. {* ../../docs_src/security/tutorial004_an_py310.py hl[90:107] *} ## `/token` 경로 작업 수정 토큰의 만료 시각을 설정하기 위해 `timedelta` 를 생성합니다. 실제 JWT 액세스 토큰을 생성하여 반환합니다. {* ../../docs_src/security/tutorial004_an_py310.py hl[118:133] *} ### JWT "주체(subject)" `sub`에 대한 기술 세부 사항
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- Upon receiving a LIST request with an expired continue token, the apiserver now returns a continue token together with the 410 "the from parameter is too old" error. If the client does not care about getting a list from a consistent snapshot, the client can use this token to continue listing from the next key, but the returned chunk will be from the latest snapshot. ([#67284](https://github.com/kubernetes/kubernetes/pull/67284),...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
// ============================================================ /** User information session key. */ public static final String USER_INFO = "LoginInfo"; /** Search engine API access token key. */ public static final String SEARCH_ENGINE_API_ACCESS_TOKEN = "searchEngineApiAccessToken"; /** Default field name identifier. */ public static final String DEFAULT_FIELD = "_default";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* Some components like kube-dns and kube-proxy could fail to load the service account token when started within a pod. Properly handle empty configurations to try loading the service account config. ([#31947](https://github.com/kubernetes/kubernetes/pull/31947), [@smarterclayton](https://github.com/smarterclayton))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* kubeadm: The Token-related fields in the `MasterConfiguration` object have now been refactored. Instead of the top-level `.Token`, `.TokenTTL`, `.TokenUsages`, `.TokenGroups` fields, there is now a `BootstrapTokens` slice of `BootstrapToken` objects that support the same features under the `.Token`, `.TTL`, `.Usages`, `.Groups` fields. ([#64408](https://github.com/kubernetes/kubernetes/pull/64408), [@lu...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.reading=읽기 labels.roleTypeIds=역할 ID labels.scriptData=스크립트 labels.scriptResult=결과 labels.scriptType=실행 방법 labels.segmentation=분할 labels.startTime=시작 시간 labels.target=대상 labels.token=토큰 labels.synonymFile=동의어 파일 labels.stopwordsFile=불용어 파일 labels.stemmerOverrideFile=Stemmer 덮어쓰기 파일 labels.mappingFile=매핑 파일 labels.protwordsFile=Protwords 파일 labels.kuromojiFile=Kuromoji 파일
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.roleTypeIds=ID ролей labels.scriptData=Скрипт labels.scriptResult=Результат labels.scriptType=Метод выполнения labels.segmentation=Сегментация labels.startTime=Время начала labels.target=Цель labels.token=Токен labels.synonymFile=Файл синонимов labels.stopwordsFile=Файл стоп-слов labels.stemmerOverrideFile=Файл переопределения стеммера labels.mappingFile=Файл сопоставления labels.protwordsFile=Файл Protwords
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
* Bump up pod short start timeout to 2 minutes. ([#69291](https://github.com/kubernetes/kubernetes/pull/69291), [@mrunalp](https://github.com/mrunalp)) * Use the mounted "/var/run/secrets/kubernetes.io/serviceaccount/token" as the token file for running in-cluster based e2e testing. ([#69273](https://github.com/kubernetes/kubernetes/pull/69273), [@dims](https://github.com/dims))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0)