Lines Matching defs:valve
446 private static String getHtmlRow(String key, String valve) {
447 return HTML_TR_STYLE + key + HTML_TD_STYLE + valve + HTML_TDTR_END;
450 private static String getHtmlRow(String key, long valve) {
451 return HTML_TR_STYLE + key + HTML_TD_STYLE + valve + HTML_TDTR_END;
454 private static String getHtmlRowResultClass(String key, String valve) {
455 return HTML_TRTD_STYLE + key + HTML_TD_STYLE + valve + HTML_TDTR_END;
458 private static String getHtmlRowResult(String key, String valve,
460 return String.format(HTML_TDTR_HEAD + key + HTML_TDTR_SEND + valve + HTML_TDTR_END,
464 private static String getHtmlRowResult(String key, long valve,
466 return String.format(HTML_TDTR_HEAD + key + HTML_TDTR_SEND + valve + HTML_TDTR_END,