Searched refs:indexOf (Results 1 - 24 of 24) sorted by relevance
| /illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
| H A D | DoPrinterView.java | 126 i = o.indexOf("bsdaddr="); 132 j = o.indexOf(",", i); 139 i = o.indexOf(",Solaris"); 144 i = o.indexOf("description="); 147 j = o.indexOf("\n", i); 259 i = o.indexOf("enabled since"); 263 i = o.indexOf("not accepting requests"); 268 i = o.indexOf("Banner not required"); 272 i = o.indexOf("Banner required"); 276 i = o.indexOf("Banne [all...] |
| H A D | DoPrinterUtil.java | 53 int i = o.indexOf("use="); 96 if (o.indexOf(dev) != -1) { 103 if (o.indexOf(dev) != -1) { 110 if (o.indexOf(dev) != -1) { 117 if (o.indexOf(dev) != -1) { 125 if (o.indexOf(dev) != -1) { 132 if (o.indexOf(dev) != -1) { 428 while ((index = o.indexOf("bsdaddr=", index)) != -1) { 439 while ((colon = o.indexOf(":\n", colon + 1)) != -1) { 440 nextcolon = o.indexOf(" [all...] |
| H A D | SysCommand.java | 220 if ((cmd.indexOf("lpset") != -1) && 221 (cmd.indexOf(" -w ") != -1)) { 223 int i = cmd.indexOf(" -w ");
|
| H A D | Valid.java | 190 if (dev.indexOf("://") != 0) // don't test if it's a URI 250 if (pt.indexOf(" ") != -1) { 253 if (pt.indexOf("\t") != -1) { 389 if (str.indexOf(badchars_arr[i]) != -1) {
|
| H A D | DoPrinterAdd.java | 161 if (device.indexOf("://") != -1) 501 j = psfilters[i].indexOf(".fd"); 532 if (o.indexOf("\"" + psfilters[i] + "\"") > -1)
|
| H A D | Test.java | 291 i = str.indexOf(sub); 294 j = str.indexOf("\n", i);
|
| H A D | Host.java | 246 if (on.indexOf("NetscapeRoot") != -1) {
|
| H A D | DoPrinterNS.java | 621 if (o.indexOf("uid=0(") == -1) {
|
| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | SLPTokenizer.java | 97 if (delims.indexOf(c) != -1) { 139 if (delims.indexOf(str.charAt(i)) == -1) { 184 if (delims.indexOf(c) != -1) { 196 if (delims.indexOf(c) != -1) { 218 if (delims.indexOf(c) != -1) {
|
| H A D | AttributePattern.java | 87 if (cstring.indexOf(WILDCARD) == -1) { 156 if ((offset = cstring.indexOf(p.pattern, offset)) == -1) {
|
| H A D | Defaults.java | 167 int dot = localHostName.indexOf('.');
|
| H A D | SLPTemplateRegistry.java | 369 int idx = url.indexOf(";"+SERVICE_ATTR_ID+"="); 468 int idx = urlPath.indexOf(token); 478 idx = urlPath.indexOf(";");
|
| H A D | ServiceLocationAttribute.java | 202 if (exp.indexOf('(') != -1 || exp.indexOf(')') != -1) { 555 if (badTag && BAD_TAG_CHARS.indexOf(c) != -1) { 657 if (badTag && BAD_TAG_CHARS.indexOf(c) != -1) { 677 return ((ESCAPED.indexOf(c) != -1) || 686 return ((RESERVED.indexOf(c) != -1) ||
|
| H A D | SLPHeaderV1.java | 506 if (scope.indexOf('/') != -1 || scope.indexOf(',') != -1 || 507 scope.indexOf(':') != -1) { 541 if ((idx = serviceType.indexOf("." + ServiceType.IANA)) != -1) {
|
| H A D | ServiceLocationAttributeV1.java | 446 if (exp.indexOf('(') != -1 || exp.indexOf(')') != -1) { 589 if (ESCAPABLE_CHARS.indexOf(c) != -1) { 635 if ((idx = UNESCAPABLE_CHARS.indexOf(c)) != -1) {
|
| H A D | AttributeVerifier.java | 940 if (version.indexOf(TT_PERIOD) == -1) { 1629 if (allowed.indexOf(test) != -1) { 2125 for (i = str.indexOf(ESC_HASH, j); 2127 i = str.indexOf(ESC_HASH, j)) {
|
| H A D | ServiceStoreFactory.java | 347 if (line.indexOf("=") != -1) {
|
| H A D | ServiceStoreInMemory.java | 3480 int idx = key.indexOf('/'); 3494 int idx = key.indexOf('/'); 3504 idx = ret.indexOf('/');
|
| /illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
| H A D | parseMain.java | 583 int dotIndex = className.indexOf("."); 673 for (i = src.indexOf("<b>"); 675 i = src.indexOf("<b>", i + 1)) 679 for (i = src.indexOf("</b>"); 681 i = src.indexOf("</b>", i + 1)) 709 int period = s.indexOf('.');
|
| /illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | ProbeDescription.java | 129 if ((probeName != null) && (probeName.indexOf(':') >= 0)) {
|
| /illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| H A D | pmHelpRepository.java | 267 if (ignoreKeyTitleWords.indexOf(word) != -1) {
|
| H A D | pmInstallPrinter.java | 1753 idx = (makemodel[0]).indexOf(" "); 1987 rec = ppds[i].indexOf("recommended");
|
| /illumos-gate/usr/src/tools/scripts/ |
| H A D | wdiff.pl | 161 q = str.indexOf("?");
|
| /illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 444 if (s.indexOf('[') == 0) {
|
Completed in 188 milliseconds