Searched refs:FindString (Results 101 - 125 of 426) sorted by relevance

1234567891011>>

/haiku/src/servers/input/
H A DBottomlineWindow.cpp85 || event->FindString("be:string", &string) != B_OK)
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp68 if (message->FindString("bytes", &string) == B_OK
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.cpp54 status_t error = archive.FindString("ID", &fID);
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp117 if(device.FindString(MDSU_VALUES, &name) != B_OK || name != kKernelModuleName)
124 || parameter.FindString(MDSU_VALUES, &fInterfaceName) != B_OK)
134 || parameter.FindString(MDSU_VALUES, &fServiceName) != B_OK)
303 const char *name = message->FindString("text");
/haiku/src/servers/print/
H A DTransport.Scripting.cpp44 && (rc=spec.FindString("property",&propName)) == B_OK) {
/haiku/src/tools/translation/inspector/
H A DInspectorApp.cpp109 pmsg->FindString("text", &fbstrInfo);
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp195 if (message.FindString("name", &stringValue) == B_OK)
198 if (message.FindString("password", &stringValue) == B_OK)
201 if (message.FindString("home", &stringValue) == B_OK)
204 if (message.FindString("shell", &stringValue) == B_OK)
207 if (message.FindString("real name", &stringValue) == B_OK)
210 if (message.FindString("shadow password", &stringValue) == B_OK) {
397 if (message.FindString("name", &stringValue) == B_OK)
400 if (message.FindString("password", &stringValue) == B_OK)
403 if (message.FindString("members", &stringValue) == B_OK) {
910 } else if (message.FindString("nam
[all...]
/haiku/src/kits/app/
H A DKey.cpp200 || message.FindString("identifier", &fIdentifier) != B_OK
201 || message.FindString("secondaryIdentifier", &fSecondaryIdentifier)
203 || message.FindString("owner", &fOwner) != B_OK
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp156 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK; i++)
166 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK;
194 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK; i++)
/haiku/src/system/libroot/posix/
H A Dgrp.cpp60 || (error = reply.FindString("name", &name)) != B_OK
61 || (error = reply.FindString("password", &password)) != B_OK) {
68 if (reply.FindString("members", index, members + memberCount) != B_OK)
/haiku/src/kits/screensaver/
H A DScreenSaverSettings.cpp82 if (fSettings.FindString("lockpassword", &string) == B_OK)
84 if (fSettings.FindString("lockmethod", &string) == B_OK)
87 if (fSettings.FindString("modulename", &string) == B_OK)
/haiku/src/preferences/filetypes/
H A DPreferredAppMenu.cpp43 while (applications.FindString("applications", i++, &signature) == B_OK) {
116 while (applications.FindString("applications", i, &signature) == B_OK) {
162 || item->Message()->FindString("signature", &signature) != B_OK)
H A DFileTypeWindow.cpp349 if (message->FindString("type", &type) == B_OK) {
377 if (message->FindString("signature", &signature) == B_OK)
436 if (message->FindString("be:type", &type) != B_OK
/haiku/src/servers/app/
H A DCursorSet.cpp180 if (message.FindString("class", &className) != B_OK
233 if (message.FindString("class", &className) != B_OK
271 if (FindString("name", &name) == B_OK)
H A DScreenConfigurations.cpp247 if (stored.FindString("vendor", &vendor) == B_OK
248 && stored.FindString("name", &name) == B_OK
250 && stored.FindString("serial", &serial) == B_OK
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp74 message->FindString("name", &name);
89 message->FindString("name", &name);
104 if (message->FindString("name", &name) == B_OK)
H A DBrowserApp.cpp271 archivedWindow.FindString("tab", 0, &url);
279 for (int j = 1; archivedWindow.FindString("tab", j, &url)
311 if (message->FindString("url", &url) != B_OK)
322 message->FindString("url", &url);
497 for (int32 i = 0; message->FindString("url", i, &url) == B_OK; i++) {
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp336 if (interface.FindString("device", &name) != B_OK)
410 if (network.FindString("name", &name) != B_OK)
536 || message->FindString("path", &pathName) != B_OK)
798 if (message.FindString("authentication", &authentication) == B_OK) {
819 while (message.FindString("cipher", index++, &cipherString) == B_OK) {
834 while (message.FindString("group_cipher", index++, &cipherString) == B_OK) {
867 if (item.FindString(nameField, &itemName) == B_OK
913 if (data.FindString("family", &familyString) == B_OK) {
1312 if (data.FindString("family", &familyString) == B_OK) {
1328 if (data.FindString("protoco
[all...]
/haiku/src/servers/media/
H A DMediaFilesManager.cpp344 if (message->FindString(MEDIA_NAME_KEY, &name) != B_OK
345 || message->FindString(MEDIA_TYPE_KEY, &type) != B_OK
479 if (items.FindString("type", &type) != B_OK)
483 for (int32 j = 0; items.FindString("item", j, &item) == B_OK; j++) {
485 if (items.FindString("path", j, &path) != B_OK)
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp283 message->FindString("findtext", &fStringToFind);
323 message->FindString("FindText", &fStringToFind);
324 message->FindString("ReplaceText", &fReplaceString);
342 message->FindString("FindText", &fStringToFind);
343 message->FindString("ReplaceText", &fReplaceString);
638 && fSaveMessage->FindString("name", &name) == B_OK) {
821 || message->FindString("name", &name) != B_OK)
1113 || fSaveMessage->FindString("name", &name) != B_OK)
1432 || fSaveMessage->FindString("name", &name) != B_OK)
1478 || fSaveMessage->FindString("nam
[all...]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp601 if (item.FindString("code", &code) != B_OK) {
610 || userInfo.FindString("nickname", &user) != B_OK) {
620 item.FindString("naturalLanguageCode", &languageCode);
621 item.FindString("comment", &comment);
638 version.FindString("major", &major);
639 version.FindString("minor", &minor);
640 version.FindString("micro", &micro);
642 version.FindString("architectureCode",
708 if (result.FindString("content", &content) == B_OK
911 && error.FindString("messag
[all...]
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp224 if (message->FindString("cstring", &msg) != B_OK)
231 if (message->FindString("addr", &address) != B_OK)
498 err = message->FindString("name", &name);
603 if (m.FindString("fWebDirectory", &fWebDirectory) != B_OK)
605 if (m.FindString("fIndexFileName", &fIndexFileName) != B_OK)
615 if (m.FindString("fLogPath", &fLogPath) != B_OK)
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp338 message->FindString("code", &fStabilityCode);
342 message->FindString("id", &fCommentLanguageId);
484 response.FindString("code", &fRatingID);
487 if (response.FindString("comment", &comment) == B_OK) {
492 if (response.FindString("userRatingStabilityCode",
497 if (response.FindString("naturalLanguageCode",
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp335 request.FindString("context", &context);
336 request.FindString("server", &server);
337 request.FindString("share", &share);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp185 BString host = settings.FindString("server");
192 fUserControl->SetText(settings.FindString("username"));
200 fPasswordControl->SetText(settings.FindString("password"));

Completed in 288 milliseconds

1234567891011>>