Home
last modified time | relevance | path

Searched refs:idCmd (Results 1 – 19 of 19) sorted by relevance

/dports/net/storj/storj-1.45.3/cmd/identity/
H A Didentity.go21 idCmd = &cobra.Command{ var
66 rootCmd.AddCommand(idCmd)
67 idCmd.AddCommand(newIDCmd)
68 idCmd.AddCommand(leafExtCmd)
69 idCmd.AddCommand(revokeLeafCmd)
/dports/editors/vim/vim-8.2.3745/src/GvimExt/
H A Dgvimext.cpp582 UINT idCmd = idCmdFirst; in QueryContextMenu() local
624 mii.wID = idCmd++; in QueryContextMenu()
629 mii.wID = idCmd++; in QueryContextMenu()
637 mii.wID = idCmd++; in QueryContextMenu()
649 mii.wID = idCmd++; in QueryContextMenu()
661 mii.wID = idCmd; in QueryContextMenu()
699 mii.wID = idCmd++; in QueryContextMenu()
746 UINT idCmd = LOWORD(lpcmi->lpVerb); in InvokeCommand() local
748 if (idCmd >= m_edit_existing_off) in InvokeCommand()
756 idCmd - m_edit_existing_off); in InvokeCommand()
[all …]
H A Dgvimext.h159 STDMETHODIMP GetCommandString(UINT_PTR idCmd,
/dports/textproc/kdiff3/kdiff3-1.9.4/diff_ext_for_kdiff3/
H A Ddiff_ext.cpp349 DIFF_EXT::GetCommandString(UINT_PTR idCmd, UINT uFlags, UINT*, LPSTR pszName, UINT cchMax) in GetCommandString() argument
356 if( idCmd == m_id_Diff ) in GetCommandString()
360 else if( idCmd == m_id_DiffWith ) in GetCommandString()
367 else if(idCmd == m_id_DiffLater) in GetCommandString()
371 else if((idCmd >= m_id_DiffWith_Base) && (idCmd < m_id_DiffWith_Base+m_recentFiles.size())) in GetCommandString()
375 unsigned long long num = idCmd - m_id_DiffWith_Base; in GetCommandString()
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/extensions/
H A Dshell-ext.h30 …STDMETHODIMP GetCommandString_Wrap(UINT_PTR idCmd, UINT uFlags, UINT FAR *reserved, LPSTR pszNa…
53 …STDMETHODIMP GetCommandString(UINT_PTR idCmd, UINT uFlags, UINT FAR *reserved, LPSTR pszName, U…
H A Dcontext-menu.cpp222 STDMETHODIMP ShellExt::GetCommandString(UINT_PTR idCmd, in GetCommandString() argument
228 return GetCommandString_Wrap(idCmd, flags, reserved, pszName, cchMax); in GetCommandString()
232 STDMETHODIMP ShellExt::GetCommandString_Wrap(UINT_PTR idCmd, in GetCommandString_Wrap() argument
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/shell/
H A Dcontextmenu.h47 …STDMETHODIMP GetCommandString(UINT_PTR idCmd, UINT uFlags, UINT *pwReserved, LPSTR pszName, UINT c…
H A Dcontextmenu.cpp111 STDMETHODIMP ContextMenu::GetCommandString(UINT_PTR idCmd, UINT uFlags, UINT *pwReserved, LPSTR psz… in GetCommandString() argument
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Explorer/
H A DContextMenu.h50 …STDMETHOD(GetCommandString)(UINT_PTR idCmd, UINT uType, UINT *pwReserved, LPSTR pszName, UINT cchM…
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/ExplorerPlugin/
H A DExplorerBar.h95 STDMETHOD( GetCommandString ) ( UINT_PTR idCmd, UINT uType, UINT* pwReserved, LPSTR pszName, UINT c…
H A DExplorerBar.cpp572 STDMETHODIMP ExplorerBar::GetCommandString(UINT_PTR idCmd, UINT uType, UINT* pwReserved, LPSTR pszN… in GetCommandString() argument
574 DEBUG_UNUSED( idCmd ); in GetCommandString()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Explorer/
H A DContextMenu.h71 …STDMETHOD(GetCommandString)(UINT_PTR idCmd, UINT uType, UINT *pwReserved, LPSTR pszName, UINT cchM…
/dports/net/drive/drive-0.4.0/drive-google/
H A Dmain.go122 bindCommandWithAliases(drive.IdKey, drive.DescId, &idCmd{}, []string{})
1806 type idCmd struct { struct
1811 func (cmd *idCmd) Flags(fs *flag.FlagSet) *flag.FlagSet { argument
1817 func (icmd *idCmd) Run(args []string, definedFlags map[string]*flag.Flag) { argument
1819 cmd := idCmd{}
/dports/net/drive/drive-0.4.0/cmd/drive/
H A Dmain.go122 bindCommandWithAliases(drive.IdKey, drive.DescId, &idCmd{}, []string{})
1806 type idCmd struct { struct
1811 func (cmd *idCmd) Flags(fs *flag.FlagSet) *flag.FlagSet { argument
1817 func (icmd *idCmd) Run(args []string, definedFlags map[string]*flag.Flag) { argument
1819 cmd := idCmd{}
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dshellapi.pp923 SFVM_INVOKECOMMAND = 2; // idCmd -
924 SFVM_GETHELPTEXT = 3; // idCmd,cchMax pszText
925 SFVM_GETTOOLTIPTEXT = 4; // idCmd,cchMax pszText
953 DFM_INVOKECOMMAND = 2; // idCmd pszArgs
954 DFM_GETDEFSTATICID = 14; // idCmd * 0
/dports/mail/trojita/trojita-0.7/tests/Imap/
H A Dtest_Imap_Tasks_ObtainSynchronizedMailbox.cpp2444 QByteArray idCmd = t.mk("ENABLE QRESYNC\r\n"); in testQresyncEnabling() local
2451 cClient(idCmd + listCmd + selectCmd); in testQresyncEnabling()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Daygshell.pp643 function SHInvokeContextMenuCommand(hwndOwner:HWND; idCmd:UINT; hCMExtensions:HANDLE):BOOL; externa…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshobjidl.h2581 UINT_PTR idCmd,
2622 UINT_PTR idCmd,
2644 … IContextMenu_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetComma…
2663 static FORCEINLINE HRESULT IContextMenu_GetCommandString(IContextMenu* This,UINT_PTR idCmd,UINT uTy…
2664 return This->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax);
2727 UINT_PTR idCmd,
2756 …IContextMenu2_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetComma…
2778 return This->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax);
2846 UINT_PTR idCmd,
2883 …IContextMenu3_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetComma…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshobjidl.h2581 UINT_PTR idCmd,
2622 UINT_PTR idCmd,
2644 … IContextMenu_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetComma…
2663 static FORCEINLINE HRESULT IContextMenu_GetCommandString(IContextMenu* This,UINT_PTR idCmd,UINT uTy…
2664 return This->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax);
2727 UINT_PTR idCmd,
2756 …IContextMenu2_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetComma…
2778 return This->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax);
2846 UINT_PTR idCmd,
2883 …IContextMenu3_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetComma…
[all …]