Home
last modified time | relevance | path

Searched refs:resolvedEntries (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/
H A DContainer.php45 protected $resolvedEntries = []; variable in DI\\Container
109 $this->resolvedEntries = [
129 … if (isset($this->resolvedEntries[$name]) || array_key_exists($name, $this->resolvedEntries)) {
130 return $this->resolvedEntries[$name];
140 $this->resolvedEntries[$name] = $value;
191 return $this->resolvedEntries[$name];
217 if (array_key_exists($name, $this->resolvedEntries)) {
299 $this->resolvedEntries[$name] = $value;
312 array_keys($this->resolvedEntries)
334 if (array_key_exists($name, $this->resolvedEntries)) {
[all …]
H A DCompiledContainer.php44 … if (isset($this->resolvedEntries[$name]) || array_key_exists($name, $this->resolvedEntries)) {
45 return $this->resolvedEntries[$name];
65 $this->resolvedEntries[$name] = $value;
/dports/www/matomo/piwik/vendor/php-di/php-di/src/
H A DContainer.php45 protected $resolvedEntries = []; variable in DI\\Container
109 $this->resolvedEntries = [
130 … if (isset($this->resolvedEntries[$name]) || array_key_exists($name, $this->resolvedEntries)) {
131 return $this->resolvedEntries[$name];
141 $this->resolvedEntries[$name] = $value;
193 return $this->resolvedEntries[$name];
219 if (array_key_exists($name, $this->resolvedEntries)) {
302 $this->resolvedEntries[$name] = $value;
315 array_keys($this->resolvedEntries)
337 if (array_key_exists($name, $this->resolvedEntries)) {
[all …]
H A DCompiledContainer.php44 … if (isset($this->resolvedEntries[$name]) || array_key_exists($name, $this->resolvedEntries)) {
45 return $this->resolvedEntries[$name];
65 $this->resolvedEntries[$name] = $value;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DJRERuntimeClasspathEntryResolver.java117 List<IRuntimeClasspathEntry> resolvedEntries = new ArrayList<>(libs.length); in resolveLibraryLocations() local
124 resolvedEntries.add(resolveLibraryLocation(vm, location, kind, overrideJavadoc)); in resolveLibraryLocations()
127 return resolvedEntries.toArray(new IRuntimeClasspathEntry[resolvedEntries.size()]); in resolveLibraryLocations()
131 List<IRuntimeClasspathEntry> resolvedEntries = new ArrayList<>(libs.length); in resolveLibraryLocations() local
135 resolvedEntries.add(resolveLibraryLocation(vm, libs[i], kind, overrideJavadoc)); in resolveLibraryLocations()
138 return resolvedEntries.toArray(new IRuntimeClasspathEntry[resolvedEntries.size()]); in resolveLibraryLocations()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaProject.java979 IClasspathEntry[] resolvedEntries = resolveClasspath(new IClasspathEntry[]{ entry }); in findUnfilteredPackageFragmentRoots() local
3130 LinkedHashSet resolvedEntries = new LinkedHashSet();
3191 …addToResult(rawEntry, resolvedEntry, result, resolvedEntries, externalFoldersManager, referencedEn…
3239 …addToResult(rawEntry, cEntry, result, resolvedEntries, externalFoldersManager, referencedEntriesMa…
3252 …addToResult(rawEntry, extraEntries[k], result, resolvedEntries, externalFoldersManager, referenced…
3257 …addToResult(rawEntry, resolvedEntry, result, resolvedEntries, externalFoldersManager, referencedEn…
3260 …addToResult(rawEntry, resolvedEntry, result, resolvedEntries, externalFoldersManager, referencedEn…
3264 result.resolvedClasspath = new IClasspathEntry[resolvedEntries.size()];
3265 resolvedEntries.toArray(result.resolvedClasspath);
3270 LinkedHashSet resolvedEntries, ExternalFoldersManager externalFoldersManager,
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DJavaProject.java2279 ArrayList resolvedEntries = new ArrayList();
2308 resolvedEntries.add(resolvedEntry);
2357 resolvedEntries.add(rawEntry);
2362 IClasspathEntry[] resolvedPath = new IClasspathEntry[resolvedEntries
2364 resolvedEntries.toArray(resolvedPath);