Lines Matching refs:name

24   let name = ''
29 // 1. The name-value-pair string consists of the characters up to,
40 // 1. The name-value-pair string consists of all the characters
46 // 3. If the name-value-pair string lacks a %x3D ("=") character, then
47 // the name string is empty, and the value string is the value of
48 // name-value-pair.
52 // Otherwise, the name string consists of the characters up to, but
57 name = collectASequenceOfCodePointsFast(
65 // 4. Remove any leading or trailing WSP characters from the name
67 name = name.trim()
70 // 5. If the sum of the lengths of the name string and the value string
73 if (name.length + value.length > maxNameValuePairSize) {
77 // 6. The cookie-name is the name string, and the cookie-value is the
80 name, value, ...parseUnparsedAttributes(unparsedAttributes)
130 // 1. The (possibly empty) attribute-name string consists of the
146 // 1. The attribute-name string consists of the entire cookie-av
152 // name string and the attribute-value string.
162 // 7. Process the attribute-name and attribute-value according to the
168 // If the attribute-name case-insensitively matches the string
181 // If the attribute-name case-insensitively matches the string "Max-
215 // attribute-name of Max-Age and an attribute-value of expiry-time.
219 // If the attribute-name case-insensitively matches the string "Domain",
235 // attribute-name of Domain and an attribute-value of cookie-domain.
239 // If the attribute-name case-insensitively matches the string "Path",
256 // attribute-name of Path and an attribute-value of cookie-path.
260 // If the attribute-name case-insensitively matches the string "Secure",
262 // with an attribute-name of Secure and an empty attribute-value.
267 // If the attribute-name case-insensitively matches the string
269 // attribute-list with an attribute-name of HttpOnly and an empty
275 // If the attribute-name case-insensitively matches the string
301 // attribute-name of "SameSite" and an attribute-value of