Home
last modified time | relevance | path

Searched defs:service (Results 151 – 175 of 19904) sorted by relevance

12345678910>>...797

/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/contrib/snapshotservice/
H A Dservice.go32 type service struct { struct
33 sn snapshots.Snapshotter
41 ….Context, pr *snapshotsapi.PrepareSnapshotRequest) (*snapshotsapi.PrepareSnapshotResponse, error) {
56 …ontext.Context, pr *snapshotsapi.ViewSnapshotRequest) (*snapshotsapi.ViewSnapshotResponse, error) {
70 …Mounts(ctx context.Context, mr *snapshotsapi.MountsRequest) (*snapshotsapi.MountsResponse, error) {
80 …rvice) Commit(ctx context.Context, cr *snapshotsapi.CommitSnapshotRequest) (*ptypes.Empty, error) {
92 …rvice) Remove(ctx context.Context, rr *snapshotsapi.RemoveSnapshotRequest) (*ptypes.Empty, error) {
100 …ontext.Context, sr *snapshotsapi.StatSnapshotRequest) (*snapshotsapi.StatSnapshotResponse, error) {
109 …xt.Context, sr *snapshotsapi.UpdateSnapshotRequest) (*snapshotsapi.UpdateSnapshotResponse, error) {
118 … service) List(sr *snapshotsapi.ListSnapshotsRequest, ss snapshotsapi.Snapshots_ListServer) error {
[all …]
/dports/security/lasso/lasso-2.7.0/lasso/id-wsf-2.0/
H A Ddata_service.c143 lasso_idwsf2_data_service_init_request(LassoIdWsf2DataService *service, in lasso_idwsf2_data_service_init_request()
172 lasso_idwsf2_data_service_init_query(LassoIdWsf2DataService *service) in lasso_idwsf2_data_service_init_query()
187 lasso_idwsf2_data_service_init_modify(LassoIdWsf2DataService *service) in lasso_idwsf2_data_service_init_modify()
194 lasso_idwsf2_data_service_init_create(LassoIdWsf2DataService *service) in lasso_idwsf2_data_service_init_create()
201 lasso_idwsf2_data_service_init_delete(LassoIdWsf2DataService *service) in lasso_idwsf2_data_service_init_delete()
322 lasso_idwsf2_data_service_get_item_ids(LassoIdWsf2DataService *service) in lasso_idwsf2_data_service_get_item_ids()
353 lasso_idwsf2_data_service_get_items(LassoIdWsf2DataService *service) in lasso_idwsf2_data_service_get_items()
378 lasso_idwsf2_data_service_get_item(LassoIdWsf2DataService *service, in lasso_idwsf2_data_service_get_item()
820 LassoIdWsf2DataService *service, const char *msg) in lasso_idwsf2_data_service_process_response_msg()
1001 instance_init(LassoIdWsf2DataService *service) in instance_init()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/storage/drivers/csi-test/mock/service/
H A Dservice.go17 package service package
106 type service struct { struct
107 sync.Mutex
108 nodeID string
109 vols []csi.Volume
110 volsRWL sync.RWMutex
111 volsNID uint64
112 snapshots cache.SnapshotCache
113 snapshotsNID uint64
114 config Config
[all …]
/dports/www/phpbb3/phpBB3/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DTokenStorageInterface.php20 public function retrieveAccessToken($service);
28 public function storeAccessToken($service, TokenInterface $token);
35 public function hasAccessToken($service);
44 public function clearToken($service);
62 public function storeAuthorizationState($service, $state);
71 public function hasAuthorizationState($service);
80 public function retrieveAuthorizationState($service);
89 public function clearAuthorizationState($service);
/dports/www/piwigo/piwigo/include/ws_functions/
H A Dpwg.tags.php15 function ws_tags_getList($params, &$service)
56 function ws_tags_getAdminList($params, &$service)
79 function ws_tags_getImages($params, &$service)
219 function ws_tags_add($params, &$service)
247 function ws_tags_delete($params, &$service)
279 function ws_tags_rename($params, &$service)
341 function ws_tags_duplicate($params, &$service)
424 function ws_tags_merge($params, &$service)
H A Dpwg.groups.php16 function ws_groups_getList($params, &$service)
62 function ws_groups_add($params, &$service)
100 function ws_groups_delete($params, &$service)
123 function ws_groups_setInfo($params, &$service)
187 function ws_groups_addUser($params, &$service)
237 function ws_groups_merge($params, &$service) {
327 function ws_groups_duplicate($params, &$service) {
418 function ws_groups_deleteUser($params, &$service)
H A Dpwg.php18 function ws_getMissingDerivatives($params, &$service)
125 function ws_getVersion($params, &$service)
135 function ws_getInfos($params, &$service)
200 function ws_caddie_add($params, &$service)
240 function ws_rates_delete($params, &$service)
271 function ws_session_login($params, &$service)
286 function ws_session_logout($params, &$service)
300 function ws_session_getStatus($params, &$service)
H A Dpwg.users.php23 function ws_users_getList($params, &$service)
250 function ws_users_add($params, &$service)
291 function ws_users_getAuthKey($params, &$service)
315 function ws_users_delete($params, &$service)
381 function ws_users_setInfo($params, &$service)
656 function ws_users_favorites_add($params, &$service)
695 function ws_users_favorites_remove($params, &$service)
736 function ws_users_favorites_getList($params, &$service)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/OAuth/Common/Storage/
H A DTokenStorageInterface.php20 public function retrieveAccessToken($service);
28 public function storeAccessToken($service, TokenInterface $token);
35 public function hasAccessToken($service);
44 public function clearToken($service);
62 public function storeAuthorizationState($service, $state);
71 public function hasAuthorizationState($service);
80 public function retrieveAuthorizationState($service);
89 public function clearAuthorizationState($service);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/OAuth/Common/Storage/
H A DTokenStorageInterface.php20 public function retrieveAccessToken($service);
28 public function storeAccessToken($service, TokenInterface $token);
35 public function hasAccessToken($service);
44 public function clearToken($service);
62 public function storeAuthorizationState($service, $state);
71 public function hasAuthorizationState($service);
80 public function retrieveAuthorizationState($service);
89 public function clearAuthorizationState($service);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/components/mysql_server/
H A Dregistry-t.cc65 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
73 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
79 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
89 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
95 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
102 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
113 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
123 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
141 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
152 my_service<SERVICE_TYPE(registry)> service("test", reg); in TEST_F() local
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/dvbscan/
H A Ddvbscan.h43 struct service struct
48 uint16_t service_id; argument
50 char *service_name; argument
53 * Pids common to the whole service. argument
71 * Streams composing this service. argument
77 * Next service in list. argument
79 struct service *next; argument
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-data/
H A Dtracker-class.c66 tracker_class_init (TrackerClass *service) in tracker_class_init()
107 TrackerClass *service; in tracker_class_new() local
161 tracker_class_get_uri (TrackerClass *service) in tracker_class_get_uri()
173 tracker_class_get_name (TrackerClass *service) in tracker_class_get_name()
185 tracker_class_get_id (TrackerClass *service) in tracker_class_get_id()
248 tracker_class_get_is_new (TrackerClass *service) in tracker_class_get_is_new()
260 tracker_class_get_notify (TrackerClass *service) in tracker_class_get_notify()
284 tracker_class_set_uri (TrackerClass *service, in tracker_class_set_uri()
325 tracker_class_set_id (TrackerClass *service, in tracker_class_set_id()
423 tracker_class_set_is_new (TrackerClass *service, in tracker_class_set_is_new()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/
H A Ddevtools_background_services_context_impl.cc46 DevToolsBackgroundService service) { in ServiceToProtoEnum()
80 auto service = in DevToolsBackgroundServicesContextImpl() local
102 devtools::proto::BackgroundService service) { in StartRecording()
117 devtools::proto::BackgroundService service) { in StopRecording()
129 DevToolsBackgroundService service) { in IsRecording()
134 devtools::proto::BackgroundService service) { in IsRecording()
141 devtools::proto::BackgroundService service) { in IsRecordingExpired()
148 devtools::proto::BackgroundService service, in GetLoggedBackgroundServiceEvents()
209 devtools::proto::BackgroundService service) { in ClearLoggedBackgroundServiceEvents()
231 DevToolsBackgroundService service, in LogBackgroundServiceEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/
H A Ddevtools_background_services_context_impl.cc45 DevToolsBackgroundService service) { in ServiceToProtoEnum()
79 auto service = in DevToolsBackgroundServicesContextImpl() local
101 devtools::proto::BackgroundService service) { in StartRecording()
116 devtools::proto::BackgroundService service) { in StopRecording()
128 DevToolsBackgroundService service) { in IsRecording()
133 devtools::proto::BackgroundService service) { in IsRecording()
140 devtools::proto::BackgroundService service) { in IsRecordingExpired()
147 devtools::proto::BackgroundService service, in GetLoggedBackgroundServiceEvents()
208 devtools::proto::BackgroundService service) { in ClearLoggedBackgroundServiceEvents()
230 DevToolsBackgroundService service, in LogBackgroundServiceEvent()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/qat/qat_common/
H A Dadf_init.c14 static void adf_service_add(struct service_hndl *service) in adf_service_add()
21 int adf_service_register(struct service_hndl *service) in adf_service_register()
29 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()
36 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
61 struct service_hndl *service; in adf_dev_init() local
149 struct service_hndl *service; in adf_dev_start() local
207 struct service_hndl *service; in adf_dev_stop() local
259 struct service_hndl *service; in adf_dev_shutdown() local
318 struct service_hndl *service; in adf_dev_restarting_notify() local
333 struct service_hndl *service; in adf_dev_restarted_notify() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/qat/qat_common/
H A Dadf_init.c14 static void adf_service_add(struct service_hndl *service) in adf_service_add()
21 int adf_service_register(struct service_hndl *service) in adf_service_register()
29 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()
36 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
61 struct service_hndl *service; in adf_dev_init() local
149 struct service_hndl *service; in adf_dev_start() local
207 struct service_hndl *service; in adf_dev_stop() local
259 struct service_hndl *service; in adf_dev_shutdown() local
318 struct service_hndl *service; in adf_dev_restarting_notify() local
333 struct service_hndl *service; in adf_dev_restarted_notify() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/qat/qat_common/
H A Dadf_init.c14 static void adf_service_add(struct service_hndl *service) in adf_service_add()
21 int adf_service_register(struct service_hndl *service) in adf_service_register()
29 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()
36 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
61 struct service_hndl *service; in adf_dev_init() local
149 struct service_hndl *service; in adf_dev_start() local
207 struct service_hndl *service; in adf_dev_stop() local
259 struct service_hndl *service; in adf_dev_shutdown() local
318 struct service_hndl *service; in adf_dev_restarting_notify() local
333 struct service_hndl *service; in adf_dev_restarted_notify() local
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-data/
H A Dtracker-class.c66 tracker_class_init (TrackerClass *service) in tracker_class_init()
106 TrackerClass *service; in tracker_class_new() local
120 tracker_class_get_uri (TrackerClass *service) in tracker_class_get_uri()
132 tracker_class_get_name (TrackerClass *service) in tracker_class_get_name()
144 tracker_class_get_count (TrackerClass *service) in tracker_class_get_count()
156 tracker_class_get_id (TrackerClass *service) in tracker_class_get_id()
239 tracker_class_get_is_new (TrackerClass *service) in tracker_class_get_is_new()
251 tracker_class_get_notify (TrackerClass *service) in tracker_class_get_notify()
275 tracker_class_set_uri (TrackerClass *service, in tracker_class_set_uri()
316 tracker_class_set_count (TrackerClass *service, in tracker_class_set_count()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/services/events/
H A Dservice.go44 type service struct { struct
45 ttService *ttrpcService
46 events *exchange.Exchange
59 func (s *service) Register(server *grpc.Server) error {
64 func (s *service) RegisterTTRPC(server *ttrpc.Server) error {
69 func (s *service) Publish(ctx context.Context, r *api.PublishRequest) (*ptypes.Empty, error) {
77 func (s *service) Forward(ctx context.Context, r *api.ForwardRequest) (*ptypes.Empty, error) {
85 func (s *service) Subscribe(req *api.SubscribeRequest, srv api.Events_SubscribeServer) error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/services/events/
H A Dservice.go44 type service struct { struct
45 ttService *ttrpcService
46 events *exchange.Exchange
59 func (s *service) Register(server *grpc.Server) error {
64 func (s *service) RegisterTTRPC(server *ttrpc.Server) error {
69 func (s *service) Publish(ctx context.Context, r *api.PublishRequest) (*ptypes.Empty, error) {
77 func (s *service) Forward(ctx context.Context, r *api.ForwardRequest) (*ptypes.Empty, error) {
85 func (s *service) Subscribe(req *api.SubscribeRequest, srv api.Events_SubscribeServer) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/services/events/
H A Dservice.go44 type service struct { struct
45 ttService *ttrpcService
46 events *exchange.Exchange
59 func (s *service) Register(server *grpc.Server) error {
64 func (s *service) RegisterTTRPC(server *ttrpc.Server) error {
69 func (s *service) Publish(ctx context.Context, r *api.PublishRequest) (*ptypes.Empty, error) {
77 func (s *service) Forward(ctx context.Context, r *api.ForwardRequest) (*ptypes.Empty, error) {
85 func (s *service) Subscribe(req *api.SubscribeRequest, srv api.Events_SubscribeServer) error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/services/events/
H A Dservice.go44 type service struct { struct
45 ttService *ttrpcService
46 events *exchange.Exchange
59 func (s *service) Register(server *grpc.Server) error {
64 func (s *service) RegisterTTRPC(server *ttrpc.Server) error {
69 func (s *service) Publish(ctx context.Context, r *api.PublishRequest) (*ptypes.Empty, error) {
77 func (s *service) Forward(ctx context.Context, r *api.ForwardRequest) (*ptypes.Empty, error) {
85 func (s *service) Subscribe(req *api.SubscribeRequest, srv api.Events_SubscribeServer) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/services/events/
H A Dservice.go44 type service struct { struct
45 ttService *ttrpcService
46 events *exchange.Exchange
59 func (s *service) Register(server *grpc.Server) error {
64 func (s *service) RegisterTTRPC(server *ttrpc.Server) error {
69 func (s *service) Publish(ctx context.Context, r *api.PublishRequest) (*ptypes.Empty, error) {
77 func (s *service) Forward(ctx context.Context, r *api.ForwardRequest) (*ptypes.Empty, error) {
85 func (s *service) Subscribe(req *api.SubscribeRequest, srv api.Events_SubscribeServer) error {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/services/events/
H A Dservice.go44 type service struct { struct
45 ttService *ttrpcService
46 events *exchange.Exchange
59 func (s *service) Register(server *grpc.Server) error {
64 func (s *service) RegisterTTRPC(server *ttrpc.Server) error {
69 func (s *service) Publish(ctx context.Context, r *api.PublishRequest) (*ptypes.Empty, error) {
77 func (s *service) Forward(ctx context.Context, r *api.ForwardRequest) (*ptypes.Empty, error) {
85 func (s *service) Subscribe(req *api.SubscribeRequest, srv api.Events_SubscribeServer) error {

12345678910>>...797