Home
last modified time | relevance | path

Searched refs:RANGLE (Results 26 – 50 of 182) sorted by relevance

12345678

/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqxmlstream.g49 %token RANGLE ">"
139 RANGLE
692 token = RANGLE;
906 doctype_decl ::= langle_bang DOCTYPE qname RANGLE;
918 doctype_decl ::= doctype_decl_start external_id space_opt RANGLE;
1071 attlist_decl ::= langle_bang ATTLIST qname space_opt RANGLE;
1160 entity_decl ::= entity_decl_external space_opt RANGLE;
1164 entity_decl ::= entity_decl_start entity_value space_opt RANGLE;
1238 comment ::= comment_start RANGLE;
1601 stag ::= stag_start attribute_list_opt RANGLE;
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqxmlstream.g49 %token RANGLE ">"
139 RANGLE
692 token = RANGLE;
906 doctype_decl ::= langle_bang DOCTYPE qname RANGLE;
918 doctype_decl ::= doctype_decl_start external_id space_opt RANGLE;
1071 attlist_decl ::= langle_bang ATTLIST qname space_opt RANGLE;
1160 entity_decl ::= entity_decl_external space_opt RANGLE;
1164 entity_decl ::= entity_decl_start entity_value space_opt RANGLE;
1238 comment ::= comment_start RANGLE;
1601 stag ::= stag_start attribute_list_opt RANGLE;
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqxmlstream.g49 %token RANGLE ">"
139 RANGLE
692 token = RANGLE;
906 doctype_decl ::= langle_bang DOCTYPE qname RANGLE;
918 doctype_decl ::= doctype_decl_start external_id space_opt RANGLE;
1071 attlist_decl ::= langle_bang ATTLIST qname space_opt RANGLE;
1160 entity_decl ::= entity_decl_external space_opt RANGLE;
1164 entity_decl ::= entity_decl_start entity_value space_opt RANGLE;
1238 comment ::= comment_start RANGLE;
1601 stag ::= stag_start attribute_list_opt RANGLE;
[all …]
/dports/lang/nyan/nyan-3c263e2/nyan/lexer/
H A Dbracket.cpp80 case token_type::RANGLE: in to_type()
99 return token_type::RANGLE; in expected_match()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DLexemes.hpp21 RANGLE, // > enumerator
84 IGA_LEXEME_TOKEN(RANGLE); // > in LexemeString()
/dports/devel/p5-Pegex/Pegex-0.75/share/
H A Dpegex.pgx188 /(= rule-modifier? LANGLE rule-name (! RANGLE ) )/
191 /(= rule-modifier? rule-name RANGLE )/
195 rule-modifier? (: rule-name | LANGLE rule-name RANGLE )
206 (: rule-name | LANGLE rule-name RANGLE )
/dports/devel/p5-Pegex/Pegex-0.75/xt/grammars/
H A Dpegex.pgx188 /(= rule-modifier? LANGLE rule-name (! RANGLE ) )/
191 /(= rule-modifier? rule-name RANGLE )/
195 rule-modifier? (: rule-name | LANGLE rule-name RANGLE )
206 (: rule-name | LANGLE rule-name RANGLE )
H A Dswim.pgx36 RANGLE RANGLE RANGLE EOL
284 marker-pfunc-end: / RANGLE /
/dports/lang/nyan/nyan-3c263e2/nyan/
H A Dtoken.h40 RANGLE, enumerator
88 case token_type::RANGLE: return "'>'"; in token_type_str()
/dports/science/madness/madness-ebb3fd7/src/examples/compiler/
H A Dmra.yy69 %token RANGLE
104 %left LANGLE RANGLE MLINE
195 LANGLE mline RANGLE { $$ = $2; }
196 …| LANGLE exp RANGLE { $$ = new Exp("trace",$2,Exp::brakettype($2->type(),$2…
225 | exp RANGLE exp %prec GT { $$ = new Exp("gt",$1,$3); }
H A Dmra.ll36 RANGLE >
164 {RANGLE} {RET(RANGLE)}
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/xml/
H A DZLXMLWriter.cpp39 static const std::string RANGLE = ">"; variable
63 stream.write(RANGLE); in writeStart()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/tools/moc/
H A Dtoken.h58 RANGLE, enumerator
231 PP_RANGLE = RANGLE,
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/impl/com/sun/java/help/impl/
H A DDocPConst.java52 public static final char RANGLE = '>'; field in DocPConst
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Ddfmparse.py32 RANGLE = Literal(">").suppress() variable
84 item_list = LANGLE + ZeroOrMore(item_list_entry) + RANGLE
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Ddfmparse.py47 RANGLE = Literal(">").suppress() variable
117 item_list = LANGLE + ZeroOrMore(item_list_entry) + RANGLE
/dports/www/mod_auth_gssapi/mod_auth_gssapi-1.6.3/src/asn1c/
H A Dxer_decoder.c102 #define RANGLE 0x3e /* '>' */ macro
110 if(size < 2 || buf[0] != LANGLE || buf[size-1] != RANGLE) { in xer_check_tag()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t240/
H A Dxer_decoder.c102 #define RANGLE 0x3e /* '>' */ macro
110 if(size < 2 || buf[0] != LANGLE || buf[size-1] != RANGLE) { in xer_check_tag()
/dports/lang/asn1c/asn1c-0.9.27/skeletons/
H A Dxer_decoder.c102 #define RANGLE 0x3e /* '>' */ macro
110 if(size < 2 || buf[0] != LANGLE || buf[size-1] != RANGLE) { in xer_check_tag()
/dports/net/fort/FORT-validator-1.5.3/src/asn1/asn1c/
H A Dxer_decoder.c106 #define RANGLE 0x3e /* '>' */ macro
114 if(size < 2 || buf[0] != LANGLE || buf[size-1] != RANGLE) { in xer_check_tag()
/dports/devel/p5-Pegex/Pegex-0.75/lib/Pegex/Grammar/
H A DAtoms.pm74 RANGLE => '\>',
/dports/textproc/agrep/agrep-2.04/
H A Dagrep.h43 #define RANGLE 247 /* > */ macro
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dtoken.h45 F(RANGLE) \
254 PP_RANGLE = RANGLE,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dtoken.h45 F(RANGLE) \
254 PP_RANGLE = RANGLE,
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dtoken.h45 F(RANGLE) \
254 PP_RANGLE = RANGLE,

12345678