- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 405 for userName (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
.put("http.heartbeat_interval", fessConfig.getFesenHeartbeatInterval()); final String username = fessConfig.getFesenUsername(); final String password = fessConfig.getFesenPassword(); if (StringUtil.isNotBlank(username) && StringUtil.isNotBlank(password)) { builder.put(Constants.FESEN_USERNAME, username); builder.put(Constants.FESEN_PASSWORD, password); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.replacement=Reemplazo labels.sessionId=ID de sesión labels.sortOrder=Orden de clasificación labels.updatedBy=Actualizado por labels.updatedTime=Fecha de actualización labels.urls=URLs labels.userAgent=User-Agent labels.username=Nombre de usuario labels.value=Valor labels.versionNo=Número de versión labels.cronExpression=Programación labels.dayForCleanup=Eliminar documentos anteriores a la fecha especificada
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
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=이름
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.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=要爬网的路径
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.replacement=Remplacement labels.sessionId=ID de session labels.sortOrder=Ordre de tri labels.updatedBy=Mis à jour par labels.updatedTime=Date de mise à jour labels.urls=URL labels.userAgent=Agent utilisateur labels.username=Nom d'utilisateur labels.value=Valeur labels.versionNo=Numéro de version labels.cronExpression=Planification labels.dayForCleanup=Supprimer les documents plus anciens que les jours spécifiés
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
docs/recipes.md
Use `Response.challenges()` to get the schemes and realms of any authentication challenges. When fulfilling a `Basic` challenge, use `Credentials.basic(username, password)` to encode the request header. === ":material-language-kotlin: Kotlin" ```kotlin private val client = OkHttpClient.Builder() .authenticator(object : Authenticator {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
cmd/iam-store.go
type iamCache struct { updatedAt time.Time // map of policy names to policy definitions iamPolicyDocsMap map[string]PolicyDoc // map of regular username to credentials iamUsersMap map[string]UserIdentity // map of regular username to policy names iamUserPolicyMap *xsync.MapOf[string, MappedPolicy] // STS accounts are loaded on demand and not via the periodic IAM reload.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 86.7K bytes - Viewed (0) -
okhttp/api/android/okhttp.api
public fun toString ()Ljava/lang/String; public final fun topPrivateDomain ()Ljava/lang/String; public final fun uri ()Ljava/net/URI; public final fun url ()Ljava/net/URL; public final fun username ()Ljava/lang/String; } public final class okhttp3/HttpUrl$Builder { public fun <init> ()V public final fun addEncodedPathSegment (Ljava/lang/String;)Lokhttp3/HttpUrl$Builder;
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 69.4K bytes - Viewed (0) -
cmd/testdata/undeleteable-object.tgz
ueue_dir","value":""}]},"notify_elasticsearch":{"_":[{"key":"enable","value":"off"},{"key":"url","value":""},{"key":"format","value":"namespace"},{"key":"index","value":""},{"key":"queue_dir","value":""},{"key":"queue_limit","value":"0"},{"key":"username","value":""},{"key":"password","value":""}]},"notify_kafka":{"_":[{"key":"enable","value":"off"},{"key":"topic","value":""},{"key":"brokers","value":""},{"key":"sasl_username","value":""},{"key":"sasl_password","value":""},{"key":"sasl_mechanism...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 26 00:31:12 UTC 2024 - 8.7M bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* is the usage of a URL scheme [1] to specify the target file or * directory. SmbFile URLs have the following syntax: * * <blockquote> * * <pre> * smb://[[[domain;]username[:password]@]server[:port]/[[share/[dir/]file]]][?param=value[param2=value2[...]]] * </pre> * * </blockquote> * * This example: * * <blockquote> * * <pre>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)