Home
last modified time | relevance | path

Searched refs:getDefinition (Results 226 – 250 of 3979) sorted by relevance

12345678910>>...160

/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/Unit/
H A DDefaultsSectionStorageTest.php74 …$this->entityTypeManager->getDefinition('entity_view_display')->willReturn(new EntityType(['id' =>…
173 …$this->entityTypeManager->getDefinition('entity_view_display')->willReturn(new EntityType(['id' =>…
177 $this->entityTypeManager->getDefinition('entity_view_display')->shouldNotBeCalled();
229 …$this->entityTypeManager->getDefinition('entity_view_display')->willReturn(new EntityType(['id' =>…
255 …$this->entityTypeManager->getDefinition('entity_view_display')->willReturn(new EntityType(['id' =>…
259 $this->entityTypeManager->getDefinition('entity_view_display')->shouldNotBeCalled();
336 …$this->entityTypeManager->getDefinition('entity_view_display')->willReturn(new EntityType(['id' =>…
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/Entity/Traits/
H A DEntityDefinitionTestTrait.php70 $entity_type = \Drupal::entityTypeManager()->getDefinition($entity_type_id);
289 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
379 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
390 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
401 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
412 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
440 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/Entity/Traits/
H A DEntityDefinitionTestTrait.php70 $entity_type = \Drupal::entityTypeManager()->getDefinition($entity_type_id);
289 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
379 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
390 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
401 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
412 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
440 $entity_type = clone \Drupal::entityTypeManager()->getDefinition('entity_test_update');
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jms/serializer-bundle/Tests/DependencyInjection/
H A DTwigExtensionPassTest.php35 $extension = $container->getDefinition('jms_serializer.twig_extension.serializer');
57 $extension = $container->getDefinition('jms_serializer.twig_extension.serializer');
78 $extension = $container->getDefinition('jms_serializer.twig_extension.serializer');
H A DDoctrinePassTest.php73 $def = $container->getDefinition('jms_serializer.doctrine_phpcr_object_constructor');
93 $def = $container->getDefinition('jms_serializer.doctrine_object_constructor');
96 $def = $container->getDefinition('jms_serializer.doctrine_phpcr_object_constructor');
/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/Types/MultiText/
H A Dclass.ilADTMultiText.php54 if ($this->getDefinition()->isComparableTo($a_adt)) {
86 $max_size = $this->getDefinition()->getMaxSize();
92 $max_len = $this->getDefinition()->getMaxLength();
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/analysis/
H A Dflatten_test.go423 res = getDefinition(t, sp, "a")
428 res = getDefinition(t, sp, "aA")
444 res = getDefinition(t, sp, "bB")
450 res = getDefinition(t, sp, "d")
462 res = getDefinition(t, sp, "b")
472 res = getDefinition(t, sp, "myBody")
624 res = getDefinition(t, sp, "aA")
627 res = getDefinition(t, sp, "a")
642 res = getDefinition(t, sp, "bB")
648 res = getDefinition(t, sp, "d")
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DAutoAliasServicePassTest.php56 …\DependencyInjection\Tests\Compiler\ServiceClassDefault', $container->getDefinition('example')->ge…
74 …nt\DependencyInjection\Tests\Compiler\ServiceClassMysql', $container->getDefinition('mysql.example…
94 …\DependencyInjection\Tests\Compiler\ServiceClassMariaDb', $container->getDefinition('mariadb.examp…
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DAutoAliasServicePassTest.php56 …\DependencyInjection\Tests\Compiler\ServiceClassDefault', $container->getDefinition('example')->ge…
74 …nt\DependencyInjection\Tests\Compiler\ServiceClassMysql', $container->getDefinition('mysql.example…
94 …\DependencyInjection\Tests\Compiler\ServiceClassMariaDb', $container->getDefinition('mariadb.examp…
H A DAutowireRequiredMethodsPassTest.php40 $methodCalls = $container->getDefinition('setter_injection')->getMethodCalls();
72 $methodCalls = $container->getDefinition('setter_injection')->getMethodCalls();
93 $methodCalls = $container->getDefinition('wither')->getMethodCalls();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DAutoAliasServicePassTest.php56 …\DependencyInjection\Tests\Compiler\ServiceClassDefault', $container->getDefinition('example')->ge…
74 …nt\DependencyInjection\Tests\Compiler\ServiceClassMysql', $container->getDefinition('mysql.example…
94 …\DependencyInjection\Tests\Compiler\ServiceClassMariaDb', $container->getDefinition('mariadb.examp…
/dports/www/ilias6/ILIAS-6.14/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/ilias6/ILIAS-6.14/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)) {
/dports/www/ilias6/ILIAS-6.14/Services/ADT/classes/Types/MultiText/
H A Dclass.ilADTMultiText.php54 if ($this->getDefinition()->isComparableTo($a_adt)) {
86 $max_size = $this->getDefinition()->getMaxSize();
92 $max_len = $this->getDefinition()->getMaxLength();
/dports/www/tikiwiki/tiki-21.2/lib/core/Tracker/Tabular/Writer/
H A DTrackerWriter.php95 $definition = $schema->getDefinition();
112 $utilities->validateItem($schema->getDefinition(), $info)
125 $definition = $schema->getDefinition();
182 $definition = $schema->getDefinition();
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DToolBarWidget.cpp65 const ToolBarsManager::ToolBarDefinition definition(getDefinition()); in ToolBarWidget()
397 const ToolBarsManager::ToolBarDefinition definition(getDefinition()); in populateEntries()
623 setDefinition(getDefinition()); in reload()
756 if (getDefinition().hasToggle) in handleFullScreenStateChanged()
941 return getDefinition().getTitle(); in getTitle()
971 return getDefinition().buttonStyle; in getButtonStyle()
981 const int iconSize(getDefinition().iconSize); in getIconSize()
993 return getDefinition().maximumButtonSize; in getMaximumButtonSize()
1033 const ToolBarsManager::ToolBarDefinition definition(getDefinition()); in shouldBeVisible()
1081 setDefinition(getDefinition()); in TabBarToolBarWidget()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Entity/
H A DEntityDefinitionUpdateTest.php157 $entity_type = clone $this->entityTypeManager->getDefinition('entity_test_update');
179 $entity_type = clone $this->entityTypeManager->getDefinition('entity_test_update');
197 $entity_type = clone $this->entityTypeManager->getDefinition('entity_test_update');
217 $entity_type = clone $this->entityTypeManager->getDefinition('entity_test_update');
239 $entity_type = clone $this->entityTypeManager->getDefinition('entity_test_update');
873 $entity_type = \Drupal::entityTypeManager()->getDefinition('entity_test_update');
890 $entity_type = \Drupal::entityTypeManager()->getDefinition('entity_test_update');
898 $entity_type = \Drupal::entityTypeManager()->getDefinition('entity_test_update');
977 $entity_type = $this->entityTypeManager->getDefinition('entity_test_rev');
993 $entity_type = $this->entityTypeManager->getDefinition('entity_test_rev');
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Lex/
H A DMacroInfo.h379 DefInfo getDefinition();
380 const DefInfo getDefinition() const { in getDefinition() function
381 return const_cast<MacroDirective *>(this)->getDefinition(); in getDefinition()
385 if (const DefInfo Def = getDefinition()) in isDefined()
391 return getDefinition().getMacroInfo(); in getMacroInfo()
393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } in getMacroInfo()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()

12345678910>>...160