Searched refs:hooks (Results 1 - 25 of 205) sorted by relevance

123456789

/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/
H A DVCS_INFO_hook8 local -a hooks tmp
24 zstyle -a "${static}" hooks hooks
26 printf '+ static hooks: %s\n' "${(j:, :)hooks}"
28 zstyle -a "${context}" hooks tmp
30 printf '+ context hooks: %s\n' "${(j:, :)tmp}"
32 hooks+=( "${tmp[@]}" )
33 (( ${#hooks} == 0 )) && return 0
35 # Protect some internal variables in hooks
[all...]
H A Dvcs_info_hookadd20 zstyle -a "${context}" hooks old
21 zstyle "${context}" hooks "${old[@]}" "$@"
H A Dvcs_info_hookdel29 zstyle -a "${context}" hooks old || return 0
44 zstyle "${context}" hooks "${old[@]}"
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A DtrfIntDecls.h29 struct TrfIntStubHooks *hooks; member in struct:TrfIntStubs
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclIntDecls.h34 struct XotclIntStubHooks *hooks; member in struct:XotclIntStubs
H A DxotclStubLib.c78 if (xotclStubsPtr->hooks) {
79 xotclIntStubsPtr = xotclStubsPtr->hooks->xotclIntStubs;
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/generic/
H A DbufIntDecls.h29 struct BufIntStubHooks *hooks; member in struct:BufIntStubs
H A DbufStubLib.c90 bufIntStubsPtr = bufStubsPtr->hooks->bufIntStubs;
H A DmemchanStubLib.c75 memchanStubsPtr = bufStubsPtr->hooks->memchanStubs;
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dstubtcl.h31 if (tclStubsPtr->hooks != NULL) {
32 tclPlatStubsPtr = tclStubsPtr->hooks->tclPlatStubs;
33 tclIntStubsPtr = tclStubsPtr->hooks->tclIntStubs;
34 tclIntPlatStubsPtr = tclStubsPtr->hooks->tclIntPlatStubs;
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkStubLib.c114 tkPlatStubsPtr = tkStubsPtr->hooks->tkPlatStubs;
115 tkIntStubsPtr = tkStubsPtr->hooks->tkIntStubs;
116 tkIntPlatStubsPtr = tkStubsPtr->hooks->tkIntPlatStubs;
117 tkIntXlibStubsPtr = tkStubsPtr->hooks->tkIntXlibStubs;
/macosx-10.10.1/apache-793/httpd/modules/lua/test/
H A Dtest_httpd.conf20 LuaHookTranslateName htdocs/hooks.lua translate_name
21 LuaHookTranslateName htdocs/hooks.lua translate_name2
23 LuaHookFixups htdocs/hooks.lua fixups_test
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A DitclStubLib.c79 if (itclStubsPtr->hooks) {
80 itclIntStubsPtr = itclStubsPtr->hooks->itclIntStubs;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubLib.c.orig103 if (tclStubsPtr->hooks) {
104 tclPlatStubsPtr = tclStubsPtr->hooks->tclPlatStubs;
105 tclIntStubsPtr = tclStubsPtr->hooks->tclIntStubs;
106 tclIntPlatStubsPtr = tclStubsPtr->hooks->tclIntPlatStubs;
H A DtclStubLib.c103 if (tclStubsPtr->hooks) {
104 tclPlatStubsPtr = tclStubsPtr->hooks->tclPlatStubs;
105 tclIntStubsPtr = tclStubsPtr->hooks->tclIntStubs;
106 tclIntPlatStubsPtr = tclStubsPtr->hooks->tclIntPlatStubs;
/macosx-10.10.1/apache-793/httpd/modules/loggers/
H A Dmod_log_debug.c39 static const char * const hooks[] = { variable
92 do_debug_log(r, hooks[0]);
98 do_debug_log(r, hooks[1]);
104 do_debug_log(r, hooks[2]);
110 do_debug_log(r, hooks[3]);
116 do_debug_log(r, hooks[4]);
122 do_debug_log(r, hooks[5]);
128 do_debug_log(r, hooks[6]);
134 do_debug_log(r, hooks[7]);
140 do_debug_log(r, hooks[
[all...]
/macosx-10.10.1/apache-793/httpd/modules/dav/main/
H A Dutil_lock.c47 const dav_hooks_locks *hooks = DAV_GET_HOOKS_LOCKS(r); local
53 if (lock == NULL || hooks == NULL) {
145 (*hooks->format_locktoken)(p, lock->locktoken));
177 if ((err = (*lockdb->hooks->create_lock)(lockdb, resource,
256 if ((*wres->resource->hooks->is_same_resource)(wres->resource,
260 if ((err = (*ctx->w.lockdb->hooks->append_locks)(ctx->w.lockdb,
316 if ((err = (*lockdb->hooks->append_locks)(lockdb, resource, 0,
337 err = (*resource->hooks->walk)(&ctx.w, DAV_INFINITY, &multi_status);
370 return (*lockdb->hooks->get_locks)(lockdb, resource,
391 if ((err = (*ctx->w.lockdb->hooks
493 const dav_hooks_locks *hooks = DAV_GET_HOOKS_LOCKS(r); local
679 const dav_hooks_locks *hooks = DAV_GET_HOOKS_LOCKS(r); local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclStubLib.c107 if (tclStubsPtr->hooks) {
108 tclPlatStubsPtr = tclStubsPtr->hooks->tclPlatStubs;
109 tclIntStubsPtr = tclStubsPtr->hooks->tclIntStubs;
110 tclIntPlatStubsPtr = tclStubsPtr->hooks->tclIntPlatStubs;
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A DtcldomDecls.h31 struct TcldomStubHooks *hooks; member in struct:TcldomStubs
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkStubLib.c139 tkPlatStubsPtr = tkStubsPtr->hooks->tkPlatStubs;
140 tkIntStubsPtr = tkStubsPtr->hooks->tkIntStubs;
141 tkIntPlatStubsPtr = tkStubsPtr->hooks->tkIntPlatStubs;
142 tkIntXlibStubsPtr = tkStubsPtr->hooks->tkIntXlibStubs;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dchaskell.vim2 " Language: Haskell supporting c2hs binding hooks
8 " Enable binding hooks
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/share/
H A Datf-run.hooks87 sitehooks=$(atf-config -t atf_confdir)/atf-run.hooks
88 userhooks=${HOME}/.atf/atf-run.hooks
/macosx-10.10.1/emacs-93/emacs/lisp/term/
H A Dsun.el102 (defvar sun-raw-prefix-hooks nil
139 (defvar suntool-map-hooks nil
207 (when sun-raw-prefix-hooks
208 (message "sun-raw-prefix-hooks is obsolete! Use term-setup-hook instead!")
209 (let ((hooks sun-raw-prefix-hooks))
210 (while hooks
211 (eval (car hooks))
212 (setq hooks (cdr hooks)))))
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dsql.js23 hooks = parserConfig.hooks || {},
29 // call hooks from the mime type
30 if (hooks[ch]) {
31 var result = hooks[ch](stream, state);
287 hooks: {
301 hooks: {
317 hooks: {
335 hooks: { }
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclStubLib.c141 if (tclStubsPtr->hooks) {
142 tclPlatStubsPtr = tclStubsPtr->hooks->tclPlatStubs;
143 tclIntStubsPtr = tclStubsPtr->hooks->tclIntStubs;
144 tclIntPlatStubsPtr = tclStubsPtr->hooks->tclIntPlatStubs;

Completed in 196 milliseconds

123456789