Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for upsert_name (0.05 sec)

  1. tests/upsert_test.go

    			Name string
    			Lang string `gorm:"<-:create"`
    		}
    
    		r := DB.Session(&gorm.Session{DryRun: true}).Clauses(clause.OnConflict{UpdateAll: true}).Create(&RestrictedLanguage{Code: "upsert_code", Name: "upsert_name", Lang: "upsert_lang"})
    		if !regexp.MustCompile(`INTO .restricted_languages. .*\(.code.,.name.,.lang.\) .* (SET|UPDATE) .name.=.*.name.\W*$`).MatchString(r.Statement.SQL.String()) {
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Tue Jul 29 11:06:13 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java

            assertEquals("{labels.check_url}", FessLabels.LABELS_check_url);
    
            // Test administration labels
            assertEquals("{labels.administration}", FessLabels.LABELS_ADMINISTRATION);
            assertEquals("{labels.user_name}", FessLabels.LABELS_user_name);
            assertEquals("{labels.profile_button}", FessLabels.LABELS_profile_button);
    
            // Test new password related labels
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  3. src/test/java/jcifs/util/InputValidatorTest.java

            assertEquals("\\", InputValidator.normalizeSmbPath("\\"));
        }
    
        @ParameterizedTest
        @DisplayName("Test valid usernames")
        @ValueSource(strings = { "user", "user123", "user.name", "user-name", "user_name", "******@****.***" })
        void testValidUsernames(String username) {
            assertDoesNotThrow(() -> InputValidator.validateUsername(username));
        }
    
        @ParameterizedTest
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  4. tests/update_test.go

    		Token: Token{Content: "token"},
    	}
    	o1, err := saveTokenOwner(&owner)
    	if err != nil {
    		t.Errorf("failed to save token owner, got error: %v", err)
    	}
    	if o1.Name != "user_name" {
    		t.Errorf(`owner name should be "user_name", but got: "%s"`, o1.Name)
    	}
    	if o1.Token.Content != "token_encrypted" {
    		t.Errorf(`token content should be "token_encrypted", but got: "%s"`, o1.Token.Content)
    	}
    
    	owner = TokenOwner{
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Jul 21 02:46:58 UTC 2025
    - 30.4K bytes
    - Viewed (0)
  5. 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)
  6. docs/en/docs/features.md

    No more typing the wrong key names, coming back and forth between docs, or scrolling up and down to find if you finally used `username` or `user_name`.
    
    ### Short { #short }
    
    It has sensible **defaults** for everything, with optional configurations everywhere. All the parameters can be fine-tuned to do what you need and to define the API you need.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_en.properties

    labels.request_error_title=Invalid Request Format.
    labels.bad_request=Your request to the URL is invalid.
    labels.page_not_found_title=Page Not Found.
    labels.check_url=Please check the URL.
    labels.user_name=Username
    labels.login=Login
    labels.login.placeholder_username=Username
    labels.login.placeholder_password=Password
    labels.login.title=Login
    labels.index_label=Label
    labels.index_lang=Preferred Language
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_zh_TW.properties

    labels.error_title=錯誤
    labels.system_error_title=系統錯誤
    labels.contact_site_admin=請聯繫網站管理員。
    labels.request_error_title=請求格式不正確。
    labels.bad_request=對URL的請求不正確。
    labels.page_not_found_title=頁面未找到。
    labels.check_url=請檢查URL。
    labels.user_name=使用者名稱
    labels.login=登入
    labels.login.placeholder_username=使用者名稱
    labels.login.placeholder_password=密碼
    labels.login.title=登入
    labels.index_label=標籤
    labels.index_lang=首選語言
    labels.index_sort=排序
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.request_error_title=Ungültiges Anforderungsformat.
    labels.bad_request=Ihre Anfrage an die URL ist ungültig.
    labels.page_not_found_title=Seite nicht gefunden.
    labels.check_url=Bitte überprüfen Sie die URL.
    labels.user_name=Benutzername
    labels.login=Anmelden
    labels.login.placeholder_username=Benutzername
    labels.login.placeholder_password=Passwort
    labels.login.title=Anmelden
    labels.index_label=Label
    labels.index_lang=Bevorzugte Sprache
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_pl.properties

    labels.request_error_title=Nieprawidłowy format żądania.
    labels.bad_request=Żądanie do adresu URL jest nieprawidłowe.
    labels.page_not_found_title=Strona nie znaleziona.
    labels.check_url=Sprawdź adres URL.
    labels.user_name=Nazwa użytkownika
    labels.login=Zaloguj się
    labels.login.placeholder_username=Nazwa użytkownika
    labels.login.placeholder_password=Hasło
    labels.login.title=Zaloguj się
    labels.index_label=Etykieta
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top