- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 151 for Eskens (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/ws/WebSocketExtensions.kt
@Throws(IOException::class) fun parse(responseHeaders: Headers): WebSocketExtensions { // Note that this code does case-insensitive comparisons, even though the spec doesn't specify // whether extension tokens and parameters are case-insensitive or not. var compressionEnabled = false var clientMaxWindowBits: Int? = null var clientNoContextTakeover = false var serverMaxWindowBits: Int? = nullCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 8.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/cors.md
Mas isso só permitirá certos tipos de comunicação, excluindo tudo que envolva credenciais: cookies, cabeçalhos de autorização como aqueles usados com Bearer Tokens, etc. Então, para que tudo funcione corretamente, é melhor especificar explicitamente as origens permitidas. ## Usar `CORSMiddleware` { #use-corsmiddleware }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.7K bytes - Click Count (0) -
docs/ja/docs/tutorial/security/simple-oauth2.md
そして `access_token` を含め、その中にアクセストークンの文字列を入れます。 この単純な例では、完全に安全ではありませんが、トークンとして同じ `username` をそのまま返します。 /// tip | 豆知識 次の章では、パスワードハッシュ化と <abbr title="JSON Web Tokens - JSON Web Token">JWT</abbr> トークンを使った本当に安全な実装を見ます。 しかし今は、必要な特定の詳細に集中しましょう。 /// {* ../../docs_src/security/tutorial003_an_py310.py hl[87] *} /// tip | 豆知識
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/fr/docs/features.md
Sécurité et authentification intégrées. Sans aucun compromis avec les bases de données ou les modèles de données. Tous les schémas de sécurité définis dans OpenAPI, y compris : * HTTP Basic. * **OAuth2** (également avec des **tokens JWT**). Consultez le tutoriel [OAuth2 avec JWT](tutorial/security/oauth2-jwt.md). * Clés d'API dans : * les en-têtes. * les paramètres de requête. * les cookies, etc.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10.7K bytes - Click Count (0) -
scripts/general-llm-prompt.md
``` Examples: Source (English): ``` <abbr title="JSON Web Tokens">JWT</abbr> <abbr title="Enumeration">Enum</abbr> <abbr title="Asynchronous Server Gateway Interface">ASGI</abbr> ``` Result (German): ``` <abbr title="JSON Web Tokens">JWT</abbr> <abbr title="Enumeration">Enum</abbr> <abbr title="Asynchrones Server-Gateway-Interface">ASGI</abbr> ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 10:55:36 GMT 2026 - 14.6K bytes - Click Count (0) -
docs/uk/docs/features.md
Інтегровані безпека та автентифікація. Без жодних компромісів із базами даних чи моделями даних. Підтримуються всі схеми безпеки, визначені в OpenAPI, включно з: * HTTP Basic. * **OAuth2** (також із підтримкою **JWT tokens**). Перегляньте підручник: [OAuth2 із JWT](tutorial/security/oauth2-jwt.md). * Ключі API в: * Заголовках. * Параметрах запиту. * Cookies тощо.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 15.1K bytes - Click Count (0) -
benchmarks/README.md
* Use the integrated profilers in JMH to dig deeper if benchmark results to not match your hypotheses: * Add `-prof gc` to the options to check whether the garbage collector runs during a microbenchmarks and skews your results. If so, try to force a GC between runs (`-gc true`) but watch out for the caveats. * Add `-prof perf` or `-prof perfasm` (both only available on Linux, see Disassembling below) to see hotspots.Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon May 03 15:30:50 GMT 2021 - 5.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
/** * Checks if the LLM response has empty/blank content with a "length" finish reason. * This typically indicates that a reasoning model consumed all tokens for internal * reasoning, leaving no tokens for actual output content. * * @param response the LLM chat response * @return true if content is empty/blank and finish reason is "length" */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
docs/de/docs/tutorial/security/first-steps.md
Sie können das bereits in der interaktiven Dokumentation ausprobieren: <img src="/img/tutorial/security/image03.png"> Wir überprüfen im Moment noch nicht die Gültigkeit des Tokens, aber das ist bereits ein Anfang. ## Zusammenfassung { #recap }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 9.7K bytes - Click Count (0) -
docs/es/docs/features.md
Seguridad y autenticación integradas. Sin ningún compromiso con bases de datos o modelos de datos. Todos los esquemas de seguridad definidos en OpenAPI, incluyendo: * HTTP Básico. * **OAuth2** (también con **tokens JWT**). Revisa el tutorial sobre [OAuth2 con JWT](tutorial/security/oauth2-jwt.md). * API keys en: * Headers. * Parámetros de query. * Cookies, etc.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 10.1K bytes - Click Count (0)