Home
last modified time | relevance | path

Searched refs:hook_type (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Darglist.h41 hook_type, hook_name) \ argument
47 hook_type, hook_name) \ argument
55 hook_type, hook_name) \ argument
65 hook_type, hook_name) \ argument
73 hook_type, hook_name) \ argument
78 hook_type, hook_name) \ argument
85 hook_type, hook_name) \ argument
109 hook_type hook_name; \
116 hook_type hook_name; \
127 hook_type hook_name; \
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Darglist.h41 hook_type, hook_name) \ argument
47 hook_type, hook_name) \ argument
55 hook_type, hook_name) \ argument
65 hook_type, hook_name) \ argument
73 hook_type, hook_name) \ argument
78 hook_type, hook_name) \ argument
85 hook_type, hook_name) \ argument
109 hook_type hook_name; \
116 hook_type hook_name; \
127 hook_type hook_name; \
[all …]
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/common/
H A Dhook_utils.py22 def clear_hook(hc, stack_id, resource_name, hook_type): argument
27 data={'unset_hook': hook_type})
33 'hook_type': hook_type})
36 def clear_wildcard_hooks(hc, stack_id, stack_patterns, hook_type, argument
48 stack_patterns[1:], hook_type, resource_pattern)
53 clear_hook(hc, stack_id, res_name, hook_type)
70 hook_type = 'pre-create'
72 hook_type = 'pre-update'
74 hook_type = 'pre-delete'
79 return hook_type
/dports/devel/py-pre-commit/pre_commit-1.21.0/pre_commit/commands/
H A Dinstall_uninstall.py36 def _hook_paths(hook_type, git_dir=None): argument
38 pth = os.path.join(git_dir, 'hooks', hook_type)
70 config_file, hook_type, argument
92 'HOOK_TYPE': hook_type,
126 for hook_type in hook_types:
128 config_file, hook_type,
144 def _uninstall_hook_script(hook_type): # type: (str) -> None argument
145 hook_path, legacy_path = _hook_paths(hook_type)
152 output.write_line('{} uninstalled'.format(hook_type))
160 for hook_type in hook_types:
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Ajax/
H A DService.php110 * @param string $hook_type The hook type. If given, the response will be filtered by hook
114 public function respondFromOutput($output, $hook_type = '', $try_decode = true) { argument
127 $api_response = $this->filterApiResponse($api_response, $hook_type);
138 * @param string $hook_type The hook type. If given, the response will be filtered by hook
141 public function respondFromApiResponse(AjaxResponse $api_response, $hook_type = '') { argument
142 $api_response = $this->filterApiResponse($api_response, $hook_type);
170 * @param string $hook_type The hook type. If given, the response will be filtered by hook
174 private function filterApiResponse(AjaxResponse $api_response, $hook_type = '') { argument
177 if ($hook_type) {
179 $api_response = $this->hooks->trigger($hook, $hook_type, null, $api_response);
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/container/detail/
H A Dnode_alloc_holder.hpp173 typedef typename Node::hook_type hook_type; in create_node() typedef
174 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_… in create_node()
191 typedef typename Node::hook_type hook_type;\
192 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_…
209 typedef typename Node::hook_type hook_type; in BOOST_MOVE_ITERATE_0TO9() typedef
210 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_… in BOOST_MOVE_ITERATE_0TO9()
232 typedef typename Node::hook_type hook_type; in create_node_from_key() typedef
233 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_… in create_node_from_key()
277 typedef typename Node::hook_type hook_type; in allocate_many_and_construct()
278 ::new(static_cast<hook_type*>(p), boost_container_new_t()) hook_type; in allocate_many_and_construct()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/container/detail/
H A Dnode_alloc_holder.hpp173 typedef typename Node::hook_type hook_type; in create_node() typedef
174 …::new(static_cast<hook_type*>(boost::movelib::to_raw_pointer(p)), boost_container_new_t()) hook_ty… in create_node()
191 typedef typename Node::hook_type hook_type;\
192 …::new(static_cast<hook_type*>(boost::movelib::to_raw_pointer(p)), boost_container_new_t()) hook_ty…
209 typedef typename Node::hook_type hook_type; in BOOST_MOVE_ITERATE_0TO9() typedef
210 …::new(static_cast<hook_type*>(boost::movelib::to_raw_pointer(p)), boost_container_new_t()) hook_ty… in BOOST_MOVE_ITERATE_0TO9()
232 typedef typename Node::hook_type hook_type; in create_node_from_key() typedef
233 …::new(static_cast<hook_type*>(boost::movelib::to_raw_pointer(p)), boost_container_new_t()) hook_ty… in create_node_from_key()
277 typedef typename Node::hook_type hook_type; in allocate_many_and_construct()
278 ::new(static_cast<hook_type*>(p), boost_container_new_t()) hook_type; in allocate_many_and_construct()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/container/detail/
H A Dnode_alloc_holder.hpp173 typedef typename Node::hook_type hook_type; in create_node() typedef
174 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_… in create_node()
191 typedef typename Node::hook_type hook_type;\
192 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_…
209 typedef typename Node::hook_type hook_type; in BOOST_MOVE_ITERATE_0TO9() typedef
210 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_… in BOOST_MOVE_ITERATE_0TO9()
232 typedef typename Node::hook_type hook_type; in create_node_from_key() typedef
233 …::new(static_cast<hook_type*>(container_detail::to_raw_pointer(p)), boost_container_new_t()) hook_… in create_node_from_key()
277 typedef typename Node::hook_type hook_type; in allocate_many_and_construct()
278 ::new(static_cast<hook_type*>(p), boost_container_new_t()) hook_type; in allocate_many_and_construct()
/dports/devel/git-svn/git-2.34.1/t/
H A Dt9164-git-svn-dcommit-concurrent.sh40 hook_type="$1" # "pre-commit" or "post-commit"
42 [ "$hook_type" = "pre-commit" ] ||
43 [ "$hook_type" = "post-commit" ] ||
44 { echo "ERROR: invalid argument ($hook_type)" \
46 echo "cnt=$skip_revs" > "$hook_type-counter"
48 hook="$rawsvnrepo/hooks/$hook_type"
62 if [ "$hook_type" = "pre-commit" ]; then
/dports/devel/git-gui/git-2.34.1/t/
H A Dt9164-git-svn-dcommit-concurrent.sh40 hook_type="$1" # "pre-commit" or "post-commit"
42 [ "$hook_type" = "pre-commit" ] ||
43 [ "$hook_type" = "post-commit" ] ||
44 { echo "ERROR: invalid argument ($hook_type)" \
46 echo "cnt=$skip_revs" > "$hook_type-counter"
48 hook="$rawsvnrepo/hooks/$hook_type"
62 if [ "$hook_type" = "pre-commit" ]; then
/dports/devel/git/git-2.34.1/t/
H A Dt9164-git-svn-dcommit-concurrent.sh40 hook_type="$1" # "pre-commit" or "post-commit"
42 [ "$hook_type" = "pre-commit" ] ||
43 [ "$hook_type" = "post-commit" ] ||
44 { echo "ERROR: invalid argument ($hook_type)" \
46 echo "cnt=$skip_revs" > "$hook_type-counter"
48 hook="$rawsvnrepo/hooks/$hook_type"
62 if [ "$hook_type" = "pre-commit" ]; then
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt9164-git-svn-dcommit-concurrent.sh40 hook_type="$1" # "pre-commit" or "post-commit"
42 [ "$hook_type" = "pre-commit" ] ||
43 [ "$hook_type" = "post-commit" ] ||
44 { echo "ERROR: invalid argument ($hook_type)" \
46 echo "cnt=$skip_revs" > "$hook_type-counter"
48 hook="$rawsvnrepo/hooks/$hook_type"
62 if [ "$hook_type" = "pre-commit" ]; then
/dports/devel/git-p4/git-2.34.1/t/
H A Dt9164-git-svn-dcommit-concurrent.sh40 hook_type="$1" # "pre-commit" or "post-commit"
42 [ "$hook_type" = "pre-commit" ] ||
43 [ "$hook_type" = "post-commit" ] ||
44 { echo "ERROR: invalid argument ($hook_type)" \
46 echo "cnt=$skip_revs" > "$hook_type-counter"
48 hook="$rawsvnrepo/hooks/$hook_type"
62 if [ "$hook_type" = "pre-commit" ]; then
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt9164-git-svn-dcommit-concurrent.sh40 hook_type="$1" # "pre-commit" or "post-commit"
42 [ "$hook_type" = "pre-commit" ] ||
43 [ "$hook_type" = "post-commit" ] ||
44 { echo "ERROR: invalid argument ($hook_type)" \
46 echo "cnt=$skip_revs" > "$hook_type-counter"
48 hook="$rawsvnrepo/hooks/$hook_type"
62 if [ "$hook_type" = "pre-commit" ]; then
/dports/games/naev/naev-0.7.0/src/
H A Dnlua_hook.c698 const char *hook_type; in hook_pilot() local
710 hook_type = luaL_checkstring(L,2); in hook_pilot()
713 if (strcmp(hook_type,"death")==0) type = PILOT_HOOK_DEATH; in hook_pilot()
716 else if (strcmp(hook_type,"board")==0) type = PILOT_HOOK_BOARD; in hook_pilot()
719 else if (strcmp(hook_type,"jump")==0) type = PILOT_HOOK_JUMP; in hook_pilot()
720 else if (strcmp(hook_type,"hail")==0) type = PILOT_HOOK_HAIL; in hook_pilot()
721 else if (strcmp(hook_type,"land")==0) type = PILOT_HOOK_LAND; in hook_pilot()
723 else if (strcmp(hook_type,"idle")==0) type = PILOT_HOOK_IDLE; in hook_pilot()
724 else if (strcmp(hook_type,"lockon")==0) type = PILOT_HOOK_LOCKON; in hook_pilot()
726 NLUA_ERROR(L, "Invalid pilot hook type: '%s'", hook_type); in hook_pilot()
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/hooks/
H A Dautohook.sh44 for hook_type in "${hook_types[@]}"
46 hook_symlink="$hooks_dir/$hook_type"
64 hook_type=$calling_file
65 symlinks_dir="$repo_root/hooks/$hook_type"
75 echo "Looking for $hook_type scripts to run...found $number_of_symlinks!"
93 echo "A $hook_type script yielded negative exit code $hook_exit_code"
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/intrusive/detail/
H A Dhook_traits.hpp95 typedef Hook hook_type; typedef
96 typedef typename hook_type::hooktags::node_traits node_traits;
109 typedef hook_type& hook_reference;
110 typedef const hook_type & const_hook_reference;
146 typedef typename Functor::hook_type hook_type; typedef
149 typedef typename hook_type::hooktags::node_traits node_traits;
160 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
176 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr()
179 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
/dports/databases/percona57-server/boost_1_59_0/boost/intrusive/detail/
H A Dhook_traits.hpp95 typedef Hook hook_type; typedef
96 typedef typename hook_type::hooktags::node_traits node_traits;
109 typedef hook_type& hook_reference;
110 typedef const hook_type & const_hook_reference;
146 typedef typename Functor::hook_type hook_type; typedef
149 typedef typename hook_type::hooktags::node_traits node_traits;
160 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
176 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr()
179 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
/dports/databases/xtrabackup/boost_1_59_0/boost/intrusive/detail/
H A Dhook_traits.hpp95 typedef Hook hook_type; typedef
96 typedef typename hook_type::hooktags::node_traits node_traits;
109 typedef hook_type& hook_reference;
110 typedef const hook_type & const_hook_reference;
146 typedef typename Functor::hook_type hook_type; typedef
149 typedef typename hook_type::hooktags::node_traits node_traits;
160 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
176 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr()
179 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
/dports/databases/percona57-client/boost_1_59_0/boost/intrusive/detail/
H A Dhook_traits.hpp95 typedef Hook hook_type; typedef
96 typedef typename hook_type::hooktags::node_traits node_traits;
109 typedef hook_type& hook_reference;
110 typedef const hook_type & const_hook_reference;
146 typedef typename Functor::hook_type hook_type; typedef
149 typedef typename hook_type::hooktags::node_traits node_traits;
160 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
176 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr()
179 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/intrusive/detail/
H A Dhook_traits.hpp96 typedef Hook hook_type; typedef
97 typedef typename hook_type::hooktags::node_traits node_traits;
110 typedef hook_type& hook_reference;
111 typedef const hook_type & const_hook_reference;
147 typedef typename Functor::hook_type hook_type; typedef
150 typedef typename hook_type::hooktags::node_traits node_traits;
161 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
177 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr()
180 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/intrusive/detail/
H A Dhook_traits.hpp95 typedef Hook hook_type; typedef
96 typedef typename hook_type::hooktags::node_traits node_traits;
109 typedef hook_type& hook_reference;
110 typedef const hook_type & const_hook_reference;
146 typedef typename Functor::hook_type hook_type; typedef
149 typedef typename hook_type::hooktags::node_traits node_traits;
160 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
176 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr()
179 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/intrusive/detail/
H A Dhook_traits.hpp96 typedef Hook hook_type;
97 typedef typename hook_type::hooktags::node_traits node_traits;
110 typedef hook_type& hook_reference;
111 typedef const hook_type & const_hook_reference;
147 typedef typename Functor::hook_type hook_type;
150 typedef typename hook_type::hooktags::node_traits node_traits;
161 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
177 { return hook_ptr(&*static_cast<hook_type*>(&*n)); }
180 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); }
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/intrusive/detail/
H A Dhook_traits.hpp96 typedef Hook hook_type;
97 typedef typename hook_type::hooktags::node_traits node_traits;
110 typedef hook_type& hook_reference;
111 typedef const hook_type & const_hook_reference;
147 typedef typename Functor::hook_type hook_type;
150 typedef typename hook_type::hooktags::node_traits node_traits;
161 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
177 { return hook_ptr(&*static_cast<hook_type*>(&*n)); }
180 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); }
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/intrusive/detail/
H A Dhook_traits.hpp95 typedef Hook hook_type; typedef
96 typedef typename hook_type::hooktags::node_traits node_traits;
109 typedef hook_type& hook_reference;
110 typedef const hook_type & const_hook_reference;
146 typedef typename Functor::hook_type hook_type; typedef
149 typedef typename hook_type::hooktags::node_traits node_traits;
160 static const link_mode_type link_mode = hook_type::hooktags::link_mode;
176 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr()
179 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()

12345678910>>...18