Home
last modified time | relevance | path

Searched refs:newServices (Results 1 – 25 of 142) sorted by relevance

123456

/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/
H A DMediaWikiServicesTest.php58 $newServices = $this->newMediaWikiServices();
74 $newServices = $this->newMediaWikiServices();
81 $newServices->defineService(
89 $newServices->getService( 'Test' );
107 $newServices = $this->newMediaWikiServices();
125 $newServices->defineService(
133 $newServices->getService( 'Test' );
180 $newServices->getHookContainer()->run( 'MediaWikiServices', [ $newServices ] );
196 $newServices->redefineService(
219 $newServices->destroy();
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/
H A DMediaWikiServicesTest.php60 $newServices = $this->newMediaWikiServices();
76 $newServices = $this->newMediaWikiServices();
83 $newServices->defineService(
91 $newServices->getService( 'Test' );
109 $newServices = $this->newMediaWikiServices();
127 $newServices->defineService(
135 $newServices->getService( 'Test' );
182 $newServices->getHookContainer()->run( 'MediaWikiServices', [ $newServices ] );
198 $newServices->redefineService(
221 $newServices->destroy();
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/
H A DMediaWikiServicesTest.php58 $newServices = $this->newMediaWikiServices();
74 $newServices = $this->newMediaWikiServices();
81 $newServices->defineService(
89 $newServices->getService( 'Test' );
107 $newServices = $this->newMediaWikiServices();
125 $newServices->defineService(
133 $newServices->getService( 'Test' );
180 $newServices->getHookContainer()->run( 'MediaWikiServices', [ $newServices ] );
196 $newServices->redefineService(
219 $newServices->destroy();
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java125 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
130 newServices[p] = defService; in refreshServices()
133 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
139 newServices[p] = printServices[j]; in refreshServices()
145 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
160 printServices = newServices; in refreshServices()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java125 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
130 newServices[p] = defService; in refreshServices()
133 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
139 newServices[p] = printServices[j]; in refreshServices()
145 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
160 printServices = newServices; in refreshServices()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java123 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
128 newServices[p] = defService; in refreshServices()
131 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
137 newServices[p] = printServices[j]; in refreshServices()
143 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
158 printServices = newServices; in refreshServices()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java125 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
130 newServices[p] = defService; in refreshServices()
133 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
139 newServices[p] = printServices[j]; in refreshServices()
145 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
160 printServices = newServices; in refreshServices()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java125 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
130 newServices[p] = defService; in refreshServices()
133 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
139 newServices[p] = printServices[j]; in refreshServices()
145 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
152 printServices = newServices; in refreshServices()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java123 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
128 newServices[p] = defService; in refreshServices()
131 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
137 newServices[p] = printServices[j]; in refreshServices()
143 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
158 printServices = newServices; in refreshServices()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java174 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
179 newServices[p] = defService; in refreshServices()
182 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
188 newServices[p] = printServices[j]; in refreshServices()
194 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
209 printServices = newServices; in refreshServices()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java164 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
169 newServices[p] = defService; in refreshServices()
172 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
178 newServices[p] = printServices[j]; in refreshServices()
184 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
199 printServices = newServices; in refreshServices()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java171 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
176 newServices[p] = defService; in refreshServices()
179 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
185 newServices[p] = printServices[j]; in refreshServices()
191 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
206 printServices = newServices; in refreshServices()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java164 PrintService[] newServices = new PrintService[printers.length]; in refreshServices() local
169 newServices[p] = defService; in refreshServices()
172 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
178 newServices[p] = printServices[j]; in refreshServices()
184 newServices[p] = new Win32PrintService(printers[p]); in refreshServices()
199 printServices = newServices; in refreshServices()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/proxy/healthcheck/
H A Dservice_health.go44 SyncServices(newServices map[types.NamespacedName]uint16) error
76 func (hcs *server) SyncServices(newServices map[types.NamespacedName]uint16) error {
82 if port, found := newServices[nsn]; !found || port != svc.port {
92 for nsn, port := range newServices {
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php1033 $newServices = new MediaWikiServices( $testConfig );
1039 $newServices->loadWiringFiles( $wiringFiles );
1043 $newServices->applyWiring( $wiring );
1048 Hooks::runner()->onMediaWikiServices( $newServices );
1052 $bootstrapConfig = $newServices->getBootstrapConfig();
1053 $newServices->resetServiceForTesting( 'ConfigFactory' );
1054 $newServices->redefineService(
1062 $newServices->redefineService(
1071 $newServices->redefineService(
1078 MediaWikiServices::forceGlobalInstance( $newServices );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php1051 $newServices = new MediaWikiServices( $testConfig );
1057 $newServices->loadWiringFiles( $wiringFiles );
1061 $newServices->applyWiring( $wiring );
1066 Hooks::runner()->onMediaWikiServices( $newServices );
1070 $bootstrapConfig = $newServices->getBootstrapConfig();
1071 $newServices->resetServiceForTesting( 'ConfigFactory' );
1072 $newServices->redefineService(
1080 $newServices->redefineService(
1089 $newServices->redefineService(
1096 MediaWikiServices::forceGlobalInstance( $newServices );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php1021 $newServices = new MediaWikiServices( $testConfig );
1027 $newServices->loadWiringFiles( $wiringFiles );
1031 $newServices->applyWiring( $wiring );
1036 Hooks::runner()->onMediaWikiServices( $newServices );
1040 $bootstrapConfig = $newServices->getBootstrapConfig();
1041 $newServices->resetServiceForTesting( 'ConfigFactory' );
1042 $newServices->redefineService(
1049 $newServices->resetServiceForTesting( 'DBLoadBalancerFactory' );
1050 $newServices->redefineService(
1057 MediaWikiServices::forceGlobalInstance( $newServices );
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/emicklei/go-restful/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/emicklei/go-restful/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/emicklei/go-restful/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/emicklei/go-restful/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/emicklei/go-restful/go-restful-2.9.5/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/emicklei/go-restful/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/emicklei/go-restful/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot
/dports/www/beehive/beehive-0.4.0/vendor/github.com/emicklei/go-restful/
H A Dcontainer.go150 newServices := []*WebService{}
158 newServices = append(newServices, each)
161 c.webServices, c.ServeMux, c.isRegisteredOnRoot = newServices, newServeMux, newIsRegisteredOnRoot

123456