Searched defs:about (Results 1 – 8 of 8) sorted by relevance
99 void MainWindow::about() { in about() function in MainWindow
130 TEST(WebUITest, about) { in TEST() argument
11 pub(crate) fn about(roff: &mut Roff, cmd: &clap::Command) { in about() function
276 let about = if self.use_long { in write_about() localVariable470 let about = if self.use_long { in write_arg() localVariable890 let about = cmd in write_subcommand() localVariable
145 let about = $crate::crate_description!(); localVariable
676 PyObject *about = PyUnicode_FromString(__about__); in heapq_exec() local
80 about: Option<StyledStr>, field1494 pub fn about(mut self, about: impl IntoResettable<StyledStr>) -> Self { in about() method
2049 about?: string; property