Searched refs:ReplaceFirst (Results 1 - 25 of 88) sorted by relevance

1234

/haiku/src/kits/shared/
H A DAboutMenuItem.cpp38 label.ReplaceFirst("%app%", name);
40 label.ReplaceFirst("%app%", "(NULL)");
/haiku/src/tools/translation/inspector/
H A DImageView.cpp357 string.ReplaceFirst("%1", char_format(pfmts[i].type));
358 string.ReplaceFirst("%2", hex_format(pfmts[i].type));
359 string.ReplaceFirst("%3", char_format(pfmts[i].group));
360 string.ReplaceFirst("%4", hex_format(pfmts[i].group));
363 string.ReplaceFirst("%5", str2 );
366 string.ReplaceFirst("%6", str2 );
367 string.ReplaceFirst("%7", pfmts[i].MIME);
368 string.ReplaceFirst("%8", pfmts[i].name);
401 bstr.ReplaceFirst("%1", path.Path());
403 bstr.ReplaceFirst("
[all...]
/haiku/src/bin/pkgman/
H A Dcommand_info.cpp107 text.ReplaceFirst("%name%", package->Name());
108 text.ReplaceFirst("%summary%", package->Info().Summary());
109 text.ReplaceFirst("%description%", package->Info().Description());
/haiku/src/apps/devices/
H A DDeviceACPI.cpp78 string.ReplaceFirst("%2", nodeACPIPath);
86 string.ReplaceFirst("%1", nodeACPIPath);
92 string.ReplaceFirst("%1", nodeACPIHid);
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp56 details.ReplaceFirst("%signature%", signature);
57 details.ReplaceFirst("%path%", path);
62 details.ReplaceFirst("%keyringName%", keyringName);
68 details.ReplaceFirst("%accessString%", accessString);
/haiku/src/kits/interface/
H A DZombieReplicantView.cpp63 error.ReplaceFirst("%description", description);
68 error.ReplaceFirst("%error", strerror(fError));
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp227 message.ReplaceFirst("%disk", disk);
228 message.ReplaceFirst("%file", path);
340 description.ReplaceFirst("%s", disk);
367 description.ReplaceFirst("%s", file);
384 description.ReplaceFirst("%s", disk);
460 description.ReplaceFirst("%DISK", disk);
461 description.ReplaceFirst("%FILE", file);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp77 text.ReplaceFirst("%name%", nameString);
162 text.ReplaceFirst("%name%", nameString);
H A DTaskLooper.cpp253 errorDetails.ReplaceFirst("%name%", nameString);
276 errorDetails.ReplaceFirst("%url%", urlParam);
297 errorDetails.ReplaceFirst("%name%", nameString);
/haiku/src/apps/launchbox/
H A DApp.cpp64 name.ReplaceFirst("%1", string);
98 name.ReplaceFirst("%1", string);
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp99 name.ReplaceFirst("%property%", property);
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp180 title.ReplaceFirst("%name%", ref->name());
222 title.ReplaceFirst("%name%", ref->name());
248 title.ReplaceFirst("%name%", connection->outputName());
280 line.ReplaceFirst("%producer%", producer->name());
281 line.ReplaceFirst("%consumer%", consumer->name());
351 title.ReplaceFirst("%name%", connection->outputName());
388 line.ReplaceFirst("%producer%", producer->name());
389 line.ReplaceFirst("%consumer%", consumer->name());
435 line.ReplaceFirst("%producer%", producer->name());
436 line.ReplaceFirst("
[all...]
/haiku/src/tests/kits/support/bstring/
H A DStringReplaceTest.cpp24 // &ReplaceFirst(char, char);
27 str1->ReplaceFirst('t', 'b');
33 str1->ReplaceFirst('x', 'b');
96 // &ReplaceFirst(const char*, const char*)
99 str1->ReplaceFirst("sea", "the");
106 str1->ReplaceFirst("tex", "the");
113 str1->ReplaceFirst("%name", NULL);
/haiku/src/servers/print/
H A DConfigWindow.cpp523 job.ReplaceFirst("%1", number);
525 job.ReplaceFirst("%2", number);
527 job.ReplaceFirst("%3", number);
531 job.ReplaceFirst("%1", number);
537 job.ReplaceFirst("%1", number);
539 job.ReplaceFirst("%2", number);
/haiku/src/servers/app/font/
H A DFontFamily.cpp210 alternative.ReplaceFirst("Italic", "Oblique");
214 alternative.ReplaceFirst("Oblique", "Italic");
/haiku/src/preferences/screen/
H A DAlertWindow.cpp110 string.ReplaceFirst("%seconds", tmp);
/haiku/src/servers/launch/
H A DUtility.cpp112 path.ReplaceFirst("~", home);
/haiku/src/preferences/printers/
H A DTestPageView.cpp263 text.ReplaceFirst("%printer_name%", fPrinter->Name());
264 text.ReplaceFirst("%driver%", fPrinter->Driver());
268 text.ReplaceFirst("%transport%", fPrinter->Transport());
269 text.ReplaceFirst("%transport_address%", fPrinter->TransportAddress());
/haiku/src/kits/tracker/
H A DFSUtils.cpp358 buffer.ReplaceFirst("%name", name);
359 buffer.ReplaceFirst("%error", strerror(error));
702 warning.ReplaceFirst("%target", B_TRANSLATE("the MIME settings"));
705 warning.ReplaceFirst("%target", B_TRANSLATE("the config folder"));
709 warning.ReplaceFirst("%target", B_TRANSLATE("the settings folder"));
728 warning.ReplaceFirst("%osName", "Haiku");
730 warning.ReplaceFirst("%osName", name.sysname);
862 text.ReplaceFirst("%filename%", name);
1128 error.ReplaceFirst("%name", srcRef->name);
1146 error.ReplaceFirst("
[all...]
H A DStatusWindow.cpp596 buffer.ReplaceFirst("%items", totalStr);
704 buffer.ReplaceFirst("%dir", fDestDir);
759 buffer.ReplaceFirst("%SizeProcessed",
762 buffer.ReplaceFirst("%TotalSize",
765 buffer.ReplaceFirst("%BytesPerSecond",
780 buffer.ReplaceFirst("%BytesPerSecond",
834 buffer.ReplaceFirst("%time", timeText);
855 buffer.ReplaceFirst("%time", timeText);
856 buffer.ReplaceFirst("%finishtime", finishStr);
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp212 infoText.ReplaceFirst("%decorName", decor->Name().String());
213 infoText.ReplaceFirst("%decorAuthors", authorsText.String());
214 infoText.ReplaceFirst("%decorLic", decor->LicenseName().String());
215 infoText.ReplaceFirst("%decorURL", decor->SupportURL().String());
216 infoText.ReplaceFirst("%decorDesc",
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp766 buffer.ReplaceFirst("%currentSize%", currentSize);
767 buffer.ReplaceFirst("%expectedSize%", expectedSize);
768 buffer.ReplaceFirst("%rate%", string_for_size(fBytesPerSecond,
812 statusString.ReplaceFirst("%date", timeText);
813 statusString.ReplaceFirst("%duration", finishString);
821 statusString.ReplaceFirst("%date", timeText);
/haiku/src/apps/diskusage/
H A DScanner.cpp152 stringScan.ReplaceFirst("%refName%", fSnapshot->name.c_str());
172 string.ReplaceFirst("%refName%", fSnapshot->name.c_str());
185 stringScan.ReplaceFirst("%refName%", startInfo->ref.name);
/haiku/src/apps/people/
H A DAttributeTextControl.cpp39 .ReplaceFirst("%attribute_label", label));
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp38 desc.ReplaceFirst("%name", fAccountName);

Completed in 167 milliseconds

1234