Searched refs:applications (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/preferences/filetypes/
H A DPreferredAppMenu.cpp39 is_application_in_message(BMessage& applications, const char* app) argument
43 while (applications.FindString("applications", i++, &signature) == B_OK) {
99 BMessage applications; local
100 if (type == NULL || type->GetSupportingApps(&applications) != B_OK)
108 if (applications.FindInt32("be:sub", &lastFullSupport) != B_OK)
116 while (applications.FindString("applications", i, &signature) == B_OK) {
269 BMessage applications; local
270 if (mimeType.GetSupportingApps(&applications)
[all...]
/haiku-fatelf/src/libs/ncurses/misc/
H A Drun_tic.in109 If you have ncurses 4.2 applications, you should read the INSTALL
128 If you have ncurses 4.2 applications, you should read the INSTALL
141 # Make a symbolic link to provide compatibility with applications that expect
H A Drun_tic.sh109 If you have ncurses 4.2 applications, you should read the INSTALL
128 If you have ncurses 4.2 applications, you should read the INSTALL
141 # Make a symbolic link to provide compatibility with applications that expect
/haiku-fatelf/src/kits/tracker/
H A DTrackerSettings.h108 void RecentCounts(int32* applications, int32* documents,
H A DFavoritesMenu.cpp336 int32 applications; local
339 TrackerSettings().RecentCounts(&applications,&documents,&folders);
344 fRecentsCount = applications;
H A DTrackerSettings.cpp478 TrackerSettings::RecentCounts(int32* applications, int32* documents, argument
481 if (applications)
482 *applications = gTrackerState.fRecentApplicationsCount->Value();
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure2138 applications.
[all...]

Completed in 144 milliseconds