Home
last modified time | relevance | path

Searched defs:execute_hooks (Results 1 – 21 of 21) sorted by relevance

/dports/www/p5-Dancer/Dancer-1.3513/lib/Dancer/Factory/
H A DHook.pm56 sub execute_hooks { subroutine
/dports/www/p5-Dancer/Dancer-1.3513/lib/Dancer/
H A DPlugin.pm48 sub execute_hooks { subroutine
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/
H A Dsystem_hooks_service.rb12 def execute_hooks(data, hooks_scope = :all) method in SystemHooksService
H A Dissuable_base_service.rb523 def execute_hooks(issuable, action = 'open', params = {}) method in IssuableBaseService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/wiki_pages/
H A Dbase_service.rb12 def execute_hooks(page) method in WikiPages.BaseService
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dhook.c71 execute_hooks (hook_t * hook_list) in execute_hooks() function
/dports/misc/mc/mc-4.8.27/lib/
H A Dhook.c71 execute_hooks (hook_t * hook_list) in execute_hooks() function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Drelease.rb99 def execute_hooks(action) method in Release
H A Ddeployment.rb224 def execute_hooks(status_changed_at) method in Deployment
H A Dgroup.rb691 def execute_hooks(data, hooks_scope) singletonMethod in Group
H A Dproject.rb1526 def execute_hooks(data, hooks_scope = :push_hooks) method in Project
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/releases/
H A Dbase_service.rb82 def execute_hooks(release, action = 'create') method in Releases.BaseService
/dports/net/wireguard-tools/wireguard-tools-1.0.20210914/src/wg-quick/
H A Dlinux.bash290 execute_hooks() { function
H A Dopenbsd.bash379 execute_hooks() { function
H A Ddarwin.bash411 execute_hooks() { function
H A Ddragonfly.bash374 execute_hooks() { function
H A Dfreebsd.bash381 execute_hooks() { function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/issues/
H A Dbase_service.rb70 def execute_hooks(issue, action = 'open', old_associations: {}) method in Issues.BaseService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Dbridge.rb171 def execute_hooks method in Ci.Bridge
H A Dbuild.rb764 def execute_hooks method in Ci.Build
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/merge_requests/
H A Dbase_service.rb22 def execute_hooks(merge_request, action = 'open', old_rev: nil, old_associations: {}) method in MergeRequests.BaseService