Home
last modified time | relevance | path

Searched refs:getClosure (Results 1 – 25 of 411) sorted by path

12345678910>>...17

/dports/audio/ampache/ampache-php74-5.0.0/vendor/opis/closure/src/
H A DSerializableClosure.php84 public function getClosure() function in Opis\\Closure\\SerializableClosure
267 $item['property']->setValue($item['instance'], $item['object']->getClosure());
449 $data = $data->getClosure();
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestVariantFolder.java18 Set<String> set = variantFolder.getClosure(test);
38 Set<String> closure = variantFolder.getClosure(it.getString());
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DTestMisc.java829 result.addAll(caseFolder.getClosure(result)); in applyPropertyAlias()
831 result.addAll(canonicalFolder.getClosure(result)); in applyPropertyAlias()
833 result.addAll(compatibilityFolder.getClosure(result)); in applyPropertyAlias()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DCollationMapMaker.java384 Set<String> results = recursiveFolder.getClosure(item.toString());
500 for (String nextItem : caseFolder.getClosure(item)) {
H A DVariantFolder.java148 public Set<String> getClosure(String source) { in getClosure() method in VariantFolder
191 public UnicodeSet getClosure(UnicodeSet input) { in getClosure() method in VariantFolder
194 Set<String> temp = getClosure(it.getString()); in getClosure()
203 Set<String> temp = getClosure(s); in reduce()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DMElement.cpp222 const std::vector<int> &closure = fs->getClosure(id); in getHighOrderFace()
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DnodalBasis.h74 virtual const std::vector<int> &getClosure(int id) const in getClosure() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/HighOrderMeshOptimizer/
H A DMetaEl.cpp122 baseInd = basis->getClosure(basis->getClosureId(iBaseFace, 1, 0)); in metaInfoType()
126 topInd = basis->getClosure(basis->getClosureId(iTopFace, 0, 0)); in metaInfoType()
/dports/databases/pear-DoctrineCommon/DoctrineCommon-2.3.0/Doctrine/Common/Reflection/
H A DStaticReflectionMethod.php71 public function getClosure($object) { throw new ReflectionException('Method not implemented'); } function in Doctrine\\Common\\Reflection\\StaticReflectionMethod
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Tests/Resource/
H A DReflectionClassResourceTest.php102 … $generateSignature = $generateSignature->getClosure($r->newInstanceWithoutConstructor());
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/
H A DContainer.php409 $this->getEnv = $this->getEnv->getClosure($this);
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/DependencyInjection/
H A DAddAnnotatedClassesToCachePassTest.php25 $expand = $r->getClosure($pass);
/dports/deskutils/egroupware/egroupware/vendor/symfony/var-dumper/Tests/Caster/
H A DReflectionCasterTest.php91 (new \ReflectionMethod($this, __FUNCTION__))->getClosure($this),
92 (new \ReflectionMethod(__CLASS__, 'stub'))->getClosure(),
/dports/devel/dragon/dragon-1.5.5/src/
H A DClosureCache.cc61 SetT<LR1Element>& ClosureCache::getClosure() const in getClosure() function in ClosureCache
H A DClosureCache.h51 SetT<LR1Element>& getClosure() const;
H A DFSM.cc91 SetT<unsigned long>& FSM::EpsilonClosureMap::getClosure() in getClosure() function in FSM::EpsilonClosureMap
141 if (pMap->getClosure().Find(pTrans->Source()) && pTrans->Sign() != EPSILON ) in epsilonFree()
165 SetT<unsigned long> c = pMap->getClosure(); in epsilonFree()
H A DFSM.h88 SetT<unsigned long>& getClosure();
H A DLALRAnalyser.cc210 c2 = pCC->getClosure(); in analyse()
214 getClosure(c2, e); in analyse()
382 void LALRAnalyser::getClosure(SetT<LR1Element>& t, const LR1Element& e) in getClosure() function in LALRAnalyser
529 getClosure(es, *pLR1); in createLALRClosure()
H A DLALRAnalyser.h67 void getClosure(SetT<LR1Element>& t, const LR1Element& e);
H A DLR1Analyser.cc62 getClosure(startClosure, startElement); in analyse()
173 void LR1Analyser::getClosure(SetT<LR1Element>& t, const LR1Element& e) in getClosure() function in LR1Analyser
274 t += pCC->getClosure(); in getJump()
279 getClosure(es, e); in getJump()
H A DLR1Analyser.h61 void getClosure(SetT<LR1Element>& t, const LR1Element& e);
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.php.tags4008 getClosure�128�(string $name)�::Closure�Componere::Definition
4009 getClosure�128�(string $name)�::Closure�Componere::Patch
4010 getClosure�128�()�Closure�ReflectionFunction
4011 getClosure�128�(object $object)�Closure�ReflectionMethod
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.php.tags4008 getClosure�128�(string $name)�::Closure�Componere::Definition
4009 getClosure�128�(string $name)�::Closure�Componere::Patch
4010 getClosure�128�()�Closure�ReflectionFunction
4011 getClosure�128�(object $object)�Closure�ReflectionMethod
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/libraries/ghc-heap/GHC/Exts/
H A DHeap.hs75 getClosureData x = getClosure (unsafeCoerce# x)
135 getClosure :: a -> IO Closure
136 getClosure x = do function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/libraries/ghc-heap/GHC/Exts/
H A DHeap.hs75 getClosureData x = getClosure (unsafeCoerce# x)
135 getClosure :: a -> IO Closure
136 getClosure x = do function

12345678910>>...17