/xen/tools/pygrub/src/ |
A D | GrubConf.py | 93 def __init__(self, title, lines): argument 95 self.title = title.strip() 141 def __init__(self, title, lines): argument 269 def new_image(self, title, lines): argument 270 return GrubImage(title, lines) 284 title = "" 298 title = l[6:] 329 def __init__(self, title, lines): argument 368 def new_image(self, title, lines): argument 369 return Grub2Image(title, lines) [all …]
|
A D | LiloConf.py | 20 " initrd: %s\n" %(self.title, self.root, self.kernel, 25 self.title = "" 153 def new_image(self, title, lines): argument 161 if self.images[i].title == self._default:
|
A D | ExtLinuxConf.py | 28 " initrd: %s\n" %(self.title, self.root, self.kernel, 33 self.title = "" 133 def new_image(self, title, lines): argument 195 if self.images[i].title == self._default:
|
A D | pygrub | 289 self.entry_win.addstr(y + 1 - self.start_image, 2, i.title.expandtabs().ljust(70)) 473 title = self.cf.default 476 title = re.search('(\S)>(\S.+$)',title).group(2) 483 if self.cf.images[i].title == title: 614 if entry == cf.images[i].title: 633 print("title: %s" % img.title)
|
/xen/docs/ |
A D | gen-html-index | 40 my ($file,$title,$content) = @_; 43 if ( $title eq "" ) 45 $title = $h1 = "Xen Documentation"; 49 $h1 = "<a href=\"../index.html\">Xen Documentation</a> - $title"; 50 $title = "Xen Documentation - $title"; 53 <html><head><title>$title</title></head>
|
A D | xen-headers | 325 my $title = "contents - $xtitle"; 328 <html><head><title>$title</title></head> 330 <h1>$title</h1>
|
A D | Makefile | 100 $(PANDOC) --standalone -V title=$$* -V section=$(1) \
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | dialog.h | 101 struct dialog_color title; member 206 void print_title(WINDOW *dialog, const char *title, int width); 212 int dialog_yesno(const char *title, const char *prompt, int height, int width); 213 int dialog_msgbox(const char *title, const char *prompt, int height, 219 int dialog_textbox(const char *title, char *tbuf, int initial_height, 222 int dialog_menu(const char *title, const char *prompt, 224 int dialog_checklist(const char *title, const char *prompt, int height, 226 int dialog_inputbox(const char *title, const char *prompt, int height,
|
A D | util.c | 23 dlg.title.atr = A_BOLD; in set_mono_theme() 63 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 136 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 183 init_one_color(&dlg.title); in init_dialog_colors() 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title() argument 354 if (title) { in print_title() 355 int tlen = MIN(width - 2, strlen(title)); in print_title() 356 wattrset(dialog, dlg.title.atr); in print_title() 358 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen); in print_title()
|
A D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument 58 print_title(dialog, title, width); in dialog_yesno()
|
A D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox() argument 69 print_title(dialog, title, width); in dialog_inputbox()
|
A D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist() argument 147 print_title(dialog, title, width); in dialog_checklist()
|
A D | textbox.c | 43 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument 117 print_title(dialog, title, width); in dialog_textbox()
|
A D | menubox.c | 171 int dialog_menu(const char *title, const char *prompt, in dialog_menu() argument 211 print_title(dialog, title, width); in dialog_menu()
|
/xen/xen/tools/kconfig/ |
A D | mconf.c | 288 static int show_textbox_ext(const char *title, char *text, int r, int c, 292 static void show_helptext(const char *title, const char *text); 394 struct gstr title; in search_conf() local 401 title = str_new(); in search_conf() 402 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 408 str_get(&title), in search_conf() 417 str_free(&title); in search_conf() 460 str_free(&title); in search_conf() 759 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext() 769 static void show_helptext(const char *title, const char *text) in show_helptext() argument [all …]
|
A D | nconf.h | 87 const char *title, const char *prompt, 91 const char *title,
|
A D | nconf.gui.c | 358 const char *title, const char *prompt, in dialog_inputbox() argument 388 if (title) in dialog_inputbox() 389 prompt_width = max(prompt_width, strlen(title)); in dialog_inputbox() 413 if (title) in dialog_inputbox() 414 mvwprintw(win, 0, 3, "%s", title); in dialog_inputbox() 551 const char *title, in show_scroll_win() argument 597 mvwprintw(win, 0, 3, " %s ", title); in show_scroll_win()
|
A D | nconf.c | 695 struct gstr title; in search_conf() local 699 title = str_new(); in search_conf() 700 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 706 str_get(&title), in search_conf() 716 str_free(&title); in search_conf() 731 str_free(&title); in search_conf()
|
A D | expr.c | 1276 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1279 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1280 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1282 if (*title) { in expr_print_revdep() 1283 fn(data, NULL, *title); in expr_print_revdep() 1284 *title = NULL; in expr_print_revdep() 1294 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1296 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
A D | expr.h | 316 tristate pr_type, const char *title);
|
A D | qconf.cc | 1340 char title[256]; in ConfigMainWindow() local 1343 snprintf(title, sizeof(title), "%s%s", in ConfigMainWindow() 1347 setWindowTitle(title); in ConfigMainWindow()
|
A D | gconf.c | 390 static void text_insert_msg(const char *title, const char *message) in text_insert_msg() argument 402 gtk_text_buffer_insert_with_tags(buffer, &end, title, -1, tag1, in text_insert_msg()
|
/xen/tools/golang/xenlight/ |
A D | gengotypes.py | 714 return ''.join(x.title() for x in words) 716 return words[0] + ''.join(x.title() for x in words[1:])
|
/xen/docs/misc/ |
A D | vtd.txt | 24 title Xen-Fedora Core (2.6.18-xen) 60 title Xen-Fedora Core (pv-ops)
|
/xen/docs/specs/ |
A D | libxl-migration-stream.pandoc | 311 the title block.
|