Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for hasType (0.12 seconds)

  1. schema/relationship.go

    func hasPolymorphicRelation(tagSettings map[string]string) bool {
    	if _, ok := tagSettings["POLYMORPHIC"]; ok {
    		return true
    	}
    
    	_, hasType := tagSettings["POLYMORPHICTYPE"]
    	_, hasId := tagSettings["POLYMORPHICID"]
    
    	return hasType && hasId
    }
    
    func (schema *Schema) setRelation(relation *Relationship) {
    	schema.Relationships.Mux.Lock()
    	defer schema.Relationships.Mux.Unlock()
    
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sun Nov 16 04:11:05 GMT 2025
    - 23.1K bytes
    - Click Count (1)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BuildPlugin.java

                    throw new GradleException("Must specify license and notice file for project " + p.getPath());
                }
                final File licenseFile = DefaultGroovyMethods.asType(ext.get("licenseFile"), File.class);
                final File noticeFile = DefaultGroovyMethods.asType(ext.get("noticeFile"), File.class);
                jar.metaInf(spec -> {
                    spec.from(licenseFile.getParent(), from -> {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 14:34:07 GMT 2021
    - 3.4K bytes
    - Click Count (0)
  3. api/go1.26.txt

    pkg debug/elf, const R_LARCH_TLS_LE_HI20_R R_LARCH #75562
    pkg debug/elf, const R_LARCH_TLS_LE_LO12_R = 123 #75562
    pkg debug/elf, const R_LARCH_TLS_LE_LO12_R R_LARCH #75562
    pkg errors, func AsType[$0 error](error) ($0, bool) #51945
    pkg go/ast, func ParseDirective(token.Pos, string) (Directive, bool) #68021
    pkg go/ast, method (*Directive) End() token.Pos #68021
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Dec 11 19:57:52 GMT 2025
    - 11.5K bytes
    - Click Count (0)
  4. api/go1.txt

    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Family uint16
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Halen uint8
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Hatype uint16
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Ifindex int32
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Pkttype uint8
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Halen uint8
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Hatype uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Ifindex int32
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Pkttype uint8
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
Back to Top