Home
last modified time | relevance | path

Searched defs:split_evenly (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dchunkify.py19 def split_evenly(n, chunks): function
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dchunkify.py17 def split_evenly(n, chunks): function
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dchunkify.py19 def split_evenly(n, chunks): function
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dchunkify.py19 def split_evenly(n, chunks): function
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dchunkify.py19 def split_evenly(n, chunks): function
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/drawing/
H A Darea.rs52 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
433 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-0.3.0/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
439 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
440 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-0.3.0/src/drawing/
H A Darea.rs55 fn split_evenly<'a>(&'a self, (row, col): (usize, usize)) -> impl Iterator<Item = Rect> + 'a { in split_evenly() method
439 pub fn split_evenly(&self, (row, col): (usize, usize)) -> Vec<Self> { in split_evenly() method
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Dcore.py5570 def split_evenly(df, k): function