Lines Matching defs:append
1592 * Parse the path from the provided input and append to the existing
1692 buffer.append(t);
1700 buffer.append(t);
4608 * the percent-encoded content in 'out'. If the boolean 'append' is set to
4613 template <bool append>
5573 // append U+002F (/) followed by U+002E (.) to output.
5688 // append U+002F (/) followed by U+002E (.) to output.
5851 buffer.append(input);
5945 buffer.append(input);
5983 buffer.append(input);
6032 // size is greater than 1, then append U+002F (/) followed by U+002E (.) to
6060 path_expected.append(input);
6130 username_expected.append(input);
6249 password_expected.append(input);
6569 // is greater than 1, and url's path[0] is the empty string, then append
6648 buffer.append("file:");
6733 * @see https://url.spec.whatwg.org/#dom-urlsearchparams-append
6735 inline void append(std::string_view key, std::string_view value);
6920 inline void url_search_params::append(const std::string_view key,
6981 out.append(key);
6983 out.append(value);