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

1234567891011>>

/macosx-10.9.5/zsh-60/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/ncurses-42/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.9.5/xnu-2422.115.4/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.9.5/CPANInternal-140/Variable-Magic/t/lib/Variable/Magic/
H A DTestScopeEnd.pm15 sub hook (&) { subroutine
21 hook { pass 'in hints hash destructor' };
/macosx-10.9.5/emacs-92/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.9.5/bind9-45.100/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.9.5/ruby-104/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.9.5/zsh-60/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.9.5/emacs-92/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.9.5/iodbc-42.5/iodbc/samples/
H A DMakefile.am90 install-exec-hook:
99 uninstall-hook:
/macosx-10.9.5/apache-786.1/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.9.5/emacs-92/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.9.5/ruby-104/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.9.5/bc-21/bc/
H A DMakefile.am8 dist-hook:
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtoe.c131 void (*hook) (const char *, TERMTYPE *tp))
148 hook(next, &data);
158 void (*hook) (const char *, TERMTYPE *tp))
228 /* apply the selected hook function */
229 (*hook) (cn, &lterm);
260 /* apply the selected hook function */
261 (*hook) (cn, &lterm);
286 show_termcap(buffer, hook);
289 show_termcap(buffer, hook);
306 show_termcap(buffer, hook);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/comm/
H A Dcomm.tcl39 connecting,hook 1
40 connected,hook 1
41 incoming,hook 1
42 eval,hook 1
43 callback,hook 1
44 reply,hook 1
45 lost,hook 1
80 # $ch,hook,$hook script for hook
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dabbrev.c130 (table, name, expansion, hook, count, system_flag) variable
131 Lisp_Object table, name, expansion, hook, count, system_flag;
160 (EQ (ohook, hook)
161 || (tem = Fequal (ohook, hook), !NILP (tem))))
166 Ffset (sym, hook);
259 Lisp_Object expansion, hook, tem;
415 hook = XSYMBOL (sym)->function;
416 if (!NILP (hook))
420 /* If the abbrev has a hook function, run it. */
421 expanded = call0 (hook);
257 Lisp_Object expansion, hook, tem; variable
620 Lisp_Object name, exp, hook, count; variable
[all...]

Completed in 279 milliseconds

1234567891011>>