Lines Matching refs:title
18 title: String,30 let title = cmd.get_name().to_owned();41 title,49 /// Override the default man page title, written in all caps50 pub fn title(mut self, title: impl Into<String>) -> Self {51 self.title = title.into();131 /// Render the title into the writer.145 &self.title,