Lines Matching refs:trailing
43 // 6. Strip leading and trailing ASCII whitespace
86 // 5. Remove trailing U+0020 SPACE code points from mimeType,
233 // 1. Remove any leading and trailing HTTP whitespace
275 // 8. Remove any trailing HTTP whitespace from subtype.
374 // 2. Remove any trailing HTTP whitespace from parameterValue.
577 function removeHTTPWhitespace (str, leading = true, trailing = true) {
585 if (trailing) {
601 * @see https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace
603 function removeASCIIWhitespace (str, leading = true, trailing = true) {
611 if (trailing) {