Searched refs:ptype (Results 1 – 3 of 3) sorted by relevance
65 ptype, err := rd.ReadString('\n')69 ptype = strings.TrimSpace(ptype)72 switch ptype {80 fmt.Printf("Unknown phone type %q. Using default.\n", ptype)
886 for ptype in cmd.elem.findall('.//ptype'):887 …self.gen.logMsg('diag', '*** markRequired: command implicitly requires dependent type', ptype.text)888 self.markTypeRequired(ptype.text, required)942 for ptype in f.elem.findall('.//ptype'):943 depname = ptype.text
487 final String ptype = parser.getAttributeValue(null, "type"); in readLPw() local494 final boolean dynamic = "dynamic".equals(ptype); in readLPw()