Searched defs:getToken (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterView.java224 comment = getToken(o, "\tDescription:");
231 ppdfile = getToken(o, "\tPPD:");
258 printertype = getToken(o, "Printer types:");
313 str = getToken(o, "Content types:");
374 str = getToken(o, "On fault:");
409 device = getToken(o, ":");
465 public static String getToken(String str, String sub) method in class:DoPrinterView
H A DTest.java97 String action = getToken(o, "action=");
98 String printername = getToken(o, "printername=");
99 String printertype = getToken(o, "printertype=");
100 String printserver = getToken(o, "printserver=");
101 String comment = getToken(o, "comment=");
102 String device = getToken(o, "device=");
103 String notify = getToken(o, "notify=");
104 String banner = getToken(o, "banner=");
105 String protocol = getToken(o, "protocol=");
106 String destination = getToken(
285 private static String getToken(String str, String sub) method in class:Test
[all...]
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml.pm616 sub getToken { subroutine

Completed in 43 milliseconds