Lines Matching refs:pValue
50 String pValue = ""; in getCommandLineParameter() local
55 pValue = args[i].trim() + " " + args[i + 1].trim(); in getCommandLineParameter()
60 pValue = args[i].trim() + " unknown"; in getCommandLineParameter()
68 pValue = args[i + 1].trim(); in getCommandLineParameter()
70 if (pValue.startsWith("-")) in getCommandLineParameter()
73 pValue = "yes"; in getCommandLineParameter()
75 else if (pValue.startsWith("'")) in getCommandLineParameter()
78 while (!pValue.endsWith("'")) in getCommandLineParameter()
81 pValue = pValue + " " + args[i].trim(); in getCommandLineParameter()
84 pValue = utils.replaceAll13(pValue, "'", ""); in getCommandLineParameter()
95 "DOCPTH", new File(pValue).getAbsolutePath()); in getCommandLineParameter()
99 System.setProperty(pName, pValue); in getCommandLineParameter()
105 pValue = "yes"; in getCommandLineParameter()
110 param.put(pName, pValue); in getCommandLineParameter()