Home
last modified time | relevance | path

Searched refs:has_word (Results 1 – 15 of 15) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/
H A Dvisit_ast.rs58 if tcx.hir().attrs(node).lists(sym::doc).has_word(sym::hidden) { in inherits_doc_hidden()
203 let is_no_inline = use_attrs.lists(sym::doc).has_word(sym::no_inline) in maybe_inline_local()
204 || use_attrs.lists(sym::doc).has_word(sym::hidden); in maybe_inline_local()
212 let self_is_hidden = attrs.lists(sym::doc).has_word(sym::hidden); in maybe_inline_local()
H A Dvisit_lib.rs42 let is_hidden = self.tcx.get_attrs(did).lists(sym::doc).has_word(sym::hidden); in update()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/odf/
H A Dodf_parse.c665 Bool has_word; in OD_ParseUIConfig() local
672 has_word = GF_FALSE; in OD_ParseUIConfig()
678 if (!has_word) { in OD_ParseUIConfig()
679 has_word = GF_TRUE; in OD_ParseUIConfig()
703 if (has_word) { in OD_ParseUIConfig()
704 has_word = GF_FALSE; in OD_ParseUIConfig()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/odf/
H A Dodf_parse.c665 Bool has_word; in OD_ParseUIConfig() local
672 has_word = GF_FALSE; in OD_ParseUIConfig()
678 if (!has_word) { in OD_ParseUIConfig()
679 has_word = GF_TRUE; in OD_ParseUIConfig()
703 if (has_word) { in OD_ParseUIConfig()
704 has_word = GF_FALSE; in OD_ParseUIConfig()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/passes/
H A Dstrip_hidden.rs38 if i.attrs.lists(sym::doc).has_word(sym::hidden) { in fold_item()
H A Dcollect_trait_impls.rs47 if !cx.tcx.get_attrs(def_id).lists(sym::doc).has_word(sym::hidden) { in collect_trait_impls()
181 .has_word(sym::hidden) in visit_item()
H A Dcheck_doc_test_visibility.rs97 if cx.tcx.hir().attrs(hir_id).lists(sym::doc).has_word(sym::hidden) in should_have_doc_example()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dinline.rs426 !tcx.get_attrs(trait_item.def_id).lists(sym::doc).has_word(sym::hidden) in build_impl()
459 if tcx.get_attrs(did).lists(sym::doc).has_word(sym::hidden) { in build_impl()
469 if tcx.get_attrs(did).lists(sym::doc).has_word(sym::hidden) { in build_impl()
H A Dtypes.rs885 fn has_word(self, word: Symbol) -> bool; in has_word() method
892 fn has_word(self, word: Symbol) -> bool { in has_word() method
/dports/games/tanglet/tanglet-1.6.0/src/
H A Dboard.cpp831 bool has_word = !m_positions.isEmpty() && !finished; in updateClickableStatus() local
832 bool clickable = !has_word && !finished; in updateClickableStatus()
840 if (has_word && !m_wrong_typed) { in updateClickableStatus()
/dports/textproc/scws/scws-1.2.3/phpext/
H A DREADME.md78 bool has_word(string xattr)
H A Dphp_scws.c210 PHP_FALIAS(has_word, scws_has_word, NULL)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/macro/
H A DSuspect_rule.cpp175 bool has_word = !(str_cons->GetIgnore_words().Get().empty()); in AdvancedStringCompare() local
189 if (has_word) { in AdvancedStringCompare()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/macro/
H A DSuspect_rule.cpp175 bool has_word = !(str_cons->GetIgnore_words().Get().empty()); in AdvancedStringCompare() local
189 if (has_word) { in AdvancedStringCompare()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c6038 char has_word = 0, has_replace = 0, has_action = 0, action = 'r'; in _test_badword() local
6062 if (has_word) in _test_badword()
6068 has_word = 1; in _test_badword()
6118 if (!has_word) in _test_badword()