Home
last modified time | relevance | path

Searched defs:I (Results 1 – 25 of 119721) sorted by path

12345678910>>...4789

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/
H A Ddisplay.rs148 pub fn paint<'a, I, S: 'a + ToOwned + ?Sized>(self, input: I) -> ANSIGenericString<'a, S> in paint() argument
169 pub fn paint<'a, I, S: 'a + ToOwned + ?Sized>(self, input: I) -> ANSIGenericString<'a, S> in paint() argument
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/
H A Ddate.rs262 pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I> in format_with_items() argument
H A Ddatetime.rs477 pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I> in format_with_items() argument
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/format/
H A Dmod.rs356 pub fn format<'a, I, B>( in format() argument
361 items: I, in format()
633 pub fn new(date: Option<NaiveDate>, time: Option<NaiveTime>, items: I) -> DelayedFormat<I> { in new()
H A Dparse.rs205 pub fn parse<'a, I, B>(parsed: &mut Parsed, s: &str, items: I) -> ParseResult<()> in parse() argument
210 fn parse_internal<'a, 'b, I, B>( in parse_internal() argument
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/naive/
H A Ddate.rs974 pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I> in format_with_items() argument
H A Ddatetime.rs654 pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I> in format_with_items() argument
H A Dtime.rs732 pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I> in format_with_items() argument
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/clap-2.33.0/src/app/
H A Dmod.rs1504 pub fn get_matches_from<I, T>(mut self, itr: I) -> ArgMatches<'a> in get_matches_from()
1561 pub fn get_matches_from_safe<I, T>(mut self, itr: I) -> ClapResult<ArgMatches<'a>> in get_matches_from_safe()
1590 pub fn get_matches_from_safe_borrow<I, T>(&mut self, itr: I) -> ClapResult<ArgMatches<'a>> in get_matches_from_safe_borrow()
H A Dparser.rs710 fn parse_help_subcommand<I, T>(&self, it: &mut I) -> ClapResult<ParseResult<'a>> in parse_help_subcommand()
843 pub fn get_matches_with<I, T>( in get_matches_with()
846 it: &mut Peekable<I>, in get_matches_with()
1278 fn parse_subcommand<I, T>( in parse_subcommand()
1282 it: &mut Peekable<I>, in parse_subcommand()
1563 fn parse_long_arg<I, T>( in parse_long_arg()
1567 it: &mut Peekable<I>, in parse_long_arg()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/clap-2.33.0/src/
H A Dlib.rs588 fn parse_from<I, T>(argv: I) -> Self in parse_from()
603 fn try_parse_from<I, T>(argv: I) -> Result<Self, clap::Error> in try_parse_from()
H A Dsuggestions.rs48 longs: I, in did_you_mean_flag_suffix()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/redox_syscall-0.1.56/src/io/
H A Dio.rs30 pub const fn new(inner: I) -> ReadOnly<I> { in new()
52 pub const fn new(inner: I) -> WriteOnly<I> { in new()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/vec_map-0.8.1/src/
H A Dlib.rs800 fn extend<I: IntoIterator<Item = (usize, V)>>(&mut self, iter: I) { in extend()
808 fn extend<I: IntoIterator<Item = (usize, &'a V)>>(&mut self, iter: I) { in extend()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/x11-2.18.2/src/
H A Dinternal.rs30 pub unsafe fn transmute_union<I, O> (input: &I) -> O in transmute_union()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/aho-corasick-0.7.18/src/
H A Dahocorasick.rs119 pub fn new<I, P>(patterns: I) -> AhoCorasick in new()
1545 pub fn build<I, P>(&self, patterns: I) -> AhoCorasick in build()
1607 pub fn build_with_size<S, I, P>( in build_with_size() argument
1609 patterns: I, in build_with_size()
H A Dnfa.rs574 pub fn build<I, P, S: StateID>(&self, patterns: I) -> Result<NFA<S>> in build()
640 fn compile<I, P>(mut self, patterns: I) -> Result<NFA<S>> in compile()
671 fn build_trie<I, P>(&mut self, patterns: I) -> Result<()> in build_trie()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/aho-corasick-0.7.18/src/packed/
H A Dapi.rs331 pub fn extend<I, P>(&mut self, patterns: I) -> &mut Builder in extend()
422 pub fn new<I, P>(patterns: I) -> Option<Searcher> in new()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/bitflags-1.3.2/src/
H A Dlib.rs1274 const I = 0b100000000; in test_set_ops_exhaustive() const
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/build/app/
H A Dmod.rs192 pub fn args<I, T>(mut self, args: I) -> Self in args()
315 pub fn groups<I, T>(mut self, groups: I) -> Self in groups()
368 pub fn subcommands<I, T>(mut self, subcmds: I) -> Self in subcommands()
527 pub fn get_matches_from<I, T>(mut self, itr: I) -> ArgMatches in get_matches_from()
573 pub fn try_get_matches_from<I, T>(mut self, itr: I) -> ClapResult<ArgMatches> in try_get_matches_from()
612 pub fn try_get_matches_from_mut<I, T>(&mut self, itr: I) -> ClapResult<ArgMatches> in try_get_matches_from_mut()
2634 pub fn get_matches_from_safe<I, T>(self, itr: I) -> ClapResult<ArgMatches> in get_matches_from_safe()
2647 pub fn get_matches_from_safe_borrow<I, T>(&mut self, itr: I) -> ClapResult<ArgMatches> in get_matches_from_safe_borrow()
3317 fn two_elements_of<I, T>(mut iter: I) -> Option<(T, T)> in two_elements_of()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/build/arg/
H A Dmod.rs1804 pub fn possible_values<I, T>(mut self, values: I) -> Self in possible_values()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/
H A Dderive.rs102 fn parse_from<I, T>(itr: I) -> Self in parse_from()
121 fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> in try_parse_from()
131 fn update_from<I, T>(&mut self, itr: I) in update_from()
147 fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error> in try_update_from()
200 fn from_iter<I, T>(itr: I) -> Self in from_iter()
214 fn from_iter_safe<I, T>(itr: I) -> Result<Self, Error> in from_iter_safe()
431 fn parse_from<I, It>(itr: I) -> Self in parse_from()
439 fn try_parse_from<I, It>(itr: I) -> Result<Self, Error> in try_parse_from()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/parse/features/
H A Dsuggestions.rs36 pub(crate) fn did_you_mean_flag<I, T>( in did_you_mean_flag()
39 longs: I, in did_you_mean_flag()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap_derive-3.0.14/src/utils/
H A Dty.rs116 fn only_one<I, T>(mut iter: I) -> Option<T> in only_one()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/derivative-2.2.0/tests/
H A Drustc-deriving-show-2.rs41 struct I { a: isize, b: isize } struct

12345678910>>...4789