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

1234567891011>>

/haiku/src/kits/package/
H A DJob.cpp17 BJob::BJob(const BContext& context, const BString& title) argument
19 BSupportKit::BJob(title),
H A DRefreshRepositoryRequest.cpp68 BString title = B_TRANSLATE("Fetching repository checksum from %url"); local
69 title.ReplaceAll("%url", fRepoConfig.BaseURL());
71 fContext, title, repoChecksumURL, fFetchedChecksumFile);
87 title = B_TRANSLATE("Validating checksum for %repositoryName");
88 title.ReplaceAll("%repositoryName", fRepoConfig.Name());
91 title,
135 BString title = B_TRANSLATE("Fetching repository-cache from %url"); local
136 title.ReplaceAll("%url", fRepoConfig.BaseURL());
138 title, repoCacheURL, tempRepoCache);
147 title
[all...]
H A DActivateRepositoryCacheJob.cpp23 const BString& title, const BEntry& fetchedRepoCacheEntry,
26 inherited(context, title),
22 ActivateRepositoryCacheJob(const BContext& context, const BString& title, const BEntry& fetchedRepoCacheEntry, const BString& repositoryName, const BDirectory& targetDirectory) argument
/haiku/data/system/boot/
H A DPostInstallScript7 title=$1
21 echo "Running $title special case $specialCaseFile first boot processing." > /dev/dprintf
24 echo "Skipping $title obsolete first boot processing, files:" > /dev/dprintf
31 echo "Running $title script $f ..." > /dev/dprintf
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageAction.cpp10 PackageAction::PackageAction(const BString& title, const BMessage& message) argument
12 fTitle(title),
/haiku/src/bin/network/ppp_up/
H A DConnectionWindow.cpp16 BString title("Connecting to ");
17 title << "\"" << interfaceName << "\"...";
18 SetTitle(title.String());
/haiku/3rdparty/mmu_man/scripts/
H A Ddump_windows.sh9 title="$(hey "$team" get Title of Window "$w" | sed -n 's/"$//;/"result"/s/.*TYPE) : "//p')"
11 echo "hey \"$app\" set Frame of Window \"$title\" to \"BRect($frame)\""
/haiku/headers/os/net/
H A DNetDebug.h52 static void Dump(const char *data, size_t size, const char *title);
/haiku/src/apps/haiku3d/
H A DApp.cpp32 const char* title = "Haiku3d"; local
33 fMainWindow = new MainWindow(frame, title);
H A DMainWindow.cpp18 MainWindow::MainWindow(BRect frame, const char* title) argument
20 BDirectWindow(frame, title, B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL, 0)
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.h11 const char* title,
16 const char* title,
H A DPanel.cpp46 Panel::Panel(BRect frame, const char* title, argument
49 : BWindow(frame, title, type, flags, workspace)
55 Panel::Panel(BRect frame, const char* title, argument
58 : BWindow(frame, title, look, feel, flags, workspace)
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.h17 const char* title,
22 const char* title,
/haiku/src/apps/launchbox/
H A DPanel.h17 const char* title,
22 const char* title,
/haiku/src/apps/resedit/
H A DPreviewColumn.cpp13 PreviewColumn::PreviewColumn(const char *title, float width, argument
15 : BTitledColumn(title, width, minWidth, maxWidth)
/haiku/src/add-ons/translators/shared/
H A DTranslatorWindow.h46 TranslatorWindow(BRect area, const char *title);
55 LaunchTranslatorWindow(BTranslator *translator, const char *title,
/haiku/src/apps/cortex/InfoView/
H A DInfoView.h82 // creates a view containing only the title and subtitle
85 BString title,
108 // draws the title, subtitle, sidebar & icon as well as
124 // set the title (also used for window title)
126 BString title)
127 { m_title = title; }
130 // the title
148 // the objects title, which will appear at top of the view
152 // a string to be displayed right beneath the title, usin
125 setTitle( BString title) argument
[all...]
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp69 HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags, argument
71 : BWindow(frame, title, type, flags, workspace)
77 HWindow::HWindow(BRect frame, const char *title, window_look look, window_feel feel, argument
79 : BWindow(frame, title, look, feel, flags, workspace)
142 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_type type, argument
144 : HWindow(frame, title, type, flags, workspace)
146 Init(title);
150 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_look look, argument
152 : HWindow(frame, title, look, feel, flags, workspace)
154 Init(title);
165 Init(const char* title) argument
[all...]
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h15 const char *title,
21 const char *title,
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DMenuTest.cpp13 TestMenu(const char* title) argument
14 : BMenu(BRect(), title, B_FOLLOW_NONE,
/haiku/src/kits/tracker/
H A DSlowMenu.cpp46 BSlowMenu::BSlowMenu(const char* title, menu_layout layout) argument
48 BMenu(title, layout),
H A DRecentItems.cpp52 RecentItemsMenu(const char* title, BMessage* openMessage,
83 RecentFilesMenu(const char* title, BMessage* openFileMessage,
88 RecentFilesMenu(const char* title, BMessage* openFileMessage,
106 RecentFoldersMenu(const char* title, BMessage* openMessage,
114 RecentAppsMenu(const char* title, BMessage* openMessage,
122 RecentItemsMenu::RecentItemsMenu(const char* title, BMessage* openMessage, argument
125 BSlowMenu(title),
188 RecentFilesMenu::RecentFilesMenu(const char* title, BMessage* openFileMessage, argument
192 RecentItemsMenu(title, openFileMessage, target, maxItems),
200 RecentFilesMenu::RecentFilesMenu(const char* title, BMessag argument
222 RecentFoldersMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* openedByAppSig) argument
236 RecentAppsMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems) argument
428 NewFileListMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofType, const char* openedByAppSig) argument
440 NewFileListMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount, const char* openedByAppSig) argument
456 NewFolderListMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* openedByAppSig) argument
511 NewAppListMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems) argument
[all...]
/haiku/src/servers/app/
H A DOffscreenServerWindow.cpp16 OffscreenServerWindow::OffscreenServerWindow(const char *title, ServerApp *app, argument
19 : ServerWindow(title, app, clientPort, looperPort, handlerID),
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp40 TagLib::String title = tag->title(); local
42 printf("artist: %s, title: %s, album: %s\n", artist.toCString(),
43 title.toCString(), album.toCString());
51 const char* cTitle = title.toCString(true);
72 if (metaData.FindString("title", &dataString) == B_OK)
/haiku/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.h15 const char* title, float width,

Completed in 880 milliseconds

1234567891011>>