Searched refs:notice (Results 1 - 5 of 5) sorted by relevance

/haiku/3rdparty/mmu_man/scripts/
H A DQuickConfig.sh3 notice () { function
11 notice "Generating new SSH keys..."
18 notice "Please set your prefered locale���"
22 notice "Please set your prefered keymap���"
26 notice "Please set your prefered editor���"
41 notice "Please fill in your name and email address for git commits���"
45 notice "Please fill in your name and email address for packaging���"
H A Dmyupdate.sh7 notice () { function
17 notice "Closing Deskbar..."
18 notice "Checking for updates..."
27 notice "Restarting Deskbar..."
28 #notice "Nothing to do"
34 notice "Restarting Deskbar..."
36 notice "You should reboot now..."
/haiku/src/kits/app/
H A DHandler.cpp99 status_t SendNotices(uint32 what, const BMessage* notice);
111 void _SendNotices(uint32 what, BMessage* notice);
607 BHandler::SendNotices(uint32 what, const BMessage* notice) argument
610 fObserverList->SendNotices(what, notice);
666 const BMessage* notice)
668 handler->BHandler::SendNotices(what, notice);
724 ObserverList::_SendNotices(uint32 what, BMessage* notice) argument
740 (*iterator).SendMessage(notice);
747 ObserverList::SendNotices(uint32 what, const BMessage* notice) argument
750 if (notice !
665 _ReservedHandler1__8BHandler(BHandler* handler, uint32 what, const BMessage* notice) argument
[all...]
/haiku/headers/os/app/
H A DHandler.h81 const BMessage* notice = NULL);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp1228 BMessage *notice;
1230 notice = new BMessage(*message);
1231 notice->what = what;
1233 notice = new BMessage(what);
1237 messenger->SendMessage(notice);
1240 delete notice;

Completed in 52 milliseconds