Home
last modified time | relevance | path

Searched refs:ServiceContainer (Results 1 – 25 of 111) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel.Design/
H A DServiceContainerTest.cs136 ServiceContainer sc = new ServiceContainer (); in AddService1_ServiceInstance_Null()
152 ServiceContainer sc = new ServiceContainer (); in AddService1_ServiceType_Exists()
190 ServiceContainer sc = new ServiceContainer (); in AddService1_ServiceType_Null()
206 ServiceContainer sc = new ServiceContainer (); in AddService2_Callback_Null()
247 ServiceContainer sc = new ServiceContainer (); in AddService2_ServiceType_Null()
333 ServiceContainer sc = new ServiceContainer (); in AddService3_ServiceInstance_Null()
359 ServiceContainer sc = new ServiceContainer (); in AddService3_ServiceType_Null()
385 ServiceContainer sc = new ServiceContainer (); in AddService4_Callback_Null()
412 ServiceContainer sc = new ServiceContainer (); in AddService4_ServiceType_Null()
440 ServiceContainer sc = new ServiceContainer (); in GeneralTest1()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/services/
H A DREADME.md14 $services = new ServiceContainer();
18 function ( ServiceContainer $services ) {
33 'MyOtherService' => function ( ServiceContainer $services ) {
45 when constructing the `ServiceContainer`.
47 Custom subclasses of `ServiceContainer`
51 class MyServiceContainer extends ServiceContainer {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/services/
H A DREADME.md14 $services = new ServiceContainer();
18 function ( ServiceContainer $services ) {
33 'MyOtherService' => function ( ServiceContainer $services ) {
45 when constructing the `ServiceContainer`.
47 Custom subclasses of `ServiceContainer`
51 class MyServiceContainer extends ServiceContainer {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/services/
H A DREADME.md14 $services = new ServiceContainer();
18 function ( ServiceContainer $services ) {
33 'MyOtherService' => function ( ServiceContainer $services ) {
45 when constructing the `ServiceContainer`.
47 Custom subclasses of `ServiceContainer`
51 class MyServiceContainer extends ServiceContainer {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignSurfaceManager.cs70 private ServiceContainer _serviceContainer;
79 this.ServiceContainer.AddService (typeof (IDesignerEventService), new DesignerEventService ()); in DesignSurfaceManager()
168 protected ServiceContainer ServiceContainer { property in System.ComponentModel.Design.DesignSurfaceManager
171 _serviceContainer = new ServiceContainer (_parentProvider);
H A DDesignModeSite.cs101 private ServiceContainer _siteSpecificServices;
103 private ServiceContainer SiteSpecificServices {
106 _siteSpecificServices = new ServiceContainer (null);
H A DDesignSurfaceServiceContainer.cs41 internal sealed class DesignSurfaceServiceContainer : ServiceContainer
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.DataAnnotations/Test/System.ComponentModel.DataAnnotations/
H A DValidationContextTest.cs83 Assert.IsNotNull (vc.ServiceContainer, "#A3-9"); in Constructor()
84 …nnotations.ValidationContext+ValidationContextServiceContainer", vc.ServiceContainer.GetType ().Fu… in Constructor()
88 public void ServiceContainer () in ServiceContainer() method in MonoTests.System.ComponentModel.DataAnnotations.ValidationContextTest
93 IServiceContainer container = vc.ServiceContainer; in ServiceContainer()
165 container = vc.ServiceContainer; in ServiceContainer()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/test/wsdl2py/servers/
H A DEchoServer.py7 from ZSI import ServiceContainer, Fault
8 from ZSI.ServiceContainer import AsServer, ServiceSOAPBinding
52 ServiceContainer.FaultFromException = WSDLFaultFromException
H A DSquareService.py8 from ZSI.ServiceContainer import AsServer
H A DBasicServer.py4 from ZSI.ServiceContainer import AsServer
H A DFinancialService.py8 from ZSI.ServiceContainer import AsServer
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DServiceObjectContainer.cs20 public class ServiceContainer : IServiceContainer, IDisposable class
24 …tatic Type[] _defaultServices = new Type[] { typeof(IServiceContainer), typeof(ServiceContainer) };
31 public ServiceContainer() { in ServiceContainer() method in System.ComponentModel.Design.ServiceContainer
37 public ServiceContainer(IServiceProvider parentProvider) { in ServiceContainer() method in System.ComponentModel.Design.ServiceContainer
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DServiceObjectContainer.cs16 public class ServiceContainer : IServiceContainer, IDisposable class
20 …atic Type[] s_defaultServices = new Type[] { typeof(IServiceContainer), typeof(ServiceContainer) };
27 public ServiceContainer() in ServiceContainer() method in System.ComponentModel.Design.ServiceContainer
34 public ServiceContainer(IServiceProvider parentProvider) in ServiceContainer() method in System.ComponentModel.Design.ServiceContainer
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/services/src/
H A DServiceContainer.php46 class ServiceContainer implements ContainerInterface, DestructibleService { class
157 * @param ServiceContainer $container
160 public function importWiring( ServiceContainer $container, $skip = [] ) {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/services/src/
H A DServiceContainer.php46 class ServiceContainer implements ContainerInterface, DestructibleService { class
157 * @param ServiceContainer $container
160 public function importWiring( ServiceContainer $container, $skip = [] ) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/services/src/
H A DServiceContainer.php46 class ServiceContainer implements ContainerInterface, DestructibleService { class
157 * @param ServiceContainer $container
160 public function importWiring( ServiceContainer $container, $skip = [] ) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Hosting/
H A DDefaultWorkflowLoaderService.cs49 ServiceContainer serviceContainer = new ServiceContainer(); in CreateInstance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Runtime/
H A DWorkflowDefinitionContext.cs107 ServiceContainer serviceContainer = new ServiceContainer(); in ValidateDefinition()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/user/CentralId/
H A DCentralIdLookupFactoryTest.php15 use Wikimedia\Services\ServiceContainer; alias
30 $services = $this->createNoOpMock( ServiceContainer::class, [ 'get' ] );
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DTemplateBuilder.cs161 ServiceContainer serviceContainer = new ServiceContainer(); in InstantiateIn()
H A DBindableTemplateBuilder.cs68 ServiceContainer serviceContainer = new ServiceContainer(); in ExtractTemplateValuesRecursive()
H A DDesignTimeTemplateParser.cs90 ServiceContainer serviceContainer = new ServiceContainer(); in ParseControlsInternalHelper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/
H A DScheduleChanges.cs101 ServiceContainer serviceContainer = new ServiceContainer(); in Validate()
564 ServiceContainer serviceContainer = new ServiceContainer(); in CloneWorkflowChangeActions()
758 ServiceContainer serviceContainer = new ServiceContainer(); in ApplyTo()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/
H A DTestJsonDefaultValueAttribute.cs212 private readonly ServiceContainer _sc = new ServiceContainer();

12345