Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for initTabs (0.26 sec)

  1. src/main/resources/fess_config.properties

    ldap.attr.internationaliSDNNumber=internationaliSDNNumber
    ldap.attr.state=st
    ldap.attr.employeeType=employeeType
    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
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_de.properties

    labels.employeeType=Mitarbeitertyp
    labels.user_facsimileTelephoneNumber=Faxnummer
    labels.facsimileTelephoneNumber=Faxnummer
    labels.user_postOfficeBox=Postfach
    labels.postOfficeBox=Postfach
    labels.user_initials=Initialien
    labels.initials=Initialien
    labels.user_carLicense=Autokennzeichen
    labels.carLicense=Autokennzeichen
    labels.user_mobile=Handy
    labels.mobile=Handy
    labels.user_postalAddress=Postanschrift
    labels.postalAddress=Postanschrift
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  3. src/go/types/stmt.go

    					err.addf(alt, "inner declaration of %s", obj)
    					err.report()
    					// ok to continue
    				}
    			}
    		} else {
    			var lhs []*Var
    			if res.Len() > 0 {
    				lhs = res.vars
    			}
    			check.initVars(lhs, s.Results, s)
    		}
    
    	case *ast.BranchStmt:
    		if s.Label != nil {
    			check.hasLabel = true
    			return // checked in 2nd pass (check.labels)
    		}
    		switch s.Tok {
    		case token.BREAK:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/decl.go

    	// one was specified, otherwise they assume the type of the
    	// init expression values (was go.dev/issue/15755).
    	if typ != nil {
    		for _, lhs := range lhs {
    			lhs.typ = obj.typ
    		}
    	}
    
    	check.initVars(lhs, []syntax.Expr{init}, nil)
    }
    
    // isImportedConstraint reports whether typ is an imported type constraint.
    func (check *Checker) isImportedConstraint(typ Type) bool {
    	named := asNamed(typ)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/stmt.go

    					err.addf(alt, "inner declaration of %s", obj)
    					err.report()
    					// ok to continue
    				}
    			}
    		} else {
    			var lhs []*Var
    			if res.Len() > 0 {
    				lhs = res.vars
    			}
    			check.initVars(lhs, results, s)
    		}
    
    	case *syntax.BranchStmt:
    		if s.Label != nil {
    			check.hasLabel = true
    			break // checked in 2nd pass (check.labels)
    		}
    		if check.conf.IgnoreBranchErrors {
    			break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  6. src/go/types/decl.go

    	// one was specified, otherwise they assume the type of the
    	// init expression values (was go.dev/issue/15755).
    	if typ != nil {
    		for _, lhs := range lhs {
    			lhs.typ = obj.typ
    		}
    	}
    
    	check.initVars(lhs, []ast.Expr{init}, nil)
    }
    
    // isImportedConstraint reports whether typ is an imported type constraint.
    func (check *Checker) isImportedConstraint(typ Type) bool {
    	named := asNamed(typ)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.employeeType = 고용 형태
    labels.user_facsimileTelephoneNumber = FAX 번호
    labels.facsimileTelephoneNumber = FAX 번호
    labels.user_postOfficeBox = 사서함
    labels.postOfficeBox = 사서함
    labels.user_initials = 이니셜
    labels.initials = 이니셜
    labels.user_carLicense = 운전 면허증
    labels.carLicense = 운전 면허증
    labels.user_mobile = 휴대 전화
    labels.mobile = 휴대 전화
    labels.user_postalAddress = 주소
    labels.postalAddress = 주소
    labels.user_city = 도시
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_POST_OFFICE_BOX = "{labels.postOfficeBox}";
    
        /** The key of the message: Initials */
        public static final String LABELS_user_initials = "{labels.user_initials}";
    
        /** The key of the message: Initials */
        public static final String LABELS_INITIALS = "{labels.initials}";
    
        /** The key of the message: Car License */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.facsimileTelephoneNumber	=	Numéro de téléphone du télécopieur
    labels.user_postOfficeBox	=	Boîte postale
    labels.postOfficeBox	=	Boîte postale
    labels.user_initials	=	Initiales
    labels.initials	=	Initiales
    labels.user_carLicense	=	Immatriculation de la voiture
    labels.carLicense	=	Immatriculation de la voiture
    labels.user_mobile	=	Mobile
    labels.mobile	=	Mobile
    labels.user_postalAddress	=	Adresse postale
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ja.properties

    labels.user_employeeType=雇用形態
    labels.employeeType=雇用形態
    labels.user_facsimileTelephoneNumber=FAX番号
    labels.facsimileTelephoneNumber=FAX番号
    labels.user_postOfficeBox=私書箱
    labels.postOfficeBox=私書箱
    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=市区町村
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
Back to top