Searched refs:sepIndex (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2/src/server/org/opends/server/types/
H A DHostPort.java240 final int sepIndex = hostPort.lastIndexOf(':');
243 || sepIndex == -1)
249 else if (sepIndex == 0)
255 else if (hostPort.lastIndexOf(':', sepIndex - 1) != -1
256 && (hostPort.charAt(0) != '[' || hostPort.charAt(sepIndex - 1) != ']'))
263 String host = hostPort.substring(0, sepIndex);
264 int port = Integer.parseInt(hostPort.substring(sepIndex + 1));
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DHostPort.java240 final int sepIndex = hostPort.lastIndexOf(':');
243 || sepIndex == -1)
249 else if (sepIndex == 0)
255 else if (hostPort.lastIndexOf(':', sepIndex - 1) != -1
256 && (hostPort.charAt(0) != '[' || hostPort.charAt(sepIndex - 1) != ']'))
263 String host = hostPort.substring(0, sepIndex);
264 int port = Integer.parseInt(hostPort.substring(sepIndex + 1));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DHostPort.java237 final int sepIndex = hostPort.lastIndexOf(':');
240 || sepIndex == -1)
246 else if (sepIndex == 0)
252 else if (hostPort.lastIndexOf(':', sepIndex - 1) != -1
253 && (hostPort.charAt(0) != '[' || hostPort.charAt(sepIndex - 1) != ']'))
260 String host = hostPort.substring(0, sepIndex);
261 int port = Integer.parseInt(hostPort.substring(sepIndex + 1));
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 63 milliseconds