Home
last modified time | relevance | path

Searched refs:endBrace (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php94 $endBrace = $tokens[$stackPtr];
135 $endBrace = $tokens[$stackPtr];
151 $endBrace = $tokens[$stackPtr];
169 $lineDifference = ($endBrace['line'] - $startBrace['line']);
174 if (($comment === false) || ($tokens[$comment]['line'] !== $endBrace['line'])) {
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DDocManager.cpp68 int endBrace = (int)line.find(']'); in load() local
69 if(endBrace != -1) in load()
71 key = line.substr(1, endBrace - 1); in load()
H A DCallTipManager.cpp68 int endBrace = (int)line.find(']'); in load() local
69 if(endBrace != -1) in load()
71 key = line.substr(1, endBrace - 1); in load()
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/highlighter/
H A Dhighlighter-ruby.cpp96 QChar endBrace = pattern.at (pattern.size() - 1); in findRubyDelimiter() local
97 QChar startBrace = endBrace == ')' ? '(' in findRubyDelimiter()
98 : endBrace == '}' ? '{' in findRubyDelimiter()
99 : endBrace == ']' ? '[' in findRubyDelimiter()
105 if (c == endBrace) in findRubyDelimiter()
H A Dhighlighter-perl-regex.cpp132 QChar endBrace = pattern.at (pattern.size() - 1); in findDelimiter() local
133 QChar startBrace = endBrace == ')' ? '(' in findDelimiter()
134 : endBrace == '}' ? '{' in findDelimiter()
135 : endBrace == ']' ? '[' in findDelimiter()
141 if (c == endBrace) in findDelimiter()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DCheckNames.java48 …private boolean isEnclosedByBraces(Matcher matcher, String value, char startBrace, char endBrace) { in isEnclosedByBraces() argument
50 value.indexOf(endBrace, matcher.end()) >= -1; in isEnclosedByBraces()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/dns/
H A DTRRServiceBase.cpp49 const nsACString& endBrace = openBrace.nextToken(); in ProcessURITemplate() local
50 nsCCharSeparatedTokenizer closeBrace(endBrace, '}'); in ProcessURITemplate()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DTRRServiceBase.cpp52 const nsACString& endBrace = openBrace.nextToken(); in ProcessURITemplate() local
53 nsCCharSeparatedTokenizer closeBrace(endBrace, '}'); in ProcessURITemplate()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DTRRServiceBase.cpp52 const nsACString& endBrace = openBrace.nextToken(); in ProcessURITemplate() local
53 nsCCharSeparatedTokenizer closeBrace(endBrace, '}'); in ProcessURITemplate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java96 int endBrace = str.length() - 1; in parseArray() local
97 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
101 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java96 int endBrace = str.length() - 1; in parseArray() local
97 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
101 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java96 int endBrace = str.length() - 1; in parseArray() local
97 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
101 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java96 int endBrace = str.length() - 1; in parseArray() local
97 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
101 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java96 int endBrace = str.length() - 1; in parseArray() local
97 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
101 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java96 int endBrace = str.length() - 1; in parseArray() local
97 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
101 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java96 int endBrace = str.length() - 1; in parseArray() local
97 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
101 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DState.java97 int endBrace = str.length() - 1; in parseArray() local
98 if (str.charAt(beginBrace) != '[' || str.charAt(endBrace) != ']') { in parseArray()
102 String[] strValues = str.substring(beginBrace + 1, endBrace) in parseArray()
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRRServiceBase.cpp70 const nsACString& endBrace = openBrace.nextToken(); in ProcessURITemplate() local
71 nsCCharSeparatedTokenizer closeBrace(endBrace, '}'); in ProcessURITemplate()
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/google/skylark/syntax/
H A Dparse.go895 func (p *parser) parseComprehensionSuffix(lbrace Position, body Expr, endBrace Token) Expr {
897 for p.tok != endBrace {
915 p.in.errorf(p.in.pos, "got %#v, want '%s', for, or if", p.tok, endBrace)
921 Curly: endBrace == RBRACE,
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/syntax/
H A Dparse.go911 func (p *parser) parseComprehensionSuffix(lbrace Position, body Expr, endBrace Token) Expr {
913 for p.tok != endBrace {
931 p.in.errorf(p.in.pos, "got %#v, want '%s', for, or if", p.tok, endBrace)
937 Curly: endBrace == RBRACE,
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/syntax/
H A Dparse.go911 func (p *parser) parseComprehensionSuffix(lbrace Position, body Expr, endBrace Token) Expr {
913 for p.tok != endBrace {
931 p.in.errorf(p.in.pos, "got %#v, want '%s', for, or if", p.tok, endBrace)
937 Curly: endBrace == RBRACE,
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/syntax/
H A Dparse.go912 func (p *parser) parseComprehensionSuffix(lbrace Position, body Expr, endBrace Token) Expr {
914 for p.tok != endBrace {
932 p.in.errorf(p.in.pos, "got %#v, want '%s', for, or if", p.tok, endBrace)
938 Curly: endBrace == RBRACE,
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/syntax/
H A Dparse.go924 func (p *parser) parseComprehensionSuffix(lbrace Position, body Expr, endBrace Token) Expr {
926 for p.tok != endBrace {
944 p.in.errorf(p.in.pos, "got %#v, want '%s', for, or if", p.tok, endBrace)
950 Curly: endBrace == RBRACE,
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dparse.c110 static int endBrace(int tok) in endBrace() function
195 parseBlock(p, t, endBrace(t->type), list); in parseToken()
/dports/devel/loccount/loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352/
H A Dloccount.go777 var endBrace bool // Lines that begin with curly braces.
805 endBrace = true
808 endBrace = true
827 if loadLib && (foundPound || (beginBrace && endBrace)) {
830 if beginBrace && endBrace &&

12