Home
last modified time | relevance | path

Searched refs:buildContainer (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/
H A DTaggedHandlersPassTest.php34 $container = $this->buildContainer();
51 $container = $this->buildContainer();
73 $container = $this->buildContainer();
90 $container = $this->buildContainer();
110 $container = $this->buildContainer();
135 $container = $this->buildContainer();
161 $container = $this->buildContainer();
192 $container = $this->buildContainer();
225 $container = $this->buildContainer();
258 $container = $this->buildContainer();
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/
H A DTaggedHandlersPassTest.php34 $container = $this->buildContainer();
51 $container = $this->buildContainer();
73 $container = $this->buildContainer();
90 $container = $this->buildContainer();
110 $container = $this->buildContainer();
135 $container = $this->buildContainer();
161 $container = $this->buildContainer();
192 $container = $this->buildContainer();
225 $container = $this->buildContainer();
258 $container = $this->buildContainer();
[all …]
H A DMimeTypePassTest.php20 protected function buildContainer($environment = 'dev') { function in Drupal\\Tests\\Core\\DependencyInjection\\Compiler\\MimeTypePassTest
31 $container = $this->buildContainer();
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/docker/
H A Ddocker_command.go26 buildContainer *types.ContainerJSON member
35 return s.buildContainer
153 if s.buildContainer != nil {
154 _, inspectErr := s.client.ContainerInspect(s.Context, s.buildContainer.ID)
156 return s.buildContainer, nil
160 s.Warningln("Failed to inspect build container", s.buildContainer.ID, inspectErr.Error())
165 …s.buildContainer, err = s.createContainer("build", s.Build.Image, s.BuildShell.DockerCommand, []st…
175 return s.buildContainer, nil
185 imageSHA := s.buildContainer.Image
206 uid, gid, err := getUIDandGID(s.Context, log, inspect, s.buildContainer.ID, imageSHA)
H A Dterminal.go29 buildContainer := s.getBuildContainer()
30 if buildContainer == nil {
35 containerID := buildContainer.ID
H A Dterminal_test.go84 s.buildContainer = &types.ContainerJSON{
147 buildContainer: &types.ContainerJSON{
247 buildContainer: &types.ContainerJSON{
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DependencyInjection/
H A DContainerBuilder.php67 $containerBuilder = $this->buildContainer($packageManager, $registry);
94 $containerBuilder = $this->buildContainer($packageManager, $serviceProviderRegistry);
114 …protected function buildContainer(PackageManager $packageManager, ServiceProviderRegistry $registr… function in TYPO3\\CMS\\Core\\DependencyInjection\\ContainerBuilder
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/
H A DContainerDebugCommand.php195 …$buildContainer = \Closure::bind(function () { return $this->buildContainer(); }, $kernel, \get_cl…
196 $container = $buildContainer();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/
H A DContainerDebugCommand.php195 …$buildContainer = \Closure::bind(function () { return $this->buildContainer(); }, $kernel, \get_cl…
196 $container = $buildContainer();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/modules/scenarios/container/
H A DContainerTest.java66 void buildContainer() throws Exception { in buildContainer() method in ContainerTest
129 buildContainer(); in setup()
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/
H A DKernelTest.php722 private $buildContainer; variable in Symfony\\Component\\HttpKernel\\Tests\\CustomProjectDirKernel
725 …public function __construct(\Closure $buildContainer = null, HttpKernelInterface $httpKernel = nul… argument
729 $this->buildContainer = $buildContainer;
749 if ($build = $this->buildContainer) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/DependencyInjection/
H A DContainerBuilder.php84 $containerBuilder = $this->buildContainer($packageManager, $serviceProviderRegistry);
104 …protected function buildContainer(PackageManager $packageManager, ServiceProviderRegistry $registr… function in TYPO3\\CMS\\Core\\DependencyInjection\\ContainerBuilder
/dports/finance/prestashop/prestashop/src/Adapter/
H A DContainerBuilder.php101 self::$containers[$containerName] = $builder->buildContainer($containerName);
122 public function buildContainer($containerName) function in PrestaShop\\PrestaShop\\Adapter\\ContainerBuilder
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUITransportableControl.h62 …virtual MSTransportable* buildContainer(const SUMOVehicleParameter* pars, MSVehicleType* vtype, MS…
H A DGUITransportableControl.cpp53 GUITransportableControl::buildContainer(const SUMOVehicleParameter* pars, MSVehicleType* vtype, MST… in buildContainer() function in GUITransportableControl
/dports/finance/prestashop/prestashop/controllers/admin/
H A DDummyAdminController.php98 protected function buildContainer() function in DummyAdminControllerCore
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/
H A DKernelTest.php1021 private $buildContainer; variable in Symfony\\Component\\HttpKernel\\Tests\\CustomProjectDirKernel
1024 …public function __construct(\Closure $buildContainer = null, HttpKernelInterface $httpKernel = nul… argument
1029 $this->buildContainer = $buildContainer;
1054 if ($build = $this->buildContainer) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/
H A DKernelTest.php1021 private $buildContainer; variable in Symfony\\Component\\HttpKernel\\Tests\\CustomProjectDirKernel
1024 …public function __construct(\Closure $buildContainer = null, HttpKernelInterface $httpKernel = nul… argument
1029 $this->buildContainer = $buildContainer;
1054 if ($build = $this->buildContainer) {

123