Home
last modified time | relevance | path

Searched +defs:callback +defs:hook (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/security/suricata/suricata-6.0.4/libhtp/htp/
H A Dhtp_hooks.c43 htp_hook_t *htp_hook_copy(const htp_hook_t *hook) { in htp_hook_copy()
50 htp_callback_t *callback = htp_list_get(hook->callbacks, i); in htp_hook_copy() local
61 htp_hook_t *hook = calloc(1, sizeof (htp_hook_t)); in htp_hook_create() local
73 void htp_hook_destroy(htp_hook_t *hook) { in htp_hook_destroy()
85 htp_status_t htp_hook_register(htp_hook_t **hook, const htp_callback_fn_t callback_fn) { in htp_hook_register()
88 htp_callback_t *callback = calloc(1, sizeof (htp_callback_t)); in htp_hook_register() local
120 htp_status_t htp_hook_run_all(htp_hook_t *hook, void *user_data) { in htp_hook_run_all()
125 htp_callback_t *callback = htp_list_get(hook->callbacks, i); in htp_hook_run_all() local
140 htp_status_t htp_hook_run_one(htp_hook_t *hook, void *user_data) { in htp_hook_run_one()
144 htp_callback_t *callback = htp_list_get(hook->callbacks, i); in htp_hook_run_one() local
/dports/devel/libhtp/libhtp-0.5.33/htp/
H A Dhtp_hooks.c43 htp_hook_t *htp_hook_copy(const htp_hook_t *hook) { in htp_hook_copy()
50 htp_callback_t *callback = htp_list_get(hook->callbacks, i); in htp_hook_copy() local
61 htp_hook_t *hook = calloc(1, sizeof (htp_hook_t)); in htp_hook_create() local
73 void htp_hook_destroy(htp_hook_t *hook) { in htp_hook_destroy()
85 htp_status_t htp_hook_register(htp_hook_t **hook, const htp_callback_fn_t callback_fn) { in htp_hook_register()
88 htp_callback_t *callback = calloc(1, sizeof (htp_callback_t)); in htp_hook_register() local
120 htp_status_t htp_hook_run_all(htp_hook_t *hook, void *user_data) { in htp_hook_run_all()
125 htp_callback_t *callback = htp_list_get(hook->callbacks, i); in htp_hook_run_all() local
140 htp_status_t htp_hook_run_one(htp_hook_t *hook, void *user_data) { in htp_hook_run_one()
144 htp_callback_t *callback = htp_list_get(hook->callbacks, i); in htp_hook_run_one() local
/dports/www/mediawiki135/mediawiki-1.35.5/includes/HookContainer/
H A DHookContainer.php120 public function run( string $hook, array $args = [], array $options = [] ) : bool {
182 public function clear( string $hook ) : void {
199 public function scopedRegister( string $hook, $callback, bool $replace = false ) : ScopedCallback {
243 private function normalizeHandler( $handler, string $hook ) {
318 private function callLegacyHook( string $hook, $handler, array $args, array $options ) {
339 public function isRegistered( string $hook ) : bool {
352 public function register( string $hook, $callback ) {
375 public function getLegacyHandlers( string $hook ) : array {
391 public function getHandlers( string $hook, array $options = [] ) : array {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/HookContainer/
H A DHookContainer.php125 public function run( string $hook, array $args = [], array $options = [] ) : bool {
187 public function clear( string $hook ) : void {
212 public function scopedRegister( string $hook, $callback, bool $replace = false ) : ScopedCallback {
252 private function normalizeHandler( $handler, string $hook ) {
327 private function callLegacyHook( string $hook, $handler, array $args, array $options ) {
348 public function isRegistered( string $hook ) : bool {
372 public function register( string $hook, $callback ) {
396 public function getLegacyHandlers( string $hook ) : array {
441 public function getHandlers( string $hook, array $options = [] ) : array {
/dports/net/honeyd/honeyd-1.5c/
H A Dhooks.c92 HD_PacketCallback callback; member
122 HD_PacketCallback callback, in hooks_add_packet_hook()
126 struct honeyd_packet_hook *hook; in hooks_add_packet_hook() local
159 hooks_remove_impl(struct hooksq *hooks, HD_PacketCallback callback) in hooks_remove_impl()
161 struct honeyd_packet_hook *hook, *next; in hooks_remove_impl() local
174 HD_PacketCallback callback) in hooks_remove_packet_hook()
207 struct honeyd_packet_hook *hook; in hooks_dispatch() local
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dgnc-hooks.c84 GncHook *hook; in gnc_hook_lookup() local
101 GncHook *hook; in gnc_hook_num_args() local
119 gnc_hook_add_dangler (const gchar *name, GFunc callback, in gnc_hook_add_dangler()
123 GHook *hook; in gnc_hook_add_dangler() local
137 gnc_hook_remove_dangler (const gchar *name, GFunc callback) in gnc_hook_remove_dangler()
140 GHook *hook; in gnc_hook_remove_dangler() local
162 call_hook (GHook *hook, gpointer data) in call_hook()
173 GncHook *hook; in gnc_hook_run() local
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/rmccue/requests/library/Requests/
H A DHooker.php23 public function register($hook, $callback, $priority = 0);
32 public function dispatch($hook, $parameters = array());
H A DHooks.php37 public function register($hook, $callback, $priority = 0) {
55 public function dispatch($hook, $parameters = array()) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/Requests/
H A DHooker.php23 public function register($hook, $callback, $priority = 0);
32 public function dispatch($hook, $parameters = array());
H A DHooks.php37 public function register($hook, $callback, $priority = 0) {
55 public function dispatch($hook, $parameters = array()) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/Requests/
H A DHooker.php23 public function register($hook, $callback, $priority = 0);
32 public function dispatch($hook, $parameters = array());
H A DHooks.php37 public function register($hook, $callback, $priority = 0) {
55 public function dispatch($hook, $parameters = array()) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/rmccue/requests/library/Requests/
H A DHooker.php23 public function register($hook, $callback, $priority = 0);
32 public function dispatch($hook, $parameters = array());
H A DHooks.php37 public function register($hook, $callback, $priority = 0) {
55 public function dispatch($hook, $parameters = array()) {
/dports/www/yourls/YOURLS-1.8.2/includes/vendor/rmccue/requests/library/Requests/
H A DHooker.php23 public function register($hook, $callback, $priority = 0);
32 public function dispatch($hook, $parameters = array());
H A DHooks.php37 public function register($hook, $callback, $priority = 0) {
55 public function dispatch($hook, $parameters = array()) {
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstCollectionRouter.inl64 void Router<Output,Input,Key>::Add(KeyParam key,const Callback& callback)
103 void Router<Output,Input,Key>::Set(KeyParam key,const Callback& callback)
126 void Router<Output,Input,Key>::Remove(KeyParam key,const Callback& callback)
150 const Callback& callback = items[i].callback; local
186 Hook* hook; local
189 Callback& callback = items.GetSorted( key, existing ).callback; local
224 …uint Router<Output,Input,Key>::RemoveHook(Item* const mainItem,Hook* const hook,typename Hook::Ite…
271 Hook* const hook = mainItem->callback.template DataPtr<Hook>(); local
288 Hook* const hook = mainItem.callback.template DataPtr<Hook>(); local
312 Callback& callback = items.AtSorted( key ).callback; local
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A DSQLite.xs126 collation_needed(dbh, callback) in collation_needed() argument
152 sqlite_trace(dbh, callback) in sqlite_trace() argument
163 profile(dbh, callback) in profile() argument
176 commit_hook(dbh, hook) in commit_hook() argument
189 rollback_hook(dbh, hook) in rollback_hook() argument
202 update_hook(dbh, hook) in update_hook() argument
/dports/games/taisei/taisei-1.3.2/src/
H A Dentity.c22 EntityDrawHookCallback callback; member
37 EntityDrawHook *hook = calloc(1, sizeof(*hook)); in add_hook() local
44 for(EntityDrawHook *hook = list->first; hook; hook = hook->next) { in remove_hook() local
56 for(EntityDrawHook *hook = list->first; hook; hook = hook->next) { in call_hooks() local
181 …amage(cmplx origin, float radius, const DamageInfo *damage, EntityAreaDamageCallback callback, voi… in ent_area_damage()
202 …a_damage_ellipse(Ellipse ellipse, const DamageInfo *damage, EntityAreaDamageCallback callback, voi… in ent_area_damage_ellipse()
223 void ent_hook_pre_draw(EntityDrawHookCallback callback, void *arg) { in ent_hook_pre_draw()
227 void ent_unhook_pre_draw(EntityDrawHookCallback callback) { in ent_unhook_pre_draw()
231 void ent_hook_post_draw(EntityDrawHookCallback callback, void *arg) { in ent_hook_post_draw()
235 void ent_unhook_post_draw(EntityDrawHookCallback callback) { in ent_unhook_post_draw()
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_plugin_api.php446 public function register_hook($hook, $callback)
476 public function unregister_hook($hook, $callback)
499 public function exec_hook($hook, $args = [])
536 public function register_action($action, $owner, $callback, $task = null)
589 public function register_handler($name, $owner, $callback)
674 public function is_processing($hook = null)
/dports/devel/R-cran-rlang/rlang/R/
H A Daaa.R3 callback <- function() eval_bare(expr, env) function
8 hook <- env$.__rlang_hook__. functionVar
11 for (callback in hook) { functionVar
/dports/math/R-cran-dplyr/dplyr/R/
H A Daaa.R3 callback <- function() eval_bare(expr, env) function
8 hook <- env$.__rlang_hook__. functionVar
11 for (callback in hook) { functionVar
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-hook.c58 gth_hook_free (GthHook *hook) in gth_hook_free()
86 GthHook *hook; in gth_hook_register() local
134 GCallback callback, in gth_hook_add_callback()
137 GthHook *hook; in gth_hook_add_callback() local
154 GCallback callback) in gth_hook_remove_callback()
156 GthHook *hook; in gth_hook_remove_callback() local
177 invoke_marshaller_0 (GHook *hook, in invoke_marshaller_0()
185 invoke_marshaller_1 (GHook *hook, in invoke_marshaller_1()
195 invoke_marshaller_2 (GHook *hook, in invoke_marshaller_2()
229 GthHook *hook; in gth_hook_invoke() local
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/lib/
H A Delgglib.php334 function elgg_register_event_handler($event, $object_type, $callback, $priority = 500) {
348 function elgg_unregister_event_handler($event, $object_type, $callback) {
519 function elgg_register_plugin_hook_handler($hook, $type, $callback, $priority = 500) {
534 function elgg_unregister_plugin_hook_handler($hook, $entity_type, $callback) {
547 function elgg_clear_plugin_hook_handlers($hook, $type) {
605 function elgg_trigger_plugin_hook($hook, $type, $params = null, $returnvalue = null) {
624 function elgg_trigger_deprecated_plugin_hook($hook, $type, $params = null, $returnvalue = null, $me…
1295 function _elgg_walled_garden_menu(\Elgg\Hook $hook) {
1322 function _elgg_walled_garden_remove_public_access(\Elgg\Hook $hook) {
1340 function _elgg_head_manifest(\Elgg\Hook $hook) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/services/isolated_xr_device/
H A Dxr_service_test_hook.cc48 mojo::PendingRemote<device_test::mojom::XRTestHook> hook, in SetTestHook()
49 device_test::mojom::XRServiceTestHook::SetTestHookCallback callback) { in SetTestHook()
74 DeviceCrashCallback callback) { in TerminateDeviceServiceProcessForTesting()

123456789