Searched refs:hook (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/
H A Dvcs_info_hookadd13 local hook func context
16 hook=$1
18 context=":vcs_info-static_hooks:${hook}"
H A Dvcs_info_hookdel22 local hook func context
25 hook=$1
27 context=":vcs_info-static_hooks:${hook}"
35 "${hook}" "${func}"
H A DVCS_INFO_hook5 local hook static func
19 printf 'VCS_INFO_hook: running hook: "%s"\n' "${hook_name}"
40 for hook in ${hooks} ; do
41 func="+vi-${hook}"
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_rubygems_hook.rb23 @hook = RDoc::RubygemsHook.new @a
35 refute @hook.generate_rdoc
36 assert @hook.generate_ri
52 @hook.delete_legacy_args args
61 rdoc = @hook.new_rdoc
63 @hook.instance_variable_set :@rdoc, rdoc
64 @hook.instance_variable_set :@file_info, []
66 @hook.document 'darkfish', options, @a.doc_dir('rdoc')
68 assert @hook.rdoc_installed?
75 @hook
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_rdoc.rb22 @hook = Gem::RDoc.new @a
39 @hook.class.rdoc_version
43 Gem::Requirement.new('~> 3.0').satisfied_by? @hook.class.rdoc_version
47 Gem::Requirement.new('>= 3.8').satisfied_by? @hook.class.rdoc_version
52 refute @hook.generate_rdoc
54 assert @hook.generate_rdoc
56 assert @hook.generate_ri
72 @hook.delete_legacy_args args
83 rdoc = @hook.new_rdoc
84 @hook
[all...]
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesp.cc47 UserHook* hook = new UserHook; local
48 hook->m_user = NULL;
49 hook->m_back = this;
50 hook->m_owner = p;
51 ::set_panel_userptr(p, reinterpret_cast<void *>(hook));
56 UserHook* hook = UserPointer(); local
57 assert(hook != 0 && hook->m_back==this && hook->m_owner==p);
58 delete hook;
[all...]
H A Dcursesm.cc65 /* Internal hook functions. They will route the hook
67 * so in C++ providing a hook is done simply by
139 UserHook* hook = new UserHook; local
140 hook->m_user = NULL;
141 hook->m_back = this;
142 hook->m_owner = menu;
143 ::set_menu_userptr(menu, static_cast<void*>(hook));
180 UserHook* hook = reinterpret_cast<UserHook*>(::menu_userptr(menu)); local
181 delete hook;
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dpage_decrypt.c38 dsmos_page_transform_hook(dsmos_page_transform_hook_t hook) argument
42 /* set the hook now - new callers will run with it */
43 dsmos_hook = hook;
63 void text_crypter_create_hook_set(text_crypter_create_hook_t hook) argument
65 text_crypter_create=hook;
H A Dpage_decrypt.h40 extern void dsmos_page_transform_hook(dsmos_page_transform_hook_t hook); /* exported */
68 extern void text_crypter_create_hook_set(text_crypter_create_hook_t hook);
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dpanic_hooks.c66 struct panic_hook *hook = (struct panic_hook *)hook_; local
68 hook->magic1 = PANIC_HOOK_MAGIC1;
69 hook->magic2 = PANIC_HOOK_MAGIC2;
70 hook->hook_fn = hook_fn;
71 hook->thread = current_thread();
74 queue_enter(&panic_hooks, hook, struct panic_hook *, chain);
80 struct panic_hook *hook = (struct panic_hook *)hook_; local
83 queue_remove(&panic_hooks, hook, struct panic_hook *, chain);
89 struct panic_hook *hook; local
93 queue_iterate(&panic_hooks, hook, struc
[all...]
H A Dpanic_hooks.h46 void panic_hook(panic_hook_t *hook, panic_hook_fn_t hook_fn);
47 void panic_unhook(panic_hook_t *hook);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddos-vars.el39 (defcustom dos-codepage-setup-hook nil
45 :type '(hook)
H A Dhelp-at-pt.el246 (defun scan-buf-move-to-region (prop &optional arg hook)
249 hook variable, or an expression evaluating to such a symbol.
280 (run-hooks hook)))
288 (run-hooks hook))
289 (t (run-hooks hook)))))
311 (run-hooks hook)))))
315 (defvar scan-buf-move-hook '(display-local-help)
316 "Normal hook run by `scan-buf-next-region'.
317 Also used by `scan-buf-previous-region'. The hook is run after
341 (scan-buf-move-to-region 'help-echo arg 'scan-buf-move-hook))
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dmake.wnt54 SRCS = printf.c dump.c checkdll.c encoding.c convert.c hook.c
55 OBJS = printf.obj dump.obj checkdll.obj encoding.obj convert.obj hook.obj
98 hook.obj : hook.c $(HDRS)
/macosx-10.10.1/libpthread-105.1.4/private/
H A Dintrospection_private.h87 * Install introspection hook function into libpthread.
90 * The caller is responsible for implementing chaining to the hook that was
93 * @param hook
94 * Pointer to hook function.
97 * Previously installed hook function or NULL.
103 pthread_introspection_hook_install(pthread_introspection_hook_t hook);
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_trace.c53 rb_event_hook_t *hook = hooks->hooks; local
55 while (hook) {
56 rb_gc_mark(hook->data);
57 hook = hook->next;
104 rb_event_hook_t *hook = ALLOC(rb_event_hook_t); local
105 hook->hook_flags = hook_flags;
106 hook->events = events;
107 hook->func = func;
108 hook
113 connect_event_hook(rb_hook_list_t *list, rb_event_hook_t *hook) argument
124 rb_event_hook_t *hook = alloc_event_hook(func, events, data, hook_flags); local
137 rb_event_hook_t *hook = alloc_event_hook(func, events, data, RUBY_EVENT_HOOK_FLAG_SAFE); local
150 rb_event_hook_t *hook = alloc_event_hook(func, events, data, hook_flags); local
159 rb_event_hook_t *hook = list->hooks; local
226 rb_event_hook_t *hook, **nextp = &list->hooks; local
260 rb_event_hook_t *hook; local
[all...]
/macosx-10.10.1/zsh-61/zsh/Functions/Prompts/
H A Dpromptinit36 autoload -Uz add-zsh-hook
159 local hook
160 for hook in chpwd precmd preexec periodic zshaddhistory zshexit; do
161 add-zsh-hook -D "${hook}" "prompt_*_${hook}"
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-banner.el68 (defcustom eshell-banner-load-hook '(eshell-banner-initialize)
70 :type 'hook
H A Dem-prompt.el42 (defcustom eshell-prompt-load-hook '(eshell-prompt-initialize)
44 :type 'hook
83 (defcustom eshell-before-prompt-hook nil
85 :type 'hook
89 (defcustom eshell-after-prompt-hook nil
95 :type 'hook
104 (add-hook 'eshell-post-command-hook 'eshell-emit-prompt nil t)
118 (run-hooks 'eshell-before-prompt-hook)
129 (run-hooks 'eshell-after-prompt-hook))
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/samples/
H A DMakefile.am90 install-exec-hook:
99 uninstall-hook:
/macosx-10.10.1/apache-793/httpd/modules/loggers/
H A Dmod_log_debug.c31 const char *hook; member in struct:__anon5974
65 if (entry->hook != allhooks && entry->hook != hookname)
82 ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, "%s (%s hook, %s:%d)",
207 if (strncasecmp(args[i], "hook=", 5) == 0) {
212 entry->hook = hooks[j];
217 if (entry->hook == NULL) {
219 entry->hook = allhooks;
221 return apr_psprintf(cmd->pool, "Invalid hook name: %s", name);
238 if (entry->hook
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dlist_hooks.pl26 foreach my $hook (sort keys %::Hooks) {
27 my $h=$::Hooks{$hook};
29 print "$hook datum '$x' missing\n" if !exists $h->{$x};
31 print "$hook\n";
35 print " $h->{ret} $hook($h->{args})\n" if defined $h->{args};
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-eform.el41 (defcustom gnus-edit-form-mode-hook nil
44 :type 'hook)
46 (defcustom gnus-edit-form-menu-hook nil
49 :type 'hook)
71 (gnus-run-hooks 'gnus-edit-form-menu-hook)))
87 (gnus-run-mode-hooks 'gnus-edit-form-mode-hook))
/macosx-10.10.1/ruby-106/ruby/lib/
H A Drubygems.rb653 # Adds a post-build hook that will be passed an Gem::Installer instance
654 # when Gem::Installer#install is called. The hook is called after the gem
656 # executables or gemspec has been written. If the hook returns +false+ then
659 def self.post_build(&hook)
660 @post_build_hooks << hook
664 # Adds a post-install hook that will be passed an Gem::Installer instance
667 def self.post_install(&hook)
668 @post_install_hooks << hook
672 # Adds a post-installs hook that will be passed a Gem::DependencyInstaller
676 def self.done_installing(&hook)
[all...]
/macosx-10.10.1/bc-21/bc/
H A DMakefile.am8 dist-hook:

Completed in 302 milliseconds

1234567891011>>