Home
last modified time | relevance | path

Searched refs:add_keyword (Results 1 – 25 of 137) sorted by relevance

123456

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/completions/
H A Dkeyword.rs31 let mut add_keyword = |kw, snippet| add_keyword(acc, ctx, kw, snippet); in complete_expr_keyword() localVariable
40 add_keyword("in", "in"); in complete_expr_keyword()
45 add_keyword("where", "where"); in complete_expr_keyword()
47 add_keyword("for", "for"); in complete_expr_keyword()
69 add_keyword("pub", "pub"); in complete_expr_keyword()
84 add_keyword("use", "use $0"); in complete_expr_keyword()
87 add_keyword("mod", "mod $0"); in complete_expr_keyword()
111 add_keyword("true", "true"); in complete_expr_keyword()
116 add_keyword("let", "let"); in complete_expr_keyword()
125 add_keyword("mut", "mut "); in complete_expr_keyword()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/completions/
H A Dkeyword.rs30 let mut add_keyword = |kw, snippet| add_keyword(acc, ctx, kw, snippet); in complete_expr_keyword() localVariable
39 add_keyword("in", "in"); in complete_expr_keyword()
44 add_keyword("where", "where"); in complete_expr_keyword()
46 add_keyword("for", "for"); in complete_expr_keyword()
68 add_keyword("pub", "pub"); in complete_expr_keyword()
83 add_keyword("use", "use $0"); in complete_expr_keyword()
86 add_keyword("mod", "mod $0"); in complete_expr_keyword()
110 add_keyword("true", "true"); in complete_expr_keyword()
115 add_keyword("let", "let"); in complete_expr_keyword()
124 add_keyword("mut", "mut "); in complete_expr_keyword()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/example/qi/compiler_tutorial/conjure2/
H A Dlexer_def.hpp22 add_keyword("void"); in conjure_tokens()
23 add_keyword("int"); in conjure_tokens()
24 add_keyword("if"); in conjure_tokens()
25 add_keyword("else"); in conjure_tokens()
26 add_keyword("while"); in conjure_tokens()
27 add_keyword("return"); in conjure_tokens()
61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/widgets/
H A Dconverse_gump.cpp296 add_keyword("no"); in set_permitted_input()
301 add_keyword("0"); in set_permitted_input()
302 add_keyword("1"); in set_permitted_input()
303 add_keyword("2"); in set_permitted_input()
304 add_keyword("3"); in set_permitted_input()
305 add_keyword("4"); in set_permitted_input()
306 add_keyword("5"); in set_permitted_input()
307 add_keyword("6"); in set_permitted_input()
308 add_keyword("7"); in set_permitted_input()
309 add_keyword("8"); in set_permitted_input()
[all …]
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Dcp2k.py366 root.add_keyword('GLOBAL', 'PROJECT ' + self.label)
368 root.add_keyword('GLOBAL', 'PRINT_LEVEL ' + p.print_level)
373 root.add_keyword('FORCE_EVAL/PRINT/STRESS_TENSOR',
376 root.add_keyword('FORCE_EVAL/DFT',
379 root.add_keyword('FORCE_EVAL/DFT',
382 root.add_keyword('FORCE_EVAL/DFT/MGRID',
416 root.add_keyword('FORCE_EVAL/DFT/POISSON', 'PSOLVER MT')
429 root.add_keyword('FORCE_EVAL/SUBSYS/CELL', 'PERIODIC ' + pbc)
433 root.add_keyword('FORCE_EVAL/SUBSYS/CELL', line)
561 def add_keyword(self, path, line, unique=True): member in InputSection
[all …]
/dports/net/astron/Astron-c8ba982/src/core/
H A Dmain.cpp196 dcf->add_keyword("required"); in main()
197 dcf->add_keyword("ram"); in main()
198 dcf->add_keyword("db"); in main()
199 dcf->add_keyword("broadcast"); in main()
200 dcf->add_keyword("clrecv"); in main()
201 dcf->add_keyword("clsend"); in main()
202 dcf->add_keyword("ownsend"); in main()
203 dcf->add_keyword("ownrecv"); in main()
204 dcf->add_keyword("airecv"); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_28.f9014 procedure, pass :: add_keyword method
27 subroutine add_keyword (this, name) subroutine
50 call s%add_keyword (hello) argument
55 call s%add_keyword (bye)
/dports/deskutils/gnote/gnote-41.1/src/test/unit/
H A Dtrieutests.cpp38 trie.add_keyword("foo", "foo"); in SUITE()
39 trie.add_keyword("bar", "bar"); in SUITE()
40 trie.add_keyword("baz", "baz"); in SUITE()
41 trie.add_keyword("bazar", "bazar"); in SUITE()
42 trie.add_keyword("ąčęėįšųūž", "ąčęėįšųūž"); in SUITE()

123456