Home
last modified time | relevance | path

Searched defs:pluginA (Results 1 – 22 of 22) sorted by relevance

/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go235 type pluginA struct{} struct
237 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
241 func (*pluginA) Login() error { return nil }
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go235 type pluginA struct{} struct
237 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
241 func (*pluginA) Login() error { return nil }
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/rest/
H A Dplugin_test.go235 type pluginA struct{} struct
237 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
241 func (*pluginA) Login() error { return nil }
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/rest/
H A Dplugin_test.go235 type pluginA struct{} struct
237 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
241 func (*pluginA) Login() error { return nil }
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go235 type pluginA struct{} struct
237 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
241 func (*pluginA) Login() error { return nil }
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/client-go/rest/
H A Dplugin_test.go213 type pluginA struct{} struct
215 func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
219 func (*pluginA) Login() error { return nil }
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/parosproxy/paros/core/scanner/
H A DAbstractPluginUnitTest.java384 AbstractPlugin pluginA = createAbstractPluginWithConfig(); in shouldFailToCloneIntoNonAbstractPlugin() local
393 AbstractPlugin pluginA = createAbstractPluginWithConfig(); in shouldFailToCloneIntoPluginWithoutConfig() local
402 AbstractPlugin pluginA = createAbstractPluginWithConfig(); in shouldCloneIntoPlugin() local
426 AbstractPlugin pluginA = createAbstractPlugin(); in shouldNotBeEqualToNonAbstractPlugin() local
437 AbstractPlugin pluginA = createAbstractPlugin(1); in shouldNotBeEqualToAbstractPluginWithDifferentId() local
448 AbstractPlugin pluginA = createAbstractPlugin(1); in shouldBeEqualToAbstractPluginWithSameId() local
459 AbstractPlugin pluginA = createAbstractPlugin(1); in shouldBeLesserThanAbstractPluginWithGreaterId() local
470 AbstractPlugin pluginA = createAbstractPlugin(10); in shouldBeSameAsAbstractPluginWithSameId() local
481 AbstractPlugin pluginA = createAbstractPlugin(10); in shouldBeGreaterThanAbstractPluginWithLesserId() local
501 AbstractPlugin pluginA = createAbstractPluginWithConfig(10); in shouldNotLoadFromConfigIfPluginHasDifferentId() local
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/state/
H A DgetPanelOptionsWithDefaults.test.ts20 const pluginA = getPanelPlugin({ id: 'graph' }); constant
/dports/audio/carla/Carla-2.4.1/source/backend/engine/
H A DCarlaEngineInternal.cpp628 const CarlaPluginPtr pluginA = plugins[idA].plugin; in doPluginsSwitch() local
H A DCarlaEngineGraph.cpp1940 void PatchbayGraph::switchPlugins(CarlaPluginPtr pluginA, CarlaPluginPtr pluginB) in switchPlugins()
2758 void EngineInternalGraph::switchPlugins(CarlaPluginPtr pluginA, CarlaPluginPtr pluginB) in switchPlugins()
H A DCarlaEngine.cpp1048 const CarlaPluginPtr pluginA = pData->plugins[idA].plugin; in switchPlugins() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp184 PluginPackage* pluginA = *static_cast<PluginPackage* const*>(a); in preferredPluginCompare() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Testing/org.commontk.pluginfwtest/
H A DctkPluginFrameworkTestSuite.cpp463 QString pluginA = "pluginA_test"; in frame070a() local