Home
last modified time | relevance | path

Searched refs:alias_type (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/eolian/mono/
H A Dalias_definition.hh51 std::string alias_type; in generate() local
52 …if (!as_generator(eolian_mono::type).generate(std::back_inserter(alias_type), alias.base_type, con… in generate()
56 alias_type_doc = utils::replace_all(alias_type, "<", "&lt;"); in generate()
68 << scope_tab << "private " << alias_type << " payload;\n\n" in generate()
75 …< scope_tab << "public static implicit operator " << alias_name << "(" << alias_type << " value)\n" in generate()
85 …<< scope_tab << "public static implicit operator " << alias_type << "(" << alias_name << " value)\… in generate()
93 …alias_name << " From" << name_helpers::translate_value_type(alias_type) << "(" << alias_type << " … in generate()
100 …<< scope_tab << "public " << alias_type << " To" << name_helpers::translate_value_type(alias_type)… in generate()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgen.h1604 extern const alias_type alias_at_neg;
1608 extern const alias_type alias_at_inv;
1609 extern const alias_type alias_at_pow;
1610 extern const alias_type alias_at_exp;
1611 extern const alias_type alias_at_ln;
1612 extern const alias_type alias_at_abs;
1613 extern const alias_type alias_at_arg;
1636 extern const alias_type alias_at_ou;
1682 extern const alias_type alias_at_sq;
1684 extern const alias_type alias_at_of;
[all …]
/dports/net/py-ripe.atlas.tools/ripe.atlas.tools-2.3.0/ripe/atlas/tools/commands/
H A Dalias.py129 alias_type = self.arguments.type
140 aliases[alias_type][alias_name] = target_id
145 del aliases[alias_type][alias_name]
150 if alias_name in aliases[alias_type]:
154 aliases[alias_type][alias_name]
165 res = "{} aliases:\n\n".format(alias_type.capitalize())
166 for alias_name in sorted(aliases[alias_type]):
168 alias_name, aliases[alias_type][alias_name]
/dports/net/py-ripe.atlas.tools/ripe.atlas.tools-2.3.0/tests/commands/
H A Dalias.py83 for alias_type in ("probe", "measurement"):
87 cmd.init_args(["add", alias_type])
91 cmd.init_args(["add", alias_type, "1"])
95 cmd.init_args(["add", alias_type, "1", "1"])
99 cmd.init_args(["add", alias_type, "1", "one"])
104 for alias_type in ("probe", "measurement"):
108 cmd.init_args(["del", alias_type])
112 cmd.init_args(["del", alias_type, "1"])
116 cmd.init_args(["del", alias_type, "one"])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {} in NF4()
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {} in NF4()
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {} in NF4()
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {} in NF4()
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {} in NF4()
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {} in NF4()
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {} in NF4()
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool;
19 void F4(alias_type const i);
88 void NF4(alias_type const i) {}
114 void NF(const alias_type& i);
118 void NF(const alias_type&);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
111 void NF4(alias_type const i) {} in NF4()
144 void NF(const alias_type& i);
148 void NF(const alias_type&);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
111 void NF4(alias_type const i) {} in NF4()
144 void NF(const alias_type& i);
148 void NF(const alias_type&);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
130 void NF4(alias_type const i) {} in NF4()
163 void NF(const alias_type& i);
167 void NF(const alias_type&);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
130 void NF4(alias_type const i) {} in NF4()
163 void NF(const alias_type& i);
167 void NF(const alias_type&);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
130 void NF4(alias_type const i) {} in NF4()
163 void NF(const alias_type& i);
167 void NF(const alias_type&);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
130 void NF4(alias_type const i) {} in NF4()
163 void NF(const alias_type& i);
167 void NF(const alias_type&);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-avoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
130 void NF4(alias_type const i) {} in NF4()
163 void NF(const alias_type& i);
167 void NF(const alias_type&);
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dfmtsudoers_cvt.c171 int alias_type; in sudoers_format_default_line() local
178 alias_type = expand_aliases ? HOSTALIAS : UNSPEC; in sudoers_format_default_line()
182 alias_type = expand_aliases ? USERALIAS : UNSPEC; in sudoers_format_default_line()
186 alias_type = expand_aliases ? RUNASALIAS : UNSPEC; in sudoers_format_default_line()
190 alias_type = expand_aliases ? CMNDALIAS : UNSPEC; in sudoers_format_default_line()
194 alias_type = UNSPEC; in sudoers_format_default_line()
200 sudoers_format_member(lbuf, parse_tree, m, ", ", alias_type); in sudoers_format_default_line()
H A Dcvtsudoers_json.c45 int alias_type; member
118 alias_to_word_type(int alias_type) in alias_to_word_type() argument
120 switch (alias_type) { in alias_to_word_type()
165 int alias_type = UNSPEC; in print_member_json_int() local
267 alias_type = CMNDALIAS; in print_member_json_int()
274 alias_type = HOSTALIAS; in print_member_json_int()
282 alias_type = RUNASALIAS; in print_member_json_int()
289 alias_type = USERALIAS; in print_member_json_int()
311 alias_to_word_type(alias_type), true); in print_member_json_int()
351 if (a->type != closure->alias_type) in print_alias_json()
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A D_add_newdocs_scalars.py20 alias_type = getattr(_numerictypes, alias)
25 yield (alias_type, alias, doc)
60 for (alias_type, alias, doc) in possible_aliases if alias_type is o)
/dports/www/elgg/elgg-3.3.23/vendor/css-crush/css-crush/lib/CssCrush/
H A DPostAliasFix.php15 public static function add($alias_type, $key, $callback) argument
17 if ($alias_type === 'function') {
22 public static function remove($alias_type, $key) argument
24 if ($alias_type === 'function') {
/dports/mail/elm/elm2.5.8/src/
H A Dfind_alias.c39 find_alias(word, alias_type) in find_alias() argument
41 int alias_type;
51 if ( aliases[loc]->type & alias_type ) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_writer/
H A Dwritedb.cpp330 EAliasFileFilterType alias_type /*= eGiList*/) in CWriteDB_CreateAliasFile() argument
334 alias_type); in CWriteDB_CreateAliasFile()
358 EAliasFileFilterType alias_type, in s_CreateAliasFilePriv() argument
381 _ASSERT(alias_type != eNoAliasFilterType); in s_CreateAliasFilePriv()
382 out << s_AliasFileFilterTypeToString(alias_type) << " " in s_CreateAliasFilePriv()
400 oss << "No seqs in " << s_AliasFileFilterTypeToString(alias_type) << " were found" in s_CreateAliasFilePriv()
462 EAliasFileFilterType alias_type /*= eGiList*/) in CWriteDB_CreateAliasFile() argument
464 s_CreateAliasFilePriv(file_name, databases, seq_type, gi_file_name, title, alias_type); in CWriteDB_CreateAliasFile()

12345678910>>...16