Home
last modified time | relevance | path

Searched refs:WithUser (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/www/wt/wt-4.6.1/src/Wt/Auth/Dbo/
H A DUserDatabase.h124 WithUser find(*this, user); in identity()
166 WithUser find(*this, user); in status()
171 WithUser find(*this, user); in setStatus()
176 WithUser find(*this, user); in setPassword()
183 WithUser find(*this, user); in password()
190 WithUser find(*this, user); in addIdentity()
210 WithUser find(*this, user); in setIdentity()
226 WithUser find(*this, user); in setEmail()
238 WithUser find(*this, user); in email()
416 struct WithUser { struct
[all …]
/dports/www/wt/wt-4.6.1/examples/blog/model/
H A DBlogUserDatabase.C81 WithUser find(*this, user); in password()
90 WithUser find(*this, user); in setPassword()
112 WithUser find(*this, user); in addIdentity()
125 WithUser find(*this, user); in identity()
138 WithUser find(*this, user); in removeIdentity()
177 WithUser find(*this, user); in addAuthToken()
201 WithUser find(*this, user); in updateAuthToken()
218 WithUser find(*this, user); in removeAuthToken()
247 WithUser find(*this, user); in failedLoginAttempts()
285 BlogUserDatabase::WithUser::WithUser(const BlogUserDatabase& self, in WithUser() function
[all …]
H A DBlogUserDatabase.h73 struct WithUser { struct
74 WithUser(const BlogUserDatabase& self, const Wt::Auth::User& user);
75 ~WithUser();
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dfull_self_cacher.go15 WithUser(arg LoadUserArg, f func(u *User) error) (err error) methodSpec
30 return n.WithUser(arg, f)
35 return n.WithUser(arg, f)
38 func (n *UncachedFullSelf) WithUser(arg LoadUserArg, f func(u *User) error) error { func
98 return m.WithUser(arg, f)
105 return m.WithUser(arg, f)
154 func (m *CachedFullSelf) WithUser(arg LoadUserArg, f func(u *User) error) (err error) { func
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workdocs/include/aws/workdocs/model/
H A DGetCurrentUserResult.h53 inline GetCurrentUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline GetCurrentUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DActivateUserResult.h53 inline ActivateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline ActivateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DUpdateUserResult.h53 inline UpdateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline UpdateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DCreateUserResult.h53 inline CreateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline CreateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-memorydb/include/aws/memorydb/model/
H A DUpdateUserResult.h53 inline UpdateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline UpdateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DDeleteUserResult.h53 inline DeleteUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline DeleteUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DCreateUserResult.h53 inline CreateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline CreateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DResetPersonalPINResult.h53 inline ResetPersonalPINResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 … inline ResetPersonalPINResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DCreateUserResult.h45 inline CreateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
48 inline CreateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DUpdateUserResult.h53 inline UpdateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline UpdateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DGetUserResult.h53 inline GetUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline GetUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/model/
H A DAdminCreateUserResult.h59 inline AdminCreateUserResult& WithUser(const UserType& value) { SetUser(value); return *this;} in WithUser() function
64 …inline AdminCreateUserResult& WithUser(UserType&& value) { SetUser(std::move(value)); return *this… in WithUser() function
H A DAdminDisableProviderForUserRequest.h102 …inline AdminDisableProviderForUserRequest& WithUser(const ProviderUserIdentifierType& value) { Set… in WithUser() function
107 …inline AdminDisableProviderForUserRequest& WithUser(ProviderUserIdentifierType&& value) { SetUser(… in WithUser() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connect/include/aws/connect/model/
H A DDescribeUserResult.h53 inline DescribeUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
58 inline DescribeUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
/dports/www/wt/wt-4.6.1/examples/feature/oidc/model/
H A DOidcUserDatabase.C46 WithUser find(*this, user); in idpJsonClaim()
72 WithUser findUser(*this, user); in idpTokenAdd()
229 OidcUserDatabase::WithUser::WithUser(const OidcUserDatabase& self, in WithUser() function
239 OidcUserDatabase::WithUser::~WithUser() in ~WithUser()
H A DOidcUserDatabase.h63 struct WithUser struct
65 WithUser(const OidcUserDatabase& self, const Wt::Auth::User& user);
66 ~WithUser();
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DGetUserResult.h128 inline GetUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
150 inline GetUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
H A DCreateUserResult.h60 inline CreateUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
65 inline CreateUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-grafana/include/aws/grafana/model/
H A DPermissionEntry.h103 inline PermissionEntry& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
108 inline PermissionEntry& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-awstransfer/include/aws/awstransfer/model/
H A DDescribeUserResult.h101 inline DescribeUserResult& WithUser(const DescribedUser& value) { SetUser(value); return *this;} in WithUser() function
107 …inline DescribeUserResult& WithUser(DescribedUser&& value) { SetUser(std::move(value)); return *th… in WithUser() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/include/aws/quicksight/model/
H A DDescribeUserResult.h54 inline DescribeUserResult& WithUser(const User& value) { SetUser(value); return *this;} in WithUser() function
59 inline DescribeUserResult& WithUser(User&& value) { SetUser(std::move(value)); return *this;} in WithUser() function

12345678910>>...12