Home
last modified time | relevance | path

Searched defs:PluginHandler (Results 1 – 25 of 25) sorted by relevance

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/
H A Dcmd.go306 func NewDefaultKubectlCommandWithArgs(pluginHandler PluginHandler, args []string, in io.Reader, out…
332 type PluginHandler interface { interface
394 func HandlePluginCommand(pluginHandler PluginHandler, cmdArgs []string) error {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/
H A Dcmd.go92 func NewDefaultKubectlCommandWithArgs(pluginHandler PluginHandler, args []string, in io.Reader, out…
118 type PluginHandler interface { interface
180 func HandlePluginCommand(pluginHandler PluginHandler, cmdArgs []string) error {
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/DebugInfo/X86/
H A Dmultiple-at-const-val.ll35 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.3 (trunk 174…
/dports/www/habari/habari-0.8/system/handlers/
H A Dpluginhandler.php11 class PluginHandler extends ActionHandler class
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DPluginHandler.h132 PluginHandler() {} in PluginHandler() function
/dports/editors/imhex/ImHex-1.7.0/include/helpers/
H A Dplugin_handler.hpp29 class PluginHandler { class
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/
H A DMakefile.am37 SUBDIRS = FileHandlers FormatSupport NativeMetadataSupport PluginHandler subdir
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/
H A DPluginHandler.java35 public class PluginHandler extends DefaultHandler { class
47 public PluginHandler(boolean abbreviated) { in PluginHandler() method in PluginHandler
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/pluginmanager/cache/
H A Dtypes.go47 type PluginHandler interface { interface
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dpluginhandler.hxx46 class PluginHandler class
H A Dpluginhandler.cxx73 PluginHandler::PluginHandler( CompilerInstance& compiler, const std::vector< std::string >& args ) in PluginHandler() function in loplugin::PluginHandler
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dpluginhandler.hxx48 class PluginHandler class
H A Dpluginhandler.cxx77 PluginHandler::PluginHandler( CompilerInstance& compiler, const std::vector< std::string >& args ) in PluginHandler() function in loplugin::PluginHandler
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/pluginmanager/
H A Dplugin_manager.go43 AddHandler(pluginType string, pluginHandler cache.PluginHandler)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/pluginmanager/operationexecutor/
H A Doperation_generator.go65 pluginHandlers map[string]cache.PluginHandler,
H A Doperation_executor.go48 …egisterPlugin(socketPath string, timestamp time.Time, pluginHandlers map[string]cache.PluginHandle…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/pluginmanager/reconciler/
H A Dreconciler.go45 AddHandler(pluginType string, pluginHandler cache.PluginHandler)
/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/xfce4++/util/
H A Dgtk.h97 typedef void PluginHandler (XfcePanelPlugin *plugin); typedef
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/
H A DTypes.hs305 newtype PluginHandler a (m :: Method FromClient Request) type
306 …= PluginHandler (PluginId -> a -> MessageParams m -> LspM Config (NonEmpty (Either ResponseError (… constructor
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/
H A DTypes.hs305 newtype PluginHandler a (m :: Method FromClient Request) type
306 …= PluginHandler (PluginId -> a -> MessageParams m -> LspM Config (NonEmpty (Either ResponseError (… constructor
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/LibraryManagement/
H A DLibraryPluginHandler.cpp76 PluginHandler::PluginHandler() : in PluginHandler() function in PluginHandler
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dpluginhandler.cpp518 PluginHandler::PluginHandler(QObject* parent) : QObject(parent), in PluginHandler() function in qpdfview::PluginHandler
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/csi/
H A Dcsi_plugin.go94 var PluginHandler = &RegistrationHandler{} var
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/plugins/
H A D__init__.py177 class PluginHandler(object): class
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dpluginsystem.py40 class PluginHandler: class