Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _html_template_urlnormalizer (0.38 sec)

  1. src/html/template/escape.go

    	"_html_template_urlescaper": "urlquery",
    	// These two functions are not actually equivalent; urlquery is stricter as it
    	// escapes reserved characters (e.g. '#'), while _html_template_urlnormalizer
    	// does not. It is therefore only safe to replace _html_template_urlnormalizer
    	// with urlquery (this happens in ensurePipelineContains), but not the otherI've
    	// way around. We keep this entry around to preserve the behavior of templates
    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