Home
last modified time | relevance | path

Searched defs:client (Results 276 – 300 of 47389) sorted by relevance

1...<<11121314151617181920>>...1896

/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dclient.go55 type client struct { struct
58 id uint64
60 exporters map[uint64]exporterTaskAccessor
62 pluginsInfo map[*pluginAgent]*pluginInfo
64 refreshUnsupported int
66 globalRegexp unsafe.Pointer
68 output plugin.ResultWriter
81 func (c *client) RefreshUnsupported() int {
90 func (c *client) GlobalRegexp() *glexpr.Bundle {
97 func (c *client) ID() uint64 {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dclient.go32 type client struct { struct
33 app *App
34 ldb *ledis.Ledis
36 db *ledis.DB
38 remoteAddr string
39 cmd string
40 args [][]byte
42 isAuthed bool
44 resp responseWriter
46 syncBuf bytes.Buffer
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/ipc/
H A Dclient.c15 struct client { struct
16 struct client *prev, *next; argument
24 static struct client *clients; argument
31 struct client *client = context; in client_cmd_input() local
57 static void client_input(struct client *client) in client_input()
120 struct client *client; in client_create() local
135 struct client *client = *_client; in client_destroy() local
153 struct client *client = clients; in clients_destroy_all() local
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/genevieve/leftovers/gcp/storage/
H A Dclient.go7 type client struct { struct
8 project string
10 service *gcpstorage.Service
11 buckets *gcpstorage.BucketsService
12 objects *gcpstorage.ObjectsService
24 func (c client) ListBuckets() (*gcpstorage.Buckets, error) {
28 func (c client) DeleteBucket(bucket string) error {
32 func (c client) ListObjects(bucket string) (*gcpstorage.Objects, error) {
36 func (c client) DeleteObject(bucket, object string, generation int64) error {
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/src/console/rest/
H A Drestapi.cpp35 QNetworkReply* RESTApi::checkSchema(RESTClient *client) in checkSchema()
40 QNetworkReply* RESTApi::listProducts(RESTClient *client) in listProducts()
45 QNetworkReply* RESTApi::createProduct(RESTClient *client, const Product &p) in createProduct()
51 QNetworkReply* RESTApi::updateProduct(RESTClient *client, const Product &p) in updateProduct()
57 QNetworkReply* RESTApi::deleteProduct(RESTClient *client, const Product &p) in deleteProduct()
63 QNetworkReply* RESTApi::listSamples(RESTClient *client, const Product &p) in listSamples()
69 QNetworkReply* RESTApi::addSamples(RESTClient *client, const Product &p, const QVector<Sample> &sam… in addSamples()
75 QNetworkReply* RESTApi::listSurveys(RESTClient *client, const Product &p) in listSurveys()
81 QNetworkReply* RESTApi::createSurvey(RESTClient *client, const Product &p, const Survey &s) in createSurvey()
87 QNetworkReply* RESTApi::updateSurvey(RESTClient *client, const Survey &s) in updateSurvey()
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/joshuarubin/go-sway/
H A Dclient.go18 type client struct { struct
19 conn net.Conn
20 path string
117 func (c *client) recvMsg(ctx context.Context) (*message, error) {
153 func (c *client) GetTree(ctx context.Context) (*Node, error) {
219 func (c *client) GetOutputs(ctx context.Context) ([]Output, error) {
229 func (c *client) GetMarks(ctx context.Context) ([]string, error) {
239 func (c *client) GetBarIDs(ctx context.Context) ([]string, error) {
279 func (c *client) GetConfig(ctx context.Context) (*Config, error) {
299 func (c *client) GetInputs(ctx context.Context) ([]Input, error) {
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/joshuarubin/go-sway/
H A Dclient.go18 type client struct { struct
19 conn net.Conn
20 path string
117 func (c *client) recvMsg(ctx context.Context) (*message, error) {
153 func (c *client) GetTree(ctx context.Context) (*Node, error) {
219 func (c *client) GetOutputs(ctx context.Context) ([]Output, error) {
229 func (c *client) GetMarks(ctx context.Context) ([]string, error) {
239 func (c *client) GetBarIDs(ctx context.Context) ([]string, error) {
279 func (c *client) GetConfig(ctx context.Context) (*Config, error) {
299 func (c *client) GetInputs(ctx context.Context) ([]Input, error) {
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/joshuarubin/go-sway/
H A Dclient.go18 type client struct { struct
19 conn net.Conn
20 path string
117 func (c *client) recvMsg(ctx context.Context) (*message, error) {
153 func (c *client) GetTree(ctx context.Context) (*Node, error) {
219 func (c *client) GetOutputs(ctx context.Context) ([]Output, error) {
229 func (c *client) GetMarks(ctx context.Context) ([]string, error) {
239 func (c *client) GetBarIDs(ctx context.Context) ([]string, error) {
279 func (c *client) GetConfig(ctx context.Context) (*Config, error) {
299 func (c *client) GetInputs(ctx context.Context) ([]Input, error) {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/joshuarubin/go-sway/
H A Dclient.go18 type client struct { struct
19 conn net.Conn
20 path string
117 func (c *client) recvMsg(ctx context.Context) (*message, error) {
153 func (c *client) GetTree(ctx context.Context) (*Node, error) {
219 func (c *client) GetOutputs(ctx context.Context) ([]Output, error) {
229 func (c *client) GetMarks(ctx context.Context) ([]string, error) {
239 func (c *client) GetBarIDs(ctx context.Context) ([]string, error) {
279 func (c *client) GetConfig(ctx context.Context) (*Config, error) {
299 func (c *client) GetInputs(ctx context.Context) ([]Input, error) {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-secrets-azure/
H A Dclient.go32 type client struct { struct
33 provider AzureProvider
34 settings *clientSettings
35 expiration time.Time
39 func (c *client) Valid() bool {
94 func (c *client) createApp(ctx context.Context) (app *graphrbac.Application, err error) {
115 func (c *client) createSP(
212 func (c *client) deleteAppPassword(ctx context.Context, appObjID, keyID string) error {
249 func (c *client) deleteApp(ctx context.Context, appObjectID string) error {
301 func (c *client) unassignRoles(ctx context.Context, roleIDs []string) error {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault-plugin-secrets-azure/
H A Dclient.go32 type client struct { struct
33 provider AzureProvider
34 settings *clientSettings
35 expiration time.Time
39 func (c *client) Valid() bool {
94 func (c *client) createApp(ctx context.Context) (app *graphrbac.Application, err error) {
115 func (c *client) createSP(
212 func (c *client) deleteAppPassword(ctx context.Context, appObjID, keyID string) error {
249 func (c *client) deleteApp(ctx context.Context, appObjectID string) error {
301 func (c *client) unassignRoles(ctx context.Context, roleIDs []string) error {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-azure/
H A Dclient.go32 type client struct { struct
33 provider AzureProvider
34 settings *clientSettings
35 expiration time.Time
39 func (c *client) Valid() bool {
94 func (c *client) createApp(ctx context.Context) (app *graphrbac.Application, err error) {
115 func (c *client) createSP(
212 func (c *client) deleteAppPassword(ctx context.Context, appObjID, keyID string) error {
249 func (c *client) deleteApp(ctx context.Context, appObjectID string) error {
301 func (c *client) unassignRoles(ctx context.Context, roleIDs []string) error {
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/perf/
H A Dclient.go27 type client struct { struct
28 mixer istio_mixer_v1.MixerClient
29 conn *grpc.ClientConn
30 load *Load
31 requests []interface{}
36 func (c *client) initialize(address string, load *Load) error {
51 func (c *client) close() (err error) {
63 func (c *client) run(iterations int) (err error) {
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/
H A Dclient.go69 type client struct { struct
70 name string
71 cfg otlpconfig.SignalConfig
72 generalCfg otlpconfig.Config
73 requestFunc retry.RequestFunc
74 client *http.Client argument
75 stopCh chan struct{}
125 func (d *client) Start(ctx context.Context) error {
136 func (d *client) Stop(ctx context.Context) error {
202 func (d *client) newRequest(body []byte) (request, error) {
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetserverclient.c291 virNetServerClientCheckAccess(virNetServerClient *client) in virNetServerClientCheckAccess()
344 virNetServerClient *client = opaque; in virNetServerClientSockTimerFunc() local
386 virNetServerClient *client; in virNetServerClientNewInternal() local
438 virNetServerClient *client; in virNetServerClientNew() local
473 virNetServerClient *client = NULL; in virNetServerClientNewPostExecRestart() local
707 int virNetServerClientGetFD(virNetServerClient *client) in virNetServerClientGetFD()
956 virNetServerClient *client = obj; in virNetServerClientDispose() local
1045 virNetServerClientClose(virNetServerClient *client) in virNetServerClientClose()
1082 int virNetServerClientInit(virNetServerClient *client) in virNetServerClientInit()
1440 virNetServerClient *client = opaque; in virNetServerClientDispatchEvent() local
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/storage/kubernetes/
H A Dclient.go34 type client struct { struct
35 client *http.Client argument
36 baseURL string
37 namespace string
38 logger log.Logger
46 hash func() hash.Hash
50 apiVersion string
54 cancel context.CancelFunc
58 func (c *client) idToName(s string) string {
199 func (c *client) delete(resource, name string) error {
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Examples/
H A DMathExamples.cs27 public static void DivExample(Math.MathClient client) in DivExample()
33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample()
39 public static async Task FibExample(Math.MathClient client) in FibExample()
48 public static async Task SumExample(Math.MathClient client) in SumExample()
64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample()
79 public static async Task DependendRequestsExample(Math.MathClient client) in DependendRequestsExample()
102 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample()
118 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Examples/
H A DMathExamples.cs27 public static void DivExample(Math.MathClient client) in DivExample()
33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample()
39 public static async Task FibExample(Math.MathClient client) in FibExample()
48 public static async Task SumExample(Math.MathClient client) in SumExample()
64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample()
80 public static async Task DependentRequestsExample(Math.MathClient client) in DependentRequestsExample()
103 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample()
119 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Examples/
H A DMathExamples.cs27 public static void DivExample(Math.MathClient client) in DivExample()
33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample()
39 public static async Task FibExample(Math.MathClient client) in FibExample()
48 public static async Task SumExample(Math.MathClient client) in SumExample()
64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample()
80 public static async Task DependentRequestsExample(Math.MathClient client) in DependentRequestsExample()
103 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample()
119 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Examples/
H A DMathExamples.cs27 public static void DivExample(Math.MathClient client) in DivExample()
33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample()
39 public static async Task FibExample(Math.MathClient client) in FibExample()
48 public static async Task SumExample(Math.MathClient client) in SumExample()
64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample()
79 public static async Task DependendRequestsExample(Math.MathClient client) in DependendRequestsExample()
102 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample()
118 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Steam/
H A DLobby2Message_Steam.cpp6 bool Client_Login_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
14 bool Client_Logoff_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
24 bool Console_SearchRooms_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
30 bool Console_GetRoomDetails_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
36 bool Console_CreateRoom_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
48 bool Console_JoinRoom_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
57 bool Console_LeaveRoom_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
67 bool Console_SendRoomChatMessage_Steam::ClientImpl( Lobby2Client *client) in ClientImpl()
/dports/mail/dovecot/dovecot-2.3.17/src/imap-login/
H A Dimap-login-client.c33 bool client_skip_line(struct imap_client *client) in client_skip_line()
75 static bool is_login_cmd_disabled(struct client *client) in is_login_cmd_disabled()
127 struct client *client = &imap_client->common; in cmd_capability() local
141 static int cmd_starttls(struct imap_client *client, in cmd_starttls()
149 imap_client_notify_starttls(struct client *client, in imap_client_notify_starttls()
158 static int cmd_noop(struct imap_client *client, in cmd_noop()
166 static int cmd_logout(struct imap_client *client, in cmd_logout()
176 static int cmd_enable(struct imap_client *client, in cmd_enable()
338 static void imap_client_input(struct client *client) in imap_client_input()
426 client_send_reply_raw(struct client *client, in client_send_reply_raw()
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/genevieve/leftovers/gcp/dns/
H A Dclient.go8 type client struct { struct
9 project string
11 managedZones *gcpdns.ManagedZonesService
12 changes *gcpdns.ChangesService
13 recordSets *gcpdns.ResourceRecordSetsService
25 func (c client) ListManagedZones() (*gcpdns.ManagedZonesListResponse, error) {
29 func (c client) DeleteManagedZone(managedZone string) error {
35 func (c client) ListRecordSets(managedZone string) (*gcpdns.ResourceRecordSetsListResponse, error) {
39 func (c client) DeleteRecordSets(managedZone string, change *gcpdns.Change) error {
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/netscaler/
H A Dnetscaler_lb_vserver.py996 def lb_vserver_exists(client, module): argument
1013 def lb_vserver_diff(client, module, lbvserver_proxy): argument
1018 def get_configured_service_bindings(client, module): argument
1084 def get_actual_service_bindings(client, module): argument
1105 def get_actual_servicegroup_bindings(client, module): argument
1127 def service_bindings_identical(client, module): argument
1150 def servicegroup_bindings_identical(client, module): argument
1174 def sync_service_bindings(client, module): argument
1203 def sync_servicegroup_bindings(client, module): argument
1232 def ssl_certkey_bindings_identical(client, module): argument
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dnetscaler_lb_vserver.py996 def lb_vserver_exists(client, module): argument
1013 def lb_vserver_diff(client, module, lbvserver_proxy): argument
1018 def get_configured_service_bindings(client, module): argument
1084 def get_actual_service_bindings(client, module): argument
1105 def get_actual_servicegroup_bindings(client, module): argument
1127 def service_bindings_identical(client, module): argument
1150 def servicegroup_bindings_identical(client, module): argument
1174 def sync_service_bindings(client, module): argument
1203 def sync_servicegroup_bindings(client, module): argument
1232 def ssl_certkey_bindings_identical(client, module): argument
[all …]

1...<<11121314151617181920>>...1896