- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 391 for Token (0.02 sec)
-
api/go1.11.txt
pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_TLS ideal-int pkg debug/pe, const IMAGE_FILE_MACHINE_ARM64 = 43620 pkg debug/pe, const IMAGE_FILE_MACHINE_ARM64 ideal-int pkg go/ast, type CompositeLit struct, Incomplete bool pkg go/token, method (*File) AddLineColumnInfo(int, string, int, int) pkg go/types, func NewInterfaceType([]*Func, []Type) *Interface pkg go/types, method (*Interface) EmbeddedType(int) Type pkg go/types, method (*Var) Embedded() bool
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
doc/go_spec.html
is ignored except as it separates tokens that would otherwise combine into a single token. Also, a newline or end of file may trigger the insertion of a <a href="#Semicolons">semicolon</a>. While breaking the input into tokens, the next token is the longest sequence of characters that form a valid token. </p> <h3 id="Semicolons">Semicolons</h3> <p>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.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.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.roleTypeIds=ID de rôle labels.scriptData=Script labels.scriptResult=Résultat labels.scriptType=Méthode d'exécution labels.segmentation=Segmentation labels.startTime=Heure de début labels.target=Cible labels.token=Jeton labels.synonymFile=Fichier de synonymes labels.stopwordsFile=Fichier de mots vides labels.stemmerOverrideFile=Fichier de remplacement de racinisation labels.mappingFile=Fichier de mappage
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
assertThat(response.cacheResponse!!.request.url).isEqualTo(request.url) } @Test fun postWithOverrideResponse() { val url = server.url("/abc?token=123") val cacheUrlOverride = url.newBuilder().removeAllQueryParameters("token").build() val request = Request .Builder() .url(url) .method("POST", "XYZ".toRequestBody())
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 113.6K 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) -
CHANGELOG/CHANGELOG-1.32.md
- Fixes a 1.32 regression in with the ServiceAccountNodeAudienceRestriction feature where `azureFile` volumes encounter "failed to get service accoount token attributes" errors. Reverts the `ServiceAccountNodeAudienceRestriction` feature to disabled in v1.32. Refer to https://github.com/kubernetes/kubernetes/issues/129935 for more details. If you're using in-tree inline volumes or in-tree persistent volumes...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K 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) -
CHANGELOG/CHANGELOG-1.34.md
- Fix kubelet token cache returning stale tokens when service accounts are recreated with the same name. The token cache is now UID-aware and the new `TokenRequestServiceAccountUIDValidation` feature gate (Beta, enabled by default) validates the TokenRequest UID when set matches the service account UID. ([#132803...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
cmd/iam-store.go
continue } if tokenRevokeType != "" { claims, err := getClaimsFromTokenWithSecret(ui.Credentials.SessionToken, secret) if err != nil { continue // skip if token is invalid } // skip if token type is given and does not match if v, _ := claims.Lookup(tokenRevokeTypeClaim); v != tokenRevokeType { continue } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 86.7K bytes - Viewed (0)