Searched refs:title (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProviderVfr.Vfr19 title = STRING_TOKEN(STR_CREDENTIAL_TITLE),
24 title = STRING_TOKEN(STR_FORM_TITLE);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManagerVfr.Vfr19 title = STRING_TOKEN(STR_TITLE),
24 title = STRING_TOKEN(STR_USER_SELECT);
40 title = STRING_TOKEN(STR_PROVIDER_SELECT);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManagerVfr.Vfr22 title = STRING_TOKEN(STR_FORMSET_TITLE),
29 title = STRING_TOKEN(STR_USERMAN_TITLE);
47 title = STRING_TOKEN(STR_MODIFY_USER_TITLE);
56 title = STRING_TOKEN(STR_DELETE_USER_TITLE);
69 title = STRING_TOKEN(STR_USER_INFO);
98 title = STRING_TOKEN(STR_IDENTIFY_POLICY);
129 title = STRING_TOKEN(STR_ACCESS_POLICY);
161 title = STRING_TOKEN(STR_LOAD);
181 title = STRING_TOKEN(STR_LOAD_PERMIT);
195 title
[all...]
/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/include/ipxe/efi/
H A Defi_hii.h30 * @v title Title string
38 #define EFI_IFR_FORM_SET( guid, title, help, type, ... ) { \
46 .FormSetTitle = title, \
92 * @v title Title string
98 #define EFI_IFR_FORM( formid, title ) { \
105 .FormTitle = title, \
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmenu.c40 * @v title Menu title, or NULL
43 struct menu * create_menu ( const char *name, const char *title ) {
56 /* Use empty title if none given */
57 if ( ! title )
58 title = "";
62 title_len = ( strlen ( title ) + 1 /* NUL */ );
75 strcpy ( title_copy, title );
76 menu->title = title_copy;
82 DBGC ( menu, "MENU %s created with title \"
[all...]
/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/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfig.vfr19 title = STRING_TOKEN(STR_SECUREBOOT_TITLE),
32 title = STRING_TOKEN(STR_SECUREBOOT_TITLE);
89 title = STRING_TOKEN(STR_SECURE_BOOT_OPTION_TITLE);
129 title = STRING_TOKEN(STR_SECURE_BOOT_PK_OPTION);
170 title = STRING_TOKEN(STR_ENROLL_PK);
185 title = STRING_TOKEN(STR_SECURE_BOOT_KEK_OPTION);
213 title = STRING_TOKEN(STR_ENROLL_KEK_TITLE);
258 title = STRING_TOKEN(STR_DELETE_KEK_TITLE);
271 title = STRING_TOKEN(STR_SECURE_BOOT_DB_OPTION);
294 title
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.h67 int setUITitle(char *title);
H A DVBoxSDLMain-darwin.m112 aRange = [[aMenu title] rangeOfString:@"SDL App"];
114 [aMenu setTitle: [[aMenu title] stringByReplacingRange:aRange with:appName]];
119 aRange = [[menuItem title] rangeOfString:@"SDL App"];
121 [menuItem setTitle: [[menuItem title] stringByReplacingRange:aRange with:appName]];
135 NSString *title;
142 title = [@"About " stringByAppendingString:appName];
143 [appleMenu addItemWithTitle:title action:@selector(orderFrontStandardAboutPanel:) keyEquivalent:@""];
147 title = [@"Hide " stringByAppendingString:appName];
148 [appleMenu addItemWithTitle:title action:@selector(hide:) keyEquivalent:@"h"];
157 title
[all...]
/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/Frontends/VirtualBox/src/settings/
H A DUISettingsDialogSpecific.h49 QString title() const;
75 QString title() const;
H A DUISettingsDialog.h98 /* Dialog title: */
99 virtual QString title() const = 0;
100 /* Dialog title extension: */
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxproto.h9 void ewmh_set_wm_name(Window wnd, 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/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigDxe.vfr20 title = STRING_TOKEN(STR_IP4_CONFIG_FORM_TITLE),
30 title = STRING_TOKEN(STR_IP4_DEVICE_FORM_TITLE);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Config.vfr22 title = STRING_TOKEN(STR_IP6_CONFIG_FORM_TITLE),
32 title = STRING_TOKEN(STR_IP6_DEVICE_FORM_TITLE);
43 title = STRING_TOKEN(STR_IP6_DEVICE_FORM_TITLE);
137 title = STRING_TOKEN(STR_IP6_AD_CONFIG_FORM);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfig.vfr19 title = STRING_TOKEN(STR_TPM_TITLE),
29 title = STRING_TOKEN(STR_TPM_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/libs/libxml2-2.6.31/include/libxml/
H A Dxlink.h77 * @title: the link title
86 const xlinkTitle title);
101 * @title: array of titles detected on the link
129 * @title: array of titles detected on the link
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwritepng.h77 char *title; member in struct:_mainprog_info
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfigDxe.vfr21 title = STRING_TOKEN(STR_ISCSI_CONFIG_FORM_TITLE),
30 title = STRING_TOKEN(STR_ISCSI_MAIN_FORM_TITLE);
47 title = STRING_TOKEN(STR_ISCSI_DEVICE_FORM_TITLE);
/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/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupBox.h57 QString title() const;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfigVfr.vfr21 title = STRING_TOKEN(STR_ISCSI_CONFIG_FORM_TITLE),
32 title = STRING_TOKEN(STR_ISCSI_MAIN_FORM_TITLE);
75 title = STRING_TOKEN(STR_ISCSI_MAC_FORM_TITLE);
83 title = STRING_TOKEN(STR_ORDER_ATTEMPT_ENTRY);
104 title = STRING_TOKEN(STR_DEL_ATTEMPT_ENTRY);
125 title = STRING_TOKEN(STR_ISCSI_ATTEMPT_FORM_TITLE);

Completed in 78 milliseconds

123