Home
last modified time | relevance | path

Searched refs:RIGHT_PARENTHESIS (Results 1 – 25 of 82) sorted by relevance

1234

/dports/science/ergo/ergo-3.8/source/
H A Dergo_input_processor.y31 %token LEFT_PARENTHESIS RIGHT_PARENTHESIS
87 | SET_NTHREADS LEFT_PARENTHESIS Expression RIGHT_PARENTHESIS {
89 | SET_NTHREADS LEFT_PARENTHESIS STRING RIGHT_PARENTHESIS {
128 | LEFT_PARENTHESIS Expression RIGHT_PARENTHESIS { $$=$2; }
H A Dergo_input_processor.h31 #define RIGHT_PARENTHESIS 287 macro
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/parser/
H A Dstatement.go127 self.expect(token.RIGHT_PARENTHESIS)
158 if self.token != token.RIGHT_PARENTHESIS {
162 closing := self.expect(token.RIGHT_PARENTHESIS)
288 self.expect(token.RIGHT_PARENTHESIS)
323 self.expect(token.RIGHT_PARENTHESIS)
371 self.expect(token.RIGHT_PARENTHESIS)
392 if self.token != token.RIGHT_PARENTHESIS {
395 self.expect(token.RIGHT_PARENTHESIS)
485 self.expect(token.RIGHT_PARENTHESIS)
496 self.expect(token.RIGHT_PARENTHESIS)
[all …]
H A Dlexer_test.go60 token.RIGHT_PARENTHESIS, "", 6,
320 token.RIGHT_PARENTHESIS, "", 19,
/dports/biology/bamtools/bamtools-2.5.2/src/utils/
H A Dbamtools_filter_ruleparser.h44 RIGHT_PARENTHESIS enumerator
63 case (RuleToken::RIGHT_PARENTHESIS): in priority()
88 return (token.Type == RuleToken::RIGHT_PARENTHESIS); in isRightParenthesis()
285 token.Type = RuleToken::RIGHT_PARENTHESIS; in readToken()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/parser/
H A Dstatement.go135 self.expect(token.RIGHT_PARENTHESIS)
168 if self.token != token.RIGHT_PARENTHESIS {
288 self.expect(token.RIGHT_PARENTHESIS)
323 self.expect(token.RIGHT_PARENTHESIS)
372 self.expect(token.RIGHT_PARENTHESIS)
387 self.expect(token.RIGHT_PARENTHESIS)
408 if self.token != token.RIGHT_PARENTHESIS {
411 self.expect(token.RIGHT_PARENTHESIS)
598 self.expect(token.RIGHT_PARENTHESIS)
612 self.expect(token.RIGHT_PARENTHESIS)
[all …]
H A Dlexer_test.go61 token.RIGHT_PARENTHESIS, "", 6,
321 token.RIGHT_PARENTHESIS, "", 19,
H A Dexpression.go137 if self.token != token.RIGHT_PARENTHESIS {
155 if self.token == token.RIGHT_PARENTHESIS {
156 self.errorUnexpectedToken(token.RIGHT_PARENTHESIS)
161 self.expect(token.RIGHT_PARENTHESIS)
166 self.errorUnexpectedToken(token.RIGHT_PARENTHESIS)
470 if self.token != token.RIGHT_PARENTHESIS {
488 idx1 = self.expect(token.RIGHT_PARENTHESIS)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/parser/
H A Dstatement.go135 self.expect(token.RIGHT_PARENTHESIS)
168 if self.token != token.RIGHT_PARENTHESIS {
288 self.expect(token.RIGHT_PARENTHESIS)
323 self.expect(token.RIGHT_PARENTHESIS)
372 self.expect(token.RIGHT_PARENTHESIS)
387 self.expect(token.RIGHT_PARENTHESIS)
408 if self.token != token.RIGHT_PARENTHESIS {
411 self.expect(token.RIGHT_PARENTHESIS)
598 self.expect(token.RIGHT_PARENTHESIS)
612 self.expect(token.RIGHT_PARENTHESIS)
[all …]
H A Dlexer_test.go61 token.RIGHT_PARENTHESIS, "", 6,
321 token.RIGHT_PARENTHESIS, "", 19,
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/expr/
H A DTokenType.java43 public static final int RIGHT_PARENTHESIS = 18; field in TokenType
66 labels[RIGHT_PARENTHESIS] = ")";
/dports/devel/p5-JSON-Path/JSON-Path-0.5/lib/JSON/Path/
H A DTokenizer.pm50 last if $chars->[0] eq $RIGHT_PARENTHESIS;
93 elsif ( $char eq $RIGHT_PARENTHESIS ) {
H A DConstants.pm47 Readonly our $RIGHT_PARENTHESIS => ')';
62 Readonly our $TOKEN_FILTER_SCRIPT_CLOSE => $RIGHT_PARENTHESIS . $RIGHT_SQUARE_BRACKET;
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go178 self.expect(token.RIGHT_PARENTHESIS)
228 if self.token != token.RIGHT_PARENTHESIS {
235 closing := self.expect(token.RIGHT_PARENTHESIS)
403 self.expect(token.RIGHT_PARENTHESIS)
455 self.expect(token.RIGHT_PARENTHESIS)
524 self.expect(token.RIGHT_PARENTHESIS)
550 if self.token != token.RIGHT_PARENTHESIS {
553 self.expect(token.RIGHT_PARENTHESIS)
701 self.expect(token.RIGHT_PARENTHESIS)
728 self.expect(token.RIGHT_PARENTHESIS)
[all …]
H A Dlexer_test.go64 token.RIGHT_PARENTHESIS, "", 6,
330 token.RIGHT_PARENTHESIS, "", 19,
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go178 self.expect(token.RIGHT_PARENTHESIS)
228 if self.token != token.RIGHT_PARENTHESIS {
235 closing := self.expect(token.RIGHT_PARENTHESIS)
403 self.expect(token.RIGHT_PARENTHESIS)
455 self.expect(token.RIGHT_PARENTHESIS)
524 self.expect(token.RIGHT_PARENTHESIS)
550 if self.token != token.RIGHT_PARENTHESIS {
553 self.expect(token.RIGHT_PARENTHESIS)
701 self.expect(token.RIGHT_PARENTHESIS)
728 self.expect(token.RIGHT_PARENTHESIS)
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DGenbankLocationParser.cpp80 RIGHT_PARENTHESIS, enumerator
159 return Token(QByteArray(1, input.next()), Token::RIGHT_PARENTHESIS); in readNext()
348 if (!match(Token::RIGHT_PARENTHESIS)) { in parseLocationDescriptor()
417 if (!match(Token::RIGHT_PARENTHESIS)) { in parseLocationDescriptor()
506 if (!match(Token::RIGHT_PARENTHESIS)) { in parseLocation()
532 if (!match(Token::RIGHT_PARENTHESIS)) { in parseLocation()
553 if (!match(Token::RIGHT_PARENTHESIS)) { in parseLocation()
599 if (!match(Token::RIGHT_PARENTHESIS)) { in parseComplement()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/token/
H A Dtoken_const.go68 RIGHT_PARENTHESIS // ) const
169 RIGHT_PARENTHESIS: ")",
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/token/
H A Dtoken_const.go68 RIGHT_PARENTHESIS // ) const
170 RIGHT_PARENTHESIS: ")",
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/token/
H A Dtoken_const.go70 RIGHT_PARENTHESIS // ) const
168 RIGHT_PARENTHESIS: ")",
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/token/
H A Dtoken_const.go70 RIGHT_PARENTHESIS // ) const
168 RIGHT_PARENTHESIS: ")",
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/token/
H A Dtoken_const.go70 RIGHT_PARENTHESIS // ) const
168 RIGHT_PARENTHESIS: ")",
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator-parse.cc731 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
905 … if(i_op == string::npos) str += b_degree ? "arcsec" RIGHT_PARENTHESIS : "in" RIGHT_PARENTHESIS; in parse()
906 …str.replace(i_op + 1, strlen("″"), b_degree ? "arcsec" RIGHT_PARENTHESIS : "in" RIGHT_PARENTHESIS); in parse()
972 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
995 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
1057 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
1148 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
1170 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
1191 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
1212 stmp += ID_WRAP_RIGHT RIGHT_PARENTHESIS; in parse()
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/expr/saxpath/
H A DRestrictedMatchParser.java122 && scanner.nextTokenType != TokenType.RIGHT_PARENTHESIS in parseExpression()
133 && scanner.nextTokenType != TokenType.RIGHT_PARENTHESIS in parseExpression()
/dports/devel/grex/grex-1.3.0/src/regexp/
H A Dregexp.rs200 static ref RIGHT_PARENTHESIS: String = Component::RightParenthesis.to_colored_string(true); in apply_verbose_mode()
209 *RIGHT_PARENTHESIS, in apply_verbose_mode()

1234