Home
last modified time | relevance | path

Searched refs:escape_string (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/clap/clap_complete_fig/src/
Dfig.rs24 escape_string(command) in generate()
31 escape_string(&cmd.get_about().unwrap_or_default().to_string()) in generate()
45 fn escape_string(string: &str) -> String { in escape_string() function
75 .map(|name| format!("\"{}\"", escape_string(name))) in gen_fig_inner()
87 escape_string(subcommand.get_name()), in gen_fig_inner()
98 escape_string(&data.to_string()), in gen_fig_inner()
156 .map(|short| format!("-{}", escape_string(&short.to_string()))), in gen_options()
164 .map(|long| format!("--{}", escape_string(long))), in gen_options()
174 .map(|name| format!("\"{}\"", escape_string(name))) in gen_options()
185 escape_string(&names[0]), in gen_options()
[all …]
/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs30 fn escape_string(string: &str, escape_comma: bool) -> String { in escape_string() function
96 template.push_str(format!(" -l {}", escape_string(long, false)).as_str());
102 .push_str(format!(" -d '{}'", escape_string(&data.to_string(), false)).as_str());
122 template.push_str(format!(" -l {}", escape_string(long, false)).as_str());
128 .push_str(format!(" -d '{}'", escape_string(&data.to_string(), false)).as_str());
142 template.push_str(format!(" -d '{}'", escape_string(&data.to_string(), false)).as_str())
173 escape_string(value.get_name(), true).as_str(), in value_completion()
174 escape_string(&value.get_help().unwrap_or_default().to_string(), true) in value_completion()
Dpowershell.rs63 fn escape_string(string: &str) -> String { in escape_string() function
69 Some(help) => escape_string(&help.to_string()), in get_tooltip()
Delvish.rs58 fn escape_string(string: &str) -> String { in escape_string() function
64 Some(help) => escape_string(&help.to_string()), in get_tooltip()
/third_party/curl/lib/
Dmime.c285 static char *escape_string(struct Curl_easy *data, in escape_string() function
1831 name = escape_string(data, part->name, strategy); in Curl_mime_prepare_headers()
1836 filename = escape_string(data, part->filename, strategy); in Curl_mime_prepare_headers()
/third_party/python/Lib/test/
Dtest_urllib.py1101 escape_string = ''.join(escape_list)
1103 result = urllib.parse.unquote(escape_string)
/third_party/gstreamer/gstreamer/
DChangeLog16700 changes the escape_string function mode to handle the path correctly.
16701 I have deleted the escape_string function since it is no longer being