Home
last modified time | relevance | path

Searched refs:UserHandler (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/keybase/client-v5.7.1/go/service/
H A Duser.go30 type UserHandler struct { struct
39 return &UserHandler{
93 func (h *UserHandler) LoadUser(ctx context.Context, arg keybase1.LoadUserArg) (user keybase1.User, … argument
205 func (h *UserHandler) LoadAllPublicKeysUnverified(ctx context.Context, argument
219 func (h *UserHandler) ProfileEdit(nctx context.Context, arg keybase1.ProfileEditArg) error { argument
638 func (h *UserHandler) SetUserBlocks(ctx context.Context, arg keybase1.SetUserBlocksArg) (err error)… argument
655 func (h *UserHandler) DismissBlockButtons(ctx context.Context, tlfID keybase1.TLFID) (err error) { argument
696 func (h *UserHandler) BlockUser(ctx context.Context, username string) (err error) { argument
702 func (h *UserHandler) UnblockUser(ctx context.Context, username string) (err error) { argument
708 func (h *UserHandler) setUserBlock(mctx libkb.MetaContext, username string, block bool) error { argument
[all …]
H A Ddebugging.go21 userHandler *UserHandler
25 func NewDebuggingHandler(xp rpc.Transporter, g *libkb.GlobalContext, userHandler *UserHandler, wall… argument
H A Duser_report.go40 func (h *UserHandler) ReportUser(ctx context.Context, arg keybase1.ReportUserArg) (err error) {
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfo/Source/CLI/
H A DCLI_Main.cpp38 void Log_0 (struct MediaInfo_Event_Log_0* Event, struct UserHandle_struct* UserHandler) in Log_0() argument
78 struct UserHandle_struct* UserHandler=(struct UserHandle_struct*)UserHandler_Void; in Event_CallBackFunction() local
90 …uct MediaInfo_Event_Log_0)) Log_0((struct MediaInfo_Event_Log_0*)Data_Content, UserHandler); break; in Event_CallBackFunction()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfo/Source/CLI/
H A DCLI_Main.cpp38 void Log_0 (struct MediaInfo_Event_Log_0* Event, struct UserHandle_struct* UserHandler) in Log_0() argument
78 struct UserHandle_struct* UserHandler=(struct UserHandle_struct*)UserHandler_Void; in Event_CallBackFunction() local
90 …uct MediaInfo_Event_Log_0)) Log_0((struct MediaInfo_Event_Log_0*)Data_Content, UserHandler); break; in Event_CallBackFunction()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfo/Source/CLI/
H A DCLI_Main.cpp38 void Log_0 (struct MediaInfo_Event_Log_0* Event, struct UserHandle_struct* UserHandler) in Log_0() argument
78 struct UserHandle_struct* UserHandler=(struct UserHandle_struct*)UserHandler_Void; in Event_CallBackFunction() local
90 …uct MediaInfo_Event_Log_0)) Log_0((struct MediaInfo_Event_Log_0*)Data_Content, UserHandler); break; in Event_CallBackFunction()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/component/
H A Dtest_logging_eventlog.cc88 using UserHandler = std::function<void(const std::string &xml)>; typedef in EventlogSubscription
103 EventlogSubscription(const UserHandler &user_handler = default_user_handler) { in EventlogSubscription()
123 void set_user_handler(const UserHandler &user_handler) noexcept { in set_user_handler()
128 void set_user_handler(UserHandler &&user_handler) noexcept { in set_user_handler()
361 UserHandler user_handler_;
/dports/www/bolt/bolt-2.2.24/src/Provider/
H A DTwigServiceProvider.php10 use Bolt\Twig\Handler\UserHandler; alias
31 'user' => $app->share(function () use ($app) { return new UserHandler($app); }),
/dports/www/pecl-http/pecl_http-3.2.4/tests/
H A Dclient028.phpt12 class UserHandler implements http\Client\Curl\User
128 "use_eventloop" => new UserHandler($client)
H A Dclient029.phpt13 class UserHandler implements http\Client\Curl\User
119 "use_eventloop" => new UserHandler($client, $evbase)
/dports/net-im/py-telepot/telepot-12.7/telepot/aio/
H A Dhelper.py308 class UserHandler(helper.UserContext, class
322 super(UserHandler, self).__init__(bot, seed, **kwargs)
333 class InlineUserHandler(UserHandler):
/dports/www/bolt/bolt-2.2.24/src/Twig/Handler/
H A DUserHandler.php12 class UserHandler class
/dports/www/habari/habari-0.8/system/handlers/
H A Duserhandler.php11 class UserHandler extends ActionHandler class
/dports/net-im/py-telepot/telepot-12.7/telepot/
H A Dhelper.py1106 class UserHandler(UserContext, class
1120 super(UserHandler, self).__init__(bot, seed, **kwargs)
1131 class InlineUserHandler(UserHandler):
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A Dsignals_posix.cpp610 static void UserHandler(int sig, void *siginfo, void *context) { in UserHandler() function
819 return CAST_FROM_FN_PTR(void*, UserHandler); in user_handler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dsignals_posix.cpp675 static void UserHandler(int sig, void *siginfo, void *context) { in UserHandler() function
845 return CAST_FROM_FN_PTR(void*, UserHandler); in user_handler()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DMediaInfo_Events.h198 …ediaInfo_Event_CallBackFunction)(unsigned char* Data_Content, size_t Data_Size, void* UserHandler);
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DMediaInfo_Events.h198 …ediaInfo_Event_CallBackFunction)(unsigned char* Data_Content, size_t Data_Size, void* UserHandler);
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DMediaInfo_Events.h198 …ediaInfo_Event_CallBackFunction)(unsigned char* Data_Content, size_t Data_Size, void* UserHandler);
/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp695 class UserHandler : public MessageHandler class
698 UserHandler() in UserHandler() function in __anon9160ee180111::UserHandler
3193 bool UserHandler::received(Message &msg) in received()
3389 Engine::install(new UserHandler); in initialize()
/dports/security/p5-Crypt-License/Crypt-License-2.04/
H A DLicense.pod284 so the call to 'use UserHandler' is unnecessary.
/dports/www/e107/e107/e107_handlers/
H A Duser_handler.php51 class UserHandler class
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_windows.cpp1975 static void UserHandler(int sig, void *siginfo, void *context) { in UserHandler() function
1978 os::signal(sig, (void*)UserHandler); in UserHandler()
1982 return (void*) UserHandler; in user_handler()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A Dos_windows.cpp1991 static void UserHandler(int sig, void *siginfo, void *context) { in UserHandler() function
1994 os::signal(sig, (void*)UserHandler); in UserHandler()
1998 return (void*) UserHandler; in user_handler()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_windows.cpp1975 static void UserHandler(int sig, void *siginfo, void *context) { in UserHandler() function
1978 os::signal(sig, (void*)UserHandler); in UserHandler()
1982 return (void*) UserHandler; in user_handler()

123