Home
last modified time | relevance | path

Searched refs:StackInterface (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dulayerstack.pas54 if Assigned(StackInterface) then
55 result := StackInterface.DarkTheme
101 if Assigned(StackInterface) then
107 if Assigned(StackInterface) then
108 StackInterface.AddButton(AAction);
113 if Assigned(StackInterface) then
114 StackInterface.AddLayerMenu(AAction);
126 if Assigned(StackInterface) then
127 StackInterface.DarkTheme:= AValue;
149 if Assigned(StackInterface) then
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
29 WithSkipValidation() StackInterface
32 var _ StackInterface = &stacks{}
169 func (c *stacks) WithSkipValidation() StackInterface {
H A Dcompose_client.go22 func (c *ComposeV1beta1Client) Stacks(namespace string) StackInterface {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
29 WithSkipValidation() StackInterface
32 var _ StackInterface = &stacks{}
169 func (c *stacks) WithSkipValidation() StackInterface {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/kubernetes/client/clientset/typed/compose/v1beta1/
H A Dstack.go12 type StackInterface = api.StackInterface talias
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/kubernetes/client/clientset/typed/compose/v1beta2/
H A Dstack.go12 type StackInterface = api.StackInterface talias
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/kubernetes/client/clientset/typed/compose/v1beta1/
H A Dstack.go12 type StackInterface = api.StackInterface talias
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/kubernetes/client/clientset/typed/compose/v1beta2/
H A Dstack.go12 type StackInterface = api.StackInterface talias
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta2/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
29 WithSkipValidation() StackInterface
167 func (c *stacks) WithSkipValidation() StackInterface {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1alpha3/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
29 WithSkipValidation() StackInterface
166 func (c *stacks) WithSkipValidation() StackInterface {
H A Dcompose_client.go22 func (c *ComposeV1alpha3Client) Stacks(namespace string) StackInterface {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1alpha3/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
29 WithSkipValidation() StackInterface
166 func (c *stacks) WithSkipValidation() StackInterface {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta2/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
29 WithSkipValidation() StackInterface
167 func (c *stacks) WithSkipValidation() StackInterface {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/kubernetes/client/clientset/typed/compose/v1beta1/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
31 var _ StackInterface = &stacks{}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/stack/kubernetes/
H A Dstackclient.go31 stacks composev1beta1.StackInterface
129 stacks composev1beta2.StackInterface
207 stacks composev1alpha3.StackInterface
H A Ddeploy_test.go203 func (c *fakeV1beta1Client) WithSkipValidation() composev1beta1.StackInterface {
250 func (c *fakeV1beta2Client) WithSkipValidation() composev1beta2.StackInterface {
297 func (c *fakeV1alpha3Client) WithSkipValidation() composev1alpha3.StackInterface {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/stack/kubernetes/
H A Dstackclient.go31 stacks composev1beta1.StackInterface
129 stacks composev1beta2.StackInterface
207 stacks composev1alpha3.StackInterface
H A Ddeploy_test.go203 func (c *fakeV1beta1Client) WithSkipValidation() composev1beta1.StackInterface {
250 func (c *fakeV1beta2Client) WithSkipValidation() composev1beta2.StackInterface {
297 func (c *fakeV1alpha3Client) WithSkipValidation() composev1alpha3.StackInterface {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/stack/kubernetes/
H A Dstackclient.go27 stacks composev1beta1.StackInterface
108 stacks composev1beta2.StackInterface
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/kubernetes/client/clientset/typed/compose/v1beta2/
H A Dstack.go15 Stacks(namespace string) StackInterface
19 type StackInterface interface { interface
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/test/
H A Dgmock-generated-function-mockers_test.cc332 class StackInterface { class
334 virtual ~StackInterface() {} in ~StackInterface()
345 class MockStack : public StackInterface<T> {
/dports/multimedia/libgav1/libgav1-0.17.0/third_party/googletest/docs/
H A Dgmock_cheat_sheet.md60 class StackInterface {
62 virtual ~StackInterface();
68 (note that all member functions that are mocked, including `~StackInterface()`
73 class MockStack : public StackInterface<Elem> {
/dports/archivers/draco/googletest/docs/
H A Dgmock_cheat_sheet.md60 class StackInterface {
62 virtual ~StackInterface();
68 (note that all member functions that are mocked, including `~StackInterface()`
73 class MockStack : public StackInterface<Elem> {
/dports/lang/v8/v8-9.6.180.12/third_party/googletest/src/docs/
H A Dgmock_cheat_sheet.md60 class StackInterface {
62 virtual ~StackInterface();
68 (note that all member functions that are mocked, including `~StackInterface()`
73 class MockStack : public StackInterface<Elem> {
/dports/devel/googletest/googletest-release-1.11.0/docs/
H A Dgmock_cheat_sheet.md60 class StackInterface {
62 virtual ~StackInterface();
68 (note that all member functions that are mocked, including `~StackInterface()`
73 class MockStack : public StackInterface<Elem> {

12345678910