Lines Matching refs:path
161 // Encode context-specific delimiters in path and query, but do not touch
165 // `#`,`?` in path
166 '/path/to/%%23%3F+=&.txt?foo=theA1#bar': {
167 href: '/path/to/%%23%3F+=&.txt?foo=theA1#bar',
168 pathname: '/path/to/%#?+=&.txt',
175 // `#`,`?` in path + `#` in query
176 '/path/to/%%23%3F+=&.txt?foo=the%231#bar': {
177 href: '/path/to/%%23%3F+=&.txt?foo=the%231#bar',
178 pathname: '/path/to/%#?+=&.txt',
185 // `#` in path end + `#` in query
186 '/path/to/%%23?foo=the%231#bar': {
187 href: '/path/to/%%23?foo=the%231#bar',
188 pathname: '/path/to/%#',
195 // `?` and `#` in path and search
236 path: '/node'
247 path: '/node'
255 path: '/home/user'