go/src/html/template
Russ Cox 2cd2ff6f56 all: avoid awkward wording from CL 236857
CL 236857 removed all uses of whitelist/blacklist, which is great.
But it substituted awkward phrasing using allowlist/blocklist,
especially as verbs or participles. This CL uses more standard English,
like "allow the function" or "blocked functions" instead of
"allowlist the function" or "blocklisted functions".

Change-Id: I9106a2fdbd62751c4cbda3a77181358a8a6d0f13
Reviewed-on: https://go-review.googlesource.com/c/go/+/236917
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-06-08 21:36:04 +00:00
..
attr.go
attr_string.go
clone_test.go
content.go html/template: ignore untyped nil arguments to default escapers 2018-07-09 21:54:35 +00:00
content_test.go html/template,text/template: switch to Unicode escapes for JSON compatibility 2020-04-16 17:13:33 +00:00
context.go html/template: handle nil Error values in context.String 2019-06-17 19:12:05 +00:00
css.go html/template: use strings.Builder 2019-02-26 20:12:09 +00:00
css_test.go
delim_string.go
doc.go html/template: document handling of namespaced and data- attributes 2019-09-27 17:59:33 +00:00
element_string.go
error.go
escape.go text/template/parse: undo breaking API changes 2018-06-22 08:05:11 +00:00
escape_test.go html/template,text/template: switch to Unicode escapes for JSON compatibility 2020-04-16 17:13:33 +00:00
example_test.go html/template,text/template: switch to Unicode escapes for JSON compatibility 2020-04-16 17:13:33 +00:00
examplefiles_test.go
html.go all: avoid awkward wording from CL 236857 2020-06-08 21:36:04 +00:00
html_test.go
js.go html/template,text/template: switch to Unicode escapes for JSON compatibility 2020-04-16 17:13:33 +00:00
js_test.go html/template,text/template: switch to Unicode escapes for JSON compatibility 2020-04-16 17:13:33 +00:00
jsctx_string.go
state_string.go
template.go html/template, text/template: document glob semantics 2019-06-17 21:53:49 +00:00
template_test.go html/template,text/template: switch to Unicode escapes for JSON compatibility 2020-04-16 17:13:33 +00:00
transition.go
transition_test.go
url.go all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
url_test.go
urlpart_string.go