/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
H A D | PwdCredentialProviderVfr.Vfr | 19 title = STRING_TOKEN(STR_CREDENTIAL_TITLE),
24 title = STRING_TOKEN(STR_FORM_TITLE);
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
H A D | UserIdentifyManagerVfr.Vfr | 19 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 D | UserProfileManagerVfr.Vfr | 22 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 D | menu.h | 21 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 D | efi_hii.h | 30 * @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 D | menu.c | 40 * @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 D | multiwait.c | 59 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 D | SecureBootConfig.vfr | 19 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 D | VBoxSDL.h | 67 int setUITitle(char *title);
|
H A D | VBoxSDLMain-darwin.m | 112 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 D | mucurses_test.c | 26 char *title = "Set new iSCSI CHAP secret", local 37 mvwprintw( secret, 1, 2, "%s", title );
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsDialogSpecific.h | 49 QString title() const; 75 QString title() const;
|
H A D | UISettingsDialog.h | 98 /* Dialog title: */ 99 virtual QString title() const = 0; 100 /* Dialog title extension: */
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xproto.h | 9 void ewmh_set_wm_name(Window wnd, const char *title);
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
H A D | menu_cmd.c | 59 "[--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 D | Ip4ConfigDxe.vfr | 20 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 D | Ip6Config.vfr | 22 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 D | TcgConfig.vfr | 19 title = STRING_TOKEN(STR_TPM_TITLE),
29 title = STRING_TOKEN(STR_TPM_TITLE);
|
/vbox/src/VBox/Main/src-server/win/ |
H A D | svcmain.cpp | 280 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 D | xlink.h | 77 * @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 D | writepng.h | 77 char *title; member in struct:_mainprog_info
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/ |
H A D | IScsiConfigDxe.vfr | 21 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 D | context.c | 730 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 D | UIPopupBox.h | 57 QString title() const;
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/ |
H A D | IScsiConfigVfr.vfr | 21 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);
|