Home | History | Annotate | Download | only in template

Lines Matching refs:funcs

649 	funcs := FuncMap{
669 tmpl, err = New(test.name).Funcs(funcs).Parse(test.input)
671 tmpl, err = template.New(test.name).Funcs(funcs).Parse(test.input)
1221 tmpl := New("X").Funcs(
1247 New("X").Funcs(
1252 // If we get here, the name did not cause a panic, which is how Funcs