Home
last modified time | relevance | path

Searched refs:token_type (Results 51 – 75 of 2581) sorted by relevance

12345678910>>...104

/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/assignment-3/
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/trivia-parsing/
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/CodeLayout/
H A DProhibitQuotedWordLists.pm22 my $token_type = $token->{type};
25 $token_type == ARRAY_VAR ||
26 $token_type == LOCAL_ARRAY_VAR ||
27 $token_type == GLOBAL_ARRAY_VAR
30 $token_type = $token->{type};
31 if ($token_type == ASSIGN) {
33 $token_type = $token->{type};
58 elsif ($token_type == STRING || $token_type == RAW_STRING) {
75 elsif ($token_type == USE_DECL) {
77 $token_type = $token->{type};
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/unops/
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/roblox_cases/pass/no_roblox_syntax/
H A Dast.snap18 token_type:
29 token_type:
41 token_type:
53 token_type:
97 token_type:
109 token_type:
242 token_type:
298 token_type:
454 token_type:
510 token_type:
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Subroutines/
H A DRequireFinalReturn.pm23 my $token_type = $token->{type};
24 if ($token_type == FUNCTION_DECL) {
26 $token_type = $token->{type};
27 if ($token_type == LEFT_BRACE) {
37 $token_type = $token->{type};
40 if ($token_type == LEFT_BRACE) {
43 elsif ($token_type == RIGHT_BRACE) {
80 elsif ($token_type == RETURN || $token_type == GOTO) {
96 elsif ($token_type == RETURN || $token_type == GOTO) {
121 elsif ($token_type == KEY) {
[all …]
H A DRequireArgUnpacking.pm23 my $token_type = $token->{type};
27 $token_type == FUNCTION_DECL ||
32 $token_type = $token->{type};
34 if ($token_type == LEFT_BRACE) {
44 $token_type = $token->{type};
47 if ($token_type == LEFT_BRACE) {
72 $token_type = $token->{type};
83 $token_type = $token->{type};
87 if ($token_type == INT) {
99 elsif ($token_type == NAMESPACE || $token_type == METHOD) {
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ValuesAndExpressions/
H A DProhibitMagicNumbers.pm95 $token_type = $token->{type};
150 ($token_type == VAR || $token_type == GLOBAL_VAR)
160 $token_type == ASSIGN ||
167 if ($token_type == FUNCTION) {
222 if ($token_type == FOR_STATEMENT || $token_type == FOREACH_STATEMENT) {
226 if ($token_type == SEMI_COLON || $token_type == LEFT_BRACE) {
288 my $token_type = $token->{type};
291 if ($token_type == ASSIGN) {
298 elsif ($token_type == ARROW) {
312 if ($token_type == DOUBLE) {
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/binops/
H A Dast.snap23 token_type:
49 token_type:
61 token_type:
194 token_type:
206 token_type:
396 token_type:
707 token_type:
1021 token_type:
1277 token_type:
1536 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 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/roblox_cases/pass/compound_assignment/
H A Dast.snap20 token_type:
32 token_type:
50 token_type:
76 token_type:
88 token_type:
134 token_type:
146 token_type:
190 token_type:
202 token_type:
260 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/gt-lt/
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/InputOutput/
H A DRequireCheckedSyscalls.pm45 my $token_type = $token->{type};
49 if ($token_type == ASSIGN) {
54 if ($token_type == USED_NAME) {
63 if ($token_type == REG_EXP) {
79 …elsif (($token_type == STRING || $token_type == RAW_STRING) && any {$_ eq $token_data} @target_fun…
115 my $token_type = $token->{type};
117 if ($token_type == REG_LIST) {
145 …elsif (($token_type == STRING || $token_type == RAW_STRING) && any {$_ eq $token_data} @target_fun…
164 my $token_type = $token->{type};
176 if ($token_type == BUILTIN_FUNC || ($is_target_all && $token_type == RETURN)) {
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/decimal_seperators/
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/NamingConventions/
H A DProhibitAmbiguousNames.pm27 my $token_type = $token->{type};
29 if ($token_type == FOR_STATEMENT || $token_type == FOREACH_STATEMENT) {
37 if ($token_type == VAR_DECL || $token_type == OUR_DECL || $token_type == LOCAL_DECL) {
41 my $token_type = $token->{type};
48 $token_type == GLOBAL_VAR
52 elsif ($token_type == NAMESPACE_RESOLVER || $token_type == GLOB) {
55 elsif ($token_type == NAMESPACE) {
58 elsif ($token_type == LEFT_PAREN) {
69 elsif ($token_type == FUNCTION_DECL) {
72 my $token_type = $token->{type};
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types_loops/
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/local-assignment-3/
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/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/detail/input/
H A Dparser.hpp59 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
189 case token_type::begin_object: in sax_parse_internal()
236 case token_type::begin_array: in sax_parse_internal()
260 case token_type::value_float: in sax_parse_internal()
288 case token_type::literal_null: in sax_parse_internal()
297 case token_type::literal_true: in sax_parse_internal()
315 case token_type::value_string: in sax_parse_internal()
333 case token_type::parse_error: in sax_parse_internal()
456 token_type get_token() in get_token()
472 if (last_token == token_type::parse_error) in exception_message()
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/input/
H A Dparser.hpp39 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
180 case token_type::begin_object: in sax_parse_internal()
228 case token_type::begin_array: in sax_parse_internal()
252 case token_type::value_float: in sax_parse_internal()
272 case token_type::literal_false: in sax_parse_internal()
281 case token_type::literal_null: in sax_parse_internal()
290 case token_type::literal_true: in sax_parse_internal()
308 case token_type::value_string: in sax_parse_internal()
326 case token_type::parse_error: in sax_parse_internal()
451 token_type get_token() in get_token()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/detail/input/
H A Dparser.hpp59 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
189 case token_type::begin_object: in sax_parse_internal()
236 case token_type::begin_array: in sax_parse_internal()
260 case token_type::value_float: in sax_parse_internal()
288 case token_type::literal_null: in sax_parse_internal()
297 case token_type::literal_true: in sax_parse_internal()
315 case token_type::value_string: in sax_parse_internal()
333 case token_type::parse_error: in sax_parse_internal()
456 token_type get_token() in get_token()
472 if (last_token == token_type::parse_error) in exception_message()
[all …]
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/input/
H A Dparser.hpp39 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
180 case token_type::begin_object: in sax_parse_internal()
228 case token_type::begin_array: in sax_parse_internal()
252 case token_type::value_float: in sax_parse_internal()
272 case token_type::literal_false: in sax_parse_internal()
281 case token_type::literal_null: in sax_parse_internal()
290 case token_type::literal_true: in sax_parse_internal()
308 case token_type::value_string: in sax_parse_internal()
326 case token_type::parse_error: in sax_parse_internal()
451 token_type get_token() in get_token()
[all …]
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/detail/input/
H A Dparser.hpp59 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
187 case token_type::begin_object: in sax_parse_internal()
232 case token_type::begin_array: in sax_parse_internal()
256 case token_type::value_float: in sax_parse_internal()
284 case token_type::literal_null: in sax_parse_internal()
293 case token_type::literal_true: in sax_parse_internal()
311 case token_type::value_string: in sax_parse_internal()
329 case token_type::parse_error: in sax_parse_internal()
446 token_type get_token() in get_token()
462 if (last_token == token_type::parse_error) in exception_message()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/detail/input/
H A Dparser.hpp59 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
189 case token_type::begin_object: in sax_parse_internal()
236 case token_type::begin_array: in sax_parse_internal()
260 case token_type::value_float: in sax_parse_internal()
288 case token_type::literal_null: in sax_parse_internal()
297 case token_type::literal_true: in sax_parse_internal()
315 case token_type::value_string: in sax_parse_internal()
333 case token_type::parse_error: in sax_parse_internal()
456 token_type get_token() in get_token()
472 if (last_token == token_type::parse_error) in exception_message()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/include/nlohmann/detail/input/
H A Dparser.hpp40 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
186 case token_type::begin_object: in sax_parse_internal()
233 case token_type::begin_array: in sax_parse_internal()
257 case token_type::value_float: in sax_parse_internal()
276 case token_type::literal_false: in sax_parse_internal()
285 case token_type::literal_null: in sax_parse_internal()
294 case token_type::literal_true: in sax_parse_internal()
312 case token_type::value_string: in sax_parse_internal()
330 case token_type::parse_error: in sax_parse_internal()
453 token_type get_token() in get_token()
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/nlohmann/detail/input/
H A Dparser.hpp40 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
186 case token_type::begin_object: in sax_parse_internal()
233 case token_type::begin_array: in sax_parse_internal()
257 case token_type::value_float: in sax_parse_internal()
276 case token_type::literal_false: in sax_parse_internal()
285 case token_type::literal_null: in sax_parse_internal()
294 case token_type::literal_true: in sax_parse_internal()
312 case token_type::value_string: in sax_parse_internal()
330 case token_type::parse_error: in sax_parse_internal()
453 token_type get_token() in get_token()
[all …]

12345678910>>...104