- Sort Score
- Num 10 results
- Language All
Results 401 - 410 of 600 for user_me (0.26 seconds)
-
src/main/resources/fess_label_tr.properties
labels.replacement=Değiştirme labels.sessionId=Oturum ID labels.sortOrder=Sıralama Düzeni labels.updatedBy=Güncelleyen labels.updatedTime=Güncelleme Zamanı labels.urls=URL'ler labels.userAgent=Kullanıcı Aracısı labels.username=Kullanıcı Adı labels.value=Değer labels.versionNo=Sürüm No labels.cronExpression=Zamanlama labels.dayForCleanup=Belirtilen günden eski belgeleri sil labels.crawlingThreadCount=Eşzamanlı Tarama Sayısı labels.boost=Artırma
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.port=埠 labels.regex=正則表達式 labels.regularName=常規名稱 labels.replacement=替換 labels.sessionId=會話ID labels.sortOrder=排序順序 labels.updatedBy=更新者 labels.updatedTime=更新時間 labels.urls=URL labels.userAgent=使用者代理 labels.username=使用者名稱 labels.value=值 labels.versionNo=版本號 labels.cronExpression=排程 labels.dayForCleanup=刪除指定日期之前的文檔 labels.crawlingThreadCount=同時爬網數 labels.boost=提升值 labels.crawlingConfigName=名稱 labels.crawlingConfigPath=要爬網的路徑
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.replacement=Vervanging labels.sessionId=Sessie-ID labels.sortOrder=Sorteervolgorde labels.updatedBy=Bijgewerkt door labels.updatedTime=Bijgewerkt op labels.urls=URL's labels.userAgent=User-Agent labels.username=Gebruikersnaam labels.value=Waarde labels.versionNo=Versienummer labels.cronExpression=Planning labels.dayForCleanup=Documenten ouder dan de opgegeven datum verwijderen labels.crawlingThreadCount=Aantal gelijktijdige crawls
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
docs/zh/docs/tutorial/request-form-models.md
/// 你可以使用 Pydantic 的模型配置来 `forbid` 任何 `extra` 字段: {* ../../docs_src/request_form_models/tutorial002_an_py310.py hl[12] *} 如果客户端尝试发送一些额外的数据,他们将收到**错误**响应。 例如,客户端尝试发送如下表单字段: * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` 他们将收到一条错误响应,表明字段 `extra` 不被允许: ```json { "detail": [ { "type": "extra_forbidden",Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/index.md
Örneğin, 4 API endpoint'iniz (*path operation*) olduğunu varsayalım: * `/items/public/` * `/items/private/` * `/users/{user_id}/activate` * `/items/pro/` O zaman her biri için farklı izin gereksinimlerini yalnızca dependency'ler ve alt dependency'lerle ekleyebilirsiniz: ```mermaid graph TB current_user(["current_user"])
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.2K bytes - Click Count (0) -
PULL_REQUESTS_ETIQUETTE.md
3. **Flow**: - Review promptly to avoid blocking progress. - Balance quality and speed—minor issues can be addressed later via issues, not PR blocks. - If unable to complete the review, tag another reviewer (e.g., `@username please take over`). 4. **Shared Responsibility**: - All MinIO contributors are reviewers. The first commenter on a PR owns the review unless they delegate. - Multiple reviewers are encouraged for complex PRs.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun May 25 16:32:03 GMT 2025 - 4.7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/config/WebAuthenticationConfig.java
* config.setAuthSchemeType(AuthSchemeType.FORM); * config.setFormParameters(Map.of( * "login_url", "http://example.com/login", * "login_method", "POST", * "login_parameters", "user=${username}&pass=${password}" * )); * config.setCredentials(credentialsConfig); * }</pre> */ public class WebAuthenticationConfig { /** * Type of authentication scheme. */
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 6.9K bytes - Click Count (0) -
docs/sts/assume-role.md
``` Create new users following the multi-user guide [here](https://docs.min.io/community/minio-object-store/administration/identity-access-management.html) ### Testing an example with awscli tool > Use the same username and password created in the previous steps. ``` [foobar] region = us-east-1 aws_access_key_id = foobar aws_secret_access_key = foo12345 ```
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 7.2K bytes - Click Count (0) -
internal/logger/help.go
Key: KafkaTopic, Description: "Kafka topic used for bucket notifications", Optional: true, Type: "string", }, config.HelpKV{ Key: KafkaSASLUsername, Description: "username for SASL/PLAIN or SASL/SCRAM authentication", Optional: true, Type: "string", Sensitive: true, }, config.HelpKV{ Key: KafkaSASLPassword,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Sep 11 22:20:42 GMT 2024 - 7.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/BadWordPager.java
*/ private int currentPageNumber; /** Bad word ID for search filtering. */ public String id; /** Suggest word for search filtering. */ public String suggestWord; /** Creator username for search filtering. */ public String createdBy; /** Creation time for search filtering. */ public String createdTime; /** Version number for search filtering. */ public String versionNo;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.1K bytes - Click Count (0)