- Sort Score
- Result 10 results
- Languages All
Results 481 - 490 of 528 for token1 (0.18 sec)
-
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) -
cmd/xl-storage-disk-id-check.go
} } } const ( diskHealthOK int32 = iota diskHealthFaulty ) type diskHealthTracker struct { // atomic time of last success lastSuccess int64 // atomic time of last time a token was grabbed. lastStarted int64 // Atomic status of disk. status atomic.Int32 // Atomic number indicates if a disk is hung waiting atomic.Int32 }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 34.5K bytes - Viewed (0) -
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) -
cmd/admin-handlers-users.go
if err != nil { writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL) return } writeSuccessResponseJSON(w, encryptedData) } // RevokeTokens - POST /minio/admin/v3/revoke-tokens/{userProvider} func (a adminAPIHandlers) RevokeTokens(w http.ResponseWriter, r *http.Request) { ctx := r.Context() // Get current object layer instance. objectAPI := newObjectLayerFn()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 90.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSetMultimap.java
} else { return defaultExpectedValues; } } /** * {@inheritDoc} * * <p>Note that {@code expectedValuesPerKey} is taken to mean the expected number of * <i>distinct</i> values per key. * * @since 33.3.0 */ @CanIgnoreReturnValue @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.6K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Ints.java
// (2) "Dolphin". If we're rotating an array a of size n by a distance of d, then element a[0] // ends up at a[d], which in turn ends up at a[2d], and so on until we get back to a[0]. // (All indices taken mod n.) If d and n are mutually prime, all elements will have been // moved at that point. Otherwise, we can rotate the cycle a[1], a[1 + d], a[1 + 2d], etc,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 31.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- Fixed ambiguous behavior when bearer token (kubectl --token=..) and an exec credential plugin was configured in the same context - the bearer token now takes precedence. ([#91745](https://github.com/kubernetes/kubernetes/pull/91745), [@anderseknert](https://github.com/anderseknert)) [SIG API Machinery, Auth and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K 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)