Home
last modified time | relevance | path

Searched refs:possible_subcommand (Results 1 – 25 of 130) sorted by relevance

123456

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/parse/
H A Dparser.rs176 || self.possible_subcommand(&n, valid_arg_found).is_some() in get_matches_with()
208 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found); in get_matches_with()
526 if self.possible_subcommand(arg_os, valid_arg_found).is_some() { in match_arg_error()
575 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> { in possible_subcommand() method
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/parse/
H A Dparser.rs182 || self.possible_subcommand(&n, valid_arg_found).is_some() in get_matches_with()
214 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found); in get_matches_with()
532 if self.possible_subcommand(arg_os, valid_arg_found).is_some() { in match_arg_error()
581 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> { in possible_subcommand() method
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs431 || self.possible_subcommand(&n, valid_arg_found).is_some() in get_matches_with()
463 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found); in get_matches_with()
782 if self.possible_subcommand(arg_os, valid_arg_found).is_some() { in match_arg_error()
831 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> { in possible_subcommand() method
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/clap-3.0.0-rc.5/src/parse/
H A Dparser.rs359 || self.possible_subcommand(&n, valid_arg_found).is_some() in get_matches_with()
391 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found); in get_matches_with()
714 if self.possible_subcommand(arg_os, valid_arg_found).is_some() { in match_arg_error()
763 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> { in possible_subcommand() method
/dports/textproc/jql/jql-3.0.6/cargo-crates/clap-3.0.0-rc.7/src/parse/
H A Dparser.rs359 || self.possible_subcommand(&n, valid_arg_found).is_some() in get_matches_with()
391 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found); in get_matches_with()
714 if self.possible_subcommand(arg_os, valid_arg_found).is_some() { in match_arg_error()
763 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> { in possible_subcommand() method
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs431 || self.possible_subcommand(&n, valid_arg_found).is_some() in get_matches_with()
463 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found); in get_matches_with()
782 if self.possible_subcommand(arg_os, valid_arg_found).is_some() { in match_arg_error()
831 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> { in possible_subcommand() method
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs431 || self.possible_subcommand(&n, valid_arg_found).is_some() in get_matches_with()
463 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found); in get_matches_with()
782 if self.possible_subcommand(arg_os, valid_arg_found).is_some() { in match_arg_error()
831 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> { in possible_subcommand() method
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/clap-3.0.0-beta.5/src/parse/
H A Dparser.rs431 || self.possible_subcommand(&n, valid_arg_found).is_some()
463 let sc_name = self.possible_subcommand(&arg_os, valid_arg_found);
782 if self.possible_subcommand(arg_os, valid_arg_found).is_some() {
831 fn possible_subcommand(&self, arg_os: &RawOsStr, valid_arg_found: bool) -> Option<&str> {
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/parse/
H A Dparser.rs404 let sc_name = self.possible_subcommand(&arg_os); in get_matches_with()
571 let sc_match = { self.possible_subcommand(&n).is_some() }; in get_matches_with()
829 fn possible_subcommand(&self, arg_os: &ArgStr) -> Option<&str> { in possible_subcommand() method
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/parse/
H A Dparser.rs404 let sc_name = self.possible_subcommand(&arg_os); in get_matches_with()
571 let sc_match = { self.possible_subcommand(&n).is_some() }; in get_matches_with()
829 fn possible_subcommand(&self, arg_os: &ArgStr) -> Option<&str> { in possible_subcommand() method
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/clap/src/app/
H A Dparser.rs658 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
898 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1011 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/app/
H A Dparser.rs685 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
935 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1062 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/clap-2.32.0/src/app/
H A Dparser.rs659 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
900 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1027 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/clap-2.33.0/src/app/
H A Dparser.rs659 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
901 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1028 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/app/
H A Dparser.rs685 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
935 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1062 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/clap-2.34.0/src/app/
H A Dparser.rs685 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
935 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1062 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/misc/broot/broot-1.7.0/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/clap-2.33.3/src/app/
H A Dparser.rs692 fn possible_subcommand(&self, arg_os: &OsStr) -> (bool, Option<&str>) { in possible_subcommand() function
943 let (is_match, sc_name) = self.possible_subcommand(&arg_os); in get_matches_with()
1072 let sc_match = { self.possible_subcommand(&n).0 }; in get_matches_with()

123456