Home
last modified time | relevance | path

Searched refs:from_matches (Results 1 – 15 of 15) sorted by relevance

/dports/net/krill/krill-0.9.4/src/cli/
H A Doptions.rs49 fn from_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_matches() method
1325 let general_args = GeneralArgs::from_matches(matches)?; in parse_matches_simple_config()
1386 let general_args = GeneralArgs::from_matches(matches)?; in parse_matches_cas_list()
1392 let general_args = GeneralArgs::from_matches(matches)?; in parse_matches_cas_add()
1403 let general_args = GeneralArgs::from_matches(matches)?; in parse_matches_cas_delete()
1412 let general_args = GeneralArgs::from_matches(matches)?; in parse_matches_cas_show()
1420 let general_args = GeneralArgs::from_matches(matches)?; in parse_matches_cas_history_details()
1958 let general = GeneralArgs::from_matches(matches)?; in parse_matches_cas_issues()
2106 let general_args = GeneralArgs::from_matches(m)?; in parse_matches_bulk()
2110 let general_args = GeneralArgs::from_matches(m)?; in parse_matches_bulk()
[all …]
/dports/devel/desed/desed-1.2.0/src/
H A Dcli.rs69 Options::from_matches(matches) in parse_arguments()
81 pub fn from_matches(matches: ArgMatches) -> Result<Options> { in from_matches() method
/dports/mail/elm/elm2.5.8/src/
H A Dpattern.c52 static int from_matches();
159 if (!from_matches(i, pat) && !subject_matches(i, pat))
358 if (from_matches(i, sel_pat) || subject_matches(i, sel_pat)) { in pattern_match()
377 from_matches(message_number, pat) in from_matches() function
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/cli/
H A Dhandle.rs71 let flags = Flag::from_matches(matches);
77 let (direction, amount) = JumpDirection::from_matches(matches);
H A Dutil.rs90 pub fn from_matches(m: &ArgMatches<'_>) -> Vec<Self> {
118 pub fn from_matches(m: &ArgMatches<'_>) -> (Self, u64) {
/dports/deskutils/just/just-0.10.5/src/
H A Drun.rs24 Config::from_matches(&matches) in run()
H A Dtesting.rs21 Config::from_matches(&matches).unwrap() in config()
H A Dconfig.rs418 pub(crate) fn from_matches(matches: &ArgMatches) -> ConfigResult<Self> { in from_matches() method
775 let have = Config::from_matches(&matches).expect("config parsing failed"); in test()
813 match Config::from_matches(&matches).expect_err("config parsing succeeded") {
/dports/mail/squirrelmail-sasql-plugin/squirrelmail-sasql-plugin-php74-3.2.0_3/sasql/
H A Dsasql_hooks.php169 $safrom, $from_matches);
170 $chkfrom = $from_matches[1];
/dports/devel/bpython/bpython-0.22.1/bpython/curtsiesfrontend/
H A Dreplpainter.py208 from_matches = (
221 lines = from_argspec + from_matches + from_doc
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/bin/
H A Dmain.rs201 let options = GetOptsOptions::from_matches(&matches)?; in execute()
521 pub fn from_matches(matches: &Matches) -> Result<GetOptsOptions> { in from_matches() method
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcGenGenerics.hs337 $ nlHsPar $ nlHsCase x_Expr from_matches
340 from_matches = [mkHsCaseAlt pat rhs | (pat,rhs) <- from_alts] function
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/
H A Dlib.rs682 let options = match config::Options::from_matches(&matches) { in main_args()
H A Dconfig.rs318 crate fn from_matches(matches: &getopts::Matches) -> Result<Options, i32> { in from_matches() method
/dports/deskutils/just/just-0.10.5/
H A DCHANGELOG.md543 - Move `cd` out of Config::from_matches (#513)