- Sort Score
- Result 10 results
- Languages All
Results 431 - 440 of 516 for token3 (0.04 sec)
-
api/maven-api-model/src/main/mdo/maven.mdo
<name>stringFiltering</name> <version>4.1.0+</version> <description> <,...
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
* Benchmarks (as of December 2011) show that: * * <ul> * <li>for an unnested {@code lock()} and {@code unlock()}, a cycle detecting lock takes 38ns as * opposed to the 24ns taken by a plain lock. * <li>for nested locking, the cost increases with the depth of the nesting: * <ul> * <li>2 levels: average of 64ns per lock()/unlock()
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 17:06:34 UTC 2025 - 35.9K bytes - Viewed (0) -
docs/ko/docs/features.md
모든 검증은 견고하면서 잘 확립된 **Pydantic**에 의해 처리됩니다. ### 보안과 인증 보안과 인증이 통합되어 있습니다. 데이터베이스나 데이터 모델과의 타협없이 사용할 수 있습니다. 다음을 포함하는, 모든 보안 스키마가 OpenAPI에 정의되어 있습니다. * HTTP Basic. * **OAuth2** (**JWT tokens** 또한 포함). [OAuth2 with JWT](tutorial/security/oauth2-jwt.md){.internal-link target=\_blank}에 있는 자습서를 확인해 보세요. * 다음에 들어 있는 API 키: * 헤더. * 매개변수. * 쿠키 및 그 외.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/FluentFuture.java
@Deprecated public static <V extends @Nullable Object> FluentFuture<V> from(FluentFuture<V> future) { return checkNotNull(future); } /** * Returns a {@code Future} whose result is taken from this {@code Future} or, if this {@code * Future} fails with the given {@code exceptionType}, from the result provided by the {@code
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.7K bytes - Viewed (0) -
docs/en/docs/advanced/security/http-basic-auth.md
But doing that, in some minutes or hours the attackers would have guessed the correct username and password, with the "help" of our application, just using the time taken to answer. #### Fix it with `secrets.compare_digest()` { #fix-it-with-secrets-compare-digest } But in our code we are actually using `secrets.compare_digest()`.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5K bytes - Viewed (0) -
src/main/resources/fess_label_hi.properties
labels.reading=पठन labels.roleTypeIds=भूमिका IDs 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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java
final String msg = e.getMessage(); if (StringUtil.isNotEmpty(msg) && msg.contains("index.analyze.max_token_count")) { logger.warn("Failed to parse document (token count exceeded): index={}, message={}", index, msg); return Stream.empty(); } throw e; } }).toArray(SuggestItem[]::new);
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 34.4K bytes - Viewed (0)