Lines Matching refs:results
134 Properties results = new Properties(); in getNetbeansLocation() local
164 results.put("NetBeans 3.4", f.getPath()+File.separator); in getNetbeansLocation()
179 return results; in getNetbeansLocation()
192 Properties results = new Properties(); in getJeditLocation() local
208 results.put("jEdit "+jeditDetails[1], jeditDetails[0]); in getJeditLocation()
216 return results; in getJeditLocation()
343 Properties results = new Properties(); in getOfficeVersions() local
391 results.put( parts[0].trim(), windowsPath ); in getOfficeVersions()
395 results.put(parts[0].trim(), URLDecoder.decode(url.getPath())); in getOfficeVersions()
409 results.put(parts[0].trim(), parts[1].trim()); in getOfficeVersions()
420 return results; in getOfficeVersions()