Home
last modified time | relevance | path

Searched refs:bundleMap (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/
H A DKernel.php53 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
234 if (!isset($this->bundleMap[$name])) {
239 return $this->bundleMap[$name][0];
242 return $this->bundleMap[$name];
481 $this->bundleMap = array();
483 $bundleMap = array($bundle);
488 array_unshift($bundleMap, $this->bundles[$name]);
493 $this->bundleMap[$bundle] = $bundleMap;
494 array_pop($bundleMap);
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/
H A DKernel.php53 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
234 if (!isset($this->bundleMap[$name])) {
239 return $this->bundleMap[$name][0];
242 return $this->bundleMap[$name];
481 $this->bundleMap = array();
483 $bundleMap = array($bundle);
488 array_unshift($bundleMap, $this->bundles[$name]);
493 $this->bundleMap[$bundle] = $bundleMap;
494 array_pop($bundleMap);
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/
H A DKernel.php52 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
229 if (!isset($this->bundleMap[$name])) {
234 return $this->bundleMap[$name][0];
237 return $this->bundleMap[$name];
458 $this->bundleMap = array();
460 $bundleMap = array($bundle);
465 array_unshift($bundleMap, $this->bundles[$name]);
470 $this->bundleMap[$hierarchyBundle] = $bundleMap;
471 array_pop($bundleMap);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/
H A DAssemblyInformation.java26 private final Map<String, BundleDescription> bundleMap = new HashMap<>(); field in AssemblyInformation
51 BundleDescription existing = bundleMap.get(id); in addPlugin()
53 bundleMap.put(id, plugin); in addPlugin()
54 bundleMap.put(id + '_' + plugin.getVersion().toString(), plugin); in addPlugin()
59 return bundleMap.get(id + '_' + version); in getPlugin()
60 return bundleMap.get(id); in getPlugin()
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/
H A DKernel.php55 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
240 if (!isset($this->bundleMap[$name])) {
245 return $this->bundleMap[$name][0];
248 return $this->bundleMap[$name];
524 $this->bundleMap = array();
526 $bundleMap = array($bundle);
531 array_unshift($bundleMap, $this->bundles[$name]);
536 $this->bundleMap[$hierarchyBundle] = $bundleMap;
537 array_pop($bundleMap);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DKernel.php55 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
238 if (!isset($this->bundleMap[$name])) {
243 return $this->bundleMap[$name][0];
246 return $this->bundleMap[$name];
523 $this->bundleMap = [];
525 $bundleMap = [$bundle];
530 array_unshift($bundleMap, $this->bundles[$name]);
535 $this->bundleMap[$hierarchyBundle] = $bundleMap;
536 array_pop($bundleMap);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DKernel.php55 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
238 if (!isset($this->bundleMap[$name])) {
243 return $this->bundleMap[$name][0];
246 return $this->bundleMap[$name];
523 $this->bundleMap = [];
525 $bundleMap = [$bundle];
530 array_unshift($bundleMap, $this->bundles[$name]);
535 $this->bundleMap[$hierarchyBundle] = $bundleMap;
536 array_pop($bundleMap);
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/
H A DKernel.php55 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
238 if (!isset($this->bundleMap[$name])) {
243 return $this->bundleMap[$name][0];
246 return $this->bundleMap[$name];
523 $this->bundleMap = [];
525 $bundleMap = [$bundle];
530 array_unshift($bundleMap, $this->bundles[$name]);
535 $this->bundleMap[$hierarchyBundle] = $bundleMap;
536 array_pop($bundleMap);
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/
H A DKernel.php55 protected $bundleMap; variable in Symfony\\Component\\HttpKernel\\Kernel
238 if (!isset($this->bundleMap[$name])) {
243 return $this->bundleMap[$name][0];
246 return $this->bundleMap[$name];
523 $this->bundleMap = [];
525 $bundleMap = [$bundle];
530 array_unshift($bundleMap, $this->bundles[$name]);
535 $this->bundleMap[$hierarchyBundle] = $bundleMap;
536 array_pop($bundleMap);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/launcher/
H A DFeatureBasedLaunchTest.java54 …Map<IPluginModelBase, String> bundleMap = BundleLauncherHelper.getMergedBundleMap(fFeatureBasedWit… in checkStartLevels() local
56 String actualLevels = bundleMap.entrySet().stream() in checkStartLevels()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/
H A DRegistryStrategyOSGI.java139 …private final ReferenceMap bundleMap = new ReferenceMap(ReferenceMap.SOFT, DEFAULT_BUNDLECACHE_SIZ… field in RegistryStrategyOSGI
159 bundle = (Bundle) bundleMap.get((int) OSGiId); in getBundle()
169 bundleMap.put((int) OSGiId, bundle); in getBundle()
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/Tests/Fixtures/
H A DKernelForTest.php21 return $this->bundleMap;
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Tests/Fixtures/
H A DKernelForTest.php21 return $this->bundleMap;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/
H A DKernelForTest.php21 return $this->bundleMap;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Fixtures/
H A DKernelForTest.php21 return $this->bundleMap;
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/Fixtures/
H A DKernelForTest.php22 return $this->bundleMap;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/resources/
H A DResourceManagerImpl.as475 var bundleMap:Object = localeMap[locale];
476 if (!bundleMap)
479 return bundleMap[bundleName];
561 var bundleMap:Object = localeMap[locale];
562 if (!bundleMap)
565 var bundle:ResourceBundle = bundleMap[bundleName];
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/bundle/
H A Dstore.go48 bundleMap, ok := value.(map[string]interface{})
53 bundles := make([]string, len(bundleMap))
55 for name := range bundleMap {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/
H A DTargetDefinition.java660 Map<String, List<TargetBundle>> bundleMap = new HashMap<>(collection.length); in getMatchingBundles() local
662 List<TargetBundle> list = bundleMap.get(resolved.getBundleInfo().getSymbolicName()); in getMatchingBundles()
665 bundleMap.put(resolved.getBundleInfo().getSymbolicName(), list); in getMatchingBundles()
673 TargetBundle bundle = resolveBundle(bundleMap, info, handleMissingBundles); in getMatchingBundles()
698 …private static TargetBundle resolveBundle(Map<String, List<TargetBundle>> bundleMap, BundleInfo in… in resolveBundle() argument
699 List<TargetBundle> list = bundleMap.get(info.getSymbolicName()); in resolveBundle()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/resources/
H A DResourceManagerImpl.as675 var bundleMap:Object = localeMap[locale];
676 if (!bundleMap)
680 var bundleObject:Object = bundleMap[bundleName];
818 var bundleMap:Object = localeMap[locale];
819 if (!bundleMap)
822 var bundleObject:Object = bundleMap[bundleName];
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DCLDRConverter.java556 static void handleAliases(Map<String, Object> bundleMap) { in handleAliases() argument
557 Set bundleKeys = bundleMap.keySet(); in handleAliases()
562 bundleMap.putIfAbsent(key, bundleMap.get(targetKey)); in handleAliases()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DCLDRConverter.java556 static void handleAliases(Map<String, Object> bundleMap) { in handleAliases() argument
557 Set bundleKeys = bundleMap.keySet(); in handleAliases()
562 bundleMap.putIfAbsent(key, bundleMap.get(targetKey)); in handleAliases()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DCLDRConverter.java566 static void handleAliases(Map<String, Object> bundleMap) { in handleAliases() argument
567 Set bundleKeys = bundleMap.keySet(); in handleAliases()
572 bundleMap.putIfAbsent(key, bundleMap.get(targetKey)); in handleAliases()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/cldrconverter/
H A DCLDRConverter.java556 static void handleAliases(Map<String, Object> bundleMap) { in handleAliases() argument
557 Set bundleKeys = bundleMap.keySet(); in handleAliases()
562 bundleMap.putIfAbsent(key, bundleMap.get(targetKey)); in handleAliases()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/cldrconverter/
H A DCLDRConverter.java602 static void handleAliases(Map<String, Object> bundleMap) { in handleAliases() argument
603 Set<String> bundleKeys = bundleMap.keySet(); in handleAliases()
608 bundleMap.putIfAbsent(key, bundleMap.get(targetKey)); in handleAliases()

12