Home
last modified time | relevance | path

Searched refs:token_type (Results 76 – 100 of 2965) sorted by relevance

12345678910>>...119

/dports/graphics/qgis/qgis-3.22.3/external/nlohmann/detail/input/
H A Dparser.hpp40 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
184 case token_type::begin_object: in sax_parse_internal()
231 case token_type::begin_array: in sax_parse_internal()
255 case token_type::value_float: in sax_parse_internal()
274 case token_type::literal_false: in sax_parse_internal()
283 case token_type::literal_null: in sax_parse_internal()
292 case token_type::literal_true: in sax_parse_internal()
310 case token_type::value_string: in sax_parse_internal()
328 case token_type::parse_error: in sax_parse_internal()
451 token_type get_token() in get_token()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nlohmann/detail/input/
H A Dparser.hpp40 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
184 case token_type::begin_object: in sax_parse_internal()
231 case token_type::begin_array: in sax_parse_internal()
255 case token_type::value_float: in sax_parse_internal()
274 case token_type::literal_false: in sax_parse_internal()
283 case token_type::literal_null: in sax_parse_internal()
292 case token_type::literal_true: in sax_parse_internal()
310 case token_type::value_string: in sax_parse_internal()
328 case token_type::parse_error: in sax_parse_internal()
451 token_type get_token() in get_token()
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/RegularExpressions/
H A DRequireExtendedFormatting.pm31 my $token_type = $token->{type};
67 $token_type == REG_LIST ||
68 $token_type == REG_QUOTE ||
69 $token_type == REG_EXEC
75 if ($token_type == SEMI_COLON) {
80 if ($token_type == REG_EXP || $token_type == REG_REPLACE_FROM) {
88 if ($token_type == LEFT_BRACE) {
92 if ($token_type == RIGHT_BRACE) {
116 … ($token_type == RAW_STRING || $token_type == STRING || $token_type == REG_EXP) &&
131 $token_type == BUILTIN_FUNC &&
[all …]
H A DRequireDotMatchAnything.pm27 my $token_type = $token->{type};
62 $token_type == REG_ALL_REPLACE ||
63 $token_type == REG_LIST ||
64 $token_type == REG_QUOTE ||
65 $token_type == REG_EXEC
71 if ($token_type == SEMI_COLON) {
77 if ($token_type == LEFT_BRACE) {
81 if ($token_type == RIGHT_BRACE) {
105 … ($token_type == RAW_STRING || $token_type == STRING || $token_type == REG_EXP) &&
120 $token_type == BUILTIN_FUNC &&
[all …]
H A DRequireLineBoundaryMatching.pm27 my $token_type = $token->{type};
62 $token_type == REG_ALL_REPLACE ||
63 $token_type == REG_LIST ||
64 $token_type == REG_QUOTE ||
65 $token_type == REG_EXEC
71 if ($token_type == SEMI_COLON) {
77 if ($token_type == LEFT_BRACE) {
81 if ($token_type == RIGHT_BRACE) {
105 … ($token_type == RAW_STRING || $token_type == STRING || $token_type == REG_EXP) &&
120 $token_type == BUILTIN_FUNC &&
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/fractional-numbers/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/table-constructor-3/
H A Dast.snap20 token_type:
32 token_type:
48 token_type:
60 token_type:
74 token_type:
86 token_type:
467 token_type:
479 token_type:
491 token_type:
533 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types_nested_array/
H A Dtokens.snap14 token_type:
25 token_type:
36 token_type:
47 token_type:
58 token_type:
69 token_type:
80 token_type:
91 token_type:
102 token_type:
113 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/local-function-2/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/table-constructors-7/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil.Metadata/
H A DUtilities.cs60 TokenType token_type; in GetMetadataToken()
78 token_type = TokenType.Field; goto ret; in GetMetadataToken()
80 token_type = TokenType.Param; goto ret; in GetMetadataToken()
90 token_type = TokenType.Method; goto ret; in GetMetadataToken()
92 token_type = TokenType.Field; goto ret; in GetMetadataToken()
98 token_type = TokenType.Param; goto ret; in GetMetadataToken()
110 token_type = TokenType.Event; goto ret; in GetMetadataToken()
122 token_type = TokenType.File; goto ret; in GetMetadataToken()
136 token_type = TokenType.Field; goto ret; in GetMetadataToken()
138 token_type = TokenType.Param; goto ret; in GetMetadataToken()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil.Metadata/
H A DUtilities.cs60 TokenType token_type; in GetMetadataToken()
78 token_type = TokenType.Field; goto ret; in GetMetadataToken()
80 token_type = TokenType.Param; goto ret; in GetMetadataToken()
90 token_type = TokenType.Method; goto ret; in GetMetadataToken()
92 token_type = TokenType.Field; goto ret; in GetMetadataToken()
98 token_type = TokenType.Param; goto ret; in GetMetadataToken()
110 token_type = TokenType.Event; goto ret; in GetMetadataToken()
122 token_type = TokenType.File; goto ret; in GetMetadataToken()
136 token_type = TokenType.Field; goto ret; in GetMetadataToken()
138 token_type = TokenType.Param; goto ret; in GetMetadataToken()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil.Metadata/
H A DUtilities.cs60 TokenType token_type; in GetMetadataToken()
78 token_type = TokenType.Field; goto ret; in GetMetadataToken()
80 token_type = TokenType.Param; goto ret; in GetMetadataToken()
90 token_type = TokenType.Method; goto ret; in GetMetadataToken()
92 token_type = TokenType.Field; goto ret; in GetMetadataToken()
98 token_type = TokenType.Param; goto ret; in GetMetadataToken()
110 token_type = TokenType.Event; goto ret; in GetMetadataToken()
122 token_type = TokenType.File; goto ret; in GetMetadataToken()
136 token_type = TokenType.Field; goto ret; in GetMetadataToken()
138 token_type = TokenType.Param; goto ret; in GetMetadataToken()
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Modules/
H A DProhibitConditionalUseStatements.pm26 $token_type = $token->{type};
30 $token_type == UNLESS_STATEMENT ||
31 $token_type == ELSE_STATEMENT ||
32 $token_type == ELSIF_STATEMENT ||
37 $token_type == CONTINUE ||
44 …($token_type == AND || $token_type == OR || $token_type == ALPHABET_OR || $token_type == ALPHABET_…
50 elsif ($token_type == DO) {
53 elsif ($token_type == IF_STATEMENT) {
59 elsif ($token_type == LEFT_BRACE) {
62 elsif ($token_type == RIGHT_BRACE) {
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/lua52_cases/pass/goto-1/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/BuiltinFunctions/
H A DProhibitBooleanGrep.pm20 my $token_type = $token->{type};
23 $token_type == IF_STATEMENT ||
26 $token_type == UNTIL_STATEMENT
29 $token_type = $token->{type};
30 if ($token_type == LEFT_PAREN) {
80 $token_type == OR ||
81 $token_type == AND ||
82 $token_type == ALPHABET_OR ||
83 $token_type == ALPHABET_AND
88 if ($token_type == EQUAL_EQUAL) {
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/trivia-parsing/
H A Dast.snap20 token_type:
32 token_type:
74 token_type:
86 token_type:
154 token_type:
165 token_type:
188 token_type:
242 token_type:
301 token_type:
355 token_type:
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ControlStructures/
H A DProhibitUnreachableCode.pm43 $token_type = $token->{type};
46 if ($token_type == LEFT_BRACE) {
51 if ($token_type == RIGHT_BRACE) {
71 …(($token_type == KEY || $token_type == BUILTIN_FUNC) && $control_statement_to_exit{$token_data}) ||
90 $token_type = $token->{type};
95 if ($token_type == IF_STATEMENT || $token_type == UNLESS_STATEMENT) {
105 if ($token_type == KEY) {
115 if ($token_type == PACKAGE) {
122 $token_type == USE_DECL || $token_type == OUR_DECL ||
127 $token_type = $token->{type};
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types_indexable/
H A Dast.snap20 token_type:
32 token_type:
47 token_type:
149 token_type:
161 token_type:
207 token_type:
219 token_type:
385 token_type:
502 token_type:
686 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/named_function_arg_types/
H A Dast.snap19 token_type:
31 token_type:
45 token_type:
57 token_type:
72 token_type:
84 token_type:
336 token_type:
348 token_type:
578 token_type:
604 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/shorthand_array_type/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/devel/p5-Perl-PrereqScanner-NotQuiteLite/Perl-PrereqScanner-NotQuiteLite-0.9914/lib/Perl/PrereqScanner/
H A DNotQuiteLite.pm336 my ($token, $token_desc, $token_type) = ('', '', '');
433 $token_type = '';
607 $token_type = '';
813 $token_type = 'VARIABLE';
828 $token_type = '';
831 $token_type = 'EXPR';
858 $token_type = 'VARIABLE';
1458 if ($token_type eq 'STRING') {
1492 } elsif ($token_type eq 'VARIABLE') {
1613 $token = $token_type = '';
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types_exported/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/numeric-for-loop/
H A Dast.snap20 token_type:
32 token_type:
46 token_type:
58 token_type:
72 token_type:
84 token_type:
115 token_type:
127 token_type:
171 token_type:
282 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/fail/parser/if-5/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]

12345678910>>...119