Home
last modified time | relevance | path

Searched refs:requiredPrefix (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/remote/
H A DJMXServiceURL.java156 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
157 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
160 requiredPrefix, in JMXServiceURL()
164 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/remote/
H A DJMXServiceURL.java156 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
157 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
160 requiredPrefix, in JMXServiceURL()
164 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/javax/management/remote/
H A DJMXServiceURL.java162 final String requiredPrefix = "service:jmx:"; in JMXServiceURL() local
163 final int requiredPrefixLength = requiredPrefix.length(); in JMXServiceURL()
166 requiredPrefix, in JMXServiceURL()
170 requiredPrefix); in JMXServiceURL()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/
H A Dlegacy.go611 var requiredPrefix string
614 requiredPrefix = prefix
619 requiredPrefix = prefix
626 if requiredPrefix == "" || !strings.HasPrefix(target, requiredPrefix) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/Microsoft/hcsshim/
H A Dlegacy.go611 var requiredPrefix string
614 requiredPrefix = prefix
619 requiredPrefix = prefix
626 if requiredPrefix == "" || !strings.HasPrefix(target, requiredPrefix) {
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DXPathParts.java590 String requiredPrefix = "/"; in addInternal() local
594 requiredPrefix = "//"; in addInternal()
596 if (!xPath.startsWith(requiredPrefix)) { in addInternal()
599 int stringStart = requiredPrefix.length(); // skip prefix in addInternal()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java293 String requiredPrefix = identifier; in completionSuggestionsImpl() local
295 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java292 String requiredPrefix = identifier; in completionSuggestionsImpl() local
294 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java293 String requiredPrefix = identifier; in completionSuggestionsImpl() local
295 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java293 String requiredPrefix = identifier; in completionSuggestionsImpl() local
295 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java293 String requiredPrefix = identifier; in completionSuggestionsImpl() local
295 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java292 String requiredPrefix = identifier; in completionSuggestionsImpl() local
294 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java292 String requiredPrefix = identifier; in completionSuggestionsImpl() local
294 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java283 String requiredPrefix = identifier; in completionSuggestionsImpl() local
285 ….filter(s -> s.continuation().startsWith(requiredPrefix) && !s.continuation().equals(REPL_DOESNOTM… in completionSuggestionsImpl()