Home
last modified time | relevance | path

Searched refs:ContainerInterface (Results 1 – 25 of 2249) sorted by relevance

12345678910>>...90

/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dconfig.cpp12 ContainerInterface::ContainerInterface() : in ContainerInterface() function in Config::ContainerInterface
26 ContainerInterface::~ContainerInterface(){ in ~ContainerInterface()
62 void ContainerInterface::OnSetupClient(){ in OnSetupClient()
71 void ContainerInterface::OnCreate(){ in OnCreate()
88 bool ContainerInterface::OnFocus(){ in OnFocus()
93 void ContainerInterface::OnEnter(){ in OnEnter()
238 std::set<ContainerInterface *> ContainerInterface::shaderUpdateQueue;
302 }else ContainerInterface::OnCreate(); in OnCreate()
360 return ContainerInterface::OnFocus(); in OnFocus()
374 }else ContainerInterface::OnEnter(); in OnEnter()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/
H A DServiceProvider.php21 use Psr\Container\ContainerInterface; alias
94 public static function getCacheManager(ContainerInterface $container): Cache\CacheManager
154 ContainerInterface $container,
165 public static function getContext(ContainerInterface $container): Context\Context
175 public static function getIconFactory(ContainerInterface $container): Imaging\IconFactory
183 public static function getIconRegistry(ContainerInterface $container): Imaging\IconRegistry
201 public static function getLocales(ContainerInterface $container): Localization\Locales
236 public static function getRegistry(ContainerInterface $container): Registry
307 public static function getRequestFactory(ContainerInterface $container): Http\RequestFactory
321 public static function getMiddlewares(ContainerInterface $container): ArrayObject
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/
H A DServiceProvider.php21 use Psr\Container\ContainerInterface; alias
112 public static function getCacheManager(ContainerInterface $container): Cache\CacheManager
173 public static function getHelpCommand(ContainerInterface $container): HelpCommand
231 ContainerInterface $container,
255 public static function getContext(ContainerInterface $container): Context\Context
260 public static function getBootService(ContainerInterface $container): Core\BootService
311 public static function getIcons(ContainerInterface $container): ArrayObject
343 public static function getLocales(ContainerInterface $container): Localization\Locales
395 public static function getRegistry(ContainerInterface $container): Registry
484 public static function getMiddlewares(ContainerInterface $container): ArrayObject
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/
H A DServiceProvider.php20 use Psr\Container\ContainerInterface; alias
98 public static function getApplication(ContainerInterface $container): Http\Application
117 …public static function getClearCacheService(ContainerInterface $container): Service\ClearCacheServ…
125 …public static function getCoreUpdateService(ContainerInterface $container): Service\CoreUpdateServ…
154 … public static function getLateBootService(ContainerInterface $container): Service\LateBootService
162 public static function getLoadTcaService(ContainerInterface $container): Service\LoadTcaService
193 … public static function getInstallerMiddleware(ContainerInterface $container): Middleware\Installer
198 …public static function getMaintenanceMiddleware(ContainerInterface $container): Middleware\Mainten…
215 … public static function getIconController(ContainerInterface $container): Controller\IconController
246 …public static function getLoginController(ContainerInterface $container): Controller\LoginControll…
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/
H A DServiceProvider.php20 use Psr\Container\ContainerInterface; alias
95 public static function getApplication(ContainerInterface $container): Http\Application
113 …public static function getClearCacheService(ContainerInterface $container): Service\ClearCacheServ…
121 …public static function getCoreUpdateService(ContainerInterface $container): Service\CoreUpdateServ…
150 … public static function getLateBootService(ContainerInterface $container): Service\LateBootService
158 public static function getLoadTcaService(ContainerInterface $container): Service\LoadTcaService
184 … public static function getInstallerMiddleware(ContainerInterface $container): Middleware\Installer
189 …public static function getMaintenanceMiddleware(ContainerInterface $container): Middleware\Mainten…
206 … public static function getIconController(ContainerInterface $container): Controller\IconController
234 …public static function getLoginController(ContainerInterface $container): Controller\LoginControll…
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DResolveInvalidReferencesPassTest.php19 use Symfony\Component\DependencyInjection\ContainerInterface; alias
30 new Reference('bar', ContainerInterface::NULL_ON_INVALID_REFERENCE),
31 new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
51 new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
52 $baz = new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
53 new Reference('moo', ContainerInterface::NULL_ON_INVALID_REFERENCE),
72 new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
73 $baz = new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
74 new Reference('moo', ContainerInterface::NULL_ON_INVALID_REFERENCE),
105 … ->setProperty('foo', new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE))
[all …]
H A DRegisterServiceSubscribersPassTest.php15 use Psr\Container\ContainerInterface as PsrContainerInterface;
22 use Symfony\Component\DependencyInjection\ContainerInterface; alias
89 …w TypedReference(CustomDefinition::class, CustomDefinition::class, ContainerInterface::EXCEPTION_O…
90 …w TypedReference(CustomDefinition::class, CustomDefinition::class, ContainerInterface::IGNORE_ON_I…
119 …ClosureArgument(new TypedReference('bar', CustomDefinition::class, ContainerInterface::EXCEPTION_O…
120 …w TypedReference(CustomDefinition::class, CustomDefinition::class, ContainerInterface::IGNORE_ON_I…
190 … ServiceClosureArgument(new TypedReference('stdClass', 'stdClass', ContainerInterface::IGNORE_ON_I…
224 … ServiceClosureArgument(new TypedReference('stdClass', 'stdClass', ContainerInterface::EXCEPTION_O…
225 … ServiceClosureArgument(new TypedReference('stdClass', 'stdClass', ContainerInterface::EXCEPTION_O…
226 … ServiceClosureArgument(new TypedReference('stdClass', 'stdClass', ContainerInterface::EXCEPTION_O…
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DResolveInvalidReferencesPassTest.php18 use Symfony\Component\DependencyInjection\ContainerInterface; alias
29 new Reference('bar', ContainerInterface::NULL_ON_INVALID_REFERENCE),
30 new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
50 new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
51 $baz = new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
52 new Reference('moo', ContainerInterface::NULL_ON_INVALID_REFERENCE),
71 new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
72 $baz = new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
73 new Reference('moo', ContainerInterface::NULL_ON_INVALID_REFERENCE),
104 … ->setProperty('foo', new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE))
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/Service/
H A DLateBootService.php20 use Psr\Container\ContainerInterface; alias
41 * @var ContainerInterface
46 * @var ContainerInterface
52 * @param ContainerInterface $failsafeContainer
61 * @return ContainerInterface
63 public function getContainer(): ContainerInterface
69 * @return ContainerInterface
71 private function prepareContainer(): ContainerInterface
87 * @param ContainerInterface $container
91 public function makeCurrent(ContainerInterface $container = null, array $backup = []): array
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DResolveInvalidReferencesPassTest.php18 use Symfony\Component\DependencyInjection\ContainerInterface; alias
29 new Reference('bar', ContainerInterface::NULL_ON_INVALID_REFERENCE),
30 new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
50 new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
51 $baz = new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
52 new Reference('moo', ContainerInterface::NULL_ON_INVALID_REFERENCE),
71 new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
72 $baz = new Reference('baz', ContainerInterface::IGNORE_ON_INVALID_REFERENCE),
73 new Reference('moo', ContainerInterface::NULL_ON_INVALID_REFERENCE),
104 … ->setProperty('foo', new Reference('bar', ContainerInterface::IGNORE_ON_INVALID_REFERENCE))
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/Common/
H A Ddepends.php5 use Psr\Container\ContainerInterface; alias
12 'phpList\plugin\Common\Context' => function (ContainerInterface $container) {
15 'phpList\plugin\Common\DAO\Attribute' => function (ContainerInterface $container) {
20 'phpList\plugin\Common\DAO\Config' => function (ContainerInterface $container) {
25 'phpList\plugin\Common\DAO\Lists' => function (ContainerInterface $container) {
30 'phpList\plugin\Common\DAO\Message' => function (ContainerInterface $container) {
35 'phpList\plugin\Common\DAO\User' => function (ContainerInterface $container) {
40 'phpList\plugin\Common\DB' => function (ContainerInterface $container) {
43 'Logger' => function (ContainerInterface $container) {
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-inputfilter/src/
H A DInputFilterAbstractServiceFactory.php11 use Interop\Container\ContainerInterface; alias
26 * @param ContainerInterface $services
31 public function __invoke(ContainerInterface $services, $rName, array $options = null)
42 * @param ContainerInterface $services
46 public function canCreate(ContainerInterface $services, $rName)
99 * @param ContainerInterface $container
102 protected function getInputFilterFactory(ContainerInterface $container)
122 * @param ContainerInterface $container
125 protected function getFilterPluginManager(ContainerInterface $container)
135 * @param ContainerInterface $container
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-session/src/Service/
H A DContainerAbstractServiceFactory.php11 use Interop\Container\ContainerInterface; alias
62 * @param ContainerInterface $container
66 public function canCreate(ContainerInterface $container, $requestedName)
93 * @param ContainerInterface $container
97 public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
106 * @param ContainerInterface $container
118 * @param ContainerInterface $container
121 protected function getConfig(ContainerInterface $container)
149 * @param ContainerInterface $container
152 protected function getSessionManager(ContainerInterface $container)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/dashboard/Classes/
H A DServiceProvider.php21 use Psr\Container\ContainerInterface; alias
69 public static function getDashboardPresets(ContainerInterface $container): ArrayObject
74 public static function getWidgetGroups(ContainerInterface $container): ArrayObject
79 public static function getWidgets(ContainerInterface $container): ArrayObject
85 ContainerInterface $container,
113 ContainerInterface $container,
137 * @param ContainerInterface $container
141 …public static function configureDashboardPresets(ContainerInterface $container, ArrayObject $prese…
159 * @param ContainerInterface $container
181 * @param ContainerInterface $container
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/
H A DServiceProvider.php20 use Psr\Container\ContainerInterface; alias
61 …public static function getObjectContainer(ContainerInterface $container): Object\Container\Contain…
69 public static function getObjectManager(ContainerInterface $container): Object\ObjectManager
77 …public static function getSignalSlotDispatcher(ContainerInterface $container): SignalSlot\Dispatch…
83 …public static function getBackendConfigurationManager(ContainerInterface $container): Configuratio…
90 …public static function getConfigurationManager(ContainerInterface $container): Configuration\Confi…
95 …public static function getReflectionService(ContainerInterface $container): Reflection\ReflectionS…
103 …public static function getEnvironmentService(ContainerInterface $container): Service\EnvironmentSe…
108 …public static function getExtensionService(ContainerInterface $container): Service\ExtensionService
115 public static function getImageService(ContainerInterface $container): Service\ImageService
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-servicemanager/src/
H A DAbstractPluginManager.php10 use Interop\Container\ContainerInterface; alias
11 use Psr\Container\ContainerInterface as PsrContainerInterface;
51 …* @param null|ConfigInterface|ContainerInterface|PsrContainerInterface $configInstanceOrParentLoca…
57 && ! $configInstanceOrParentLocator instanceof ContainerInterface
68 && ! $configInstanceOrParentLocator instanceof ContainerInterface
91 if (! $configInstanceOrParentLocator instanceof ContainerInterface) {
95 ContainerInterface::class
99 $this->creationContext = $configInstanceOrParentLocator instanceof ContainerInterface
190 * @param ContainerInterface $container
193 public function setServiceLocator(ContainerInterface $container)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-servicemanager/src/
H A DAbstractPluginManager.php11 use Interop\Container\ContainerInterface; alias
13 use Psr\Container\ContainerInterface as PsrContainerInterface;
52 …* @param null|ConfigInterface|ContainerInterface|PsrContainerInterface $configInstanceOrParentLoca…
58 && ! $configInstanceOrParentLocator instanceof ContainerInterface
69 && ! $configInstanceOrParentLocator instanceof ContainerInterface
92 if (! $configInstanceOrParentLocator instanceof ContainerInterface) {
96 ContainerInterface::class
100 $this->creationContext = $configInstanceOrParentLocator instanceof ContainerInterface
191 * @param ContainerInterface $container
194 public function setServiceLocator(ContainerInterface $container)
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-servicemanager/src/
H A DAbstractPluginManager.php11 use Interop\Container\ContainerInterface; alias
13 use Psr\Container\ContainerInterface as PsrContainerInterface;
52 …* @param null|ConfigInterface|ContainerInterface|PsrContainerInterface $configInstanceOrParentLoca…
58 && ! $configInstanceOrParentLocator instanceof ContainerInterface
69 && ! $configInstanceOrParentLocator instanceof ContainerInterface
92 if (! $configInstanceOrParentLocator instanceof ContainerInterface) {
96 ContainerInterface::class
100 $this->creationContext = $configInstanceOrParentLocator instanceof ContainerInterface
191 * @param ContainerInterface $container
194 public function setServiceLocator(ContainerInterface $container)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/dashboard/Classes/
H A DServiceProvider.php21 use Psr\Container\ContainerInterface; alias
65 public static function getDashboardPresets(ContainerInterface $container): ArrayObject
70 public static function getWidgetGroups(ContainerInterface $container): ArrayObject
75 public static function getWidgets(ContainerInterface $container): ArrayObject
81 ContainerInterface $container,
111 ContainerInterface $container,
137 * @param ContainerInterface $container
141 …public static function configureDashboardPresets(ContainerInterface $container, ArrayObject $prese…
159 * @param ContainerInterface $container
181 * @param ContainerInterface $container
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/
H A DServiceProvider.php20 use Psr\Container\ContainerInterface; alias
51 …public static function getObjectContainer(ContainerInterface $container): Object\Container\Contain…
56 public static function getObjectManager(ContainerInterface $container): Object\ObjectManager
61 …public static function getSignalSlotDispatcher(ContainerInterface $container): SignalSlot\Dispatch…
67 …public static function getBackendConfigurationManager(ContainerInterface $container): Configuratio…
76 …public static function getConfigurationManager(ContainerInterface $container): Configuration\Confi…
84 …public static function getReflectionService(ContainerInterface $container): Reflection\ReflectionS…
89 …public static function getEnvironmentService(ContainerInterface $container): Service\EnvironmentSe…
94 …public static function getExtensionService(ContainerInterface $container): Service\ExtensionService
101 …public static function getHashService(ContainerInterface $container): Security\Cryptography\HashSe…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Core/
H A DBootService.php20 use Psr\Container\ContainerInterface; alias
36 private ContainerInterface $failsafeContainer;
38 private ?ContainerInterface $container = null;
40 …public function __construct(ContainerBuilder $containerBuilder, ContainerInterface $failsafeContai…
46 public function getContainer(bool $allowCaching = true): ContainerInterface
51 private function prepareContainer(bool $allowCaching = true): ContainerInterface
81 * @param ContainerInterface $container
85 public function makeCurrent(ContainerInterface $container = null, array $backup = []): array
119 * @return ContainerInterface
121 …nfDatabaseAndExtTables(bool $resetContainer = false, bool $allowCaching = true): ContainerInterface
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-servicemanager/src/AbstractFactory/
H A DReflectionBasedAbstractFactory.php10 use Interop\Container\ContainerInterface; alias
109 public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
135 public function canCreate(ContainerInterface $container, $requestedName)
153 * @param ContainerInterface $container
157 …private function resolveParameterWithoutConfigService(ContainerInterface $container, $requestedNam…
176 * @param ContainerInterface $container
180 … private function resolveParameterWithConfigService(ContainerInterface $container, $requestedName)
200 * @param ContainerInterface $container
206 …private function resolveParameter(ReflectionParameter $parameter, ContainerInterface $container, $…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-servicemanager/src/AbstractFactory/
H A DReflectionBasedAbstractFactory.php11 use Interop\Container\ContainerInterface; alias
110 public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
136 public function canCreate(ContainerInterface $container, $requestedName)
154 * @param ContainerInterface $container
158 …private function resolveParameterWithoutConfigService(ContainerInterface $container, $requestedNam…
177 * @param ContainerInterface $container
181 … private function resolveParameterWithConfigService(ContainerInterface $container, $requestedName)
201 * @param ContainerInterface $container
207 …private function resolveParameter(ReflectionParameter $parameter, ContainerInterface $container, $…
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-servicemanager/src/AbstractFactory/
H A DReflectionBasedAbstractFactory.php11 use Interop\Container\ContainerInterface; alias
110 public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
136 public function canCreate(ContainerInterface $container, $requestedName)
154 * @param ContainerInterface $container
158 …private function resolveParameterWithoutConfigService(ContainerInterface $container, $requestedNam…
177 * @param ContainerInterface $container
181 … private function resolveParameterWithConfigService(ContainerInterface $container, $requestedName)
201 * @param ContainerInterface $container
207 …private function resolveParameter(ReflectionParameter $parameter, ContainerInterface $container, $…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/
H A DServiceProvider.php21 use Psr\Container\ContainerInterface; alias
70 public static function getApplication(ContainerInterface $container): Application
84 public static function getRequestHandler(ContainerInterface $container): RequestHandler
93 public static function getRouteDispatcher(ContainerInterface $container): RouteDispatcher
101 public static function getUriBuilder(ContainerInterface $container): UriBuilder
109 * @param ContainerInterface $container
114 public static function getBackendMiddlewares(ContainerInterface $container): ArrayObject
119 …public static function configureBackendRouter(ContainerInterface $container, Router $router = null…
146 public static function getBackendRoutes(ContainerInterface $container): ArrayObject
151 public static function getBackendRoutesWarmer(ContainerInterface $container): \Closure
[all …]

12345678910>>...90