Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/haiku/src/kits/package/
H A DRefreshRepositoryRequest.cpp68 BString title = B_TRANSLATE("Fetching repository checksum from %url"); in CreateInitialJobs() local
69 title.ReplaceAll("%url", fRepoConfig.BaseURL()); in CreateInitialJobs()
71 fContext, title, repoChecksumURL, fFetchedChecksumFile); in CreateInitialJobs()
87 title = B_TRANSLATE("Validating checksum for %repositoryName"); in CreateInitialJobs()
88 title.ReplaceAll("%repositoryName", fRepoConfig.Name()); in CreateInitialJobs()
91 title, in CreateInitialJobs()
135 BString title = B_TRANSLATE("Fetching repository-cache from %url"); in _FetchRepositoryCache() local
136 title.ReplaceAll("%url", fRepoConfig.BaseURL()); in _FetchRepositoryCache()
138 title, repoCacheURL, tempRepoCache); in _FetchRepositoryCache()
147 title = B_TRANSLATE("Validating checksum for %repositoryName"); in _FetchRepositoryCache()
[all …]
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp69 HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags, in HWindow() argument
71 : BWindow(frame, title, type, flags, workspace) in HWindow()
77 HWindow::HWindow(BRect frame, const char *title, window_look look, window_feel feel, in HWindow() argument
79 : BWindow(frame, title, look, feel, flags, workspace) in HWindow()
142 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_type type, in BlockingWindow() argument
144 : HWindow(frame, title, type, flags, workspace) in BlockingWindow()
146 Init(title); in BlockingWindow()
150 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_look look, in BlockingWindow() argument
152 : HWindow(frame, title, look, feel, flags, workspace) in BlockingWindow()
154 Init(title); in BlockingWindow()
[all …]
H A DDialogWindow.cpp13 const char *title, in DialogWindow() argument
17 : BWindow(frame, title, type, flags, workspace) in DialogWindow()
25 const char *title, in DialogWindow() argument
30 : BWindow(frame, title, look, feel, flags, workspace) in DialogWindow()
/haiku/src/kits/tracker/
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, in RecentItemsMenu() argument
125 BSlowMenu(title), in RecentItemsMenu()
188 RecentFilesMenu::RecentFilesMenu(const char* title, BMessage* openFileMessage, in RecentFilesMenu() argument
192 RecentItemsMenu(title, openFileMessage, target, maxItems), in RecentFilesMenu()
200 RecentFilesMenu::RecentFilesMenu(const char* title, BMessage* openFileMessage, in RecentFilesMenu() argument
[all …]
H A DTitleView.cpp181 BColumnTitle* title = fTitleList.ItemAt(index); in RemoveTitle() local
182 if (title->Column() == column) { in RemoveTitle()
183 fTitleList.RemoveItem(title); in RemoveTitle()
249 BColumnTitle* title = fTitleList.ItemAt(index); in Draw() local
250 title->Draw(view, title == pressedColumn); in Draw()
251 BRect titleBounds(title->Bounds()); in Draw()
299 BColumnTitle* title = FindColumnTitle(where); in MouseDown() local
337 } else if (!title) in MouseDown()
348 fTrackingState = new ColumnDragState(this, title, where, in MouseDown()
404 BColumnTitle* title = fTitleList.ItemAt(index); in InColumnResizeArea() local
[all …]
/haiku/src/kits/network/libnetservices/
H A DGopherRequest.cpp456 BString title = fields.StringAt(FIELD_NAME); in _ParseInput() local
468 _HTMLEscapeString(title); in _ParseInput()
477 "<span class=\"text\">" << title << "</span></a>" in _ParseInput()
485 "<span class=\"binary\">" << title << "</span></a>" in _ParseInput()
493 "<span class=\"dir\">" << title << "</span></a>" in _ParseInput()
497 item << "<span class=\"error\">" << title << "</span>" in _ParseInput()
500 pageTitle << "Error: " << title; in _ParseInput()
511 "<label>" << title << " " in _ParseInput()
533 "<span class=\"telnet\">" << title << "</span></a>" in _ParseInput()
549 "<span class=\"telnet\">" << title << "</span></a>" in _ParseInput()
[all …]
/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/debuganalyzer/gui/table/
H A DTableColumns.cpp66 StringTableColumn::StringTableColumn(int32 modelIndex, const char* title, in StringTableColumn() argument
72 fColumn(title, width, minWidth, maxWidth, truncate, align), in StringTableColumn()
102 BoolStringTableColumn::BoolStringTableColumn(int32 modelIndex, const char* title, in BoolStringTableColumn() argument
106 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate, in BoolStringTableColumn()
134 Int32TableColumn::Int32TableColumn(int32 modelIndex, const char* title, in Int32TableColumn() argument
138 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate, in Int32TableColumn()
164 Int64TableColumn::Int64TableColumn(int32 modelIndex, const char* title, in Int64TableColumn() argument
168 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate, in Int64TableColumn()
197 BigtimeTableColumn::BigtimeTableColumn(int32 modelIndex, const char* title, in BigtimeTableColumn() argument
201 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate, in BigtimeTableColumn()
[all …]
H A DTableColumns.h42 const char* title, float width,
63 const char* title, float width,
85 const char* title, float width,
101 const char* title, float width,
117 const char* title, float width,
137 const char* title, float width,
/haiku/src/apps/haikudepot/util/
H A DPackageUtils.cpp15 PackageUtils::TitleOrName(const PackageInfoRef& package, BString& title) in TitleOrName() argument
17 PackageUtils::Title(package, title); in TitleOrName()
18 if (title.IsEmpty() && package.IsSet()) in TitleOrName()
19 title.SetTo(package->Name()); in TitleOrName()
24 PackageUtils::Title(const PackageInfoRef& package, BString& title) in Title() argument
30 title.SetTo(localizedText->Title()); in Title()
32 title.SetTo(""); in Title()
34 title.SetTo(""); in Title()
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp131 BString title(B_TRANSLATE("Available updates found")); in HandleProblems() local
134 _SendNotification(title, text); in HandleProblems()
156 BString title; in ConfirmChanges() local
159 formatTitle.Format(title, updateCount); in ConfirmChanges()
166 _SendNotification(title.String(), text.String()); in ConfirmChanges()
264 CheckManager::ProgressPackageChecksumStarted(const char* title) in ProgressPackageChecksumStarted() argument
267 _SendNotification(fHeaderChecking.String(), title); in ProgressPackageChecksumStarted()
269 printf("%s...", title); in ProgressPackageChecksumStarted()
274 CheckManager::ProgressPackageChecksumComplete(const char* title) in ProgressPackageChecksumComplete() argument
308 CheckManager::_SendNotification(const char* title, const char* text) in _SendNotification() argument
[all …]
/haiku/data/catalogs/apps/terminal/
H A Dbe.catkeys11 Edit tab title… Terminal TermWindow Правіць імя ўкладкі…
14 %app% settings Terminal PrefWindow window title Наладкі %app%
19 Set tab title Terminal TermWindow Прызначыць імя ўкладкі
25 Terminal Terminal TermWindow The title for the main window menubar entry related to terminal sessio…
29 Window title: Terminal AppearancePrefView Імя вакна:
31 Window title… Terminal TermWindow Загаловак вакна…
41 Tab title: Terminal AppearancePrefView Імя ўкладкі:
57 Tab title: Terminal TermWindow Імя ўкладкі:
58 Window title: Terminal TermWindow Імя вакна:
66 The pattern specifying the window title. The following placeholders\ncan be used:\n Terminal TermWi…
[all …]
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css28 title, subtitle { selector
31 title { selector
58 * is a section or title. Titles should be allowed to take up the maximum
64 section, title, sect1, sect2, sect3, sect4, sect5, bibliodiv { selector
69 book>title, article>title {
75 appendix>title, bibliography>title, chapter>title, colophon>title, dedication>title, glossary>title
80 section>title, sect1>title, bibliodiv>title {
84 section>section>title, sect2>title {
89 section>section>section>title, sect3>title {
94 section>section>section>section>title, sect4>title {
[all …]
/haiku/src/apps/cortex/InfoView/
H A DFileNodeInfoView.cpp75 BString title; in FileNodeInfoView() local
161 title = fileName; in FileNodeInfoView()
166 title = ref->name(); in FileNodeInfoView()
167 title += " "; in FileNodeInfoView()
168 title += B_TRANSLATE("(no file)"); in FileNodeInfoView()
170 setTitle(title); in FileNodeInfoView()
/haiku/docs/interface_guidelines/
H A Dhaiku.css9 *, title { selector
29 chapter title, appendix title {
32 sect1 title {
36 title { selector
/haiku/headers/libs/print/libprint/
H A DBlockingWindow.h58 HWindow(BRect frame, const char *title,
62 HWindow(BRect frame, const char *title,
81 BlockingWindow(BRect frame, const char *title,
85 BlockingWindow(BRect frame, const char *title,
103 void Init(const char* title);
/haiku/src/bin/network/ppp_up/
H A DConnectionWindow.cpp16 BString title("Connecting to "); in ConnectionWindow() local
17 title << "\"" << interfaceName << "\"..."; in ConnectionWindow()
18 SetTitle(title.String()); in ConnectionWindow()
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.cpp46 Panel::Panel(BRect frame, const char* title, in Panel() argument
49 : BWindow(frame, title, type, flags, workspace) in Panel()
55 Panel::Panel(BRect frame, const char* title, in Panel() argument
58 : BWindow(frame, title, look, feel, flags, workspace) in Panel()
/haiku/src/apps/launchbox/
H A DPanel.cpp52 Panel::Panel(BRect frame, const char* title, in Panel() argument
55 : BWindow(frame, title, type, flags, workspace) in Panel()
61 Panel::Panel(BRect frame, const char* title, in Panel() argument
64 : BWindow(frame, title, look, feel, flags, workspace) in Panel()
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.cpp52 Panel::Panel(BRect frame, const char* title, in Panel() argument
55 : BWindow(frame, title, type, flags, workspace) in Panel()
61 Panel::Panel(BRect frame, const char* title, in Panel() argument
64 : BWindow(frame, title, look, feel, flags, workspace) in Panel()
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp40 TagLib::String title = tag->title(); in AnalyseEntry() local
43 title.toCString(), album.toCString()); in AnalyseEntry()
51 const char* cTitle = title.toCString(true); in AnalyseEntry()
/haiku/headers/private/interface/
H A DColumnTypes.h33 BTitledColumn(const char* title, float width, float minWidth,
39 void SetTitle(const char* title);
83 BStringColumn(const char* title, float width,
124 BDateColumn(const char* title, float width,
157 BSizeColumn(const char* title, float width,
185 BIntegerColumn(const char* title, float width,
213 BBitmapColumn(const char* title, float width,
/haiku/src/add-ons/translators/shared/
H A DTranslatorWindow.cpp55 TranslatorWindow::TranslatorWindow(BRect area, const char *title) in TranslatorWindow() argument
56 : BWindow(area, title, B_TITLED_WINDOW, in TranslatorWindow()
85 LaunchTranslatorWindow(BTranslator *translator, const char *title, BRect rect) in LaunchTranslatorWindow() argument
99 TranslatorWindow *wnd = new TranslatorWindow(rect, title); in LaunchTranslatorWindow()
/haiku/src/preferences/media/
H A DMediaWindow.h42 void SelectAudioSettings(const char* title);
43 void SelectVideoSettings(const char* title);
44 void SelectAudioMixer(const char* title);
45 void SelectMidiSettings(const char* title);
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp179 BString title = B_TRANSLATE("Node '%name%' created"); in nodeCreated() local
180 title.ReplaceFirst("%name%", ref->name()); in nodeCreated()
181 logMsg.AddString("title", title); in nodeCreated()
221 BString title = B_TRANSLATE("Node '%name%' released"); in nodeDeleted() local
222 title.ReplaceFirst("%name%", ref->name()); in nodeDeleted()
223 logMsg.AddString("title", title); in nodeDeleted()
245 BString title = B_TRANSLATE("Connection made"); in connectionMade() local
247 title = B_TRANSLATE("Connection '%name%' made"); in connectionMade()
248 title.ReplaceFirst("%name%", connection->outputName()); in connectionMade()
250 logMsg.AddString("title", title); in connectionMade()
[all …]

12345678910>>...25