Home
last modified time | relevance | path

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

12

/dports/games/warzone2100/warzone2100/src/
H A Dgamedef.h45 #define VERSION_12 12 // mission and order stuff checked in 20 Nov. macro
H A Dgame.cpp1928 if (saveGameVersion >= VERSION_12) in loadGame()
2271 if (saveGameVersion > VERSION_12) in loadGame()
3197 if (version >= VERSION_12) in endian_SaveGameV()
3451 else if (version <= VERSION_12) in gameLoadV()
3634 if (version >= VERSION_12) in gameLoadV()
7157 if (psHeader->version < VERSION_12) in plotStructurePreview16()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DUnicode12_1Test.java44 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_12); in test2()
H A DUnicode11Test.java31 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_12); in test1()
H A DNullAnnotationTest.java10369 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_12); in testBug542707_001()
10370 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_12); in testBug542707_001()
10371 options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_12); in testBug542707_001()
10423 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_12); in testBug542707_002()
10424 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_12); in testBug542707_002()
10425 options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_12); in testBug542707_002()
H A DAbstractRegressionTest.java305 return JavaCore.VERSION_12; in versionFromRawVersion()
426 if (version == JavaCore.VERSION_12) { in minorFromRawVersion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/
H A DJavaModelUtil.java818 return !isVersionLessThan(compliance, JavaCore.VERSION_12); in is12OrHigher()
970 } else if (version.startsWith(JavaCore.VERSION_12)) { in getCompilerCompliance()
971 return JavaCore.VERSION_12; in getCompilerCompliance()
1012 } else if (desc.indexOf(JavaCore.VERSION_12) != -1) { in getExecutionEnvironmentCompliance()
1013 return JavaCore.VERSION_12; in getExecutionEnvironmentCompliance()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DAbstractCompilerTest.java463 isJRE12Plus = isJRE13Plus || CompilerOptions.VERSION_12.equals(specVersion); in getPossibleComplianceLevels()
490 } else if (CompilerOptions.VERSION_12.equals(compliance)) { in getPossibleComplianceLevels()
509 System.out.print(CompilerOptions.VERSION_12 + ", "); in getPossibleComplianceLevels()
561 boolean canRun13 = canRun12 && !CompilerOptions.VERSION_12.equals(specVersion); in getPossibleComplianceLevels()
591 if (!CompilerOptions.VERSION_12.equals(specVersion)) { in getPossibleComplianceLevels()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DEECompilationParticipant.java239 } else if (version.startsWith(JavaCore.VERSION_12)) { in getCompilerCompliance()
240 return JavaCore.VERSION_12; in getCompilerCompliance()
H A DStandardVMType.java851 } else if (version.startsWith(JavaCore.VERSION_12)) { in getDefaultJavadocLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/
H A DEnvironmentsManager.java203 } else if (desc.indexOf(JavaCore.VERSION_12) != -1) { in getExecutionEnvironmentCompliance()
204 return JavaCore.VERSION_12; in getExecutionEnvironmentCompliance()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DComplianceConfigurationBlock.java142 private static final String VERSION_12 = JavaCore.VERSION_12; field in ComplianceConfigurationBlock
302 …SION_1_6, VERSION_1_7, VERSION_1_8, VERSION_9, VERSION_10, VERSION_11, VERSION_12, VERSION_13, VER… in createComplianceTabContent()
319 …SION_1_6, VERSION_1_7, VERSION_1_8, VERSION_9, VERSION_10, VERSION_11, VERSION_12, VERSION_13, VER… in createComplianceTabContent()
343 …SION_1_6, VERSION_1_7, VERSION_1_8, VERSION_9, VERSION_10, VERSION_11, VERSION_12, VERSION_13, VER… in createComplianceTabContent()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DDocument.h46 VERSION_12 = 12, enumerator
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DDocument.h46 VERSION_12 = 12, enumerator
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocument.cpp51 const int VERSION_12 = 12; variable
116 case VERSION_12: in Document()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/dom/
H A DStandAloneASTParserTest.java1788 options.put(JavaCore.COMPILER_COMPLIANCE, JavaCore.VERSION_12); in _testBug545383_01()
1789 options.put(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_12); in _testBug545383_01()
1790 options.put(JavaCore.COMPILER_CODEGEN_TARGET_PLATFORM, JavaCore.VERSION_12); in _testBug545383_01()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/
H A DProfileVersioner.java42 private static final int VERSION_12= 12; // https://bugs.eclipse.org/318010 field in ProfileVersioner
110 case VERSION_12 : in updateAndComplete()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DAST.java1120 t.put(JavaCore.VERSION_12, ClassFileConstants.JDK12); in getLevelMapTable()
1138 t.put(JavaCore.VERSION_12, JLS12_INTERNAL); in getApiLevelMapTable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DJavaRuntime.java3335 } else if (javaVersion.startsWith(JavaCore.VERSION_12) in updateCompliance()
3336 …&& (javaVersion.length() == JavaCore.VERSION_12.length() || javaVersion.charAt(JavaCore.VERSION_12 in updateCompliance()
3337 compliance = JavaCore.VERSION_12; in updateCompliance()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaConventions.java64 javaVersions.add(2, CompilerOptions.VERSION_12);
H A DJavaCore.java3108 public static final String VERSION_12 = "12"; //$NON-NLS-1$ field in JavaCore
3128 …VERSION_1_6, VERSION_1_7, VERSION_1_8, VERSION_9, VERSION_10, VERSION_11, VERSION_12, VERSION_13, …
/dports/math/gretl/gretl-2021d/plugin/
H A Dstata_import.c106 #define VERSION_12 115 macro
451 case VERSION_12: in stata_get_version_and_namelen()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/
H A DJavaProjectHelper.java360 JavaCore.setComplianceOptions(JavaCore.VERSION_12, options); in set12CompilerOptions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/processors8/org/eclipse/jdt/compiler/apt/tests/processors/elements/
H A DJava9ElementProcessor.java90 int ver12 = Integer.parseInt(CompilerOptions.VERSION_12); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DAbstractJavaModelTests.java2117 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_12); in createJavaProject()
2118 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_12); in createJavaProject()
2119 options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_12); in createJavaProject()

12