Home
last modified time | relevance | path

Searched refs:Invoke (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DOleAut.cpp161 return Invoke (DISPATCH_PROPERTYGET, Name, NULL, NULL); in GetProperty()
166 return Invoke (DISPATCH_PROPERTYGET, DispatchId, NULL, NULL); in GetProperty()
174 bool bRet = Invoke (DISPATCH_PROPERTYPUT, Name, Format, ArgList); in PutProperty()
184 bool bRet = Invoke (DISPATCH_PROPERTYPUT, DispatchId, Format, ArgList); in PutProperty()
194 bool bRet = Invoke (DISPATCH_METHOD, Name, Format, ArgList); in Method()
204 bool bRet = Invoke (DISPATCH_METHOD, DispatchId, Format, ArgList); in Method()
209 bool COleAutomationControl::Invoke (WORD Flags, char* Name, in Invoke() function in COleAutomationControl
215 return Invoke (Flags, DispatchId, Format, ArgList); in Invoke()
218 bool COleAutomationControl::Invoke (WORD Flags, DISPID DispatchId, in Invoke() function in COleAutomationControl
381 m_hResult = m_pDispatch->Invoke (DispatchId, IID_NULL, LOCALE_USER_DEFAULT, in Invoke()
H A DOleAut.h42 bool Invoke (WORD Flags, char* Name, LPCTSTR Format, va_list ArgList);
43 bool Invoke (WORD Flags, DISPID DispatchId, LPCTSTR Format, va_list ArgList);
/vim-8.2.3635/runtime/autoload/
H A DnetrwFileHandlers.vim34 " netrwFileHandlers#Invoke: {{{1
35 fun! netrwFileHandlers#Invoke(exten,fname)
36 " call Dfunc("netrwFileHandlers#Invoke(exten<".a:exten."> fname<".a:fname.">)")
68 " call Dret("netrwFileHandlers#Invoke 0 : ret=".ret)
H A Dnetrw.vim5447 let ret= netrwFileHandlers#Invoke(exten,fname)
5517 " netrwFileHandlers#Invoke() always returns 0
5519 let ret= netrwFileHandlers#Invoke(exten,fname)
5522 " if unsuccessful, attempt netrwFileHandlers#Invoke()
5525 let ret= netrwFileHandlers#Invoke(exten,fname)
/vim-8.2.3635/runtime/syntax/
H A Daptconf.vim137 \ List-Refresh Pre-Invoke Post-Invoke Post-Invoke-Success
321 \ Pre-Install-Pkgs Pre-Invoke Post-Invoke
366 \ Post-Invoke Pre-Invoke
/vim-8.2.3635/src/
H A Dif_ole.cpp107 …STDMETHOD(Invoke)(DISPID member, const IID &iid, LCID, WORD flags, DISPPARAMS *dispparams, VARIANT…
275 CVim::Invoke( in Invoke() function in CVim
289 return typeinfo->Invoke(static_cast<IDispatch*>(this), in Invoke()
H A Dif_ole.h122 /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
180 …(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puAr…
/vim-8.2.3635/src/testdir/
H A Dtest_clientserver.vim138 " Invoke a remote-expr. On MS-Windows, the returned value has a carriage
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10995 Solution: Invoke AC_PROGRAM_EGREP to set $EGREP. (Aron Griffis)
11352 Solution: Invoke gui_mch_settitle(). (Tomas Stehlik)
11761 Solution: Invoke msg_start() after evaluating the argument.
12675 Solution: Invoke win_new_shellsize() from screenalloc() instead of from
13591 Solution: Invoke _OnChar() directly to avoid that the argument is truncated
13905 line for the cmdline. (Christian Robinson) Invoke command_height() after the
H A Dversion7.txt3230 Solution: Invoke dlerror() to clear a previous error. (Yukihiro Nakadaira)
4491 Solution: Invoke cygwin_conv_to_posix_path(). (Luca Masini)
5299 Solution: Invoke foldUpdateAll() for all windows of the changed buffer.
5604 Solution: Invoke FullName_save() when a path contains "//" or "\\".
6838 Solution: Invoke mch_free_acl() in vim_rename(). (Dominique Pelle)
13503 Solution: Invoke more drastic redraw method.
H A Dpi_netrw.txt1512 If g:netrw_browsex_viewer == '-', then netrwFileHandlers#Invoke() will be
H A Dversion8.txt11231 Solution: Invoke redraw_after_callback().
12392 Solution: Invoke DO_AUTOCHDIR after writing the file. (Allen Haim, closes
22853 Solution: Invoke QuickFixCmdPost consistently after QuickFixCmdPre.
34025 Invoke the callbacks before redrawing.
34090 Solution: Add listener_flush(). Invoke listeners before adding a change
36524 Solution: Invoke listeners before calling ml_append_int().
36580 Solution: Invoke listeners before calling ml_delete_int(). (closes #4657)
37473 Solution: Invoke callback later from event loop.
H A Deval.txt7495 Invoke listener callbacks for buffer {buf}. If there are no