Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _html_template_commentescaper (0.19 sec)

  1. src/html/template/escape.go

    	}
    	return fmt.Sprint(args...)
    }
    
    // funcMap maps command names to functions that render their inputs safe.
    var funcMap = template.FuncMap{
    	"_html_template_attrescaper":      attrEscaper,
    	"_html_template_commentescaper":   commentEscaper,
    	"_html_template_cssescaper":       cssEscaper,
    	"_html_template_cssvaluefilter":   cssValueFilter,
    	"_html_template_htmlnamefilter":   htmlNameFilter,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
Back to top