Home
last modified time | relevance | path

Searched defs:targetUserId (Results 1 – 10 of 10) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2/Methods/Friendship/
H A DTwitterFriendship.cs260 … public static TwitterResponse<TwitterRelationship> Show(OAuthTokens tokens, decimal targetUserId) in Show()
272 …tic TwitterResponse<TwitterRelationship> Show(OAuthTokens tokens, decimal targetUserId, OptionalPr… in Show()
284 …erResponse<TwitterRelationship> Show(OAuthTokens tokens, decimal sourceUseId, decimal targetUserId) in Show()
297 …witterRelationship> Show(OAuthTokens tokens, decimal sourceUseId, decimal targetUserId, OptionalPr… in Show()
368 … public static TwitterResponse<TwitterRelationship> Show(decimal sourceUseId, decimal targetUserId) in Show()
H A DShowFriendshipCommand.cs64 …(OAuthTokens tokens, decimal sourceUserId, string sourceUserName, decimal targetUserId, string tar… in ShowFriendshipCommand()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Server_PGSQL.cpp23 void Lobby2Server_PGSQL::AddInputFromThread(Lobby2Message *msg, unsigned int targetUserId, RakNet::… in AddInputFromThread()
38 void Lobby2Server_PGSQL::AddOutputFromThread(Lobby2Message *msg, unsigned int targetUserId, RakNet:… in AddOutputFromThread()
H A DLobby2Message_PGSQL.cpp301 unsigned int targetUserId; in SendEmail() local
1541 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
1861 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
1892 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
1966 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
2056 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
2162 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
2216 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
2247 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
2781 unsigned int targetUserId = GetUserRowFromHandle(targetHandle, pgsql); in ServerDBImpl() local
[all …]
/dports/www/nextcloud/nextcloud/core/Controller/
H A DProfileApiController.php73 …public function setVisibility(string $targetUserId, string $paramId, string $visibility): DataResp…
H A DProfilePageController.php104 public function index(string $targetUserId): TemplateResponse {
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/block/
H A DBlockUtilsTest.php145 $userIdentity = $this->createMock( UserIdentity::class );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/block/
H A DBlockPermissionCheckerTest.php169 int $targetUserId,
/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/api/
H A DHelix.cpp518 void Helix::blockUser(QString targetUserId, in blockUser()
538 void Helix::unblockUser(QString targetUserId, in unblockUser()
/dports/net-im/nextcloud-talk/spreed/lib/Controller/
H A DRoomController.php683 protected function createOneToOneRoom(string $targetUserId): DataResponse {