Home
last modified time | relevance | path

Searched refs:appService (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-im/dendrite/dendrite-0.5.1/clientapi/routing/
H A Dgetevent.go106 var appService *config.ApplicationService
110 appService = &as
117 if appService != nil {
118 if !appService.IsInterestedInUserID(*stateEvent.StateKey()) {
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Db/
H A DRemoteRequestBuilder.php106 $appService = $qb->asItem(RemoteInstance::class);
111 return $appService;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp264 nsCOMPtr<nsIAppStartup> appService = in DoInteract() local
267 if (appService) { in DoInteract()
268 appService->Quit(nsIAppStartup::eForceQuit); in DoInteract()
352 nsCOMPtr<nsIAppStartup> appService = in DieCB() local
355 if (appService) { in DieCB()
356 appService->Quit(nsIAppStartup::eForceQuit); in DieCB()
H A DMacApplicationDelegate.mm301 nsCOMPtr<nsIAppStartup> appService = do_GetService("@mozilla.org/toolkit/app-startup;1");
302 if (appService) appService->Quit(nsIAppStartup::eForceQuit);
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp271 nsCOMPtr<nsIAppStartup> appService = in DoInteract() local
274 if (appService) { in DoInteract()
275 appService->Quit(nsIAppStartup::eForceQuit); in DoInteract()
361 nsCOMPtr<nsIAppStartup> appService = in DieCB() local
364 if (appService) { in DieCB()
365 appService->Quit(nsIAppStartup::eForceQuit); in DieCB()
H A DMacApplicationDelegate.mm328 nsCOMPtr<nsIAppStartup> appService =
330 if (appService)
331 appService->Quit(nsIAppStartup::eForceQuit);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp265 nsCOMPtr<nsIAppStartup> appService = in DoInteract() local
268 if (appService) { in DoInteract()
270 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit); in DoInteract()
354 nsCOMPtr<nsIAppStartup> appService = in DieCB() local
357 if (appService) { in DieCB()
359 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit); in DieCB()
H A DMacApplicationDelegate.mm307 nsCOMPtr<nsIAppStartup> appService = do_GetService("@mozilla.org/toolkit/app-startup;1");
308 if (appService) {
310 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit);
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp265 nsCOMPtr<nsIAppStartup> appService = in DoInteract() local
268 if (appService) { in DoInteract()
270 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit); in DoInteract()
354 nsCOMPtr<nsIAppStartup> appService = in DieCB() local
357 if (appService) { in DieCB()
359 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit); in DieCB()
H A DMacApplicationDelegate.mm307 nsCOMPtr<nsIAppStartup> appService = do_GetService("@mozilla.org/toolkit/app-startup;1");
308 if (appService) {
310 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp265 nsCOMPtr<nsIAppStartup> appService = in DoInteract() local
268 if (appService) { in DoInteract()
270 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit); in DoInteract()
354 nsCOMPtr<nsIAppStartup> appService = in DieCB() local
357 if (appService) { in DieCB()
359 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit); in DieCB()
H A DMacApplicationDelegate.mm307 nsCOMPtr<nsIAppStartup> appService = do_GetService("@mozilla.org/toolkit/app-startup;1");
308 if (appService) {
310 appService->Quit(nsIAppStartup::eForceQuit, 0, &userAllowedQuit);
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp286 nsCOMPtr<nsIAppStartup> appService = in DoInteract() local
289 if (appService) { in DoInteract()
290 appService->Quit(nsIAppStartup::eForceQuit); in DoInteract()
379 nsCOMPtr<nsIAppStartup> appService = in DieCB() local
382 if (appService) { in DieCB()
383 appService->Quit(nsIAppStartup::eForceQuit); in DieCB()
H A DMacApplicationDelegate.mm322 nsCOMPtr<nsIAppStartup> appService =
324 if (appService)
325 appService->Quit(nsIAppStartup::eForceQuit);
/dports/net-im/dendrite/dendrite-0.5.1/userapi/internal/
H A Dapi.go380 var appService *config.ApplicationService
383 appService = &as
387 if appService == nil {
397 AppserviceID: appService.ID,
410 …if err == nil && (account.AppServiceID == appService.ID || appService.IsInterestedInUserID(appServ…
419 dev.UserID = appService.SenderLocalpart
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Metadata/
H A DMetadataSerializer.cs256 ReadWebServiceDescriptorAttributes(reader, appService); in ReadApplicationServiceDescriptor()
272 appService.Endpoints.Add(address); in ReadApplicationServiceDescriptor()
305 return appService; in ReadApplicationServiceDescriptor()
1898 if (appService == null) in WriteApplicationServiceDescriptor()
1903 if (appService.Endpoints == null) in WriteApplicationServiceDescriptor()
1908 if (appService.PassiveRequestorEndpoints == null) in WriteApplicationServiceDescriptor()
1918 WriteWebServiceDescriptorAttributes(writer, appService); in WriteApplicationServiceDescriptor()
1921 WriteWebServiceDescriptorElements(writer, appService); in WriteApplicationServiceDescriptor()
1924 foreach (EndpointReference epr in appService.Endpoints) in WriteApplicationServiceDescriptor()
2293 if (appService != null) in WriteEntityDescriptor()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/tests/
H A DTestAppShellSteadyState.cpp349 nsCOMPtr<nsIAppShellService> appService = in Test4Internal()
351 if (!appService) { in Test4Internal()
365 if (NS_FAILED(appService->CreateTopLevelWindow( in Test4Internal()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/tests/
H A DTestAppShellSteadyState.cpp395 nsCOMPtr<nsIAppShellService> appService = in Test4Internal()
397 if (!appService) { in Test4Internal()
411 if (NS_FAILED(appService->CreateTopLevelWindow(nullptr, uri, flags, 100, 100, nullptr, in Test4Internal()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/tests/
H A DTestAppShellSteadyState.cpp395 nsCOMPtr<nsIAppShellService> appService = in Test4Internal()
397 if (!appService) { in Test4Internal()
411 if (NS_FAILED(appService->CreateTopLevelWindow(nullptr, uri, flags, 100, 100, nullptr, in Test4Internal()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/ipc/
H A DSocketProcessParent.cpp89 nsCOMPtr<nsIAppStartup> appService = in ActorDestroy() local
91 if (appService) { in ActorDestroy()
93 appService->Quit(nsIAppStartup::eForceQuit, 1, &userAllowedQuit); in ActorDestroy()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/ipc/
H A DSocketProcessParent.cpp89 nsCOMPtr<nsIAppStartup> appService = in ActorDestroy() local
91 if (appService) { in ActorDestroy()
93 appService->Quit(nsIAppStartup::eForceQuit, 1, &userAllowedQuit); in ActorDestroy()
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DSocketProcessParent.cpp97 nsCOMPtr<nsIAppStartup> appService = in ActorDestroy() local
99 if (appService) { in ActorDestroy()
101 appService->Quit(nsIAppStartup::eForceQuit, 1, &userAllowedQuit); in ActorDestroy()
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Controller/
H A DRemoteController.php167 public function appService(string $test = ''): DataResponse { function in OCA\\Circles\\Controller\\RemoteController
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.IdentityModel.cs918 …em.Xml.XmlWriter writer, System.IdentityModel.Metadata.ApplicationServiceDescriptor appService) { } in WriteApplicationServiceDescriptor() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.IdentityModel.cs917 …em.Xml.XmlWriter writer, System.IdentityModel.Metadata.ApplicationServiceDescriptor appService) { } in WriteApplicationServiceDescriptor() argument

12