Symbol: ReplaceFirst
3rdparty/proj2make/proj2make.cpp
198
data.ReplaceFirst("/boot/develop/headers/be", "/boot/system/develop/os");
3rdparty/proj2make/proj2make.cpp
199
data.ReplaceFirst("/boot/develop/headers/cpp", "/boot/system/develop/c++");
3rdparty/proj2make/proj2make.cpp
200
data.ReplaceFirst("/boot/develop/headers/posix", "/boot/system/develop/headers/posix");
headers/os/support/String.h
265
BString& ReplaceFirst(char replaceThis, char withThis);
headers/os/support/String.h
271
BString& ReplaceFirst(const char* replaceThis,
src/add-ons/mail_daemon/inbound_filters/notifier/NotifierFilter.cpp
86
text.ReplaceFirst("%account", fMailProtocol.AccountSettings().Name());
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
324
message.ReplaceFirst("%server%", fSettings.Server());
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
325
message.ReplaceFirst("%error%", strerror(status));
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
328
errorMessage.ReplaceFirst("%serv", server);
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
382
errorMessage.ReplaceFirst("%user", uid);
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
282
errorMessage.ReplaceFirst("%serv",
src/add-ons/mail_daemon/outbound_protocols/smtp/SMTP.cpp
306
errorMessage.ReplaceFirst("%serv",
src/add-ons/screen_savers/ifs/IFSSaver.cpp
124
aboutScreenSaver.ReplaceFirst("%screenSaverName%", screenSaverName);
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
136
temp.ReplaceFirst("%s", filename.String());
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
211
message.ReplaceFirst("%s", fArchiveName.String());
src/add-ons/translators/jpeg/JPEGTranslator.cpp
1277
str1.ReplaceFirst("Be Bitmap Format (JPEGTranslator)",
src/apps/bootmanager/BootManagerController.cpp
227
message.ReplaceFirst("%disk", disk);
src/apps/bootmanager/BootManagerController.cpp
228
message.ReplaceFirst("%file", path);
src/apps/bootmanager/BootManagerController.cpp
319
description.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("BootManager"));
src/apps/bootmanager/BootManagerController.cpp
341
description.ReplaceFirst("%s", disk);
src/apps/bootmanager/BootManagerController.cpp
368
description.ReplaceFirst("%s", file);
src/apps/bootmanager/BootManagerController.cpp
385
description.ReplaceFirst("%s", disk);
src/apps/bootmanager/BootManagerController.cpp
461
description.ReplaceFirst("%DISK", disk);
src/apps/bootmanager/BootManagerController.cpp
462
description.ReplaceFirst("%FILE", file);
src/apps/bootmanager/DefaultPartitionPage.cpp
257
label.ReplaceFirst("%s", text);
src/apps/bootmanager/LegacyBootMenu.cpp
256
buffer.ReplaceFirst("%d", number);
src/apps/codycam/CodyCam.cpp
238
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("CodyCam"));
src/apps/cortex/InfoView/InfoView.cpp
188
title.ReplaceFirst("%title%", m_title);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
814
m_fullLabel.ReplaceFirst("%refname%", ref->name());
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1693
s.ReplaceFirst("%rename%", panel->ref->name());
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1775
s.ReplaceFirst("%filename%", fileName);
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
285
s.ReplaceFirst("%infoname%", info.name);
src/apps/cortex/ParameterView/ParameterWindow.cpp
171
s.ReplaceFirst("%error%", strerror(error));
src/apps/cortex/ParameterView/ParameterWindow.cpp
96
title.ReplaceFirst("%nodeinfo%", nodeInfo.name);
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
180
title.ReplaceFirst("%name%", ref->name());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
222
title.ReplaceFirst("%name%", ref->name());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
248
title.ReplaceFirst("%name%", connection->outputName());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
280
line.ReplaceFirst("%producer%", producer->name());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
281
line.ReplaceFirst("%consumer%", consumer->name());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
351
title.ReplaceFirst("%name%", connection->outputName());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
388
line.ReplaceFirst("%producer%", producer->name());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
389
line.ReplaceFirst("%consumer%", consumer->name());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
435
line.ReplaceFirst("%producer%", producer->name());
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
436
line.ReplaceFirst("%consumer%", consumer->name());
src/apps/cortex/addons/common/AudioFilterNode.cpp
1297
groupName.ReplaceFirst("%groupname%", Name());
src/apps/deskbar/DeskbarMenu.cpp
289
menuLabel.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Deskbar"));
src/apps/deskbar/PreferencesWindow.cpp
56
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Deskbar"));
src/apps/devices/DeviceACPI.cpp
111
string.ReplaceFirst("%1", nodeACPIPath);
src/apps/devices/DeviceACPI.cpp
117
string.ReplaceFirst("%1", nodeACPIHid);
src/apps/devices/DeviceACPI.cpp
99
string.ReplaceFirst("%2", nodeACPIPath);
src/apps/diskusage/InfoWindow.cpp
74
stringTitle.ReplaceFirst("%refName%", f->ref.name);
src/apps/diskusage/InfoWindow.cpp
93
name.ReplaceFirst("%size%", tmp);
src/apps/diskusage/Scanner.cpp
152
stringScan.ReplaceFirst("%refName%", fSnapshot->name.c_str());
src/apps/diskusage/Scanner.cpp
172
string.ReplaceFirst("%refName%", fSnapshot->name.c_str());
src/apps/diskusage/Scanner.cpp
185
stringScan.ReplaceFirst("%refName%", startInfo->ref.name);
src/apps/drivesetup/MainWindow.cpp
1525
message.ReplaceFirst("%s", partition->ContentName());
src/apps/drivesetup/MainWindow.cpp
1604
message.ReplaceFirst("%s", previousName.String());
src/apps/drivesetup/MainWindow.cpp
1610
message.ReplaceFirst("%s", previousName.String());
src/apps/drivesetup/MainWindow.cpp
535
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("DriveSetup"));
src/apps/drivesetup/MainWindow.cpp
576
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("DriveSetup"));
src/apps/drivesetup/MainWindow.cpp
595
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("DriveSetup"));
src/apps/drivesetup/MainWindow.cpp
768
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("DriveSetup"));
src/apps/expander/DirectoryFilePanel.cpp
95
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Expander"));
src/apps/expander/ExpanderPreferences.cpp
54
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Expander"));
src/apps/expander/ExpanderWindow.cpp
262
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Expander"));
src/apps/expander/ExpanderWindow.cpp
683
text.ReplaceFirst("%s", path.Leaf());
src/apps/expander/ExpanderWindow.cpp
819
text.ReplaceFirst("%s", path.Leaf());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
315
message.ReplaceFirst("%message%", ex.Message());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
336
message.ReplaceFirst("%message%", strerror(result));
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.cpp
177
alertText.ReplaceFirst("%error%", error);
src/apps/haikudepot/ui/App.cpp
464
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("HaikuDepot"));
src/apps/haikudepot/ui/MainWindow.cpp
2115
title.ReplaceFirst("%AppName%", B_TRANSLATE_SYSTEM_NAME("HaikuDepot"));
src/apps/haikudepot/ui/MainWindow.cpp
2116
title.ReplaceFirst("%PackageName%", pkg->Name());
src/apps/haikudepot/ui/MainWindow.cpp
2117
title.ReplaceFirst("%PackageVersion%", versionString);
src/apps/haikudepot/ui/ShuttingDownWindow.cpp
34
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("HaikuDepot"));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
442
text.ReplaceFirst("%Appname%", B_TRANSLATE_SYSTEM_NAME("HaikuDepot"));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
461
text.ReplaceFirst("%Appname%", B_TRANSLATE_SYSTEM_NAME("HaikuDepot"));
src/apps/icon-o-matic/MainWindow.cpp
415
label.ReplaceFirst("%action%", temp);
src/apps/icon-o-matic/MainWindow.cpp
427
label.ReplaceFirst("%action%", temp);
src/apps/icon-o-matic/document/SetPropertiesCommand.cpp
99
name.ReplaceFirst("%property%", property);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
153
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Icon-O-Matic"));
src/apps/installer/InstallerWindow.cpp
517
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Installer"));
src/apps/installer/WorkerThread.cpp
557
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Installer"));
src/apps/launchbox/App.cpp
61
name.ReplaceFirst("%1", string);
src/apps/launchbox/App.cpp
95
name.ReplaceFirst("%1", string);
src/apps/launchbox/MainWindow.cpp
150
errStr.ReplaceFirst("%1", path.Path());
src/apps/launchbox/MainWindow.cpp
152
errStr.ReplaceFirst("%1", button->Ref()->name);
src/apps/launchbox/MainWindow.cpp
164
errStr.ReplaceFirst("%2", button->AppSignature());
src/apps/launchbox/MainWindow.cpp
227
helper.ReplaceFirst("%3", ref->name);
src/apps/login/LoginApp.cpp
60
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Login"));
src/apps/login/LoginApp.cpp
99
msg.ReplaceFirst("%1", strerror(error));
src/apps/magnify/Magnify.cpp
1147
dimensions.ReplaceFirst("width", B_TRANSLATE("width"));
src/apps/magnify/Magnify.cpp
1148
dimensions.ReplaceFirst("height", B_TRANSLATE("height"));
src/apps/mail/Content.cpp
2362
name.ReplaceFirst("%name%", enclosure->name);
src/apps/mail/Content.cpp
2363
name.ReplaceFirst("%type%", typeDescription);
src/apps/mail/MailWindow.cpp
1789
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Mail"));
src/apps/mail/MailWindow.cpp
2517
messageString.ReplaceFirst("%ld", countString);
src/apps/mail/Prefs.cpp
139
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Mail"));
src/apps/mediaconverter/MediaConverterWindow.cpp
1039
errorString.ReplaceFirst("%strPath%", path.Path());
src/apps/mediaconverter/MediaConverterWindow.cpp
482
errorString.ReplaceFirst("%strError%", strerror(status));
src/apps/mediaplayer/InfoWin.cpp
508
rateString.ReplaceFirst("%d", "??");
src/apps/mediaplayer/MainApp.cpp
423
finalPanelTitle.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("MediaPlayer"));
src/apps/mediaplayer/MainApp.cpp
424
finalPanelTitle.ReplaceFirst("%title%", panelTitle);
src/apps/mediaplayer/MainWin.cpp
1337
message.ReplaceFirst("%app%", kApplicationName);
src/apps/mediaplayer/settings/SettingsWindow.cpp
50
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("MediaPlayer"));
src/apps/networkstatus/NetworkStatus.cpp
166
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("NetworkStatus"));
src/apps/networkstatus/NetworkStatus.cpp
93
str.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("NetworkStatus"));
src/apps/networkstatus/NetworkStatusView.cpp
334
text.ReplaceFirst("%ifaceName", name);
src/apps/packageinstaller/PackageItem.cpp
228
pathString.ReplaceFirst("/boot/beos/system",
src/apps/packageinstaller/PackageItem.cpp
235
pathString.ReplaceFirst("/boot/system",
src/apps/packageinstaller/PackageItem.cpp
241
pathString.ReplaceFirst("/boot/home/config",
src/apps/pairs/PairsWindow.cpp
304
strAbout.ReplaceFirst("%app%",
src/apps/people/AttributeTextControl.cpp
39
.ReplaceFirst("%attribute_label", label));
src/apps/people/PictureView.cpp
446
name.ReplaceFirst("%name%", Window() ? Window()->Title() :
src/apps/people/PictureView.cpp
567
text.ReplaceFirst("%name%", name);
src/apps/poorman/PoorManPreferencesWindow.cpp
34
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("PoorMan"));
src/apps/poorman/PoorManPreferencesWindow.cpp
83
title.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("PoorMan"));
src/apps/poorman/PoorManWindow.cpp
546
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("PoorMan"));
src/apps/powerstatus/PowerStatus.cpp
111
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("PowerStatus"));
src/apps/powerstatus/PowerStatus.cpp
137
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("PowerStatus"));
src/apps/processcontroller/PCWorld.cpp
77
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("ProcessController"));
src/apps/processcontroller/PCWorld.cpp
91
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("ProcessController"));
src/apps/processcontroller/ProcessController.cpp
919
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("ProcessController"));
src/apps/pulse/CPUButton.cpp
203
menuLabel.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Pulse"));
src/apps/pulse/PulseApp.cpp
226
message.ReplaceFirst("%s", name);
src/apps/pulse/PulseView.cpp
75
menuLabel.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Pulse"));
src/apps/showimage/ShowImageWindow.cpp
1297
prompt.ReplaceFirst("%filename%", fImageView->Image()->name);
src/apps/showimage/ShowImageWindow.cpp
1298
prompt.ReplaceFirst("%number%", pageString);
src/apps/showimage/ShowImageWindow.cpp
1302
prompt.ReplaceFirst("%filename%", fImageView->Image()->name);
src/apps/softwareupdater/CheckManager.cpp
134
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater"));
src/apps/stylededit/StyledEditWindow.cpp
136
alertText.ReplaceFirst("%title%", Title());
src/apps/stylededit/StyledEditWindow.cpp
1548
text.ReplaceFirst("%filename%", name);
src/apps/stylededit/StyledEditWindow.cpp
1551
text.ReplaceFirst("%filename%", name);
src/apps/stylededit/StyledEditWindow.cpp
1552
text.ReplaceFirst("%error%", strerror(status));
src/apps/stylededit/StyledEditWindow.cpp
1616
alertText.ReplaceFirst("%filename%", name);
src/apps/stylededit/StyledEditWindow.cpp
1624
alertText.ReplaceFirst("%title%", Title());
src/apps/stylededit/StyledEditWindow.cpp
662
alertText.ReplaceFirst("%error%", strerror(status));
src/apps/stylededit/StyledEditWindow.cpp
843
alertText.ReplaceFirst("%filename%", name);
src/apps/stylededit/StyledEditWindow.cpp
863
alertText.ReplaceFirst("%filename%", name);
src/apps/stylededit/StyledEditWindow.cpp
864
alertText.ReplaceFirst("%error%", strerror(status));
src/apps/terminal/PrefWindow.cpp
41
title.ReplaceFirst("%app%", app);
src/apps/terminal/Shell.cpp
547
alertCommand.ReplaceFirst("%command", argv[0]);
src/apps/terminal/Shell.cpp
548
alertCommand.ReplaceFirst("%error", strerror(errno));
src/apps/terminal/TermApp.cpp
129
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Terminal"));
src/apps/terminal/TermWindow.cpp
390
alertMessage.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Terminal"));
src/apps/terminal/TermWindow.cpp
391
alertMessage.ReplaceFirst("%1", busyProcessNames);
src/apps/terminal/TermWindow.cpp
502
newTerminal.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("Terminal"));
src/apps/text_search/GrepWindow.cpp
1537
str1.ReplaceFirst("%APP_NAME", B_TRANSLATE_NOCOLLECT(kAppName));
src/apps/webpositive/BookmarkBar.cpp
249
errorMessage.ReplaceFirst("%path%", path.Path());
src/apps/webpositive/BookmarkBar.cpp
260
errorMessage.ReplaceFirst("%leaf%", path.Leaf());
src/apps/webpositive/BrowserApp.cpp
395
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("WebPositive"));
src/apps/webpositive/BrowserApp.cpp
94
text.ReplaceFirst("%appname%", B_TRANSLATE_SYSTEM_NAME("WebPositive"));
src/apps/webpositive/BrowserWindow.cpp
1551
status.ReplaceFirst("%url", url);
src/apps/webpositive/BrowserWindow.cpp
1566
status.ReplaceFirst("%url", url);
src/apps/webpositive/BrowserWindow.cpp
1593
status.ReplaceFirst("%url", url);
src/apps/webpositive/BrowserWindow.cpp
1610
status.ReplaceFirst("%url", url);
src/apps/webpositive/BrowserWindow.cpp
2067
message.ReplaceFirst("%error", strerror(status));
src/apps/webpositive/BrowserWindow.cpp
2144
message.ReplaceFirst("%error", strerror(status));
src/apps/webpositive/BrowserWindow.cpp
2170
message.ReplaceFirst("%error", strerror(status));
src/apps/webpositive/BrowserWindow.cpp
949
string.ReplaceFirst("%addedCount", BString() << addedCount);
src/apps/webpositive/DownloadProgressView.cpp
811
buffer.ReplaceFirst("%currentSize%", currentSize);
src/apps/webpositive/DownloadProgressView.cpp
812
buffer.ReplaceFirst("%expectedSize%", expectedSize);
src/apps/webpositive/DownloadProgressView.cpp
815
buffer.ReplaceFirst("%currentSize%", currentSize);
src/apps/webpositive/DownloadProgressView.cpp
818
buffer.ReplaceFirst("%rate%", string_for_size(fBytesPerSecond,
src/apps/webpositive/DownloadProgressView.cpp
862
statusString.ReplaceFirst("%date", timeText);
src/apps/webpositive/DownloadProgressView.cpp
863
statusString.ReplaceFirst("%duration", finishString);
src/apps/webpositive/DownloadProgressView.cpp
871
statusString.ReplaceFirst("%date", timeText);
src/apps/webpositive/DownloadWindow.cpp
276
errorString.ReplaceFirst("%error", strerror(status));
src/bin/desklink/DeskButton.cpp
173
label.ReplaceFirst("%name", fRef.name);
src/bin/dstcheck.cpp
94
string.ReplaceFirst("%current time%", timestring);
src/bin/pkgman/command_info.cpp
149
text.ReplaceFirst("%name%", package->Name());
src/bin/pkgman/command_info.cpp
150
text.ReplaceFirst("%summary%", package->Info().Summary());
src/bin/pkgman/command_info.cpp
151
text.ReplaceFirst("%description%", package->Info().Description());
src/kits/interface/AboutWindow.cpp
397
title.ReplaceFirst("%app%", appName);
src/kits/interface/Dragger.cpp
741
about.ReplaceFirst("%app", name);
src/kits/interface/ZombieReplicantView.cpp
63
error.ReplaceFirst("%description", description);
src/kits/interface/ZombieReplicantView.cpp
68
error.ReplaceFirst("%error", strerror(fError));
src/kits/shared/AboutMenuItem.cpp
38
label.ReplaceFirst("%app%", name);
src/kits/shared/AboutMenuItem.cpp
40
label.ReplaceFirst("%app%", "(NULL)");
src/kits/tracker/ContainerWindow.cpp
251
buffer.ReplaceFirst("%error", strerror(result));
src/kits/tracker/ContainerWindow.cpp
252
buffer.ReplaceFirst("%name", addOnRef.name);
src/kits/tracker/ContainerWindow.cpp
3019
buffer.ReplaceFirst("%error", strerror(result));
src/kits/tracker/ContainerWindow.cpp
3020
buffer.ReplaceFirst("%name", addOnRef.name);
src/kits/tracker/ContainerWindow.cpp
323
buffer.ReplaceFirst("%error", strerror(result));
src/kits/tracker/ContainerWindow.cpp
324
buffer.ReplaceFirst("%name", addOnRef.name);
src/kits/tracker/ContainerWindow.cpp
3577
name.ReplaceFirst('_', '/');
src/kits/tracker/CountView.cpp
227
itemString.ReplaceFirst("%total", lastCountStr);
src/kits/tracker/CountView.cpp
228
itemString.ReplaceFirst("%filter", Filter());
src/kits/tracker/CountView.cpp
248
itemString.ReplaceFirst("%total", lastCountStr);
src/kits/tracker/FSUtils.cpp
1151
error.ReplaceFirst("%name", srcRef->name);
src/kits/tracker/FSUtils.cpp
1167
error.ReplaceFirst("%name", srcRef->name);
src/kits/tracker/FSUtils.cpp
1168
error.ReplaceFirst("%error", strerror(result));
src/kits/tracker/FSUtils.cpp
1896
errorString.ReplaceFirst("%name", ref.name);
src/kits/tracker/FSUtils.cpp
1905
buffer.ReplaceFirst("%name", error.fName);
src/kits/tracker/FSUtils.cpp
2047
buffer.ReplaceFirst("%name", name);
src/kits/tracker/FSUtils.cpp
2297
replaceMsg.ReplaceFirst("%name", name);
src/kits/tracker/FSUtils.cpp
2300
replaceMsg.ReplaceFirst("%name", name);
src/kits/tracker/FSUtils.cpp
2301
replaceMsg.ReplaceFirst("%verb",
src/kits/tracker/FSUtils.cpp
2322
replaceMsg.ReplaceFirst("%dest", destBuffer);
src/kits/tracker/FSUtils.cpp
2323
replaceMsg.ReplaceFirst("%src", sourceBuffer);
src/kits/tracker/FSUtils.cpp
2324
replaceMsg.ReplaceFirst("%movemode", moveMode == kMoveSelectionTo
src/kits/tracker/FSUtils.cpp
2374
error.ReplaceFirst("%name", name);
src/kits/tracker/FSUtils.cpp
3530
alertString.ReplaceFirst("%name", appRef->name);
src/kits/tracker/FSUtils.cpp
3531
alertString.ReplaceFirst("%error", strerror(error));
src/kits/tracker/FSUtils.cpp
359
buffer.ReplaceFirst("%name", name);
src/kits/tracker/FSUtils.cpp
360
buffer.ReplaceFirst("%error", strerror(error));
src/kits/tracker/FSUtils.cpp
3685
alertString.ReplaceFirst("%name", documentRef.name);
src/kits/tracker/FSUtils.cpp
3686
alertString.ReplaceFirst("%error", strerror(error));
src/kits/tracker/FSUtils.cpp
3756
alertString.ReplaceFirst("%name", app.name);
src/kits/tracker/FSUtils.cpp
3763
alertString.ReplaceFirst("%name", app.name);
src/kits/tracker/FSUtils.cpp
3767
alertString.ReplaceFirst("%name", app.name);
src/kits/tracker/FSUtils.cpp
3793
alertString.ReplaceFirst("%name", app.name);
src/kits/tracker/FSUtils.cpp
3794
alertString.ReplaceFirst("%error", strerror(error));
src/kits/tracker/FSUtils.cpp
3804
alertString.ReplaceFirst("%document", documentRef.name);
src/kits/tracker/FSUtils.cpp
3805
alertString.ReplaceFirst("%app", app.name);
src/kits/tracker/FSUtils.cpp
3810
alertString.ReplaceFirst("%name", documentRef.name);
src/kits/tracker/FSUtils.cpp
3811
alertString.ReplaceFirst("%error", strerror(error));
src/kits/tracker/FSUtils.cpp
3819
alertString.ReplaceFirst("%document", documentRef.name);
src/kits/tracker/FSUtils.cpp
3820
alertString.ReplaceFirst("%app", app.name);
src/kits/tracker/FSUtils.cpp
3821
alertString.ReplaceFirst("%symbol",
src/kits/tracker/FSUtils.cpp
3826
alertString.ReplaceFirst("%document", documentRef.name);
src/kits/tracker/FSUtils.cpp
3827
alertString.ReplaceFirst("%symbol",
src/kits/tracker/FSUtils.cpp
3837
alertString.ReplaceFirst("%document", documentRef.name);
src/kits/tracker/FSUtils.cpp
3838
alertString.ReplaceFirst("%app", app.name);
src/kits/tracker/FSUtils.cpp
3839
alertString.ReplaceFirst("%library",
src/kits/tracker/FSUtils.cpp
3844
alertString.ReplaceFirst("%document", documentRef.name);
src/kits/tracker/FSUtils.cpp
3845
alertString.ReplaceFirst("%library",
src/kits/tracker/FSUtils.cpp
3852
alertString.ReplaceFirst("%document", documentRef.name);
src/kits/tracker/FSUtils.cpp
3853
alertString.ReplaceFirst("%app", app.name);
src/kits/tracker/FSUtils.cpp
3854
alertString.ReplaceFirst("%error", strerror(error));
src/kits/tracker/FSUtils.cpp
705
warning.ReplaceFirst("%target", B_TRANSLATE("the MIME settings"));
src/kits/tracker/FSUtils.cpp
708
warning.ReplaceFirst("%target", B_TRANSLATE("the config folder"));
src/kits/tracker/FSUtils.cpp
712
warning.ReplaceFirst("%target", B_TRANSLATE("the settings folder"));
src/kits/tracker/FSUtils.cpp
731
warning.ReplaceFirst("%osName", "Haiku");
src/kits/tracker/FSUtils.cpp
733
warning.ReplaceFirst("%osName", name.sysname);
src/kits/tracker/FSUtils.cpp
865
text.ReplaceFirst("%filename%", name);
src/kits/tracker/FSUtils.cpp
921
errorStr.ReplaceFirst("%trash%", folderName.String());
src/kits/tracker/FilePanelPriv.cpp
1598
str.ReplaceFirst("%name", fTextControl->Text());
src/kits/tracker/FindPanel.cpp
2109
name.ReplaceFirst("%name", textControl->Text());
src/kits/tracker/FindPanel.cpp
2117
name.ReplaceFirst("%formula", textControl->Text());
src/kits/tracker/OpenWithWindow.cpp
134
buffer.ReplaceFirst("%name", ref.name);
src/kits/tracker/OpenWithWindow.cpp
1657
description->ReplaceFirst("%type", type);
src/kits/tracker/OpenWithWindow.cpp
1674
description->ReplaceFirst("%type", shortDescription);
src/kits/tracker/OpenWithWindow.cpp
1676
description->ReplaceFirst("%type", mimeType.Type());
src/kits/tracker/OpenWithWindow.cpp
721
errorString.ReplaceFirst("%appname", pose->TargetModel()->Name());
src/kits/tracker/OpenWithWindow.cpp
739
warning.ReplaceFirst("%appname", pose->TargetModel()->Name());
src/kits/tracker/PoseView.cpp
4457
labelText.ReplaceFirst("%s", description.String());
src/kits/tracker/PoseView.cpp
6676
message.ReplaceFirst("%errstring", regExpression.ErrorString());
src/kits/tracker/StatusWindow.cpp
596
buffer.ReplaceFirst("%items", totalStr);
src/kits/tracker/StatusWindow.cpp
708
buffer.ReplaceFirst("%dir", fDestDir);
src/kits/tracker/StatusWindow.cpp
763
buffer.ReplaceFirst("%SizeProcessed",
src/kits/tracker/StatusWindow.cpp
766
buffer.ReplaceFirst("%TotalSize",
src/kits/tracker/StatusWindow.cpp
769
buffer.ReplaceFirst("%BytesPerSecond",
src/kits/tracker/StatusWindow.cpp
784
buffer.ReplaceFirst("%BytesPerSecond",
src/kits/tracker/StatusWindow.cpp
838
buffer.ReplaceFirst("%time", timeText);
src/kits/tracker/StatusWindow.cpp
859
buffer.ReplaceFirst("%time", timeText);
src/kits/tracker/StatusWindow.cpp
860
buffer.ReplaceFirst("%finishtime", finishStr);
src/kits/tracker/TrackerInitialState.cpp
753
errorMessage.ReplaceFirst("%func", __PRETTY_FUNCTION__);
src/kits/tracker/TrackerInitialState.cpp
754
errorMessage.ReplaceFirst("%error", strerror(status));
src/kits/tracker/infowindow/GeneralInfoView.cpp
742
fSizeString.ReplaceFirst("%capacity", sizeStr);
src/kits/tracker/infowindow/GeneralInfoView.cpp
744
fSizeString.ReplaceFirst("%used", sizeStr);
src/kits/tracker/infowindow/GeneralInfoView.cpp
746
fSizeString.ReplaceFirst("%free", sizeStr);
src/kits/tracker/infowindow/InfoWindow.cpp
241
buffer.ReplaceFirst("%name", TargetModel()->Name());
src/kits/tracker/infowindow/InfoWindow.cpp
608
title.ReplaceFirst("%name", fModel->Name());
src/preferences/appearance/LookAndFeelSettingsView.cpp
212
infoText.ReplaceFirst("%decorName", decor->Name().String());
src/preferences/appearance/LookAndFeelSettingsView.cpp
213
infoText.ReplaceFirst("%decorAuthors", authorsText.String());
src/preferences/appearance/LookAndFeelSettingsView.cpp
214
infoText.ReplaceFirst("%decorLic", decor->LicenseName().String());
src/preferences/appearance/LookAndFeelSettingsView.cpp
215
infoText.ReplaceFirst("%decorURL", decor->SupportURL().String());
src/preferences/appearance/LookAndFeelSettingsView.cpp
216
infoText.ReplaceFirst("%decorDesc",
src/preferences/backgrounds/BackgroundsView.cpp
1082
folderMenuText.ReplaceFirst("%path", path.Leaf());
src/preferences/bluetooth/InquiryPanel.cpp
283
text.ReplaceFirst("%secs%", elapsedTime);
src/preferences/bluetooth/InquiryPanel.cpp
305
progressText.ReplaceFirst("%1", namestr.String());
src/preferences/filetypes/ApplicationTypeWindow.cpp
546
title.ReplaceFirst("%1", name);
src/preferences/media/MediaWindow.cpp
314
text.ReplaceFirst("%prefname%", B_TRANSLATE_SYSTEM_NAME("Media"));
src/preferences/notifications/PrefletWin.cpp
257
title.ReplaceFirst("%prefname%", B_TRANSLATE_SYSTEM_NAME("Notifications"));
src/preferences/printers/PrinterListView.cpp
455
s.ReplaceFirst("%driver%", fDriverName);
src/preferences/printers/PrinterListView.cpp
462
s.ReplaceFirst("%transport%", fTransport);
src/preferences/printers/PrinterListView.cpp
463
s.ReplaceFirst("%transport_address%", fTransportAddress);
src/preferences/printers/PrintersWindow.cpp
139
text.ReplaceFirst("%printer_name%", fSelectedPrinter->Name());
src/preferences/printers/TestPageView.cpp
263
text.ReplaceFirst("%printer_name%", fPrinter->Name());
src/preferences/printers/TestPageView.cpp
264
text.ReplaceFirst("%driver%", fPrinter->Driver());
src/preferences/printers/TestPageView.cpp
268
text.ReplaceFirst("%transport%", fPrinter->Transport());
src/preferences/printers/TestPageView.cpp
269
text.ReplaceFirst("%transport_address%", fPrinter->TransportAddress());
src/preferences/repositories/RepositoriesView.cpp
597
text.ReplaceFirst("%prefname%", B_TRANSLATE_SYSTEM_NAME("Repositories"));
src/preferences/repositories/RepositoriesView.cpp
613
text.ReplaceFirst("%name%", repoName);
src/preferences/repositories/TaskLooper.cpp
253
errorDetails.ReplaceFirst("%name%", nameString);
src/preferences/repositories/TaskLooper.cpp
276
errorDetails.ReplaceFirst("%url%", urlParam);
src/preferences/repositories/TaskLooper.cpp
297
errorDetails.ReplaceFirst("%name%", nameString);
src/preferences/repositories/TaskTimer.cpp
162
text.ReplaceFirst("%name%", nameString);
src/preferences/repositories/TaskTimer.cpp
77
text.ReplaceFirst("%name%", nameString);
src/preferences/screen/AlertWindow.cpp
110
string.ReplaceFirst("%seconds", tmp);
src/preferences/shortcuts/ShortcutsWindow.cpp
289
text.ReplaceFirst("%prefname%", B_TRANSLATE_SYSTEM_NAME("Shortcuts"));
src/preferences/shortcuts/ShortcutsWindow.cpp
574
text.ReplaceFirst("%prefname%", B_TRANSLATE_SYSTEM_NAME("Shortcuts"));
src/preferences/shortcuts/ShortcutsWindow.cpp
628
text.ReplaceFirst("%prefname%", B_TRANSLATE_SYSTEM_NAME("Shortcuts"));
src/servers/app/font/FontFamily.cpp
210
alternative.ReplaceFirst("Italic", "Oblique");
src/servers/app/font/FontFamily.cpp
214
alternative.ReplaceFirst("Oblique", "Italic");
src/servers/bluetooth/DeskbarReplicant.cpp
219
error.ReplaceFirst("%status%", strerror(status));
src/servers/debug/DebugWindow.cpp
41
buffer.ReplaceFirst("%app", appName);
src/servers/keystore/AppAccessRequestWindow.cpp
56
details.ReplaceFirst("%signature%", signature);
src/servers/keystore/AppAccessRequestWindow.cpp
57
details.ReplaceFirst("%path%", path);
src/servers/keystore/AppAccessRequestWindow.cpp
62
details.ReplaceFirst("%keyringName%", keyringName);
src/servers/keystore/AppAccessRequestWindow.cpp
68
details.ReplaceFirst("%accessString%", accessString);
src/servers/launch/Utility.cpp
112
path.ReplaceFirst("~", home);
src/servers/mail/DefaultNotifier.cpp
38
desc.ReplaceFirst("%name", fAccountName);
src/servers/mail/MailDaemonApplication.cpp
374
fAlertString.ReplaceFirst("%name", msg->FindString("name"));
src/servers/print/ConfigWindow.cpp
523
job.ReplaceFirst("%1", number);
src/servers/print/ConfigWindow.cpp
525
job.ReplaceFirst("%2", number);
src/servers/print/ConfigWindow.cpp
527
job.ReplaceFirst("%3", number);
src/servers/print/ConfigWindow.cpp
531
job.ReplaceFirst("%1", number);
src/servers/print/ConfigWindow.cpp
537
job.ReplaceFirst("%1", number);
src/servers/print/ConfigWindow.cpp
539
job.ReplaceFirst("%2", number);
src/servers/print/PrintServerApp.R5.cpp
144
text.ReplaceFirst("@", printerName.String());
src/servers/registrar/ShutdownProcess.cpp
1320
title.ReplaceFirst("%action%", fReboot ? restart : shutdown);
src/servers/registrar/ShutdownProcess.cpp
1565
buffer.ReplaceFirst("%appName%", appName);
src/servers/registrar/ShutdownProcess.cpp
1769
buffer.ReplaceFirst("%appName%", appName);
src/servers/registrar/ShutdownProcess.cpp
1869
buffer.ReplaceFirst("%appName%", appName);
src/tests/kits/support/StringReplaceTest.cpp
158
str.ReplaceFirst("sea", "the");
src/tests/kits/support/StringReplaceTest.cpp
165
str.ReplaceFirst("tex", "the");
src/tests/kits/support/StringReplaceTest.cpp
172
str.ReplaceFirst("%name", NULL);
src/tests/kits/support/StringReplaceTest.cpp
81
str.ReplaceFirst('t', 'b');
src/tests/kits/support/StringReplaceTest.cpp
88
str.ReplaceFirst('x', 'b');
src/tools/translation/inspector/ImageView.cpp
357
string.ReplaceFirst("%1", char_format(pfmts[i].type));
src/tools/translation/inspector/ImageView.cpp
358
string.ReplaceFirst("%2", hex_format(pfmts[i].type));
src/tools/translation/inspector/ImageView.cpp
359
string.ReplaceFirst("%3", char_format(pfmts[i].group));
src/tools/translation/inspector/ImageView.cpp
360
string.ReplaceFirst("%4", hex_format(pfmts[i].group));
src/tools/translation/inspector/ImageView.cpp
363
string.ReplaceFirst("%5", str2 );
src/tools/translation/inspector/ImageView.cpp
366
string.ReplaceFirst("%6", str2 );
src/tools/translation/inspector/ImageView.cpp
367
string.ReplaceFirst("%7", pfmts[i].MIME);
src/tools/translation/inspector/ImageView.cpp
368
string.ReplaceFirst("%8", pfmts[i].name);
src/tools/translation/inspector/ImageView.cpp
401
bstr.ReplaceFirst("%1", path.Path());
src/tools/translation/inspector/ImageView.cpp
403
bstr.ReplaceFirst("%2", get_color_space_name(cs));
src/tools/translation/inspector/ImageView.cpp
404
bstr.ReplaceFirst("%3", hex_format(static_cast<uint32>(cs)));
src/tools/translation/inspector/ImageView.cpp
407
bstr.ReplaceFirst("%4", str2);
src/tools/translation/inspector/ImageView.cpp
410
bstr.ReplaceFirst("%5", str2);
src/tools/translation/inspector/ImageView.cpp
413
bstr.ReplaceFirst("%6", str2);
src/tools/translation/inspector/ImageView.cpp
416
bstr.ReplaceFirst("%7", str2);
src/tools/translation/inspector/ImageView.cpp
417
bstr.ReplaceFirst("%8", tinfo.name);
src/tools/translation/inspector/ImageView.cpp
418
bstr.ReplaceFirst("%9", tinfo.MIME);
src/tools/translation/inspector/ImageView.cpp
419
bstr.ReplaceFirst("%10", char_format(tinfo.type));
src/tools/translation/inspector/ImageView.cpp
420
bstr.ReplaceFirst("%11", hex_format(tinfo.type));
src/tools/translation/inspector/ImageView.cpp
423
bstr.ReplaceFirst("%12", str2);
src/tools/translation/inspector/ImageView.cpp
424
bstr.ReplaceFirst("%13", char_format(tinfo.group));
src/tools/translation/inspector/ImageView.cpp
425
bstr.ReplaceFirst("%14", hex_format(tinfo.group));
src/tools/translation/inspector/ImageView.cpp
428
bstr.ReplaceFirst("%15", str2);
src/tools/translation/inspector/ImageView.cpp
431
bstr.ReplaceFirst("%16", str2);
src/tools/translation/inspector/ImageView.cpp
446
str.ReplaceFirst("%1", str2);
src/tools/translation/inspector/ImageView.cpp
447
str.ReplaceFirst("%2", tranname);
src/tools/translation/inspector/ImageView.cpp
448
str.ReplaceFirst("%3", traninfo);
src/tools/translation/inspector/ImageView.cpp
451
str.ReplaceFirst("%4", str2);
src/tools/translation/inspector/ImageView.cpp
463
str.ReplaceFirst("%1", str2);
src/tools/translation/inspector/ImageView.cpp
464
str.ReplaceFirst("%2", tranname);
src/tools/translation/inspector/ImageView.cpp
465
str.ReplaceFirst("%3", traninfo);
src/tools/translation/inspector/ImageView.cpp
468
str.ReplaceFirst("%4", str2);
src/tools/translation/inspector/ImageView.cpp
478
str.ReplaceFirst("%1", tranname);
src/tools/translation/inspector/ImageView.cpp
479
str.ReplaceFirst("%2", traninfo);
src/tools/translation/inspector/ImageView.cpp
482
str.ReplaceFirst("%3", str2);