Searched refs:conditions (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp37 "conditions."
40 "usage conditions, but the usage conditions have been updated since. " \
41 "The updated usage conditions now need to be agreed to."
55 BWindow(BRect(), B_TRANSLATE("Update usage conditions"),
97 // start a new thread to pull down the user usage conditions data.
124 // is filled in when the user usage conditions data is available
128 "confirm usage conditions",
129 B_TRANSLATE("I agree to the usage conditions"),
132 fUserUsageConditionsLink = new LinkView("usage conditions vie
295 UserUsageConditions conditions; local
[all...]
H A DUserUsageConditionsWindow.cpp36 "usage conditions for use of the HaikuDepotServer service."
40 "conditions that the user '%Nickname%' agreed to at %AgreedToTimestamp% "\
56 BWindow(BRect(), B_TRANSLATE("Usage conditions"),
100 BWindow(BRect(), B_TRANSLATE("Usage conditions"),
148 // start a new thread to pull down the user usage conditions data.
220 "conditions window is still fetching data");
226 processing to obtain the user usage conditions data. It will take
237 "Fetch usage conditions data", B_NORMAL_PRIORITY, this);
244 "conditions.");
251 conditions
272 UserUsageConditions conditions; local
[all...]
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.h107 UserUsageConditions& conditions);
H A DWebAppInterface.cpp435 /*! \brief Returns data relating to the user usage conditions
441 conditions. It does this in two API calls; first gets the details (the
442 minimum age) and in the second call, the text of the conditions is returned.
447 UserUsageConditions& conditions)
470 "conditions data");
480 conditions.SetCode(metaDataCode);
481 conditions.SetMinimumAge(metaDataMinimumAge);
482 conditions.SetCopyMarkdown(
506 return _SendJsonRequest("user/agree-user-usage-conditions",
530 return _SendJsonRequest("user/get-user-usage-conditions",
446 RetrieveUserUsageConditions(const BString& code, UserUsageConditions& conditions) argument
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp744 // conditions are not met; don't make it available yet
745 // TODO: we may not want to initialize jobs with conditions
1540 BMessage conditions; local
1542 if (runMessage.FindMessage("if", &conditions) == B_OK) {
1543 Condition* condition = Conditions::FromMessage(conditions);
1639 conditions, will be removed from the list.
1686 if any, have been triggered already, and its conditions are met.
1873 BMessage conditions; local
1874 if (message.FindMessage("if", &conditions) == B_OK) {
1875 condition = Conditions::FromMessage(conditions);
[all...]

Completed in 97 milliseconds