Home
last modified time | relevance | path

Searched refs:extSupported (Results 1 – 15 of 15) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Solver/Modular/
H A DValidate.hs203 extSupported <- asks supportedExt -- obtain the supported extensions
219 let mnppa = extend extSupported langSupported pkgPresent newactives
247 extSupported <- asks supportedExt -- obtain the supported extensions
267 let mnppa = extend extSupported langSupported pkgPresent newactives ppa
277 extSupported <- asks supportedExt -- obtain the supported extensions
297 let mnppa = extend extSupported langSupported pkgPresent newactives ppa
391 extend extSupported langSupported pkgPresent newactives ppa = foldM extendSingle ppa newactives function
396 if extSupported ext then Right a
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Solver/Modular/
H A DValidate.hs206 extSupported <- asks supportedExt -- obtain the supported extensions
222 let mnppa = extend extSupported langSupported pkgPresent newactives
250 extSupported <- asks supportedExt -- obtain the supported extensions
270 let mnppa = extend extSupported langSupported pkgPresent newactives ppa
280 extSupported <- asks supportedExt -- obtain the supported extensions
300 let mnppa = extend extSupported langSupported pkgPresent newactives ppa
400 extend extSupported langSupported pkgPresent newactives ppa = foldM extendSingle ppa newactives function
405 if extSupported ext then Right a
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoGLCacheContextElement.h68 static SbBool extSupported(SoState * state, int extid);
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLCacheContextElement.cpp304 SoGLCacheContextElement::extSupported(SoState * state, int extid) in extSupported() function in SoGLCacheContextElement
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4187 private static final String[] extSupported = {
4201 switch (oneOf(type, extSupported)) {
4360 int exttype = oneOf(name, extSupported);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4206 private static final String[] extSupported = {
4220 switch (oneOf(type, extSupported)) {
4370 int exttype = oneOf(name, extSupported);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4187 private static final String[] extSupported = {
4201 switch (oneOf(type, extSupported)) {
4360 int exttype = oneOf(name, extSupported);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/tools/keytool/
H A DMain.java3974 private static final String[] extSupported = {
3988 switch (oneOf(type, extSupported)) {
4104 int exttype = oneOf(name, extSupported);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4211 private static final String[] extSupported = { field in Main
4225 switch (oneOf(type, extSupported)) { in findOidForExtName()
4375 int exttype = oneOf(name, extSupported); in createV3Extensions()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4284 private static final String[] extSupported = { field in Main
4298 switch (oneOf(type, extSupported)) { in findOidForExtName()
4456 int exttype = oneOf(name, extSupported); in createV3Extensions()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4174 private static final String[] extSupported = {
4188 switch (oneOf(type, extSupported)) {
4338 int exttype = oneOf(name, extSupported);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4256 private static final String[] extSupported = {
4270 switch (oneOf(type, extSupported)) {
4420 int exttype = oneOf(name, extSupported);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java4216 private static final String[] extSupported = {
4230 switch (oneOf(type, extSupported)) {
4380 int exttype = oneOf(name, extSupported);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/tools/keytool/
H A DMain.java3974 private static final String[] extSupported = {
3988 switch (oneOf(type, extSupported)) {
4104 int exttype = oneOf(name, extSupported);
/dports/graphics/Coin/coin-Coin-4.0.0/docs/
H A DChangeLog.20051787 Deadlock fix in extSupported(). Reported by Nikolai Ruhe.