/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_db/src/helpers/insert_use/ |
H A D | tests.rs | 10 check( in respects_cfg_attr_fn() 81 group: false, in insert_not_group() 100 group: false, in insert_not_group_empty() 608 group: false, in merge_mod_into_glob() 626 group: false, in merge_self_glob() 879 let syntax = source_file.syntax().clone_for_update(); in check_with_config() localVariable 887 .syntax() in check_with_config() 911 group: true, in check() 932 .syntax() in check_merge_only_fail() 939 .syntax() in check_merge_only_fail() [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_db/src/helpers/insert_use/ |
H A D | tests.rs | 10 check( in respects_cfg_attr_fn() 81 group: false, in insert_not_group() 100 group: false, in insert_not_group_empty() 608 group: false, in merge_mod_into_glob() 626 group: false, in merge_self_glob() 879 let syntax = source_file.syntax().clone_for_update(); in check_with_config() localVariable 887 .syntax() in check_with_config() 911 group: true, in check() 932 .syntax() in check_merge_only_fail() 939 .syntax() in check_merge_only_fail() [all …]
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/ |
H A D | remove_dbg.rs | 2 use syntax::{ 34 let mac_input = tt.syntax().children_with_tokens().skip(1).take_while(|it| *it != r_delim); in remove_dbg() 38 .filter_map(|(is_sep, group)| (!is_sep).then(|| group)) in remove_dbg() 43 let parent = macro_call.syntax().parent()?; in remove_dbg() 50 let range = macro_call.syntax().text_range(); in remove_dbg() 58 let range = it.syntax().text_range(); in remove_dbg() 65 _ => (macro_call.syntax().text_range(), "()".to_owned()) in remove_dbg() 104 macro_call.syntax().text_range(), in remove_dbg() 118 Some(it?.into_token().and_then(ast::Whitespace::cast)?.syntax().text_range().start()) in whitespace_start() 154 check( in test_remove_dbg_keep_semicolon_in_let() [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/ |
H A D | remove_dbg.rs | 2 use syntax::{ 34 let mac_input = tt.syntax().children_with_tokens().skip(1).take_while(|it| *it != r_delim); in remove_dbg() 38 .filter_map(|(is_sep, group)| (!is_sep).then(|| group)) in remove_dbg() 43 let parent = macro_call.syntax().parent()?; in remove_dbg() 50 let range = macro_call.syntax().text_range(); in remove_dbg() 58 let range = it.syntax().text_range(); in remove_dbg() 65 _ => (macro_call.syntax().text_range(), "()".to_owned()) in remove_dbg() 104 macro_call.syntax().text_range(), in remove_dbg() 118 Some(it?.into_token().and_then(ast::Whitespace::cast)?.syntax().text_range().start()) in whitespace_start() 154 check( in test_remove_dbg_keep_semicolon_in_let() [all …]
|
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/ |
H A D | show.result | 7 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 11 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 15 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 25 from (select nm from test.t1 group by nm) dt); 28 where field in (select * from (select nm from test.t1 group by nm) dt); 32 where field in (select * from (select nm from test.t1 group by nm) dt); 37 where table_name='t1' group by column_name) dt);
|
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/ |
H A D | show.result | 7 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 11 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 15 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 25 from (select nm from test.t1 group by nm) dt); 28 where field in (select * from (select nm from test.t1 group by nm) dt); 32 where field in (select * from (select nm from test.t1 group by nm) dt); 37 where table_name='t1' group by column_name) dt);
|
H A D | win_percentile.result | 8 # Test invalid syntax 12 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 14 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 19 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 21 select percentile_disc() within group() over (partition by name) from t1; 22 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 24 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 26 # Test simple syntax 48 name percentile_disc(0.5) within group(order by score) over () [all …]
|
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/ |
H A D | show.result | 7 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 11 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 15 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 25 from (select nm from test.t1 group by nm) dt); 28 where field in (select * from (select nm from test.t1 group by nm) dt); 32 where field in (select * from (select nm from test.t1 group by nm) dt); 37 where table_name='t1' group by column_name) dt);
|
H A D | win_percentile.result | 8 # Test invalid syntax 12 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 14 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 19 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 21 select percentile_disc() within group() over (partition by name) from t1; 22 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 24 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 26 # Test simple syntax 48 name percentile_disc(0.5) within group(order by score) over () [all …]
|
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/ |
H A D | show.result | 7 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 11 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 15 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 25 from (select nm from test.t1 group by nm) dt); 28 where field in (select * from (select nm from test.t1 group by nm) dt); 32 where field in (select * from (select nm from test.t1 group by nm) dt); 37 where table_name='t1' group by column_name) dt);
|
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/ |
H A D | show.result | 7 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 11 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 15 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 25 from (select nm from test.t1 group by nm) dt); 28 where field in (select * from (select nm from test.t1 group by nm) dt); 32 where field in (select * from (select nm from test.t1 group by nm) dt); 37 where table_name='t1' group by column_name) dt);
|
H A D | win_percentile.result | 8 # Test invalid syntax 12 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 14 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 19 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 21 select percentile_disc() within group() over (partition by name) from t1; 22 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 24 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 26 # Test simple syntax 48 name percentile_disc(0.5) within group(order by score) over () [all …]
|
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/ |
H A D | show.result | 7 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 11 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 15 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 25 from (select nm from test.t1 group by nm) dt); 28 where field in (select * from (select nm from test.t1 group by nm) dt); 32 where field in (select * from (select nm from test.t1 group by nm) dt); 37 where table_name='t1' group by column_name) dt);
|
H A D | win_percentile.result | 8 # Test invalid syntax 12 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 14 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 17 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 19 …You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver… 21 select percentile_disc() within group() over (partition by name) from t1; 22 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 24 …ror in your SQL syntax; check the manual that corresponds to your MariaDB server version for the r… 26 # Test simple syntax 48 name percentile_disc(0.5) within group(order by score) over () [all …]
|
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/ |
H A D | parser-util.rkt | 19 (struct token-group (enames vnames)) 28 (define (check-top-level stx) 35 (check-top-level stx) 45 (token-group (let ([egroup #'yacc-ename]) 51 (check-top-level stx) 53 [(_ (~var tg (static token-group? "token group")) ...) 115 (define (check-nonterminal ntinfo) 152 (check-nonterminal (lookup-nonterminal (quote-syntax nt))))))])) 214 (tokens token-group ...) 316 (begin (check-nonterminal (lookup-nonterminal (quote-syntax nt))) [all …]
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/profiles/preferences/ |
H A D | show.html.haml | 30 .col-lg-4.profile-settings-sidebar#syntax-highlighting-theme 37 .col-lg-8.syntax-theme 56 .form-group 62 .form-group 71 .form-group 77 .form-group.form-check 81 .form-group.form-check 85 .form-group.form-check 91 .form-group.form-check 142 .form-group.form-check [all …]
|
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/www/cgi/ |
H A D | search | 117 } elseif {[check-mac-syntax $dbfd $q] eq ""} then { 122 } elseif {[check-ip-syntax $dbfd $q "inet"] eq ""} then { 128 } elseif {[check-ip-syntax $dbfd $q "cidr"] eq ""} then { 151 if {[check-ip-syntax $dbfd $val "inet"] eq ""} then { 154 } elseif {[check-ip-syntax $dbfd $val "cidr"] eq ""} then { 182 allowed-groups {search {q group:%s}} 208 allowed-groups {search {q group:%s}} 337 set msg [check-fqdn-syntax $dbfd $val name domain iddom] 343 set msg [check-name-syntax $val] 386 set msg [check-fqdn-syntax $dbfd $val name domain iddom] [all …]
|
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/highlight/ |
H A D | README.md | 6 This is a package for syntax highlighting a large number of different languages. To see the list of 9 Highlight allows you to pass in a string and get back all the information you need to syntax highli… 48 // Load the go syntax file 64 …// Note that there is only a group at a line and column number if the syntax highlighting changed … 73 if group, ok := matches[lineN][colN]; ok { 98 …e, but highlighting might have been turned off at the very end of the line so we should check that. 99 if group, ok := matches[lineN][len(l)]; ok { 100 if group == highlight.Groups["default"] || group == highlight.Groups[""] { 116 // The first line of the file (needed to check the filetype by header: e.g. `#!/bin/bash` means she… 119 // Parse all the syntax files in an array with type []*highlight.Def [all …]
|