Home
last modified time | relevance | path

Searched refs:getDefinition (Results 201 – 225 of 3979) sorted by relevance

12345678910>>...160

/dports/www/ilias/ILIAS-5.4.25/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDSearch.php70 public function getDefinition() function in ilAdvancedMDSearch
110 … $parser_value = $this->getDefinition()->getSearchQueryParserValue($this->getSearchElement());
118 $res_field = $this->getDefinition()->searchObjects(
/dports/www/ilias6/ILIAS-6.14/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDSearch.php70 public function getDefinition() function in ilAdvancedMDSearch
110 … $parser_value = $this->getDefinition()->getSearchQueryParserValue($this->getSearchElement());
118 $res_field = $this->getDefinition()->searchObjects(
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DLoggingTranslatorPass.php33 $definition = $container->getDefinition((string) $translatorAlias);
40 $container->getDefinition('translator.logging')->setDecoratedService('translator');
41 $warmer = $container->getDefinition('translation.warmer');
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DLoggingTranslatorPass.php33 $definition = $container->getDefinition((string) $translatorAlias);
40 $container->getDefinition('translator.logging')->setDecoratedService('translator');
41 $warmer = $container->getDefinition('translation.warmer');
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Plugin/
H A DInspectionTest.php25 $this->assertIdentical($this->testPluginManager->getDefinition($id), $expected_definition);
34 …$this->assertIdentical($this->castSafeStrings($this->mockBlockManager->getDefinition($id)), $expec…
42 …$this->assertIdentical($this->defaultsTestPluginManager->getDefinition($id), $expected_definition);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Plugin/
H A DInspectionTest.php25 $this->assertSame($expected_definition, $this->testPluginManager->getDefinition($id));
34 $this->assertEquals($expected_definition, $this->mockBlockManager->getDefinition($id));
42 $this->assertSame($expected_definition, $this->defaultsTestPluginManager->getDefinition($id));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/
H A DFormPassTest.php57 $extDefinition = $container->getDefinition('form.extension');
89 $extDefinition = $container->getDefinition('form.extension');
174 $extDefinition = $container->getDefinition('form.extension');
202 $this->assertTrue($container->getDefinition($id)->isPublic());
/dports/www/bolt/bolt-2.2.24/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/
H A DAnalyzeServiceReferencesPass.php91 … $this->graph->connect($id, $alias, (string) $alias, $this->getDefinition((string) $alias), null);
110 $this->getDefinition((string) $argument),
135 private function getDefinition($id) function in Symfony\\Component\\DependencyInjection\\Compiler\\AnalyzeServiceReferencesPass
139 return null === $id ? null : $this->container->getDefinition($id);
/dports/www/drupal8/drupal-8.9.20/core/modules/system/src/Tests/Entity/
H A DEntityDefinitionTestTrait.php259 $entity_type = clone $this->entityManager->getDefinition('entity_test_update');
270 $entity_type = clone $this->entityManager->getDefinition('entity_test_update');
281 $entity_type = clone $this->entityManager->getDefinition('entity_test_update');
292 $entity_type = clone $this->entityManager->getDefinition('entity_test_update');
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/
H A DFormPassTest.php57 $extDefinition = $container->getDefinition('form.extension');
89 $extDefinition = $container->getDefinition('form.extension');
174 $extDefinition = $container->getDefinition('form.extension');
202 $this->assertTrue($container->getDefinition($id)->isPublic());
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/TypedData/
H A DTypedDataManager.php78 $type_definition = $this->getDefinition($data_type);
115 $type_definition = $this->getDefinition($data_type);
133 $type_definition = $this->getDefinition($item_type);
256 $type_definition = $this->getDefinition($definition->getDataType());
295 $type_definition = $this->getDefinition($data_definition->getDataType());
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/TypedData/
H A DTypedDataManager.php78 $type_definition = $this->getDefinition($data_type);
115 $type_definition = $this->getDefinition($data_type);
133 $type_definition = $this->getDefinition($item_type);
256 $type_definition = $this->getDefinition($definition->getDataType());
295 $type_definition = $this->getDefinition($data_definition->getDataType());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/
H A DWebProfilerExtension.php54 $container->getDefinition('web_profiler.debug_toolbar')->setPrivate(true);
55 …$container->getDefinition('web_profiler.debug_toolbar')->replaceArgument(5, $config['excluded_ajax…
61 $container->getDefinition('debug.file_link_formatter')
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/DependencyInjection/Compiler/
H A DStackedKernelPass.php59 $stacked_kernel = $container->getDefinition('http_kernel');
72 $middlewares[$id] = $container->getDefinition($id);
83 $container->getDefinition($decorated_id)->setLazy(TRUE);
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/
H A DProxyServicesPassTest.php43 …$this->assertEquals('Drupal\Core\Plugin\CachedDiscoveryClearer', $container->getDefinition('plugin…
58 …$non_proxy_definition = $container->getDefinition('drupal.proxy_original_service.plugin_cache_clea…
63 …s('Drupal\Core\ProxyClass\Plugin\CachedDiscoveryClearer', $container->getDefinition('plugin_cache_…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/DependencyInjection/Compiler/
H A DStackedKernelPass.php59 $stacked_kernel = $container->getDefinition('http_kernel');
72 $middlewares[$id] = $container->getDefinition($id);
83 $container->getDefinition($decorated_id)->setLazy(TRUE);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/
H A DWebProfilerExtension.php54 $container->getDefinition('web_profiler.debug_toolbar')->setPrivate(true);
55 …$container->getDefinition('web_profiler.debug_toolbar')->replaceArgument(5, $config['excluded_ajax…
61 $container->getDefinition('debug.file_link_formatter')
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Plugin/
H A DDefaultPluginManagerTest.php82 $plugin_manager->getDefinition('plugin_test', FALSE);
108 …$this->assertEmpty($plugin_manager->getDefinition('cherry', FALSE), 'Plugin information of a disab…
133 …$this->assertEmpty($plugin_manager->getDefinition('cherry', FALSE), 'Plugin information is availab…
144 $plugin_manager->getDefinition('missing');
153 …$this->assertEquals($this->expectedDefinitions['banana'], $plugin_manager->getDefinition('banana')…
173 …$this->assertEquals($this->expectedDefinitions['banana'], $plugin_manager->getDefinition('banana')…
198 …$this->assertEquals($this->expectedDefinitions['banana'], $plugin_manager->getDefinition('banana')…
245 …$this->assertEquals($this->expectedDefinitions['banana'], $plugin_manager->getDefinition('banana')…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/
H A DCategoryOutlinePage.java70 if (cat.getDefinition() != null && cat.getDefinition().equals(catDef)) { in getChildren()
79 if (cat.getDefinition() != null && cat.getDefinition().equals(catDef)) { in getChildren()
/dports/finance/prestashop/prestashop/src/Core/Grid/Presenter/
H A DGridPresenter.php60 $definition = $grid->getDefinition();
115 $columns = $grid->getDefinition()->getColumns()->toArray();
140 foreach ($grid->getDefinition()->getColumns() as $column) {
185 $definitionFiltersKeys = array_keys($grid->getDefinition()->getFilters()->all());
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Entity/
H A DEntityTypeConstraintsTest.php26 $entity_type = $this->entityTypeManager->getDefinition('entity_test_constraints');
44 $entity_type = $this->entityTypeManager->getDefinition('entity_test_constraints');
54 $entity_type = $this->entityTypeManager->getDefinition('entity_test_constraints');
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Entity/
H A DEntityTypeConstraintsTest.php26 $entity_type = $this->entityTypeManager->getDefinition('entity_test_constraints');
44 $entity_type = $this->entityTypeManager->getDefinition('entity_test_constraints');
54 $entity_type = $this->entityTypeManager->getDefinition('entity_test_constraints');
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/
H A DProxyServicesPassTest.php43 …$this->assertEquals('Drupal\Core\Plugin\CachedDiscoveryClearer', $container->getDefinition('plugin…
58 …$non_proxy_definition = $container->getDefinition('drupal.proxy_original_service.plugin_cache_clea…
63 …s('Drupal\Core\ProxyClass\Plugin\CachedDiscoveryClearer', $container->getDefinition('plugin_cache_…
/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/Types/Date/
H A Dclass.ilADTDate.php43 if ($this->getDefinition()->isComparableTo($a_adt)) {
56 if ($this->getDefinition()->isComparableTo($a_adt)) {
67 if ($this->getDefinition()->isComparableTo($a_adt)) {
/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/Types/DateTime/
H A Dclass.ilADTDateTime.php43 if ($this->getDefinition()->isComparableTo($a_adt)) {
56 if ($this->getDefinition()->isComparableTo($a_adt)) {
67 if ($this->getDefinition()->isComparableTo($a_adt)) {

12345678910>>...160