Home
last modified time | relevance | path

Searched refs:LCURLY (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/devel/p5-GraphQL/GraphQL-0.52/
H A Dgraphql.pgx21 selectionSet: .(/- LCURLY -/) ( selection+ | `Expected name` ) .(/- RCURLY -/)
57 objectValue: .(/- LCURLY -/) ( objectField+ | `Expected name` ) .(/- RCURLY -/)
59 objectValue_const: .(/- LCURLY -/) ( objectField_const+ | `Expected name or constant` ) .(/- RCURLY…
154 schema: .(/'schema' -/) directives? ( .(/- LCURLY -/) operationTypeDefinition+ .(/- RCURLY /) )?
164 type: .(/'type' -/) name .(-) implementsInterfaces? .(-) directives? ( .(/- LCURLY /) fieldDefiniti…
174 interface: .(/'interface' -/) name .(-) directives? ( .(/- LCURLY /) fieldDefinition+ .(/- RCURLY /…
180 enumTypeDefinition: .(/'enum' -/) name .(-) directives? ( .(/- LCURLY /) enumValueDefinition+ .(/- …
184 input: .(/'input' -/) name .(-) directives? ( .(/- LCURLY /) inputValueDefinition+ .(/- RCURLY /) )?
/dports/devel/pear-PHP_ParserGenerator/PHP_ParserGenerator-0.1.7/
H A DPHP.y38 ord('{') => self::LCURLY, in __construct()
147 LCURLY inner_statement_list RCURLY
175 LCURLY inner_statement_list RCURLY.
180 LCURLY
186 LCURLY
330 switch_case_list ::= LCURLY case_list RCURLY.
331 switch_case_list ::= LCURLY SEMI case_list RCURLY.
387 global_var ::= DOLLAR LCURLY expr RCURLY.
470 compound_variable ::= DOLLAR LCURLY expr RCURLY.
483 variable_name ::= LCURLY expr RCURLY.
[all …]
H A Draw_php.y38 ord('{') => self::LCURLY, in __construct()
147 LCURLY inner_statement_list RCURLY
173 LCURLY inner_statement_list RCURLY.
178 LCURLY
184 LCURLY
328 switch_case_list ::= LCURLY case_list RCURLY.
329 switch_case_list ::= LCURLY SEMI case_list RCURLY.
385 global_var ::= DOLLAR LCURLY expr RCURLY.
468 compound_variable ::= DOLLAR LCURLY expr RCURLY.
481 variable_name ::= LCURLY expr RCURLY.
[all …]
H A DPHP.out194 LCURLY shift 227
448 LCURLY shift 227
701 LCURLY shift 227
954 LCURLY shift 227
1207 LCURLY shift 227
1460 LCURLY shift 227
1713 LCURLY shift 227
1966 LCURLY shift 227
2219 LCURLY shift 227
2472 LCURLY shift 227
[all …]
H A DPHP_Parser.out194 LCURLY shift 230
449 LCURLY shift 230
703 LCURLY shift 230
957 LCURLY shift 230
1211 LCURLY shift 230
1465 LCURLY shift 230
1719 LCURLY shift 230
1973 LCURLY shift 230
2227 LCURLY shift 230
2481 LCURLY shift 230
[all …]
/dports/devel/pear-PHP_Parser/PHP_Parser-0.2.2/tests/files/
H A Dunticked_function_statement2.inc4 // LCURLY inner_statement_list(funcinfo) RCURLY. {
12 // unticked_statement(A) ::= LCURLY inner_statement_list(B) RCURLY. {A = B;}
70 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
73 //switch_case_list(A) ::= LCURLY SEMI case_list(B) RCURLY. {A = B;}
82 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
89 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
119 //global_var(A) ::= DOLLAR LCURLY expr(B) RCURLY.{
206 //unticked_statement(A) ::= T_TRY LCURLY inner_statement_list(B) RCURLY
210 // LCURLY inner_statement_list(D) RCURLY
216 //additional_catch(A) ::= T_CATCH LPAREN fully_qualified_class_name(B) T_VARIABLE RPAREN LCURLY inn…
H A Dunticked_class_statement2.inc3 //method_body(A) ::= LCURLY inner_statement_list(B) RCURLY.
11 // unticked_statement(A) ::= LCURLY inner_statement_list(B) RCURLY. {A = B;}
69 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
72 //switch_case_list(A) ::= LCURLY SEMI case_list(B) RCURLY. {A = B;}
81 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
88 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
118 //global_var(A) ::= DOLLAR LCURLY expr(B) RCURLY.{
205 //unticked_statement(A) ::= T_TRY LCURLY inner_statement_list(B) RCURLY
209 // LCURLY inner_statement_list(D) RCURLY
215 //additional_catch(A) ::= T_CATCH LPAREN fully_qualified_class_name(B) T_VARIABLE RPAREN LCURLY inn…
H A Dunticked_statement1.inc2 // unticked_statement(A) ::= LCURLY inner_statement_list(B) RCURLY. {A = B;}
60 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
63 //switch_case_list(A) ::= LCURLY SEMI case_list(B) RCURLY. {A = B;}
72 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
79 //switch_case_list(A) ::= LCURLY case_list(B) RCURLY. {A = B;}
109 //global_var(A) ::= DOLLAR LCURLY expr(B) RCURLY.{
196 //unticked_statement(A) ::= T_TRY LCURLY inner_statement_list(B) RCURLY
200 // LCURLY inner_statement_list(D) RCURLY
206 //additional_catch(A) ::= T_CATCH LPAREN fully_qualified_class_name(B) T_VARIABLE RPAREN LCURLY inn…
/dports/devel/antlr/antlr-2.7.7/examples/python/IDL/
H A Didl.g33 LCURLY d:definition_list RCURLY
51 : LCURLY! (export)* RCURLY!
297 LCURLY member_list RCURLY
312 LCURLY switch_body RCURLY
350 : "enum" identifier LCURLY enumerator_list RCURLY
396 LCURLY opt_member_list RCURLY
537 LCURLY
/dports/devel/antlr/antlr-2.7.7/examples/java/treewalk/
H A Dtreewalk.g10 : LCURLY^ ( statement )* RCURLY!
44 : #( LCURLY ( stat )+ )
75 LCURLY: '{'
/dports/devel/antlr/antlr-2.7.7/examples/python/treewalk/
H A Dtreewalk.g19 : LCURLY^ ( statement )* RCURLY!
53 : #( LCURLY ( stat )+ )
84 LCURLY: '{'
/dports/devel/antlr/antlr-2.7.7/examples/cpp/treewalk/
H A Dtreewalk.g23 : LCURLY^ ( statement )* RCURLY!
75 : #( LCURLY ( stat )+ )
106 LCURLY: '{'
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dbtpyparse.py40 LCURLY, RCURLY, LPAREN, RPAREN, QUOTE, COMMA, AT, EQUALS, HASH = map(
47 return (LPAREN + expr + RPAREN) | (LCURLY + expr + RCURLY)
58 curly_string << LCURLY + ZeroOrMore(curly_item) + RCURLY
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Dbtpyparse.py30 LCURLY,RCURLY,LPAREN,RPAREN,QUOTE,COMMA,AT,EQUALS,HASH = map(Suppress,'{}()",@=#')
35 return (LPAREN + expr + RPAREN) | (LCURLY + expr + RCURLY)
46 curly_string << LCURLY + ZeroOrMore(curly_item) + RCURLY
/dports/devel/antlr/antlr-2.7.7/examples/csharp/IDL/
H A Didl.g47 LCURLY d:definition_list RCURLY
65 : LCURLY! (export)* RCURLY!
311 LCURLY member_list RCURLY
326 LCURLY switch_body RCURLY
364 : "enum" identifier LCURLY enumerator_list RCURLY
410 LCURLY opt_member_list RCURLY
550 LCURLY
/dports/devel/antlr/antlr-2.7.7/examples/java/IDL/
H A Didl.g48 LCURLY d:definition_list RCURLY
66 : LCURLY! (export)* RCURLY!
312 LCURLY member_list RCURLY
327 LCURLY switch_body RCURLY
365 : "enum" identifier LCURLY enumerator_list RCURLY
411 LCURLY opt_member_list RCURLY
551 LCURLY
/dports/devel/antlr/antlr-2.7.7/examples/cpp/IDL/
H A Didl.g45 LCURLY d:definition_list RCURLY
60 : LCURLY! (export_spec)* RCURLY!
294 LCURLY member_list RCURLY
309 LCURLY switch_body RCURLY
346 : "enum" identifier LCURLY enumerator_list RCURLY
391 LCURLY opt_member_list RCURLY
530 LCURLY
/dports/devel/pear-PHP_Parser/PHP_Parser-0.2.2/Parser/
H A DCore.out201 LCURLY shift 245
468 LCURLY shift 245
734 LCURLY shift 245
1000 LCURLY shift 245
1266 LCURLY shift 245
1532 LCURLY shift 245
1798 LCURLY shift 245
2064 LCURLY shift 245
2330 LCURLY shift 245
2596 LCURLY shift 245
[all …]
/dports/graphics/jogamp-jogl/gluegen/src/antlr/com/jogamp/gluegen/cgram/
H A DGnuCParser.g159 ("volatile")? LCURLY expr RCURLY ( SEMI )+
182 LCURLY
210 LCURLY^ (initializerList ( COMMA! )? )? RCURLY
348 ( ( ID LCURLY )=> i:ID l:LCURLY
357 | l1:LCURLY
393 ( ( ID LCURLY )=> i:ID LCURLY enumList[i.getText()] RCURLY
394 | LCURLY enumList["anonymous"] RCURLY
439 : LCURLY^
627 | (LPAREN LCURLY) => LPAREN^ compoundStatement[getAScopeName()] RPAREN
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/cgram/
H A DGnuCParser.g158 ("volatile")? LCURLY expr RCURLY ( SEMI )+
181 LCURLY
209 LCURLY^ (initializerList ( COMMA! )? )? RCURLY
334 ( ( ID LCURLY )=> i:ID l:LCURLY
343 | l1:LCURLY
379 ( ( ID LCURLY )=> i:ID LCURLY enumList[i.getText()] RCURLY
380 | LCURLY enumList["anonymous"] RCURLY
425 : LCURLY^
613 | (LPAREN LCURLY) => LPAREN^ compoundStatement[getAScopeName()] RPAREN
/dports/devel/antlr/antlr-2.7.7/examples/csharp/imagNodeAST/
H A Dtreewalk.g19 : LCURLY! ( statement )* RCURLY!
74 LCURLY: '{'
/dports/devel/antlr/antlr-2.7.7/examples/java/imagNodeAST/
H A Dtreewalk.g12 : LCURLY! ( statement )* RCURLY!
67 LCURLY: '{'
/dports/devel/p5-Pegex/Pegex-0.75/xt/grammars/
H A Deyapp2pegex.pgx6 <LCURLY>
8 [^ <LCURLY><RCURLY> ]+ | # Most stuff
/dports/x11/py-xdot/xdot-1.2/xdot/dot/
H A Dscanner.py28 LCURLY = 6 variable
111 b'{': LCURLY,
/dports/devel/antlr/antlr-2.7.7/examples/python/imagNodeAST/
H A Dimagnode.g21 : LCURLY! ( statement )* RCURLY!
76 LCURLY: '{'

12345678910