Home
last modified time | relevance | path

Searched defs:Controller (Results 151 – 175 of 4681) sorted by relevance

12345678910>>...188

/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/golang/mock/mock-1.1.1/gomock/
H A Dcontroller.go76 type Controller struct { struct
77 mu sync.Mutex
78 t TestReporter
79 expectedCalls *callSet
80 finished bool
108 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
123 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
137 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
178 func (ctrl *Controller) Finish() {
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go76 type Controller struct { struct
77 mu sync.Mutex
78 t TestReporter
79 expectedCalls *callSet
80 finished bool
108 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
123 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
137 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
178 func (ctrl *Controller) Finish() {
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/tools/flow/
H A Dflow.go145 type Controller struct { struct
146 cfg Config
147 isTask TaskFunc
149 inst cue.Value
150 valueSeqNum int64
152 env *adt.Environment
155 conjunctSeq int64
157 taskCh chan *Task
168 keys map[string]*Task
169 tasks []*Task
[all …]
/dports/sysutils/istio/istio-1.6.7/security/pkg/k8s/configmap/
H A Dconfigmap.go38 type Controller struct { struct
39 core corev1.CoreV1Interface
40 namespace string
52 func (c *Controller) InsertCATLSRootCert(value string) error {
88 func (c *Controller) InsertCATLSRootCertWithRetry(value string, retryInterval,
107 func (c *Controller) GetCATLSRootCert() (string, error) {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controlplane/controller/clusterauthenticationtrust/
H A Dcluster_authentication_trust_controller.go55 type Controller struct { struct
56 requiredAuthenticationData ClusterAuthenticationInfo
58 configMapLister corev1listers.ConfigMapLister
59 configMapClient corev1client.ConfigMapsGetter
60 namespaceClient corev1client.NamespacesGetter
64 queue workqueue.RateLimitingInterface
70 preRunCaches []cache.InformerSynced
136 func (c *Controller) syncConfigMap() error {
430 func (c *Controller) Enqueue() {
465 func (c *Controller) runWorker() {
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/uidescription/
H A Duidescription_test.cpp145 struct Controller : public IController struct
147 void valueChanged (CControl* pControl) override {}; in valueChanged()
148 int32_t getTagForName (UTF8StringPtr name, int32_t registeredTag) const override in getTagForName()
152 IControlListener* getControlListener (UTF8StringPtr controlTagName) override in getControlListener()
156 CView* createView (const UIAttributes& attributes, const IUIDescription* description) override in createView()
160 …erifyView (CView* view, const UIAttributes& attributes, const IUIDescription* description) override in verifyView()
164 IController* createSubController (UTF8StringPtr name, const IUIDescription* description) override in createSubController()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/
H A DFormExtensions.cs15 …ler>(this HtmlHelper helper, Expression<Action<TController>> action) where TController : Controller property in Microsoft.Web.Mvc.FormExtensions
21 …r helper, Expression<Action<TController>> action, FormMethod method) where TController : Controller property in Microsoft.Web.Mvc.FormExtensions
27 …tion<TController>> action, FormMethod method, object htmlAttributes) where TController : Controller property in Microsoft.Web.Mvc.FormExtensions
33 …tion, FormMethod method, IDictionary<string, object> htmlAttributes) where TController : Controller property in Microsoft.Web.Mvc.FormExtensions
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go83 type Controller struct { struct
89 T TestHelper
90 mu sync.Mutex
91 expectedCalls *callSet
92 finished bool
138 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
151 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
163 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
203 func (ctrl *Controller) Finish() {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go83 type Controller struct { struct
89 T TestHelper
90 mu sync.Mutex
91 expectedCalls *callSet
92 finished bool
138 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
151 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
163 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
203 func (ctrl *Controller) Finish() {
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-gcp/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/golang/mock/mock-1.4.4/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go104 type Controller struct { struct
110 T TestHelper
111 mu sync.Mutex
112 expectedCalls *callSet
113 finished bool
162 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
176 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
189 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
232 func (ctrl *Controller) Finish() {
/dports/games/openmw/openmw-openmw-0.47.0/components/nif/
H A Dbase.hpp33 struct Controller : public Record struct
35 ControllerPtr next;
36 int flags;
37 float frequency, phase;
38 float timeStart, timeStop;
39 NamedPtr target;
/dports/www/tusc/tusc-0.4.7/vendor/github.com/tus/tusd/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go76 type Controller struct { struct
77 mu sync.Mutex
78 t TestReporter
79 expectedCalls *callSet
107 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
122 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
136 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
177 func (ctrl *Controller) Finish() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go110 type Controller struct { struct
116 T TestHelper
117 mu sync.Mutex
118 expectedCalls *callSet
119 finished bool
189 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
203 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
216 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
265 func (ctrl *Controller) Finish() {
272 func (ctrl *Controller) finish(cleanup bool, panicErr interface{}) {
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go110 type Controller struct { struct
116 T TestHelper
117 mu sync.Mutex
118 expectedCalls *callSet
119 finished bool
189 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
203 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
216 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
262 func (ctrl *Controller) Finish() {
269 func (ctrl *Controller) finish(cleanup bool, panicErr interface{}) {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go110 type Controller struct { struct
116 T TestHelper
117 mu sync.Mutex
118 expectedCalls *callSet
119 finished bool
189 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
203 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
216 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
262 func (ctrl *Controller) Finish() {
269 func (ctrl *Controller) finish(cleanup bool, panicErr interface{}) {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go110 type Controller struct { struct
116 T TestHelper
117 mu sync.Mutex
118 expectedCalls *callSet
119 finished bool
189 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
203 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
216 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
262 func (ctrl *Controller) Finish() {
269 func (ctrl *Controller) finish(cleanup bool, panicErr interface{}) {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go110 type Controller struct { struct
116 T TestHelper
117 mu sync.Mutex
118 expectedCalls *callSet
119 finished bool
189 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
203 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
216 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
262 func (ctrl *Controller) Finish() {
269 func (ctrl *Controller) finish(cleanup bool, panicErr interface{}) {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/golang/mock/gomock/
H A Dcontroller.go110 type Controller struct { struct
116 T TestHelper
117 mu sync.Mutex
118 expectedCalls *callSet
119 finished bool
189 func (ctrl *Controller) RecordCall(receiver interface{}, method string, args ...interface{}) *Call {
203 …thodType(receiver interface{}, method string, methodType reflect.Type, args ...interface{}) *Call {
216 …c (ctrl *Controller) Call(receiver interface{}, method string, args ...interface{}) []interface{} {
265 func (ctrl *Controller) Finish() {
272 func (ctrl *Controller) finish(cleanup bool, panicErr interface{}) {

12345678910>>...188