Home
last modified time | relevance | path

Searched refs:propFile (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Emulator/
H A DProperties.c571 GET_INT_VALUE_2(propFile, video, windowX); in propLoad()
586 GET_INT_VALUE_2(propFile, video, gamma); in propLoad()
671 GET_STR_VALUE_2(propFile, joy1, type); in propLoad()
675 GET_STR_VALUE_2(propFile, joy2, type); in propLoad()
712 iniFileClose(propFile); in propLoad()
785 IniFile *propFile; in propSave() local
788 propFile = iniFileOpen(settFilename); in propSave()
829 SET_INT_VALUE_2(propFile, video, gamma); in propSave()
937 SET_STR_VALUE_2(propFile, joy1, type); in propSave()
941 SET_STR_VALUE_2(propFile, joy2, type); in propSave()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/helpers/
H A Dpropertiestestcase.cpp55 properties.load(propFile); in LOGUNIT_CLASS()
65 FileInputStreamPtr propFile( in LOGUNIT_CLASS()
68 properties.load(propFile); in LOGUNIT_CLASS()
81 properties.load(propFile); in LOGUNIT_CLASS()
94 properties.load(propFile); in LOGUNIT_CLASS()
109 properties.load(propFile); in LOGUNIT_CLASS()
122 properties.load(propFile); in LOGUNIT_CLASS()
135 properties.load(propFile); in LOGUNIT_CLASS()
150 properties.load(propFile); in LOGUNIT_CLASS()
163 properties.load(propFile); in LOGUNIT_CLASS()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/
H A Dfiletestcase.cpp102 File propFile(L"input/patternLayout1.properties"); in LOGUNIT_CLASS()
104 bool exists = propFile.exists(pool); in LOGUNIT_CLASS()
116 File propFile(filename); in LOGUNIT_CLASS()
118 bool exists = propFile.exists(pool); in LOGUNIT_CLASS()
128 bool exists = propFile.exists(pool); in LOGUNIT_CLASS()
135 File propFile("input/patternLayout1.properties"); in LOGUNIT_CLASS()
136 File copy(propFile); in LOGUNIT_CLASS()
144 File propFile("input/patternLayout1.properties"); in LOGUNIT_CLASS()
145 File copy = propFile; in LOGUNIT_CLASS()
153 File propFile("input/patternLayout1.properties"); in LOGUNIT_CLASS()
[all …]
/dports/devel/log4sh/log4sh-1.4.2/src/test/
H A DtestPropertyConfig20 cat <<EOF >${propFile}
25 log4sh_doConfigure ${propFile}
37 cat <<EOF >${propFile}
43 log4sh_doConfigure ${propFile}
55 cat <<EOF >${propFile}
62 log4sh_doConfigure ${propFile}
80 propFile="${__shunit_tmpDir}/properties.log4sh"
92 rm -f "${propFile}"
H A DtestLog4jCompatibility25 cat <<EOF >${propFile}
29 log4sh_doConfigure ${propFile}
44 cat <<EOF >${propFile}
49 log4sh_doConfigure ${propFile}
70 propFile="${__shunit_tmpDir}/properties.log4sh"
82 rm -f "${propFile}"
/dports/misc/freeguide/freeguide-0.11.1/tools/freeguidetools/checklocalization/
H A DCheckLocalization.java83 protected static void processLang( final String lang, final File propFile ) in processLang() argument
86 final Map<String, String> baseStrings = readPropertiesFile( propFile ); in processLang()
89 propFile.getPath( ) in processLang()
111 " Untranslated strings in " + propFile.getPath( ) in processLang()
127 " Unused translations in " + propFile.getPath( ) in processLang()
138 final File propFile ) in getJavaFilesForPropertiesFile() argument
142 String classesDir = propFile.getName( ); in getJavaFilesForPropertiesFile()
377 for( final File f : getJavaFilesForPropertiesFile( propFile ) ) in processFileFindUntranslated()
397 protected static void processFileFindUnused( final File propFile ) in processFileFindUnused() argument
403 for( final File f : getJavaFilesForPropertiesFile( propFile ) ) in processFileFindUnused()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/share/
H A DFileAssociationsTest.java107 final Path propFile = TKit.workDir().resolve("fa.properties"); in testNoMime() local
112 TKit.createPropertiesFile(propFile, Map.of( in testNoMime()
117 cmd.addArguments("--file-associations", propFile).saveConsoleOutput(true); in testNoMime()
130 final Path propFile = TKit.workDir().resolve("fa.properties"); in testTooManyMimes() local
135 TKit.createPropertiesFile(propFile, Map.of( in testTooManyMimes()
141 cmd.addArguments("--file-associations", propFile).saveConsoleOutput(true); in testTooManyMimes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/share/
H A DFileAssociationsTest.java114 final Path propFile = TKit.workDir().resolve("fa.properties"); in testNoMime() local
119 TKit.createPropertiesFile(propFile, Map.of( in testNoMime()
124 cmd.addArguments("--file-associations", propFile).saveConsoleOutput(true); in testNoMime()
137 final Path propFile = TKit.workDir().resolve("fa.properties"); in testTooManyMimes() local
142 TKit.createPropertiesFile(propFile, Map.of( in testTooManyMimes()
148 cmd.addArguments("--file-associations", propFile).saveConsoleOutput(true); in testTooManyMimes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/share/
H A DFileAssociationsTest.java114 final Path propFile = TKit.workDir().resolve("fa.properties"); in testNoMime() local
119 TKit.createPropertiesFile(propFile, Map.of( in testNoMime()
124 cmd.addArguments("--file-associations", propFile).saveConsoleOutput(true); in testNoMime()
137 final Path propFile = TKit.workDir().resolve("fa.properties"); in testTooManyMimes() local
142 TKit.createPropertiesFile(propFile, Map.of( in testTooManyMimes()
148 cmd.addArguments("--file-associations", propFile).saveConsoleOutput(true); in testTooManyMimes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/publish-to-maven-central/src/org/eclipse/platform/releng/maven/pom/
H A DManifestReader.java69 …static Properties getTranslations(File jarFile, String propFile, boolean isFragment) throws IOExce… in getTranslations() argument
71 ZipEntry zipEntry = getTranslationsEntry(jf, propFile); in getTranslations()
74 if (propFile != null) in getTranslations()
75 System.err.println("translations "+propFile+DOT_PROPERTIES+" missing for "+jarFile.getName()); in getTranslations()
87 static ZipEntry getTranslationsEntry(JarFile jf, String propFile) { in getTranslationsEntry() argument
89 if (propFile != null) in getTranslationsEntry()
90 entry = jf.getEntry(propFile+DOT_PROPERTIES); in getTranslationsEntry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main() local
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main() local
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main() local
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main() local
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main() local
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main()
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main() local
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Properties/
H A DLoadSeparators.java46 File propFile = new File("testout"); in main() local
47 propFile.delete(); in main()
50 FileOutputStream myOut = new FileOutputStream(propFile); in main()
68 propFile.delete(); in main()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dset_pc.h166 pcPropFile *propFile = GetProps(); in GetPropQty() local
167 return propFile->GetPropQty(); in GetPropQty()
172 pcPropFile *propFile = GetProps(); in GetPropName() local
174 return propFile->GetProp(n)->GetName(); in GetPropName()
179 pcPropFile *propFile = GetProps(); in GetPropRange() local
181 return propFile->GetProp(n)->GetStateQty(); in GetPropRange()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/util/
H A DCLDRConfigImpl.java121 File propFile; in init() local
144 propFile = new File(homeFile, CLDR_PROPERTIES); in init()
145 if (!propFile.exists()) { in init()
146 System.err.println("Does not exist: " + propFile.getAbsolutePath()); in init()
156 propFile = new File(homeFile, CLDR_PROPERTIES); in init()
161 …System.out.println("CLDRConfig: reading " + propFile.getAbsolutePath()); // make it explicit where… in init()
165 loadIntoProperties(survprops, propFile); in init()
221 private void loadIntoProperties(Properties props, File propFile) throws InternalError { in loadIntoProperties() argument
222 try (InputStream is = InputStreamFactory.createInputStream(propFile)) { in loadIntoProperties()
229 sb.append(propFile.getName()); in loadIntoProperties()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/platform_tools/android/apps/
H A Dbuild.gradle60 File propFile = project.rootProject.file('local.properties')
61 if (propFile.canRead()) {
62 properties.load(propFile.newDataInputStream())
64 propFile = project.rootProject.file('gradle.properties')
65 if (propFile.canRead()) {
66 properties.load(propFile.newDataInputStream())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/platform_tools/android/apps/
H A Dbuild.gradle60 File propFile = project.rootProject.file('local.properties')
61 if (propFile.canRead()) {
62 properties.load(propFile.newDataInputStream())
64 propFile = project.rootProject.file('gradle.properties')
65 if (propFile.canRead()) {
66 properties.load(propFile.newDataInputStream())
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DORBProperties.java50 File propFile = new File(javaHome + File.separator in main() local
54 if (propFile.exists()) in main()
58 FileOutputStream out = new FileOutputStream(propFile); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DORBProperties.java50 File propFile = new File(javaHome + File.separator in main() local
54 if (propFile.exists()) in main()
58 FileOutputStream out = new FileOutputStream(propFile); in main()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/history/
H A DSSCMRepository.java100 File propFile; in getProperties() local
102 propFile = new File(file, MYSCMSERVERINFO_FILE); in getProperties()
104 propFile = new File(file.getParent(), MYSCMSERVERINFO_FILE); in getProperties()
107 if (propFile.isFile()) { in getProperties()
108 try (BufferedReader br = new BufferedReader(new FileReader(propFile))) { in getProperties()
239 File propFile = new File(file.getParent(), MYSCMSERVERINFO_FILE); in fileHasAnnotation() local
240 if (propFile.isFile()) { in fileHasAnnotation()
241 try (BufferedReader br = new BufferedReader(new FileReader(propFile))) { in fileHasAnnotation()

1234567