Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for City (0.19 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.user_carLicense=carLicense
    labels.carLicense=carLicense
    labels.user_mobile=mobile
    labels.mobile=mobile
    labels.user_postalAddress=postalAddress
    labels.postalAddress=postalAddress
    labels.user_city=city
    labels.city=city
    labels.user_teletexTerminalIdentifier=teletexTerminalIdentifier
    labels.teletexTerminalIdentifier=teletexTerminalIdentifier
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. 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)
    	}
    
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Mar 18 11:24:16 GMT 2024
    - 56.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ko.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 = 업종
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.user_carLicense=Autokennzeichen
    labels.carLicense=Autokennzeichen
    labels.user_mobile=Handy
    labels.mobile=Handy
    labels.user_postalAddress=Postanschrift
    labels.postalAddress=Postanschrift
    labels.user_city=Stadt
    labels.city=Stadt
    labels.user_teletexTerminalIdentifier=Teletex-Endgerätkennung
    labels.teletexTerminalIdentifier=Teletex-Endgerätkennung
    labels.user_x121Address=X.121-Adresse
    labels.x121Address=X.121-Adresse
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.carLicense	=	Immatriculation de la voiture
    labels.user_mobile	=	Mobile
    labels.mobile	=	Mobile
    labels.user_postalAddress	=	Adresse postale
    labels.postalAddress	=	Adresse postale
    labels.user_city	=	Ville
    labels.city	=	Ville
    labels.user_teletexTerminalIdentifier	=	Identificateur de terminal télétex
    labels.teletexTerminalIdentifier	=	Identificateur de terminal télétex
    labels.user_x121Address	=	Adresse X121
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  6. 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 */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.user_initials=インシャル
    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=業種
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. src/main/resources/fess_config.properties

    ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber
    ldap.attr.postOfficeBox=postOfficeBox
    ldap.attr.initials=initials
    ldap.attr.carLicense=carLicense
    ldap.attr.mobile=mobile
    ldap.attr.postalAddress=postalAddress
    ldap.attr.city=l
    ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier
    ldap.attr.x121Address=x121Address
    ldap.attr.businessCategory=businessCategory
    ldap.attr.registeredAddress=registeredAddress
    ldap.attr.displayName=displayName
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. postalAddress */
        String LDAP_ATTR_POSTAL_ADDRESS = "ldap.attr.postalAddress";
    
        /** The key of the configuration. e.g. l */
        String LDAP_ATTR_CITY = "ldap.attr.city";
    
        /** The key of the configuration. e.g. teletexTerminalIdentifier */
        String LDAP_ATTR_TELETEX_TERMINAL_IDENTIFIER = "ldap.attr.teletexTerminalIdentifier";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  10. doc/go1.17_spec.html

    </p>
    
    <pre>
    type Person struct {
    	Name    string
    	Address *struct {
    		Street string
    		City   string
    	}
    }
    
    var data *struct {
    	Name    string `json:"name"`
    	Address *struct {
    		Street string `json:"street"`
    		City   string `json:"city"`
    	} `json:"address"`
    }
    
    var person = (*Person)(data)  // ignoring tags, the underlying types are identical
    </pre>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top