- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 386 for usernames (0.06 sec)
-
tests/generics_test.go
t.Errorf("found invalid user, got %v, expect %v", result, user) } mapResult, err := gorm.G[map[string]interface{}](DB).Table("users").Where("name = ?", user.Name).MapColumns(map[string]string{"name": "user_name"}).Take(ctx) if v := mapResult["user_name"]; fmt.Sprint(v) != user.Name { t.Errorf("failed to find map results, got %v, err %v", mapResult, err) } } func TestGenericsCreateInBatches(t *testing.T) { batch := []User{
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Sep 04 13:13:16 UTC 2025 - 28K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpFilter.java
if (!tf.hasDefaultCredentials()) { trans.ensureConnected(); log.warn(""" Default credentials (jcifs.smb.client.username/password)\ not specified. SMB signing may not work propertly.\ Skipping DC interrogation."""); } else {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.3K 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) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java
*/ @Test @DisplayName("Test all char array constructor variations") public void testCharArrayConstructorVariations() { // Test with domain, username, password, and type char[] password1 = "TypedPass123!".toCharArray(); NtlmPasswordAuthenticator auth1 =
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.3K bytes - Viewed (0) -
src/main/resources/fess_message.properties
# e.g. # errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = Invalid username or password. errors.sso_login_error=SSO login process failed. errors.could_not_find_log_file = Could not find {0}. errors.failed_to_start_crawl_process = Failed to start a crawl process.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
# e.g. # errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = Invalid username or password. errors.sso_login_error=SSO login process failed. errors.could_not_find_log_file = Could not find {0}. errors.failed_to_start_crawl_process = Failed to start a crawl process.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
cmd/utils.go
// It performs the user's browser interaction to login and retrieves the auth // code from dex and exchanges it for a JWT. func MockOpenIDTestUserInteraction(ctx context.Context, pro OpenIDClientAppParams, username, password string) (string, error) { ctx, cancel := context.WithTimeout(ctx, 10*time.Second) defer cancel() provider, err := oidc.NewProvider(ctx, pro.ProviderURL) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 33K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** AWS-based search engine type. */ public static final String FESEN_TYPE_AWS = "aws"; /** Search engine username configuration key. */ public static final String FESEN_USERNAME = "fesen.username"; /** Search engine password configuration key. */ public static final String FESEN_PASSWORD = "fesen.password";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0)