Lines Matching refs:Property
50 Properties []Property
53 type Property struct { struct
60 Properties []Property argument
260 var removeAnonymousProps func(props []Property) []Property
261 removeAnonymousProps = func(props []Property) []Property {
262 newProps := make([]Property, 0, len(props))
296 func CollapseDuplicateProperties(to, from *[]Property) { argument
318 func collapseNestedProperties(p *[]Property) { argument
319 var n []Property
350 func combineDuplicateSubProperties(p *[]Property) { argument
351 var n []Property