Home
last modified time | relevance | path

Searched defs:service (Results 176 – 200 of 20800) sorted by relevance

12345678910>>...832

/dports/security/vault/vault-1.8.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/misc/concourse/concourse-6.7.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/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/tests/
H A Dtest_pipeline_server.rs33 let service = simple_service(|_| { in test_immediate_done() localVariable
43 let service = simple_service(|req: Message<&'static str, Body<u32, io::Error>>| { in test_immediate_writable_echo() localVariable
59 let service = simple_service(move |req| { in test_immediate_writable_delayed_response_echo() localVariable
77 let service = simple_service(|req: Message<&'static str, Body<u32, io::Error>>| { in test_delayed_writable_immediate_response_echo() localVariable
95 let service = simple_service(move |_| { in test_pipelining_while_service_is_processing() localVariable
127 let service = simple_service(move |req: Message<&'static str, Body<u32, io::Error>>| { in test_pipelining_while_transport_not_writable() localVariable
165 let service = simple_service(move |_| { in test_returning_error_from_service() localVariable
178 let service = simple_service(move |_| { in test_reading_error_frame_from_transport() localVariable
191 let service = simple_service(move |_| { in test_reading_io_error_from_transport() localVariable
288 let service = simple_service(move |_| { in test_pipeline_stream_response_body() localVariable
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gogo/protobuf/protobuf-65acae22fc9d/jsonpb/jsonpb_test_proto/
H A Dtest_objects.pb.go33 0: "RED",
34 1: "GREEN",
44 func (x Widget_Color) Enum() *Widget_Color {
59 *x = Widget_Color(value)
127 return *m.OInt32
153 func (m *Simple) GetOUint32() uint32 {
167 func (m *Simple) GetOUint64() uint64 {
178 return 0
179 }
180
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsocketservice.c101 g_socket_service_init (GSocketService *service) in g_socket_service_init()
111 GSocketService *service = G_SOCKET_SERVICE (object); in g_socket_service_finalize() local
120 do_accept (GSocketService *service) in do_accept()
129 get_active (GSocketService *service) in get_active()
141 set_active (GSocketService *service, gboolean active) in set_active()
180 GSocketService *service = G_SOCKET_SERVICE (object); in g_socket_service_get_property() local
199 GSocketService *service = G_SOCKET_SERVICE (object); in g_socket_service_set_property() local
244 g_socket_service_is_active (GSocketService *service) in g_socket_service_is_active()
266 g_socket_service_start (GSocketService *service) in g_socket_service_start()
296 g_socket_service_stop (GSocketService *service) in g_socket_service_stop()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/service/
H A DServiceAssert.java29 public static void assertServiceStateCreated(Service service) { in assertServiceStateCreated()
33 public static void assertServiceStateInited(Service service) { in assertServiceStateInited()
37 public static void assertServiceStateStarted(Service service) { in assertServiceStateStarted()
41 public static void assertServiceStateStopped(Service service) { in assertServiceStateStopped()
45 public static void assertServiceInState(Service service, Service.STATE state) { in assertServiceInState()
58 public static void assertStateCount(BreakableService service, in assertStateCount()
75 public static void assertServiceConfigurationContains(Service service, in assertServiceConfigurationContains()
/dports/www/phpbb3/phpBB3/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DMemory.php33 public function retrieveAccessToken($service)
45 public function storeAccessToken($service, TokenInterface $token)
56 public function hasAccessToken($service)
64 public function clearToken($service)
88 public function retrieveAuthorizationState($service)
100 public function storeAuthorizationState($service, $state)
111 public function hasAuthorizationState($service)
119 public function clearAuthorizationState($service)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/OAuth/Common/Storage/
H A DMemory.php33 public function retrieveAccessToken($service)
45 public function storeAccessToken($service, TokenInterface $token)
56 public function hasAccessToken($service)
64 public function clearToken($service)
88 public function retrieveAuthorizationState($service)
100 public function storeAuthorizationState($service, $state)
111 public function hasAuthorizationState($service)
119 public function clearAuthorizationState($service)
H A DSession.php57 public function retrieveAccessToken($service)
69 public function storeAccessToken($service, TokenInterface $token)
90 public function hasAccessToken($service)
98 public function clearToken($service)
122 public function storeAuthorizationState($service, $state)
141 public function hasAuthorizationState($service)
149 public function retrieveAuthorizationState($service)
161 public function clearAuthorizationState($service)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/OAuth/Common/Storage/
H A DMemory.php33 public function retrieveAccessToken($service)
45 public function storeAccessToken($service, TokenInterface $token)
56 public function hasAccessToken($service)
64 public function clearToken($service)
88 public function retrieveAuthorizationState($service)
100 public function storeAuthorizationState($service, $state)
111 public function hasAuthorizationState($service)
119 public function clearAuthorizationState($service)
H A DSession.php57 public function retrieveAccessToken($service)
69 public function storeAccessToken($service, TokenInterface $token)
90 public function hasAccessToken($service)
98 public function clearToken($service)
122 public function storeAuthorizationState($service, $state)
141 public function hasAuthorizationState($service)
149 public function retrieveAuthorizationState($service)
161 public function clearAuthorizationState($service)
/dports/net/storj/storj-1.45.3/storagenode/gracefulexit/
H A Dservice.go60 type service struct { struct
61 log *zap.Logger
62 store *pieces.Store
63 trust *trust.Pool
64 satelliteDB satellites.DB
66 nowFunc func() time.Time
86 func (c *service) ListPendingExits(ctx context.Context) (_ []ExitingSatellite, err error) {
110 …ce) DeletePiece(ctx context.Context, satelliteID storj.NodeID, pieceID storj.PieceID) (err error) {
128 func (c *service) DeleteSatellitePieces(ctx context.Context, satelliteID storj.NodeID) (err error) {
164 …ctx context.Context, satelliteID storj.NodeID, completionReceipt []byte, wait func()) (err error) {
[all …]
/dports/www/epiphany/epiphany-41.0/tests/
H A Dephy-history-test.c74 page_vist_created (EphyHistoryService *service, in page_vist_created()
169 verify_create_history_entry (EphyHistoryService *service, in verify_create_history_entry()
195 get_url (EphyHistoryService *service, in get_url()
211 set_url_title (EphyHistoryService *service, in set_url_title()
227 set_url_title_visit_created (EphyHistoryService *service, in set_url_title_visit_created()
281 test_get_url_done (EphyHistoryService *service, in test_get_url_done()
305 test_get_url_visit_added (EphyHistoryService *service, in test_get_url_visit_added()
363 verify_complex_url_query (EphyHistoryService *service, in verify_complex_url_query()
387 perform_complex_url_query (EphyHistoryService *service, in perform_complex_url_query()
464 verify_query_after_clear (EphyHistoryService *service, in verify_query_after_clear()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/PDFGeneration/classes/
H A Dclass.ilPDFCompInstaller.php18 public static function registerPurpose($service, $purpose, $preferred)
28 protected static function addPurpose($service, $purpose)
49 protected static function addPreferred($service, $purpose, $preferred)
70 public static function unregisterPurpose($service, $purpose)
84 public static function unregisterPreferred($service, $purpose, $preferred)
99 public static function flushPurposes($service)
113 public static function isPurposeRegistered($service, $purpose)
133 public static function getPurposesByService($service)
205 public static function updateFromXML($service, $purpose, $preferred)
240 public static function registerRendererAvailability($renderer, $service, $purpose)
/dports/www/ilias6/ILIAS-6.14/Services/PDFGeneration/classes/
H A Dclass.ilPDFCompInstaller.php18 public static function registerPurpose($service, $purpose, $preferred)
28 protected static function addPurpose($service, $purpose)
49 protected static function addPreferred($service, $purpose, $preferred)
70 public static function unregisterPurpose($service, $purpose)
84 public static function unregisterPreferred($service, $purpose, $preferred)
99 public static function flushPurposes($service)
113 public static function isPurposeRegistered($service, $purpose)
133 public static function getPurposesByService($service)
205 public static function updateFromXML($service, $purpose, $preferred)
240 public static function registerRendererAvailability($renderer, $service, $purpose)
/dports/net/storj/storj-1.45.3/storagenode/piecetransfer/
H A Dservice.go45 type service struct { struct
46 log *zap.Logger
47 store *pieces.Store
48 trust *trust.Pool
49 ecClient ecclient.Client
51 minDownloadTimeout time.Duration
52 minBytesPerSecond memory.Size
72 …ontext.Context, satelliteID storj.NodeID, transferPiece *pb.TransferPiece) *pb.StorageNodeMessage {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py3/gen-py3cpp/
H A Dmodule_metadata.cpp226 …::py3::simple::SimpleServiceSvIf>::gen_get_five(ThriftMetadata& metadata, ThriftService& service) { in gen_get_five()
235 …::py3::simple::SimpleServiceSvIf>::gen_add_five(ThriftMetadata& metadata, ThriftService& service) { in gen_add_five()
260 …a<::py3::simple::SimpleServiceSvIf>::gen_concat(ThriftMetadata& metadata, ThriftService& service) { in gen_concat()
283 …:py3::simple::SimpleServiceSvIf>::gen_get_value(ThriftMetadata& metadata, ThriftService& service) { in gen_get_value()
299 …a<::py3::simple::SimpleServiceSvIf>::gen_negate(ThriftMetadata& metadata, ThriftService& service) { in gen_negate()
315 …ata<::py3::simple::SimpleServiceSvIf>::gen_tiny(ThriftMetadata& metadata, ThriftService& service) { in gen_tiny()
331 …ta<::py3::simple::SimpleServiceSvIf>::gen_small(ThriftMetadata& metadata, ThriftService& service) { in gen_small()
347 …data<::py3::simple::SimpleServiceSvIf>::gen_big(ThriftMetadata& metadata, ThriftService& service) { in gen_big()
363 …data<::py3::simple::SimpleServiceSvIf>::gen_two(ThriftMetadata& metadata, ThriftService& service) { in gen_two()
485 …<::py3::simple::SimpleServiceSvIf>::gen_sum_set(ThriftMetadata& metadata, ThriftService& service) { in gen_sum_set()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/
H A Dservice.go37 type service struct { struct
38 name string // Service Name
39 id string // Service ID
43 loadBalancers map[string]*loadBalancer
46 ingressPorts portConfigs
49 aliases []string
51 sync.Mutex
63 service *service member
/dports/net-mgmt/cacti/cacti-1.2.19/service/
H A DREADME.md3 ### Background
30 1. Copy the cactid.service file to /usr/lib/systemd/system
44 ### Debugging
55 ### Windows support
62 ### Thanks
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-oauth2-service-outlook.c48 eos_outlook_get_name (EOAuth2Service *service) in eos_outlook_get_name()
54 eos_outlook_get_display_name (EOAuth2Service *service) in eos_outlook_get_display_name()
61 eos_outlook_read_settings (EOAuth2Service *service, in eos_outlook_read_settings()
93 eos_outlook_get_client_id (EOAuth2Service *service, in eos_outlook_get_client_id()
107 eos_outlook_get_client_secret (EOAuth2Service *service, in eos_outlook_get_client_secret()
126 eos_outlook_get_authentication_uri (EOAuth2Service *service, in eos_outlook_get_authentication_uri()
133 eos_outlook_get_refresh_uri (EOAuth2Service *service, in eos_outlook_get_refresh_uri()
140 eos_outlook_get_redirect_uri (EOAuth2Service *service, in eos_outlook_get_redirect_uri()
147 eos_outlook_prepare_authentication_uri_query (EOAuth2Service *service, in eos_outlook_prepare_authentication_uri_query()
158 eos_outlook_extract_authorization_code (EOAuth2Service *service, in eos_outlook_extract_authorization_code()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/pimple/pimple/src/Pimple/Tests/
H A DPimpleTest.php152 public function testShare($service)
169 public function testProtect($service)
228 public function testExtend($service)
328 public function testFactoryFailsForInvalidServiceDefinitions($service)
340 public function testLegacyFactoryFailsForInvalidServiceDefinitions($service)
351 public function testProtectFailsForInvalidServiceDefinitions($service)
363 public function testLegacyProtectFailsForInvalidServiceDefinitions($service)
374 public function testExtendFailsForKeysNotContainingServiceDefinitions($service)
387 public function testLegacyExtendFailsForKeysNotContainingServiceDefinitions($service)
417 public function testExtendFailsForInvalidServiceDefinitions($service)
[all …]
/dports/www/kanboard/kanboard-1.2.21/vendor/pimple/pimple/src/Pimple/Tests/
H A DPimpleTest.php153 public function testShare($service)
170 public function testProtect($service)
231 public function testExtend($service)
335 public function testFactoryFailsForInvalidServiceDefinitions($service)
348 public function testLegacyFactoryFailsForInvalidServiceDefinitions($service)
360 public function testProtectFailsForInvalidServiceDefinitions($service)
373 public function testLegacyProtectFailsForInvalidServiceDefinitions($service)
385 public function testExtendFailsForKeysNotContainingServiceDefinitions($service)
400 public function testLegacyExtendFailsForKeysNotContainingServiceDefinitions($service)
432 public function testExtendFailsForInvalidServiceDefinitions($service)
[all …]
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/pimple/pimple/src/Pimple/Tests/
H A DPimpleTest.php153 public function testShare($service)
170 public function testProtect($service)
231 public function testExtend($service)
335 public function testFactoryFailsForInvalidServiceDefinitions($service)
348 public function testLegacyFactoryFailsForInvalidServiceDefinitions($service)
360 public function testProtectFailsForInvalidServiceDefinitions($service)
373 public function testLegacyProtectFailsForInvalidServiceDefinitions($service)
385 public function testExtendFailsForKeysNotContainingServiceDefinitions($service)
400 public function testLegacyExtendFailsForKeysNotContainingServiceDefinitions($service)
432 public function testExtendFailsForInvalidServiceDefinitions($service)
[all …]
/dports/www/itop/web/lib/silex/vendor/pimple/pimple/src/Pimple/Tests/
H A DPimpleTest.php152 public function testShare($service)
169 public function testProtect($service)
228 public function testExtend($service)
328 public function testFactoryFailsForInvalidServiceDefinitions($service)
340 public function testLegacyFactoryFailsForInvalidServiceDefinitions($service)
351 public function testProtectFailsForInvalidServiceDefinitions($service)
363 public function testLegacyProtectFailsForInvalidServiceDefinitions($service)
374 public function testExtendFailsForKeysNotContainingServiceDefinitions($service)
387 public function testLegacyExtendFailsForKeysNotContainingServiceDefinitions($service)
417 public function testExtendFailsForInvalidServiceDefinitions($service)
[all …]
/dports/databases/mantis/mantisbt-2.25.2/vendor/pimple/pimple/src/Pimple/Tests/
H A DPimpleTest.php152 public function testShare($service)
169 public function testProtect($service)
228 public function testExtend($service)
328 public function testFactoryFailsForInvalidServiceDefinitions($service)
340 public function testLegacyFactoryFailsForInvalidServiceDefinitions($service)
351 public function testProtectFailsForInvalidServiceDefinitions($service)
363 public function testLegacyProtectFailsForInvalidServiceDefinitions($service)
374 public function testExtendFailsForKeysNotContainingServiceDefinitions($service)
387 public function testLegacyExtendFailsForKeysNotContainingServiceDefinitions($service)
417 public function testExtendFailsForInvalidServiceDefinitions($service)
[all …]

12345678910>>...832