Lines Matching defs:Property
53 type Property struct { struct
54 Name string
55 OtherNames []string
56 Type string
57 Tag reflect.StructTag
58 Text template.HTML
59 OtherTexts []template.HTML
60 Properties []Property
61 Default string
62 Anonymous bool
296 func CollapseDuplicateProperties(to, from *[]Property) {
318 func collapseNestedProperties(p *[]Property) {
350 func combineDuplicateSubProperties(p *[]Property) {