Lines Matching refs:input

61     std::string DecodeSpecialChars(std::string input);

67 bool ISFileNohost(const std::string& input);
68 bool AnalysisScheme(std::string& input, std::string& scheme,
70 void AnalysisUsernameAndPasswd(std::string& input, std::string& username, std::string& password,
72 void AnalysisPath(std::string& input, std::vector<std::string>& path,
74 void AnalysisOpaqueHost(std::string input, std::string& host,
76 void AnalyseIPv4(const std::string& input, std::string& host,
78 void AnalysisHost(std::string& input, std::string& host,
80 void AnalysisFilePath(std::string& input, UrlData& urlinfo,
82 void AnalysisFilescheme(const std::string& input, UrlData& urlinfo,
85 UrlData& urlinfo, const std::string& input);
90 void AnalysisNoDefaultProtocol(std::string& input, UrlData& urlinfo,
92 void AnalysisOnlyHost(const std::string& input, UrlData& urlinfo,
98 void AnalysisFile(std::string& input, UrlData& urlinfo,
100 void ParsingHostAndPath(std::string& input, UrlData& urlinfo, size_t& pos,
104 void IPv6Host(std::string& input, std::string& host,
112 * @param input Constructs a URI by parsing a given string.
114 explicit URL(const std::string& input);
119 * @param input Constructs a URI by parsing a given string.
120 * @param base The input parameter is a character string.
122 URL(const std::string& input, const std::string& base);
127 * @param input Constructs a URI by parsing a given string.
128 * @param base The input parameter is the URL object.
130 URL(const std::string& input, const URL& base);
142 * @param input Constructs a URI by parsing a given string.
144 void SetHostname(const std::string& input);
149 * @param input Constructs a URI by parsing a given string.
151 void SetUsername(const std::string& input);
156 * @param input Constructs a URI by parsing a given string.
158 void SetPassword(const std::string& input);
163 * @param input Constructs a URI by parsing a given string.
165 void SetScheme(const std::string& input);
170 * @param input Constructs a URI by parsing a given string.
172 void SetFragment(const std::string& input);
177 * @param input Constructs a URI by parsing a given string.
179 void SetSearch(const std::string& input);
184 * @param input Constructs a URI by parsing a given string.
186 void SetHost(const std::string& input);
191 * @param input Constructs a URI by parsing a given string.
193 void SetPort(const std::string& input);
198 * @param input Constructs a URI by parsing a given string.
200 void SetHref(const std::string& input);
205 * @param input Constructs a URI by parsing a given string.
207 void SetPath(const std::string& input);
385 * @param input String array.
387 void SetArray(napi_env env, std::vector<std::string> input);
401 * @param Stringpar The input parameter of urlsearchparams is string.