- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 374 for flow (0.04 seconds)
-
src/test/java/org/codelibs/fess/job/IndexExportJobTest.java
final String result = indexExportJob.query(QueryBuilders.matchAllQuery()).format("json").execute(); assertEquals("Exported 0 documents.", result); } // --- JSON full flow integration tests --- @Test public void test_execute_jsonFormat_multipleDocuments() throws IOException { final List<Map<String, Object>> docs = new ArrayList<>();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 09:08:38 GMT 2026 - 66.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/index.md
* `oauth2` : toutes les méthodes OAuth2 pour gérer la sécurité (appelées « flows »). * Plusieurs de ces flows conviennent pour construire un fournisseur d'authentification OAuth 2.0 (comme Google, Facebook, X (Twitter), GitHub, etc.) : * `implicit` * `clientCredentials` * `authorizationCode`Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 5.2K bytes - Click Count (0) -
CHANGELOG.md
security and performance. * New: `ConnectionListener` publishes events for connects, disconnects, and use of pooled connections. * Fix: Immediately update the connection's flow control window instead of waiting for the receiving stream to process it. This change may increase OkHttp's memory use for applications that make many concurrent HTTPCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 15 11:57:47 GMT 2026 - 36.2K bytes - Click Count (2) -
docs/uk/docs/advanced/security/oauth2-scopes.md
Найпоширеніший - неявний потік (implicit flow). Найбезпечніший - потік коду (code flow), але його складніше реалізувати, оскільки він потребує більше кроків. Через складність багато провайдерів у підсумку радять неявний потік. /// note | Примітка
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 20.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/first-steps.md
Et il peut aussi être utilisé par vous-même, pour déboguer, vérifier et tester la même application. ## Le flux `password` { #the-password-flow } Revenons un peu en arrière et comprenons de quoi il s'agit. Le « flux » `password` est l'une des manières (« flows ») définies dans OAuth2 pour gérer la sécurité et l'authentification.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.3K bytes - Click Count (0) -
cmd/bucket-handlers.go
xMinIOErrDescHeader = "x-minio-error-desc" postPolicyBucketTagging = "tagging" ) // Check if there are buckets on server without corresponding entry in etcd backend and // make entries. Here is the general flow // - Range over all the available buckets // - Check if a bucket has an entry in etcd backend // -- If no, make an entry // -- If yes, check if the entry matches local IP check if we //
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 63.9K bytes - Click Count (0) -
docs/ru/docs/_llm-test.md
* Глубокое обучение * Машинное обучение * Внедрение зависимостей * Аутентификация HTTP Basic * HTTP Digest * формат ISO * стандарт JSON Schema * JSON-схема * определение схемы * password flow * Мобильный * устаревший * спроектированный * некорректный * на лету * стандарт * по умолчанию * чувствительный к регистру * нечувствительный к регистру * отдавать приложение
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 17.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
streamChatWithConcurrencyControl(request, callback); } /** * Generates a direct answer without document search. * This method is currently not called from the streamChatEnhanced() flow, * but is provided as an extension point for future DIRECT_ANSWER intent support. */ @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/simple-oauth2.md
## `username` ve `password`’ü Alma { #get-the-username-and-password } `username` ve `password`’ü almak için **FastAPI** security yardımcı araçlarını kullanacağız. OAuth2, (bizim kullandığımız) "password flow" kullanılırken client/kullanıcının form verisi olarak `username` ve `password` alanlarını göndermesi gerektiğini belirtir.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.32.md
request. A resource is considered corrupt if it can not be successfully retrieved from the storage due to a) transformation error e.g. decryption failure, or b) the object failed to decode. Normal deletion flow is attempted first, and if it fails with a corrupt resource error then it triggers unsafe delete. In addition, when this feature is enabled, the 'details' field of 'Status' from the LIST response
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 26 23:58:21 GMT 2026 - 470.5K bytes - Click Count (0)