Home
last modified time | relevance | path

Searched refs:commandLoader (Results 1 – 19 of 19) sorted by relevance

/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Tests/DependencyInjection/
H A DAddConsoleCommandPassTest.php71 $commandLoader = $container->getDefinition('console.command_loader');
72 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
74 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
75 …sertSame(['my:command' => 'my-command', 'my:alias' => 'my-command'], $commandLoader->getArgument(1…
93 $commandLoader = $container->getDefinition('console.command_loader');
94 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
96 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
97 $this->assertSame(['default' => 'with-default-name'], $commandLoader->getArgument(1));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/DependencyInjection/
H A DAddConsoleCommandPassTest.php72 $commandLoader = $container->getDefinition('console.command_loader');
73 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
75 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
76 …sertSame(['my:command' => 'my-command', 'my:alias' => 'my-command'], $commandLoader->getArgument(1…
95 $commandLoader = $container->getDefinition('console.command_loader');
96 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
98 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
99 $this->assertSame(['default' => 'with-default-name'], $commandLoader->getArgument(1));
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Tests/DependencyInjection/
H A DAddConsoleCommandPassTest.php72 $commandLoader = $container->getDefinition('console.command_loader');
73 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
75 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
76 …sertSame(['my:command' => 'my-command', 'my:alias' => 'my-command'], $commandLoader->getArgument(1…
95 $commandLoader = $container->getDefinition('console.command_loader');
96 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
98 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
99 $this->assertSame(['default' => 'with-default-name'], $commandLoader->getArgument(1));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/DependencyInjection/
H A DAddConsoleCommandPassTest.php72 $commandLoader = $container->getDefinition('console.command_loader');
73 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
75 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
76 …sertSame(['my:command' => 'my-command', 'my:alias' => 'my-command'], $commandLoader->getArgument(1…
95 $commandLoader = $container->getDefinition('console.command_loader');
96 $commandLocator = $container->getDefinition((string) $commandLoader->getArgument(0));
98 $this->assertSame(ContainerCommandLoader::class, $commandLoader->getClass());
99 $this->assertSame(['default' => 'with-default-name'], $commandLoader->getArgument(1));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/
H A DApplication.php69 private $commandLoader; variable in Symfony\\Component\\Console\\Application
97 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
99 $this->commandLoader = $commandLoader;
523 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
620 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
656 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
659 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
709 if (!$this->commandLoader) {
714 foreach ($this->commandLoader->getNames() as $name) {
730 if ($this->commandLoader) {
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/
H A DApplication.php69 private $commandLoader; variable in Symfony\\Component\\Console\\Application
97 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
99 $this->commandLoader = $commandLoader;
523 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
620 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
656 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
659 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
709 if (!$this->commandLoader) {
714 foreach ($this->commandLoader->getNames() as $name) {
730 if ($this->commandLoader) {
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/
H A DApplication.php69 private $commandLoader; variable in Symfony\\Component\\Console\\Application
97 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
99 $this->commandLoader = $commandLoader;
523 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
620 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
656 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
659 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
709 if (!$this->commandLoader) {
714 foreach ($this->commandLoader->getNames() as $name) {
730 if ($this->commandLoader) {
[all …]
/dports/www/phpbb3/phpBB3/vendor/symfony/console/
H A DApplication.php69 private $commandLoader; variable in Symfony\\Component\\Console\\Application
97 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
99 $this->commandLoader = $commandLoader;
523 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
620 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
656 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
659 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
709 if (!$this->commandLoader) {
714 foreach ($this->commandLoader->getNames() as $name) {
730 if ($this->commandLoader) {
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/console/
H A DApplication.php69 private $commandLoader; variable in Symfony\\Component\\Console\\Application
97 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
99 $this->commandLoader = $commandLoader;
518 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
615 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
651 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
654 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
704 if (!$this->commandLoader) {
709 foreach ($this->commandLoader->getNames() as $name) {
725 if ($this->commandLoader) {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/console/
H A DApplication.php69 private $commandLoader; variable in Symfony\\Component\\Console\\Application
97 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
99 $this->commandLoader = $commandLoader;
518 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
615 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
651 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
654 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
704 if (!$this->commandLoader) {
709 foreach ($this->commandLoader->getNames() as $name) {
725 if ($this->commandLoader) {
[all …]
/dports/www/owncloud/owncloud/updater/vendor/symfony/console/
H A DApplication.php69 private $commandLoader; variable in Symfony\\Component\\Console\\Application
97 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
99 $this->commandLoader = $commandLoader;
518 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
611 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
647 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
666 $commandList[$cmd] = $this->commandLoader->get($cmd);
699 if (!$this->commandLoader) {
704 foreach ($this->commandLoader->getNames() as $name) {
720 if ($this->commandLoader) {
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/
H A DApplication.php73 private $commandLoader; variable in Symfony\\Component\\Console\\Application
106 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
108 $this->commandLoader = $commandLoader;
551 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
644 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
680 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
683 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
741 if (!$this->commandLoader) {
746 foreach ($this->commandLoader->getNames() as $name) {
762 if ($this->commandLoader) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/console/
H A DApplication.php72 private $commandLoader; variable in Symfony\\Component\\Console\\Application
103 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
105 $this->commandLoader = $commandLoader;
541 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
638 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
674 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
677 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
737 if (!$this->commandLoader) {
742 foreach ($this->commandLoader->getNames() as $name) {
758 if ($this->commandLoader) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/console/
H A DApplication.php73 private $commandLoader; variable in Symfony\\Component\\Console\\Application
106 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
108 $this->commandLoader = $commandLoader;
551 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
644 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
680 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
683 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
741 if (!$this->commandLoader) {
746 foreach ($this->commandLoader->getNames() as $name) {
762 if ($this->commandLoader) {
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/console/
H A DApplication.php72 private $commandLoader; variable in Symfony\\Component\\Console\\Application
103 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
105 $this->commandLoader = $commandLoader;
548 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
645 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
681 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
684 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
744 if (!$this->commandLoader) {
749 foreach ($this->commandLoader->getNames() as $name) {
765 if ($this->commandLoader) {
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/
H A DApplication.php78 private $commandLoader; variable in Symfony\\Component\\Console\\Application
111 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
113 $this->commandLoader = $commandLoader;
585 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
678 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
714 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
717 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
775 if (!$this->commandLoader) {
780 foreach ($this->commandLoader->getNames() as $name) {
796 if ($this->commandLoader) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/symfony/console/
H A DApplication.php72 private $commandLoader; variable in Symfony\\Component\\Console\\Application
103 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
105 $this->commandLoader = $commandLoader;
548 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
645 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
681 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
684 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
744 if (!$this->commandLoader) {
749 foreach ($this->commandLoader->getNames() as $name) {
765 if ($this->commandLoader) {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/symfony/console/
H A DApplication.php72 private $commandLoader; variable in Symfony\\Component\\Console\\Application
103 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
105 $this->commandLoader = $commandLoader;
548 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
645 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
681 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
684 $commandList[$nameOrAlias] = $this->commandLoader->get($nameOrAlias);
744 if (!$this->commandLoader) {
749 foreach ($this->commandLoader->getNames() as $name) {
765 if ($this->commandLoader) {
[all …]
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/
H A DApplication.php70 private $commandLoader; variable in Symfony\\Component\\Console\\Application
98 public function setCommandLoader(CommandLoaderInterface $commandLoader) argument
100 $this->commandLoader = $commandLoader;
533 …this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add(…
622 …$allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($th…
653 …$commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $t…
700 if (!$this->commandLoader) {
705 foreach ($this->commandLoader->getNames() as $name) {
721 if ($this->commandLoader) {
722 foreach ($this->commandLoader->getNames() as $name) {