Home
last modified time | relevance | path

Searched refs:into_lines (Results 1 – 6 of 6) sorted by relevance

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/html2text-0.2.1/src/
H A Dtests.rs1006 let lines = parse(html).render_rich(80).into_lines();
1015 let lines = parse(html).render(80, TrivialDecorator::new()).into_lines();
1027 .into_lines(),
1037 .into_lines(),
H A Dlib.rs1447 pub fn into_lines(self) -> Vec<TaggedLine<Vec<D::Annotation>>> { in into_lines() method
1449 .into_lines() in into_lines()
1502 .into_lines() in from_read_rich()
/dports/audio/din/din-52/src/
H A Dglobals.h34 template<class T> void into_lines (const std::string& str, pusher<T>& push) { in into_lines() function
H A Dconsole.cc295 into_lines (interpreter(cmd).result, *this); in operator ()()
H A Dcommand.cc1052 into_lines (tz.cur2end().c_str(), cons); in operator ()()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/html2text-0.2.1/src/render/
H A Dtext_renderer.rs337 pub fn into_lines(mut self) -> Vec<TaggedLine<T>> { in into_lines() method
693 .extend(w.into_lines().into_iter().map(RenderLine::Text)) in flush_wrapping()
708 for line in self.into_lines() { in into_string()
717 pub fn into_lines(mut self) -> Vec<RenderLine<Vec<D::Annotation>>> { in into_lines() method
894 .into_lines() in append_subrender()
938 .into_lines() in append_columns_with_borders()