Home
last modified time | relevance | path

Searched refs:Cloned (Results 26 – 50 of 1303) sorted by last modified time

12345678910>>...53

/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dsvg_path.rs13 use std::iter::{Cloned, Peekable};
712 chars: Peekable<Cloned<slice::Iter<'a, u8>>>,
869 let parse_flag = |iter: &mut Peekable<Cloned<slice::Iter<u8>>>| match iter.next() { in parse_elliptical_arc()
885 fn parse_coord(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> Result<CoordPair, ()> { in parse_coord()
899 fn parse_number(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> Result<CSSFloat, ()> { in parse_number()
987 fn skip_wsp(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> bool { in skip_wsp()
1000 fn skip_comma_wsp(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> bool { in skip_comma_wsp()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/itertools/src/
H A Dfree.rs119 pub fn cloned<'a, I, T: 'a>(iterable: I) -> iter::Cloned<I::IntoIter> in cloned()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/petgraph/src/
H A Dgraphmap.rs11 use std::iter::{Cloned, DoubleEndedIterator};
509 iter: Cloned<Keys<'a, N, Vec<(N, CompactDirection)>>>,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rayon/src/iter/
H A Dmod.rs157 cloned::Cloned,
688 fn cloned<'a, T>(self) -> Cloned<Self> in cloned()
693 Cloned::new(self) in cloned()
H A Dcloned.rs14 pub struct Cloned<I: ParallelIterator> { struct
18 impl<I> Cloned<I> impl
24 Cloned { base } in new()
28 impl<'a, T, I> ParallelIterator for Cloned<I> implementation
48 impl<'a, T, I> IndexedParallelIterator for Cloned<I> implementation
105 type IntoIter = iter::Cloned<P::IntoIter>;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mime_guess/src/
H A Dlib.rs234 pub struct IterRaw(iter::Cloned<slice::Iter<'static, &'static str>>);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/fallible-iterator/src/
H A Dlib.rs726 fn cloned<'a, T>(self) -> Cloned<Self> in cloned()
731 Cloned(self) in cloned()
1405 pub struct Cloned<I>(I); struct
1407 impl<'a, T, I> FallibleIterator for Cloned<I> implementation
1435 impl<'a, T, I> DoubleEndedFallibleIterator for Cloned<I> implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dtests.rs48 type Chunks = iter::Cloned<std::slice::Iter<'a, &'a str>>;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/prost-derive/src/field/
H A Dscalar.rs332 ::std::iter::Cloned<::std::slice::Iter<i32>>, in methods()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/itertools-0.8.2/src/
H A Dfree.rs112 pub fn cloned<'a, I, T: 'a>(iterable: I) -> iter::Cloned<I::IntoIter> in cloned()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko_string_cache/
H A Dmod.rs26 use std::iter::Cloned;
200 fn chars(&self) -> DecodeUtf16<Cloned<slice::Iter<u16>>> { in chars()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dsvg_path.rs13 use std::iter::{Cloned, Peekable};
712 chars: Peekable<Cloned<slice::Iter<'a, u8>>>,
869 let parse_flag = |iter: &mut Peekable<Cloned<slice::Iter<u8>>>| match iter.next() { in parse_elliptical_arc()
885 fn parse_coord(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> Result<CoordPair, ()> { in parse_coord()
899 fn parse_number(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> Result<CSSFloat, ()> { in parse_number()
987 fn skip_wsp(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> bool { in skip_wsp()
1000 fn skip_comma_wsp(iter: &mut Peekable<Cloned<slice::Iter<u8>>>) -> bool { in skip_comma_wsp()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/mst-content-hint/
H A DMediaStreamTrack-contentHint.html.ini5 [Cloned audio tracks have separate contentHints]
17 [Cloned video tracks have separate contentHints]
/dports/www/gitea/gitea-1.16.5/public/vendor/plugins/pdfjs/build/
H A Dpdf.js.map1 … {PageViewportCloneParameters} - (optional)\n * @return {PageViewport} Cloned viewport.\n */\n…
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/arbitrary/_core/
H A Diter.rs32 Cloned<A>, SMapped<A, Self>, A::Parameters;
38 > functor::ArbitraryF1<A> for Cloned<A>
172 cloned => Cloned<super::Dummy>,
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/rgb/src/internal/
H A Drgb.rs41 pub fn iter(&self) -> core::iter::Cloned<core::slice::Iter<'_, T>> {
H A Drgba.rs112 pub fn iter(&self) -> core::iter::Cloned<core::slice::Iter<'_, T>> {
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/rayon/src/iter/
H A Dcloned.rs14 pub struct Cloned<I: ParallelIterator> { struct
18 impl<I> Cloned<I> argument
24 Cloned { base } in new()
28 impl<'a, T, I> ParallelIterator for Cloned<I> implementation
48 impl<'a, T, I> IndexedParallelIterator for Cloned<I> implementation
105 type IntoIter = iter::Cloned<P::IntoIter>;
H A Dmod.rs157 cloned::Cloned,
688 fn cloned<'a, T>(self) -> Cloned<Self> in cloned()
693 Cloned::new(self) in cloned()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/arbitrary/_std/
H A Dstring.rs101 type IntoIter = iter::Cloned<slice::Iter<'a, u8>>;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/itertools/src/
H A Dfree.rs154 pub fn cloned<'a, I, T: 'a>(iterable: I) -> iter::Cloned<I::IntoIter> in cloned()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/sparse/
H A Dcs_matrix.rs147 type ColumnRowIndices = iter::Cloned<slice::Iter<'a, usize>>;
213 type ColumnEntriesMut = iter::Zip<iter::Cloned<slice::Iter<'a, usize>>, slice::IterMut<'a, T>>;
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog518044 Cloned, but the clone not inserted to a SdrPage. This
1346583 Cloned bitmap devices may share the same chunk of memory, thus
1755136 #i106016# - Cloned changes from CWS automation320m2
2097313 …ng probe construction special 2006/04/21 12:44:22 thb 1.2.32.3: #i63088# Cloned Cyrille's patches …
2509348 …TEGRATION: CWS kso11 (1.5.30); FILE MERGED 2004/03/11 08:49:34 sb 1.5.30.1: #115880# Cloned 112066.
2509352 …TEGRATION: CWS kso11 (1.2.78); FILE MERGED 2004/03/11 08:49:34 sb 1.2.78.1: #115880# Cloned 112066.
2509356 … INTEGRATION: CWS kso11 (1.1.4); FILE ADDED 2004/03/11 08:50:14 sb 1.1.4.1: #115880# Cloned 112066.
2509364 …TEGRATION: CWS kso11 (1.3.86); FILE MERGED 2004/03/11 08:49:33 sb 1.3.86.1: #115880# Cloned 112066.
2509368 …GRATION: CWS kso11 (1.33.28); FILE MERGED 2004/03/11 08:49:33 sb 1.33.28.1: #115880# Cloned 112066.
2509372 …TEGRATION: CWS kso11 (1.3.36); FILE MERGED 2004/03/11 08:49:32 sb 1.3.36.1: #115880# Cloned 112066.
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/po/ro/
H A Dkdevplatform.po6478 #~ msgid "%1 (Cloned %2)"
/dports/devel/kdevelop/kdevelop-21.12.3/po/ug/
H A Dkdevplatform.po6259 #~ msgid "%1 (Cloned %2)"

12345678910>>...53