- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 61 for city (0.02 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/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
this.carLicense = value; } public String getCity() { checkSpecifiedProperty("city"); return convertEmptyToNull(city); } public void setCity(String value) { registerModifiedProperty("city"); this.city = value; } public String getDepartmentNumber() { checkSpecifiedProperty("departmentNumber");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/bs/BsUserCQ.java
} public void setCity_Equal(String city) { setCity_Term(city, null); } public void setCity_Equal(String city, ConditionOptionCall<TermQueryBuilder> opLambda) { setCity_Term(city, opLambda); } public void setCity_Term(String city) { setCity_Term(city, null); } public void setCity_Term(String city, ConditionOptionCall<TermQueryBuilder> opLambda) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 326.2K bytes - Viewed (0) -
okhttp/src/commonTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabaseTest.kt
checkPublicSuffix("c.kobe.jp", null) checkPublicSuffix("b.c.kobe.jp", "b.c.kobe.jp") checkPublicSuffix("a.b.c.kobe.jp", "b.c.kobe.jp") checkPublicSuffix("city.kobe.jp", "city.kobe.jp") checkPublicSuffix("www.city.kobe.jp", "city.kobe.jp") // TLD with a wildcard rule and exceptions. checkPublicSuffix("ck", null) checkPublicSuffix("test.ck", null) checkPublicSuffix("b.test.ck", "b.test.ck")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 22:00:49 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_user.user/user.json
}, "carLicense" : { "type" : "keyword" }, "mobile" : { "type" : "keyword" }, "postalAddress" : { "type" : "keyword" }, "city" : { "type" : "keyword" }, "teletexTerminalIdentifier" : { "type" : "keyword" }, "x121Address" : { "type" : "keyword" }, "businessCategory" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 2.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 17.8K bytes - Viewed (0) -
src/main/config/es/fess_user_user.json
"user" : { "properties" : { "businessCategory" : { "type" : "keyword" }, "carLicense" : { "type" : "keyword" }, "city" : { "type" : "keyword" }, "departmentNumber" : { "type" : "keyword" }, "description" : { "type" : "keyword" },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/UserDbm.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 27K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp
key="labels.user_city"/></label> <div class="col-sm-9"> <la:errors property="attributes.city"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Feb 14 12:15:45 UTC 2020 - 31.4K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
* factory method to construct instances can have their instance methods checked. For example: * * <pre> * public class Address { * private final String city; * private final String state; * private final String zipcode; * * public Address(String city, String state, String zipcode) {...} * * {@literal @Override} public boolean equals(Object obj) {...} * {@literal @Override} public int hashCode() {...} * ...
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 17.8K bytes - Viewed (0)