Home
last modified time | relevance | path

Searched refs:LEFT_PARENTHESIS (Results 1 – 25 of 75) sorted by relevance

123

/dports/biology/bamtools/bamtools-2.5.2/src/utils/
H A Dbamtools_filter_ruleparser.h43 LEFT_PARENTHESIS, enumerator
61 case (RuleToken::LEFT_PARENTHESIS): in priority()
73 return (token.Type == RuleToken::NOT_OPERATOR || token.Type == RuleToken::LEFT_PARENTHESIS); in isRightAssociative()
83 return (token.Type == RuleToken::LEFT_PARENTHESIS); in isLeftParenthesis()
275 token.Type = RuleToken::LEFT_PARENTHESIS; in readToken()
/dports/devel/p5-JSON-Path/JSON-Path-0.5/lib/JSON/Path/
H A DConstants.pm46 Readonly our $LEFT_PARENTHESIS => '(';
60 …adonly our $TOKEN_FILTER_OPEN => $LEFT_SQUARE_BRACKET . $QUESTION_MARK . $LEFT_PARENTHESIS;
61 Readonly our $TOKEN_SCRIPT_OPEN => $LEFT_SQUARE_BRACKET . $LEFT_PARENTHESIS;
/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.h30 #define LEFT_PARENTHESIS 286 macro
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/expr/
H A DTokenType.java42 public static final int LEFT_PARENTHESIS = 17; field in TokenType
65 labels[LEFT_PARENTHESIS] = "(";
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DGenbankLocationParser.cpp79 LEFT_PARENTHESIS, enumerator
157 return Token(QByteArray(1, input.next()), Token::LEFT_PARENTHESIS); in readNext()
327 if (match(Token::LEFT_PARENTHESIS)) { // cases like (1.2).. in parseLocationDescriptor()
397 if (match(Token::LEFT_PARENTHESIS)) { // cases like ..(1.2) in parseLocationDescriptor()
486 if (!match(Token::LEFT_PARENTHESIS)) { in parseLocation()
512 if (!match(Token::LEFT_PARENTHESIS)) { in parseLocation()
538 if (!match(Token::LEFT_PARENTHESIS)) { in parseLocation()
575 if (!match(Token::LEFT_PARENTHESIS)) { in parseComplement()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/parser/
H A Dstatement.go120 self.expect(token.LEFT_PARENTHESIS)
150 opening := self.expect(token.LEFT_PARENTHESIS)
283 self.expect(token.LEFT_PARENTHESIS)
319 self.expect(token.LEFT_PARENTHESIS)
408 self.expect(token.LEFT_PARENTHESIS)
483 self.expect(token.LEFT_PARENTHESIS)
492 self.expect(token.LEFT_PARENTHESIS)
504 self.expect(token.LEFT_PARENTHESIS)
H A Dlexer_test.go58 token.LEFT_PARENTHESIS, "", 4,
316 token.LEFT_PARENTHESIS, "", 8,
H A Dexpression.go89 case token.LEFT_PARENTHESIS:
90 self.expect(token.LEFT_PARENTHESIS)
315 idx0 = self.expect(token.LEFT_PARENTHESIS)
381 if self.token == token.LEFT_PARENTHESIS {
432 } else if self.token == token.LEFT_PARENTHESIS {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/parser/
H A Dstatement.go132 if self.token == token.LEFT_PARENTHESIS {
158 opening := self.expect(token.LEFT_PARENTHESIS)
283 self.expect(token.LEFT_PARENTHESIS)
319 self.expect(token.LEFT_PARENTHESIS)
424 self.expect(token.LEFT_PARENTHESIS)
596 self.expect(token.LEFT_PARENTHESIS)
608 self.expect(token.LEFT_PARENTHESIS)
620 self.expect(token.LEFT_PARENTHESIS)
H A Dlexer_test.go59 token.LEFT_PARENTHESIS, "", 4,
317 token.LEFT_PARENTHESIS, "", 8,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/parser/
H A Dstatement.go132 if self.token == token.LEFT_PARENTHESIS {
158 opening := self.expect(token.LEFT_PARENTHESIS)
283 self.expect(token.LEFT_PARENTHESIS)
319 self.expect(token.LEFT_PARENTHESIS)
424 self.expect(token.LEFT_PARENTHESIS)
596 self.expect(token.LEFT_PARENTHESIS)
608 self.expect(token.LEFT_PARENTHESIS)
620 self.expect(token.LEFT_PARENTHESIS)
H A Dlexer_test.go59 token.LEFT_PARENTHESIS, "", 4,
317 token.LEFT_PARENTHESIS, "", 8,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/token/
H A Dtoken_const.go62 LEFT_PARENTHESIS // ( const
164 LEFT_PARENTHESIS: "(",
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/token/
H A Dtoken_const.go62 LEFT_PARENTHESIS // ( const
165 LEFT_PARENTHESIS: "(",
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/token/
H A Dtoken_const.go64 LEFT_PARENTHESIS // ( const
163 LEFT_PARENTHESIS: "(",
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/token/
H A Dtoken_const.go64 LEFT_PARENTHESIS // ( const
163 LEFT_PARENTHESIS: "(",
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/token/
H A Dtoken_const.go64 LEFT_PARENTHESIS // ( const
163 LEFT_PARENTHESIS: "(",
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go171 self.expect(token.LEFT_PARENTHESIS)
216 opening := self.expect(token.LEFT_PARENTHESIS)
398 self.expect(token.LEFT_PARENTHESIS)
450 self.expect(token.LEFT_PARENTHESIS)
576 self.expect(token.LEFT_PARENTHESIS)
699 self.expect(token.LEFT_PARENTHESIS)
724 self.expect(token.LEFT_PARENTHESIS)
750 self.expect(token.LEFT_PARENTHESIS)
H A Dlexer_test.go62 token.LEFT_PARENTHESIS, "", 4,
326 token.LEFT_PARENTHESIS, "", 8,
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go171 self.expect(token.LEFT_PARENTHESIS)
216 opening := self.expect(token.LEFT_PARENTHESIS)
398 self.expect(token.LEFT_PARENTHESIS)
450 self.expect(token.LEFT_PARENTHESIS)
576 self.expect(token.LEFT_PARENTHESIS)
699 self.expect(token.LEFT_PARENTHESIS)
724 self.expect(token.LEFT_PARENTHESIS)
750 self.expect(token.LEFT_PARENTHESIS)
/dports/biology/vcflib/vcflib-1.0.2/src/
H A DVariant.h389 , LEFT_PARENTHESIS enumerator
427 case ( RuleToken::LEFT_PARENTHESIS ) : return 0; in priority()
435 token.type == RuleToken::LEFT_PARENTHESIS); in isRightAssociative()
443 return ( token.type == RuleToken::LEFT_PARENTHESIS ); in isLeftParenthesis()
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A DVariant.h381 , LEFT_PARENTHESIS enumerator
419 case ( RuleToken::LEFT_PARENTHESIS ) : return 0; in priority()
427 token.type == RuleToken::LEFT_PARENTHESIS); in isRightAssociative()
435 return ( token.type == RuleToken::LEFT_PARENTHESIS ); in isLeftParenthesis()
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A DVariant.h381 , LEFT_PARENTHESIS enumerator
419 case ( RuleToken::LEFT_PARENTHESIS ) : return 0; in priority()
427 token.type == RuleToken::LEFT_PARENTHESIS); in isRightAssociative()
435 return ( token.type == RuleToken::LEFT_PARENTHESIS ); in isLeftParenthesis()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator-parse.cc728 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
903 str.insert(i_prev, LEFT_PARENTHESIS); in parse()
970 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
985 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
1045 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
1145 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
1167 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
1188 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
1209 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
1889 stmp = LEFT_PARENTHESIS ID_WRAP_LEFT; in parse()
[all …]

123