- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 19 for city (0.51 sec)
-
tests/error_translator_test.go
return } DB.Migrator().DropTable(&City{}, &Museum{}) if err = db.AutoMigrate(&City{}, &Museum{}); err != nil { t.Fatalf("failed to migrate countries & cities tables, got error: %v", err) } city := City{Name: "Amsterdam"} err = db.Create(&city).Error if err != nil { t.Fatalf("failed to create city: %v", err) }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Jul 21 02:46:58 UTC 2025 - 3.1K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.user_carLicense=Car License labels.carLicense=Car License labels.user_mobile=Mobile labels.mobile=Mobile labels.user_postalAddress=Postal Address labels.postalAddress=Postal Address labels.user_city=City labels.city=City labels.user_teletexTerminalIdentifier=Teletex Terminal Identifier labels.teletexTerminalIdentifier=Teletex Terminal Identifier labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java
} assertEquals(expectedName, domain.toString()); } } public void testPublicSuffixExclusion() { InternetDomainName domain = InternetDomainName.from("foo.city.yokohama.jp"); assertTrue(domain.hasPublicSuffix()); assertEquals("yokohama.jp", domain.publicSuffix().toString()); // Behold the weirdness! assertFalse(domain.publicSuffix().isPublicSuffix()); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 17.5K bytes - Viewed (0) -
tests/migrate_test.go
const tblType = "BASE TABLE" const tblComment = "foobar comment" type City struct { gorm.Model Name string `gorm:"unique"` } DB.Migrator().DropTable(&City{}) if err := DB.Set("gorm:table_options", fmt.Sprintf("ENGINE InnoDB COMMENT '%s'", tblComment)).AutoMigrate(&City{}); err != nil { t.Fatalf("failed to migrate cities tables, got error: %v", err) }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 65.2K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.initials=首字母 labels.user_carLicense=駕駛執照 labels.carLicense=駕駛執照 labels.user_mobile=手機 labels.mobile=手機 labels.user_postalAddress=郵政地址 labels.postalAddress=郵政地址 labels.user_city=城市 labels.city=城市 labels.user_teletexTerminalIdentifier=電傳終端識別符 labels.teletexTerminalIdentifier=電傳終端識別符 labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=業務類別
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.user_carLicense=Rijbewijs labels.carLicense=Rijbewijs labels.user_mobile=Mobiel labels.mobile=Mobiel labels.user_postalAddress=Postadres labels.postalAddress=Postadres labels.user_city=Stad labels.city=Stad labels.user_teletexTerminalIdentifier=Teletex-terminal-ID labels.teletexTerminalIdentifier=Teletex-terminal-ID labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/resources/fess_label_de.properties
labels.carLicense=Führerschein labels.user_mobile=Mobiltelefon labels.mobile=Mobiltelefon labels.user_postalAddress=Postanschrift labels.postalAddress=Postanschrift labels.user_city=Stadt labels.city=Stadt labels.user_teletexTerminalIdentifier=Teletex-Terminal-Kennung labels.teletexTerminalIdentifier=Teletex-Terminal-Kennung labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_POSTAL_ADDRESS = "{labels.postalAddress}"; /** The key of the message: City */ public static final String LABELS_user_city = "{labels.user_city}"; /** The key of the message: City */ public static final String LABELS_CITY = "{labels.city}"; /** The key of the message: Teletex Terminal Identifier */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/resources/fess_config.properties
ldap.attr.carLicense=carLicense # LDAP attribute for mobile. ldap.attr.mobile=mobile # LDAP attribute for postal address. ldap.attr.postalAddress=postalAddress # LDAP attribute for city. ldap.attr.city=l # LDAP attribute for teletex terminal identifier. ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier # LDAP attribute for X.121 address. ldap.attr.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.carLicense=Prawo jazdy labels.user_mobile=Telefon komórkowy labels.mobile=Telefon komórkowy labels.user_postalAddress=Adres pocztowy labels.postalAddress=Adres pocztowy labels.user_city=Miasto labels.city=Miasto labels.user_teletexTerminalIdentifier=Identyfikator terminala teletex labels.teletexTerminalIdentifier=Identyfikator terminala teletex labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0)