text/template.common.parseFuncs (field)

6 uses

	text/template (current package)
		template.go#L21: 	parseFuncs FuncMap
		template.go#L73: 		c.parseFuncs = make(FuncMap)
		template.go#L102: 	for k, v := range t.parseFuncs {
		template.go#L103: 		nt.parseFuncs[k] = v
		template.go#L175: 	addFuncs(t.parseFuncs, funcMap)
		template.go#L201: 	trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())