Home
last modified time | relevance | path

Searched refs:inQuote (Results 1 – 25 of 877) sorted by relevance

12345678910>>...36

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/make/non-build-utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/make/non-build-utils/src/build/tools/commentchecker/
H A DCommentChecker.java66 boolean inQuote = false; in check()
76 if (inQuote || inComment) { in check()
88 if (inQuote && !inComment) { in check()
91 inQuote = false; in check()
104 !(!inQuote && lastChar == '\'')) { in check()
105 inQuote = !inQuote; in check()
107 System.out.println("\ninQuote=" + inQuote); in check()
113 if (!inQuote && lastChar == '*') { in check()
119 if (!inQuote && lastChar == '/') { in check()
128 if (!inQuote && lastChar == '/') { in check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java155 boolean inQuote = false; in appendQuoted()
158 inQuote = true; in appendQuoted()
162 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 inQuote = true; in appendQuoted()
176 if (inQuote) { in appendQuoted()
184 if (inQuote) in appendQuoted()
218 boolean inQuote = false; in next()
222 if (inQuote) { in next()
224 inQuote = false; in next()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DPatternEntry.java151 boolean inQuote = false; in appendQuoted()
154 inQuote = true; in appendQuoted()
158 inQuote = true; in appendQuoted()
164 inQuote = true; in appendQuoted()
168 inQuote = true; in appendQuoted()
172 if (inQuote) { in appendQuoted()
180 if (inQuote) in appendQuoted()
214 boolean inQuote = false; in next()
218 if (inQuote) { in next()
220 inQuote = false; in next()
[all …]
/dports/www/libwww/w3c-libwww-5.4.2/config/
H A DhtmlCase.pl44 local ($ret, $atom, $inQuote, $lookFor) = ('', $[, 0, '([ \t"\'=])');
48 if ($inQuote && $word eq $inQuote) {
49 $inQuote = 0;
50 } elsif (!$inQuote && ($word eq '"' || $word eq '\'')) {
51 $inQuote = $word;
52 } elsif (!$inQuote && !($word =~ m/$lookFor/)) {
/dports/science/jmol/jmol-14.32.7/src/jspecview/common/
H A DScriptTokenizer.java29 boolean inQuote = (str.charAt(pt) == '"'); in nextToken()
33 if (inQuote) { in nextToken()
35 inQuote = false; in nextToken()
42 inQuote = true; in nextToken()
45 if (!isCmd && !inQuote) in nextToken()
50 if (isCmd && !inQuote) in nextToken()
/dports/devel/hub/hub-2.14.2/vendor/github.com/kballard/go-shellquote/
H A Dquote.go75 inQuote := false
82 if !inQuote {
84 inQuote = true
89 if inQuote {
91 inQuote = false
96 if !inQuote {
/dports/devel/gh/cli-2.4.0/vendor/github.com/kballard/go-shellquote/
H A Dquote.go75 inQuote := false
82 if !inQuote {
84 inQuote = true
89 if inQuote {
91 inQuote = false
96 if !inQuote {
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/kballard/go-shellquote/
H A Dquote.go75 inQuote := false
82 if !inQuote {
84 inQuote = true
89 if inQuote {
91 inQuote = false
96 if !inQuote {

12345678910>>...36