Home
last modified time | relevance | path

Searched refs:getDefinition (Results 1 – 25 of 3979) sorted by path

12345678910>>...160

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/Compiler/
H A DCompiler.php144 $definition = $definitionSource->getDefinition($entryName);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/
H A DContainer.php133 $definition = $this->getDefinition($name);
150 private function getDefinition($name) function in DI\\Container
154 $this->fetchedDefinitions[$name] = $this->definitionSource->getDefinition($name);
187 $definition = $this->getDefinition($name);
221 $definition = $this->getDefinition($name);
248 ? $this->definitionSource->getDefinition($className)
249 : $this->getDefinition($className);
288 $value = $value->getDefinition($name);
329 $definition = $this->definitionSource->getDefinition($name);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/Definition/Helper/
H A DCreateDefinitionHelper.php135 public function getDefinition(string $entryName) : Definition function in DI\\Definition\\Helper\\CreateDefinitionHelper
H A DDefinitionHelper.php19 public function getDefinition(string $entryName) : Definition; function
H A DFactoryDefinitionHelper.php47 public function getDefinition(string $entryName) : Definition function in DI\\Definition\\Helper\\FactoryDefinitionHelper
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/Definition/Source/
H A DAnnotationBasedAutowiring.php84 public function getDefinition(string $name) function in DI\\Definition\\Source\\AnnotationBasedAutowiring
H A DDefinitionArray.php79 public function getDefinition(string $name) function in DI\\Definition\\Source\\DefinitionArray
H A DDefinitionFile.php36 public function getDefinition(string $name) function in DI\\Definition\\Source\\DefinitionFile
40 return parent::getDefinition($name);
H A DDefinitionNormalizer.php49 $definition = $definition->getDefinition($name);
96 $definition = $definition->getDefinition($name);
H A DDefinitionSource.php23 public function getDefinition(string $name); function
H A DReflectionBasedAutowiring.php40 public function getDefinition(string $name) function in DI\\Definition\\Source\\ReflectionBasedAutowiring
H A DSourceCache.php37 public function getDefinition(string $name) function in DI\\Definition\\Source\\SourceCache
42 $definition = $this->cachedSource->getDefinition($name);
H A DSourceChain.php48 public function getDefinition(string $name, int $startIndex = 0) function in DI\\Definition\\Source\\SourceChain
54 $definition = $source->getDefinition($name);
77 return $this->getDefinition($name);
97 $subDefinition = $this->getDefinition($definition->getName(), $currentIndex + 1);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/Invoker/
H A DDefinitionParameterResolver.php43 $value = $value->getDefinition('');
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/event-dispatcher/DependencyInjection/
H A DRegisterListenersPass.php81 $container->getDefinition($id)->addTag($this->hotPathTagName);
89 $def = $container->getDefinition($id);
109 $container->getDefinition($id)->addTag($this->hotPathTagName);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/event-dispatcher/Tests/DependencyInjection/
H A DRegisterListenersPassTest.php96 $definition = $container->getDefinition('event_dispatcher');
119 $this->assertTrue($container->getDefinition('foo')->hasTag('container.hot_path'));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/routing/DependencyInjection/
H A DRoutingResolverPass.php43 $definition = $container->getDefinition($this->resolverServiceId);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/routing/Tests/DependencyInjection/
H A DRoutingResolverPassTest.php33 $container->getDefinition('routing.resolver')->getMethodCalls()
/dports/audio/midifile/midifile-988d55b/include/
H A DOptions.h46 const std::string& getDefinition (void);
94 std::string getDefinition (const std::string& optionName);
/dports/audio/midifile/midifile-988d55b/src/
H A DOptions.cpp92 const std::string& Option_register::getDefinition(void) { in getDefinition() function in smf::Option_register
404 std::cerr << "\t" << getDefinition(optionName) << std::endl; in define()
566 std::string Options::getDefinition(const std::string& optionName) { in getDefinition() function in smf::Options
571 return m_optionRegister[it->second]->getDefinition(); in getDefinition()
666 out << m_optionRegister[i]->getDefinition() << "\t" in print()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/org/gmod/schema/cv/
H A DCv.java68 public String getDefinition() { in getDefinition() method in Cv
H A DCvTerm.java269 public String getDefinition() { in getDefinition() method in CvTerm
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/chado/
H A DChadoTransactionManager_ESTest.java76 assertEquals("BVpn>b+'vY", cvTerm0.getDefinition()); in test05()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/chado/
H A DChadoCvTermView.java233 { "Definition", cvTerm.getDefinition() }, in showCvTable()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/genebuilder/cv/
H A DCVPanel.java447 .getDefinition()); in createCVQualifiersComponent()

12345678910>>...160