Home
last modified time | relevance | path

Searched refs:IntoApp (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/clap-3.0.0-beta.2/src/
H A Dderive.rs73 pub trait Clap: FromArgMatches + IntoApp + Sized {
76 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
82 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
93 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
104 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
112 pub trait IntoApp: Sized { interface
204 impl<T: IntoApp> IntoApp for Box<T> {
206 <T as IntoApp>::into_app() in into_app()
209 <T as IntoApp>::augment_clap(app) in augment_clap()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/clap-3.0.0-beta.2/src/
H A Dderive.rs73 pub trait Clap: FromArgMatches + IntoApp + Sized {
76 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
82 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
93 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
104 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
112 pub trait IntoApp: Sized { interface
204 impl<T: IntoApp> IntoApp for Box<T> {
206 <T as IntoApp>::into_app() in into_app()
209 <T as IntoApp>::augment_clap(app) in augment_clap()
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/clap-3.0.0-beta.5/src/
H A Dderive.rs73 pub trait Parser: FromArgMatches + IntoApp + Sized {
76 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
82 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
94 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
105 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
118 let matches = <Self as IntoApp>::into_app_for_update().get_matches_from(itr); in update_from()
129 let matches = <Self as IntoApp>::into_app_for_update().try_get_matches_from(itr)?; in try_update_from()
136 pub trait IntoApp: Sized { interface
340 impl<T: IntoApp> IntoApp for Box<T> {
342 <T as IntoApp>::into_app() in into_app()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/clap-3.0.0-beta.5/src/
H A Dderive.rs73 pub trait Parser: FromArgMatches + IntoApp + Sized {
76 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
82 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
94 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
105 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
118 let matches = <Self as IntoApp>::into_app_for_update().get_matches_from(itr); in update_from()
129 let matches = <Self as IntoApp>::into_app_for_update().try_get_matches_from(itr)?; in try_update_from()
136 pub trait IntoApp: Sized { interface
340 impl<T: IntoApp> IntoApp for Box<T> {
342 <T as IntoApp>::into_app() in into_app()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/clap-3.0.0-beta.5/src/
H A Dderive.rs73 pub trait Parser: FromArgMatches + IntoApp + Sized {
76 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
82 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
94 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
105 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
118 let matches = <Self as IntoApp>::into_app_for_update().get_matches_from(itr); in update_from()
129 let matches = <Self as IntoApp>::into_app_for_update().try_get_matches_from(itr)?; in try_update_from()
136 pub trait IntoApp: Sized { interface
340 impl<T: IntoApp> IntoApp for Box<T> {
342 <T as IntoApp>::into_app() in into_app()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/clap-3.0.0-beta.5/src/
H A Dderive.rs73 pub trait Parser: FromArgMatches + IntoApp + Sized {
76 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
82 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
94 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
105 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
118 let matches = <Self as IntoApp>::into_app_for_update().get_matches_from(itr); in update_from()
129 let matches = <Self as IntoApp>::into_app_for_update().try_get_matches_from(itr)?; in try_update_from()
136 pub trait IntoApp: Sized { trait
340 impl<T: IntoApp> IntoApp for Box<T> {
342 <T as IntoApp>::into_app() in into_app()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/
H A Dderive.rs79 pub trait Parser: FromArgMatches + IntoApp + Sized {
82 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
97 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
107 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
126 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
164 <Self as IntoApp>::into_app() in clap()
226 pub trait IntoApp: Sized { trait
448 impl<T: IntoApp> IntoApp for Box<T> {
450 <T as IntoApp>::into_app() in into_app()
453 <T as IntoApp>::into_app_for_update() in into_app_for_update()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/clap/src/
H A Dderive.rs79 pub trait Parser: FromArgMatches + IntoApp + Sized {
82 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
97 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
107 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
126 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
164 <Self as IntoApp>::into_app() in clap()
226 pub trait IntoApp: Sized { trait
448 impl<T: IntoApp> IntoApp for Box<T> {
450 <T as IntoApp>::into_app() in into_app()
453 <T as IntoApp>::into_app_for_update() in into_app_for_update()
[all …]
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/clap-3.0.0-rc.5/src/
H A Dderive.rs73 pub trait Parser: FromArgMatches + IntoApp + Sized {
76 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
91 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
102 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
122 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
163 <Self as IntoApp>::into_app() in clap()
225 pub trait IntoApp: Sized { trait
429 impl<T: IntoApp> IntoApp for Box<T> {
431 <T as IntoApp>::into_app() in into_app()
434 <T as IntoApp>::into_app_for_update() in into_app_for_update()
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/clap-3.0.0-rc.7/src/
H A Dderive.rs75 pub trait Parser: FromArgMatches + IntoApp + Sized {
78 let matches = <Self as IntoApp>::into_app().get_matches(); in parse()
93 let matches = <Self as IntoApp>::into_app().try_get_matches()?; in try_parse()
104 let matches = <Self as IntoApp>::into_app().get_matches_from(itr); in parse_from()
124 let matches = <Self as IntoApp>::into_app().try_get_matches_from(itr)?; in try_parse_from()
165 <Self as IntoApp>::into_app() in clap()
229 pub trait IntoApp: Sized { interface
441 impl<T: IntoApp> IntoApp for Box<T> {
443 <T as IntoApp>::into_app() in into_app()
446 <T as IntoApp>::into_app_for_update() in into_app_for_update()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { trait
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { trait
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/clap/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/deskutils/just/just-0.10.5/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/lang/gleam/gleam-0.18.2/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { trait
/dports/misc/xplr/xplr-0.17.0/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/textproc/jql/jql-3.0.6/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { trait
/dports/www/zola/zola-0.15.2/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/clap-2.34.0/src/
H A Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { trait
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/clap-2.33.3/src/
H A Dlib.rs587 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
592 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
623 pub trait IntoApp { trait
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/clap-2.32.0/src/
H A Dlib.rs574 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
579 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
609 pub trait IntoApp { interface

1234567