Searched defs:title (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dmucurses_test.c26 char *title = "Set new iSCSI CHAP secret", local
37 mvwprintw( secret, 1, 2, "%s", title );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dmenu.h21 const char *title; member in struct:menu
40 extern struct menu * create_menu ( const char *name, const char *title );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dmenu_cmd.c59 "[--name <name>] [--delete] [<title>]" );
71 char *title; local
78 /* Parse title */
79 title = concat_args ( &argv[optind] );
80 if ( ! title ) {
86 menu = create_menu ( opts.name, title );
100 free ( title );
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp280 TCHAR title[]=_T("Usage"); local
282 MessageBox(NULL, txt, title, MB_OK);
292 TCHAR title[]=_T("Version"); local
294 MessageBox(NULL, txt, title, MB_OK);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialogSpecific.cpp279 setWindowTitle(title());
282 QString UISettingsDialogGlobal::title() const function in class:UISettingsDialogGlobal
639 setWindowTitle(title());
642 QString UISettingsDialogMachine::title() const function in class:UISettingsDialogMachine
645 /* Get corresponding machine (required to compose dialog title): */
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupBox.cpp50 /* Setup title-layout: */
55 /* Add title-layout into main-layout: */
81 /* Remember new title-icon: */
83 /* Update title-icon: */
85 /* Recalculate title-size: */
100 /* Recalculate title-size: */
111 /* Remember new title: */
113 /* Update title: */
115 /* Recalculate title-size: */
119 QString UIPopupBox::title() cons function in class:UIPopupBox
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwritepng.h77 char *title; member in struct:_mainprog_info
/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c412 ewmh_set_wm_name(Window wnd, const char *title) argument
416 len = strlen(title);
418 8, PropModeReplace, (unsigned char *) title, len);
H A Dxwin.c2285 /* The title bar. */
4315 ui_seamless_settitle(unsigned long id, const char *title, unsigned long flags) argument
4330 XStoreName(g_display, sw->wnd, title);
4331 ewmh_set_wm_name(sw->wnd, title);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dmultiwait.c59 const char *title; member in struct:Shared
97 static Shared *MakeShared(const char *title) argument
103 shared->title = title;
111 PR_fprintf(debug, "%s: destroying group\n", shared->title);
152 PR_fprintf(debug, "%s Reclaiming wait descriptors\n", shared->title);
178 PR_fprintf(debug, "%s: Server socket @0x%x\n", shared->title, server);
187 PR_fprintf(debug, "%s: Client opening connection\n", shared->title);
205 shared->title, sizeof(buffer));
211 shared->title, sizeo
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp270 QString title = mCaption.isNull() ? tr ("Select a directory") : mCaption; local
280 bi.lpszTitle = (TCHAR*)(title.isNull() ? 0 : title.utf16());
466 QString title = mCaption.isNull() ? tr ("Select a file") : mCaption; local
487 ofn.lpstrTitle = (TCHAR *)(title.isNull() ? 0 : title.utf16());
723 QString title = mCaption.isNull() ? tr ("Select a file") : mCaption; local
744 ofn.lpstrTitle = (TCHAR *)(title.isNull() ? 0 : title.utf16());
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c730 GetWindowTitle( const WindowInfo *window, char *title )
734 GetWindowText(window->hWnd, title, 100);
736 title[0] = 0;
829 GetWindowTitle( const WindowInfo *window, char *title )
832 title[0] = '\0';
918 GetWindowTitle( const WindowInfo *window, char *title )
922 crStrcpy(title, t);
926 title[0] = 0;
983 char title[1000]; local
984 GetWindowTitle(window, title);
1045 char title[1000]; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c138 const xmlChar *title; /* the title if any */ member in struct:_xmlSchematron
1152 if (IS_SCHEMATRON(cur, "title")) {
1153 xmlChar *title = xmlNodeGetContent(cur); local
1154 if (title != NULL) {
1155 ret->title = xmlDictLookup(ret->dict, title, -1);
1156 xmlFree(title);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h106 char *title; member in struct:WindowInfo
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp261 /* Assign corresponding title and icon: */
268 strTitle = tr("VirtualBox - Information", "msg box title");
272 strTitle = tr("VirtualBox - Question", "msg box title");
276 strTitle = tr("VirtualBox - Warning", "msg box title");
280 strTitle = tr("VirtualBox - Error", "msg box title");
284 strTitle = tr("VirtualBox - Critical Error", "msg box title");
2851 /* Choose title and icon: */
2852 QString title; local
2858 title = tr("VirtualBox - Information", "msg box title");
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...

Completed in 95 milliseconds