Home
last modified time | relevance | path

Searched defs:Controller (Results 176 – 200 of 4681) sorted by relevance

12345678910>>...188

/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/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/traefik/traefik-2.6.1/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/v2ray/v2ray-core-4.36.2/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/www/tusd/tusd-1.8.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{}) {
/dports/ftp/sftpgo/sftpgo-2.2.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{}) {
/dports/audio/gonic/gonic-0.8.4/server/ctrlsubsonic/
H A Dctrl.go25 type Controller struct { struct
26 *ctrlbase.Controller anonMember
27 cachePath string
30 func New(base *ctrlbase.Controller, cachePath string) *Controller {
91 func (c *Controller) H(h handlerSubsonic) http.Handler {
106 func (c *Controller) HR(h handlerSubsonicRaw) http.Handler {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/flux/control/
H A Dcontroller.go33 type Controller struct { struct
34 deps []flux.Dependency
35 logger *zap.Logger
38 func (c *Controller) Query(ctx context.Context, compiler flux.Compiler) (flux.Query, error) {
55 func (c *Controller) PrometheusCollectors() []prometheus.Collector {
/dports/games/luola/luola-1.3.2/src/
H A Dconsole.h34 struct Controller { struct
35 SDLKey keys[6];
36 SDL_Joystick *device;
37 int number; /* 0=keyboard, rest are joystick number+1 */
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/cronjob/
H A Dcronjob_controller.go61 type Controller struct { struct
62 kubeClient clientset.Interface
63 jobControl jobControlInterface
64 cjControl cjControlInterface
65 podControl podControlInterface
66 recorder record.EventRecorder
93 func (jm *Controller) Run(stopCh <-chan struct{}) {
103 func (jm *Controller) syncAll() {
/dports/sysutils/immortal/immortal-0.24.3/
H A Dctl.go30 type Controller struct{} struct
33 func (c *Controller) GetStatus(socket string) (*Status, error) {
42 func (c *Controller) SendSignal(socket, signal string) (*SignalResponse, error) {
51 func (c *Controller) FindServices(dir string) ([]*ServiceStatus, error) {
78 func (c *Controller) PurgeServices(dir string) error {
99 func (c *Controller) Run(command string) ([]byte, error) {
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/golang/mock/gomock/
H A Dcontroller_114_test.go110 func TestCallAfterLoopPanic(t *testing.T) {
116 secondCall := ctrl.RecordCall(subject, "FooMethod", "2")
117 thirdCall := ctrl.RecordCall(subject, "FooMethod", "3")
119 gomock.InOrder(firstCall, secondCall, thirdCall)
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/
H A DLinkExtensions.cs17 …ler>(this HtmlHelper helper, Expression<Action<TController>> action) where TController : Controller property in Microsoft.Web.Mvc.LinkExtensions
31 …per helper, Expression<Action<TController>> action, string linkText) where TController : Controller property in Microsoft.Web.Mvc.LinkExtensions
46 …Action<TController>> action, string linkText, object htmlAttributes) where TController : Controller property in Microsoft.Web.Mvc.LinkExtensions
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocessgroup/profiles/
H A Dtask_profiles.json5 "Controller": "cpuset", string
10 "Controller": "cpuset", string
15 "Controller": "cpuset", string
20 "Controller": "memory", string
25 "Controller": "memory", string
30 "Controller": "memory", string
35 "Controller": "schedtune", string
40 "Controller": "schedtune", string
45 "Controller": "cpu", string
50 "Controller": "cpu", string
[all …]
H A Dcgroups.json4 "Controller": "blkio", string
11 "Controller": "cpu", string
18 "Controller": "cpuacct", string
23 "Controller": "cpuset", string
30 "Controller": "memory", string
37 "Controller": "schedtune", string
/dports/net/inlets/inlets-3.0.2/vendor/github.com/go-logr/logr/logr-0.2.0/examples/
H A Dusage_example.go101 type Controller struct { struct
102 log logr.Logger
103 expectedKind string
104 client *Client
107 func (c *Controller) Run() {
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/go-logr/logr/examples/
H A Dusage_example.go101 type Controller struct { struct
102 log logr.Logger
103 expectedKind string
104 client *Client
107 func (c *Controller) Run() {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/go-logr/logr/examples/
H A Dusage_example.go101 type Controller struct { struct
102 log logr.Logger
103 expectedKind string
104 client *Client
107 func (c *Controller) Run() {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/go-logr/logr/examples/
H A Dusage_example.go101 type Controller struct { struct
102 log logr.Logger
103 expectedKind string
104 client *Client
107 func (c *Controller) Run() {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/go-logr/logr/examples/
H A Dusage_example.go101 type Controller struct { struct
102 log logr.Logger
103 expectedKind string
104 client *Client
107 func (c *Controller) Run() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/go-logr/logr/logr-0.4.0/examples/
H A Dusage_example.go101 type Controller struct { struct
102 log logr.Logger
103 expectedKind string
104 client *Client
107 func (c *Controller) Run() {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-logr/logr/examples/
H A Dusage_example.go85 type Controller struct { struct
86 log logr.Logger
87 expectedKind string
88 client *Client
91 func (c *Controller) Run() {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/go-logr/logr/examples/
H A Dusage_example.go101 type Controller struct { struct
102 log logr.Logger
103 expectedKind string
104 client *Client
107 func (c *Controller) Run() {
/dports/games/kodi-addon-game.libretro/game.libretro-2.2.0-Matrix/src/input/
H A DControllerTopology.h72 struct Controller struct
80 …static int GetPortIndex(const ControllerPtr &controller, const std::string &portAddress, unsigned … argument
/dports/net/opal/opal-3.10.10/include/lids/
H A Dcapi_ep.h160 struct Controller { struct
161 Controller() : m_active(false) { } in Controller() argument
166 typedef std::vector<Controller> ControllerVector; argument
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/
H A Dwscript110 private_library = True
116 deps='replace',
117 abi_directory='ABI',
118 abi_match='talloc* _talloc*',
119 hide_symbols=True,
191 samba_utils.reconfigure(ctx)

12345678910>>...188