Searched refs:getToken (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
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...]
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 DHost.java203 String master = DoPrinterView.getToken(o + "\n", "NS_LDAP_SERVERS=");
275 String dn = DoPrinterView.getToken(o + "\n", "ou=printers,");
H A DDoPrinterUtil.java58 String dflt = DoPrinterView.getToken(o + "\n", "use=");
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml700 if (defined ($doc->getToken($tokenId))) {
740 if (defined ($token = $doc->getToken($tokenId))) {
983 if (defined (my $token = $doc->getToken($tokenId))) {
H A Dauditxml.pm616 sub getToken { subroutine
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni883 if (defined ($doc->getToken($tokenId))) {
924 if (defined ($token = $doc->getToken($tokenId))) {

Completed in 62 milliseconds