Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 25 of 39) sorted by relevance

12

/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp98 CreateUserDetail* detail; member
1067 CreateUserDetail* detail = new CreateUserDetail(); in _CreateAccount() local
1070 _AssembleCreateUserDetail(*detail); in _CreateAccount()
1071 _ValidateCreateUserDetail(*detail, validationFailures); in _CreateAccount()
1078 data->detail = detail; in _CreateAccount()
1094 UserLoginWindow::_AssembleCreateUserDetail(CreateUserDetail& detail) in _AssembleCreateUserDetail() argument
1096 detail.SetNickname(fNewNicknameField->Text()); in _AssembleCreateUserDetail()
1097 detail.SetPasswordClear(fNewPasswordField->Text()); in _AssembleCreateUserDetail()
1098 detail.SetIsPasswordRepeated(strlen(fRepeatPasswordField->Text()) > 0 in _AssembleCreateUserDetail()
1101 detail.SetEmail(fEmailField->Text()); in _AssembleCreateUserDetail()
[all …]
H A DUserLoginWindow.h72 CreateUserDetail& detail);
74 CreateUserDetail& detail,
85 void _CreateAccountThread(CreateUserDetail* detail);
/haiku/src/add-ons/translators/tga/
H A DTGAView.cpp55 char detail[100]; in TGAView() local
56 sprintf(detail, B_TRANSLATE("Version %d.%d.%d, %s"), in TGAView()
61 fDetail = new BStringView("detail", detail); in TGAView()
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp360 BString detail(B_TRANSLATE("Packages are being updated")); in ProgressStartApplyingChanges() local
361 fStatusWindow->UpdatesApplying(header.String(), detail.String()); in ProgressStartApplyingChanges()
375 BString detail; in ProgressTransactionCommitted() local
377 detail = B_TRANSLATE("A reboot is necessary to complete the " in ProgressTransactionCommitted()
381 detail = B_TRANSLATE("Updates have been successfully installed."); in ProgressTransactionCommitted()
384 _FinalUpdate(header.String(), detail.String()); in ProgressTransactionCommitted()
510 UpdateManager::_UpdateStatusWindow(const char* header, const char* detail) in _UpdateStatusWindow() argument
512 if (header == NULL && detail == NULL) in _UpdateStatusWindow()
521 if (detail != NULL) in _UpdateStatusWindow()
522 message.AddString(kKeyDetail, detail); in _UpdateStatusWindow()
H A DSoftwareUpdaterWindow.h153 const char* detail);
168 const char* detail);
H A DUpdateManager.h78 const char* detail);
H A DSoftwareUpdaterWindow.cpp235 BString detail; in MessageReceived() local
240 result = message->FindString(kKeyDetail, &detail); in MessageReceived()
242 fDetailView->SetText(detail.String()); in MessageReceived()
495 SoftwareUpdaterWindow::UpdatesApplying(const char* header, const char* detail) in UpdatesApplying() argument
499 fDetailView->SetText(detail); in UpdatesApplying()
554 SoftwareUpdaterWindow::FinalUpdate(const char* header, const char* detail) in FinalUpdate() argument
562 fDetailView->SetText(detail); in FinalUpdate()
/haiku/src/add-ons/translators/sgi/
H A DSGIView.cpp107 char detail[100]; in SGIView() local
108 sprintf(detail, B_TRANSLATE("Version %d.%d.%d, %s"), in SGIView()
113 BStringView* detailView = new BStringView("details", detail); in SGIView()
/haiku/src/add-ons/translators/tiff/
H A DTIFFView.cpp86 char detail[100]; in TIFFView() local
87 sprintf(detail, B_TRANSLATE("Version %d.%d.%d, %s"), in TIFFView()
92 fDetail = new BStringView("detail", detail); in TIFFView()
/haiku/src/apps/icon-o-matic/
H A DNOTES70 * level of detail support to hide/show shapes [done]
/haiku/docs/develop/packages/
H A DREADME.rst16 - :doc:`FileFormat` specifies in detail the file format of Haiku
H A DBuildingPackages.rst11 The package file format is specified in detail in a `separate document`_. This
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp437 char detail[100]; in PPMView() local
439 sprintf(detail, B_TRANSLATE("Version %d.%d.%d, %s"), ver >> 8, in PPMView()
441 fDetail = new BStringView("detail", detail); in PPMView()
/haiku/data/catalogs/apps/icon-o-matic/
H A Dsk.catkeys44 Min LOD Icon-O-Matic-PropertyNames Min. detail
93 Max LOD Icon-O-Matic-PropertyNames Max. detail
H A Dcs.catkeys69 Min LOD Icon-O-Matic-PropertyNames Minimální úroveň detailů
157 Max LOD Icon-O-Matic-PropertyNames Maximální úroveň detailů
/haiku/docs/develop/build/repositories/
H A DREADME.rst5 RemotePackageRepository files which detail packages and repositories
/haiku/docs/user/storage/
H A DNodeMonitor.dox119 \internal Implementation detail, not in Be Book.
306 \internal Implementation detail, not in Be Book.
/haiku/data/catalogs/apps/softwareupdater/
H A Did.catkeys48 Show more details SoftwareUpdaterWindow Tampilkan lebih detail
/haiku/data/system/data/licenses/
H A DGNU LGPL v3149 differ in detail to address new problems or concerns.
H A DGNU GPL v1149 be similar in spirit to the present version, but may differ in detail to
/haiku/docs/develop/kernel/boot/
H A Dboot_process_specs.rst32 The following will explain all stages in detail.
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst196 While this is an implementational detail, it also causes a change in
/haiku/data/catalogs/apps/haikudepot/
H A Did.catkeys131 …% telah berhasil dibuat di sistem HaikuDepotServer. Anda dapat mengelola detail pengguna Anda deng…
/haiku/src/kits/tracker/
H A DFSUtils.cpp3661 const char* detail; in LoaderErrorDetails() local
3662 for (int32 i = 0; message.FindString(detailName, i, &detail) == B_OK; in LoaderErrorDetails()
3666 details += detail; in LoaderErrorDetails()
/haiku/docs/user/midi2/
H A Dmidi2intro.dox248 Newsletter 36</A> describes this problem in more detail, and provides a

12