Home
last modified time | relevance | path

Searched refs:findDefinition (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Configuration/
H A DServices.php21 $container->findDefinition($id)->setPublic(true);
24 $container->findDefinition($id)->setPublic(true);
27 $container->findDefinition($id)->setShared(false);
30 $container->findDefinition($id)->setShared(false);
33 $container->findDefinition($id)->setShared(false)->setPublic(true);
44 $extbaseContainer = $container->findDefinition(Object\Container\Container::class);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Configuration/
H A DServices.php21 $container->findDefinition($id)->setPublic(true);
24 $container->findDefinition($id)->setPublic(true);
27 $container->findDefinition($id)->setShared(false);
31 $container->findDefinition($id)->setShared(false)->setPublic(true);
43 $extbaseContainer = $container->findDefinition(Object\Container\Container::class);
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DDefaultingDictionary.h66 void *findDefinition(Symbol name) in findDefinition() function
67 { void *v = Dictionary::findDefinition(name); in findDefinition()
71 void *findDefinition(const char *name) in findDefinition() function
72 { void *v = Dictionary::findDefinition(name); in findDefinition()
H A DActiveItemDictionary.h59 { ASSERT(this->findDefinition(s)); this->active = s;} in setActiveItem()
63 void *getActiveDefinition() { return this->findDefinition(this->active); } in getActiveDefinition()
H A DAllocatorDictionary.h79 { ASSERT(this); return (Allocator) this->findDefinition(name); } in findAllocator()
81 { ASSERT(this); return (Allocator) this->findDefinition(name); } in findAllocator()
/dports/finance/prestashop/prestashop/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/
H A DEntityListenerPass.php44 $resolver = $container->findDefinition($resolverId);
48 …ner($container, $name, $this->getConcreteDefinitionClass($container->findDefinition($id), $contain…
63 $listener = $container->findDefinition($id);
87 …$container->findDefinition($resolverId)->setArgument(0, ServiceLocatorTagPass::register($container…
111 $container->findDefinition($listenerId)->addMethodCall('addEntityListener', $args);
134 $definition = $container->findDefinition($definition->getParent());
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DResourceManager.C38 List* values = (List*)this->resources.findDefinition(s); in ~ResourceManager()
77 List* values = (List*)this->resources.findDefinition(key); in addListValue()
97 List* values = (List*)this->resources.findDefinition(key); in removeListValue()
114 ASSERT (this->resources.findDefinition(key)==0); in registerMultiValued()
134 List* values = (List*)this->resources.findDefinition(key); in saveListResource()
163 Symbol v = (Symbol)(long)this->resources.findDefinition(key); in saveResource()
176 Symbol s = (Symbol)(long)this->resources.findDefinition(resource); in getValue()
183 List* values = (List*)this->resources.findDefinition(resource); in getValue()
241 List* values = (List*)this->resources.findDefinition(key); in initializeMultiValued()
H A DProcessGroupManager.C65 = (ProcessGroupRecord*)this->groups.findDefinition(name); in getGroupHost()
81 = (ProcessGroupRecord*)this->groups.findDefinition(name); in getGroupNewHost()
92 = (ProcessGroupRecord*)this->groups.findDefinition(name); in getGroupHostDirty()
103 = (ProcessGroupRecord*)this->groups.findDefinition(name); in clearGroupHostDirty()
118 = (ProcessGroupRecord*)this->groups.findDefinition(groupname); in assignHost()
143 record = (ProcessGroupRecord*)this->groups.findDefinition(group); in updateHosts()
169 record = (ProcessGroupRecord*)this->groups.findDefinition(group); in clearNewHosts()
211 (ProcessHostRecord*)this->arguments.findDefinition(host); in assignArgument()
264 if( (list = (List*)dic->findDefinition(host)) ) in createAssignment()
477 oldList = (List*)this->assignment->findDefinition(host); in updateAssignment()
[all …]
H A DGroupManager.C55 = (GroupRecord*)this->groups.findDefinition(name); in getGroupNetwork()
69 if (NOT this->groups.findDefinition(name)) in registerGroup()
124 if (this->groups.findDefinition(name)) in createGroup()
172 record = (GroupRecord*) this->groups.findDefinition(name); in selectGroupNodes()
H A DToolSelector.C177 toollist = (ActiveItemDictionary*) this->categoryDictionary.findDefinition(cat); in addTool()
219 this->categoryDictionary.findDefinition(cat); in buildTreeModel()
240 if (this->categoryDictionary.findDefinition(cat)) continue; in buildTreeModel()
262 toollist = (ActiveItemDictionary*)this->categoryDictionary.findDefinition(cat); in removeTool()
305 this->activeData = toollist->findDefinition(ts); in toolSelect()
347 toolList = (ActiveItemDictionary*)this->categoryDictionary.findDefinition(category); in definitionOf()
350 activeData = (NodeDefinition*)toolList->findDefinition (item); in definitionOf()
493 theNodeDefinitionDictionary->findDefinition(ns); in getSearchableNodes()
H A DGroupedObject.C37 grec = (GroupRecord*)this->groups->findDefinition (groupID); in setGroupName()
58 GroupRecord *grec = (GroupRecord*)this->groups->findDefinition (groupID); in getGroupName()
68 this->getNetwork()->getGroupManagers()->findDefinition(groupID); in addToGroup()
H A DNDAllocatorDictionary.h96 { ASSERT(this); return (NDAllocator) this->findDefinition(name); } in findAllocator()
98 { ASSERT(this); return (NDAllocator) this->findDefinition(name); } in findAllocator()
/dports/finance/prestashop/prestashop/vendor/csa/guzzle-bundle/src/Tests/DependencyInjection/CompilerPass/
H A DSubscriberPassTest.php31 ->findDefinition(SubscriberPass::FACTORY_SERVICE_ID)
57 $configurator = $container->findDefinition($callback[0]);
77 ->findDefinition($client->getConfigurator()[0])
103 $configurator = $container->findDefinition($callback[0]);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/
H A DEntityListenerPass.php37 $resolver = $container->findDefinition($resolverId);
45 $listener = $container->findDefinition($id);
95 $container->findDefinition($listenerId)->addMethodCall('addEntityListener', $args);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/
H A DRegisterCsrfTokenClearingLogoutHandlerPass.php29 $csrfTokenStorage = $container->findDefinition('security.csrf.token_storage');
40 …$container->findDefinition('security.logout_listener')->addMethodCall('addHandler', [new Reference…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/
H A DRegisterCsrfTokenClearingLogoutHandlerPass.php29 $csrfTokenStorage = $container->findDefinition('security.csrf.token_storage');
40 …$container->findDefinition('security.logout_listener')->addMethodCall('addHandler', [new Reference…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DAddExpressionLanguageProvidersPass.php32 $definition = $container->findDefinition('router');
40 $definition = $container->findDefinition('security.expression_language');
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DAddExpressionLanguageProvidersPass.php32 $definition = $container->findDefinition('router');
40 $definition = $container->findDefinition('security.expression_language');
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extensionmanager/Classes/DependencyInjection/
H A DExtensionRemotePass.php38 $remoteRegistryDefinition = $container->findDefinition(RemoteRegistry::class);
41 $definition = $container->findDefinition($id);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/DependencyInjection/Compiler/
H A DSerializerConfigurationPass.php31 $container->findDefinition('fos_rest.serializer')->getClass()
55 $container->findDefinition('serializer')->getClass()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DependencyInjection/
H A DSoftReferenceParserPass.php40 $parserFactoryDefinition = $container->findDefinition(SoftReferenceParserFactory::class);
42 $definition = $container->findDefinition($id);
/dports/finance/prestashop/prestashop/vendor/symfony/swiftmailer-bundle/DependencyInjection/Compiler/
H A DRegisterPluginsPass.php27 …if (!$container->findDefinition('swiftmailer.mailer') || !$container->getParameter('swiftmailer.ma…
35 $definition = $container->findDefinition($transport);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jms/serializer-bundle/Tests/DependencyInjection/
H A DFormErrorHandlerTranslationDomainPassTest.php39 $args = $container->findDefinition('jms_serializer.form_error_handler')->getArguments();
52 $args = $container->findDefinition('jms_serializer.form_error_handler')->getArguments();
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/dependency-injection/Compiler/
H A DAbstractRecursivePass.php141 $factoryDefinition = $this->container->findDefinition((string) $class);
143 … $factoryDefinition = $this->container->findDefinition($factoryDefinition->getParent());
155 $definition = $this->container->findDefinition($definition->getParent());
194 $definition = $this->container->findDefinition($definition->getParent());
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/dependency-injection/Compiler/
H A DAbstractRecursivePass.php138 $factoryDefinition = $this->container->findDefinition((string) $class);
140 … $factoryDefinition = $this->container->findDefinition($factoryDefinition->getParent());
152 $definition = $this->container->findDefinition($definition->getParent());
189 $definition = $this->container->findDefinition($definition->getParent());

12345678910>>...12