Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 25 of 16943) sorted by relevance

12345678910>>...678

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/
H A Dkeywords.py11 from sqlparse import tokens
98 'ABS': tokens.Keyword,
101 'ADA': tokens.Keyword,
102 'ADD': tokens.Keyword,
107 'ALL': tokens.Keyword,
111 'ANY': tokens.Keyword,
113 'ARE': tokens.Keyword,
119 'AT': tokens.Keyword,
124 'AVG': tokens.Keyword,
238 'DO': tokens.Keyword,
[all …]
/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/
H A Dkeywords.py10 from sqlparse import tokens
90 tokens.Keyword),
104 'ABS': tokens.Keyword,
107 'ADA': tokens.Keyword,
108 'ADD': tokens.Keyword,
113 'ALL': tokens.Keyword,
117 'ANY': tokens.Keyword,
119 'ARE': tokens.Keyword,
125 'AT': tokens.Keyword,
130 'AVG': tokens.Keyword,
[all …]
/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/tests/
H A Dtest_builder.py55 [tokens.Text(text="spam"), tokens.Text(text="eggs")],
69 [tokens.TemplateOpen(), tokens.Text(text="foobar"), tokens.TemplateClose()],
187 [tokens.ArgumentOpen(), tokens.Text(text="foobar"), tokens.ArgumentClose()],
232 [tokens.WikilinkOpen(), tokens.Text(text="foobar"), tokens.WikilinkClose()],
416 [tokens.CommentStart(), tokens.Text(text="foobar"), tokens.CommentEnd()],
677 tokens.TemplateOpen(),
678 tokens.TemplateOpen(),
758 tokens.CommentEnd(),
816 [tokens.TemplateOpen(), tokens.TemplateParamSeparator()],
823 [tokens.TagOpenOpen(), tokens.TagAttrStart()],
[all …]
/dports/x11/rofi/rofi-1.6.1/test/
H A Dhelper-tokenize.c78 helper_tokenize_free ( tokens ); in START_TEST()
95 helper_tokenize_free ( tokens ); in START_TEST()
108 helper_tokenize_free ( tokens ); in START_TEST()
122 helper_tokenize_free ( tokens ); in START_TEST()
135 helper_tokenize_free ( tokens ); in START_TEST()
153 helper_tokenize_free ( tokens ); in START_TEST()
169 helper_tokenize_free ( tokens ); in START_TEST()
183 helper_tokenize_free ( tokens ); in START_TEST()
196 helper_tokenize_free ( tokens ); in START_TEST()
209 helper_tokenize_free ( tokens ); in START_TEST()
[all …]
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/test/
H A Dhelper-tokenize.c78 helper_tokenize_free ( tokens ); in START_TEST()
95 helper_tokenize_free ( tokens ); in START_TEST()
108 helper_tokenize_free ( tokens ); in START_TEST()
122 helper_tokenize_free ( tokens ); in START_TEST()
135 helper_tokenize_free ( tokens ); in START_TEST()
153 helper_tokenize_free ( tokens ); in START_TEST()
169 helper_tokenize_free ( tokens ); in START_TEST()
183 helper_tokenize_free ( tokens ); in START_TEST()
196 helper_tokenize_free ( tokens ); in START_TEST()
209 helper_tokenize_free ( tokens ); in START_TEST()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/quote-1.0.15/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1087 &mut $tokens,
1096 &mut $tokens,
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/quote/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1087 &mut $tokens,
1096 &mut $tokens,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/quote-1.0.14/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1087 &mut $tokens,
1096 &mut $tokens,
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/quote/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1087 &mut $tokens,
1096 &mut $tokens,
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/quote-1.0.15/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1087 &mut $tokens,
1096 &mut $tokens,
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/quote-1.0.14/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1087 &mut $tokens,
1096 &mut $tokens,
[all …]
/dports/finance/prestashop/prestashop/vendor/greenlion/php-sql-parser/src/PHPSQLParser/lexer/
H A DPHPSQLLexer.php88 $tokens = $this->concatComments($tokens);
89 $tokens = $this->concatEscapeSequences($tokens);
90 $tokens = $this->balanceBackticks($tokens);
91 $tokens = $this->concatColReferences($tokens);
92 $tokens = $this->balanceParenthesis($tokens);
118 $tokens[$i + 1] = $token . $tokens[$i + 1];
154 $tokens[$i - 1] .= $tokens[$i];
160 $tokens[$i - 1] .= $tokens[$i];
362 $tokens[$i] = $tokens[$k] . $tokens[$i];
378 $tokens[$i] .= $tokens[$k];
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/greenlion/php-sql-parser/src/PHPSQLParser/lexer/
H A DPHPSQLLexer.php88 $tokens = $this->concatComments($tokens);
89 $tokens = $this->concatEscapeSequences($tokens);
90 $tokens = $this->balanceBackticks($tokens);
91 $tokens = $this->concatColReferences($tokens);
92 $tokens = $this->balanceParenthesis($tokens);
118 $tokens[$i + 1] = $token . $tokens[$i + 1];
154 $tokens[$i - 1] .= $tokens[$i];
160 $tokens[$i - 1] .= $tokens[$i];
362 $tokens[$i] = $tokens[$k] . $tokens[$i];
378 $tokens[$i] .= $tokens[$k];
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/quote-1.0.9/src/
H A Dlib.rs705 ($tokens:ident
847 &mut $tokens,
855 &mut $tokens,
863 &mut $tokens,
869 ($tokens:ident +) => {
877 ($tokens:ident &) => {
889 ($tokens:ident @) => {
893 ($tokens:ident !) => {
1059 &mut $tokens,
1068 &mut $tokens,
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/quote-1.0.7/src/
H A Dlib.rs700 ($tokens:ident
842 &mut $tokens,
850 &mut $tokens,
858 &mut $tokens,
864 ($tokens:ident +) => {
872 ($tokens:ident &) => {
884 ($tokens:ident @) => {
888 ($tokens:ident !) => {
1054 &mut $tokens,
1063 &mut $tokens,
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/quote-1.0.10/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1079 &mut $tokens,
1088 &mut $tokens,
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/quote-1.0.10/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1079 &mut $tokens,
1088 &mut $tokens,
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/quote-1.0.9/src/
H A Dlib.rs705 ($tokens:ident
847 &mut $tokens,
855 &mut $tokens,
863 &mut $tokens,
869 ($tokens:ident +) => {
877 ($tokens:ident &) => {
889 ($tokens:ident @) => {
893 ($tokens:ident !) => {
1059 &mut $tokens,
1068 &mut $tokens,
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/quote-1.0.10/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1079 &mut $tokens,
1088 &mut $tokens,
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/quote-1.0.9/src/
H A Dlib.rs705 ($tokens:ident
847 &mut $tokens,
855 &mut $tokens,
863 &mut $tokens,
869 ($tokens:ident +) => {
877 ($tokens:ident &) => {
889 ($tokens:ident @) => {
893 ($tokens:ident !) => {
1059 &mut $tokens,
1068 &mut $tokens,
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/quote-1.0.8/src/
H A Dlib.rs700 ($tokens:ident
842 &mut $tokens,
850 &mut $tokens,
858 &mut $tokens,
864 ($tokens:ident +) => {
872 ($tokens:ident &) => {
884 ($tokens:ident @) => {
888 ($tokens:ident !) => {
1054 &mut $tokens,
1063 &mut $tokens,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/quote-1.0.10/src/
H A Dlib.rs707 ($tokens:ident
867 &mut $tokens,
875 &mut $tokens,
883 &mut $tokens,
889 ($tokens:ident +) => {
897 ($tokens:ident &) => {
909 ($tokens:ident @) => {
913 ($tokens:ident !) => {
1079 &mut $tokens,
1088 &mut $tokens,
[all …]
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/quote-1.0.9/src/
H A Dlib.rs705 ($tokens:ident
847 &mut $tokens,
855 &mut $tokens,
863 &mut $tokens,
869 ($tokens:ident +) => {
877 ($tokens:ident &) => {
889 ($tokens:ident @) => {
893 ($tokens:ident !) => {
1059 &mut $tokens,
1068 &mut $tokens,
[all …]
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/quote-1.0.7/src/
H A Dlib.rs700 ($tokens:ident
842 &mut $tokens,
850 &mut $tokens,
858 &mut $tokens,
864 ($tokens:ident +) => {
872 ($tokens:ident &) => {
884 ($tokens:ident @) => {
888 ($tokens:ident !) => {
1054 &mut $tokens,
1063 &mut $tokens,
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/quote-1.0.8/src/
H A Dlib.rs700 ($tokens:ident
842 &mut $tokens,
850 &mut $tokens,
858 &mut $tokens,
864 ($tokens:ident +) => {
872 ($tokens:ident &) => {
884 ($tokens:ident @) => {
888 ($tokens:ident !) => {
1054 &mut $tokens,
1063 &mut $tokens,
[all …]

12345678910>>...678