Lines Matching defs:Property
52 type Property struct { struct
53 Name string
54 OtherNames []string
55 Type string
56 Tag reflect.StructTag
57 Text template.HTML
58 OtherTexts []template.HTML
59 Properties []Property
60 Default string
234 func CollapseDuplicateProperties(to, from *[]Property) {
256 func collapseNestedProperties(p *[]Property) {
288 func combineDuplicateSubProperties(p *[]Property) {