Home
last modified time | relevance | path

Searched refs:has_keyword (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/astron/Astron-c8ba982/src/stateserver/
H A DDistributedObject.cpp27 if(field->has_keyword("required") && !field->as_molecular()) { in DistributedObject()
43 if(field->has_keyword("ram")) { in DistributedObject()
97 if(field->has_keyword("required") && !field->as_molecular() && (!client_only in append_required_data()
98 || field->has_keyword("broadcast") || field->has_keyword("clrecv") in append_required_data()
99 || (also_owner && field->has_keyword("ownrecv")))) { in append_required_data()
110 if(it->first->has_keyword("broadcast") || it->first->has_keyword("clrecv") in append_other_data()
111 || (also_owner && it->first->has_keyword("ownrecv"))) { in append_other_data()
346 if(field->has_keyword("required")) { in save_field()
348 } else if(field->has_keyword("ram")) { in save_field()
390 if(field->has_keyword("broadcast")) { in handle_one_update()
[all …]
H A DDBStateServer.cpp217 if(field && field->has_keyword("db")) { in handle_set_field()
248 if(field->has_keyword("db")) { in handle_set_fields()
283 if(!field || !(field->has_keyword("required") || field->has_keyword("ram"))) { in handle_get_field()
291 if(field->has_keyword("db")) { in handle_get_field()
373 } else if(field->has_keyword("ram") || field->has_keyword("required")) { in handle_get_fields()
374 if(field->has_keyword("db")) { in handle_get_fields()
550 if(!field->as_molecular() && field->has_keyword("required")) { in handle_get_all_resp()
603 if(field->has_keyword("required")) { in unpack_db_fields()
605 } else if(field->has_keyword("ram")) { in unpack_db_fields()
H A DLoadingObject.cpp50 if(field->has_keyword("ram") || field->has_keyword("required")) { in LoadingObject()
176 if(field->has_keyword("required")) { in handle_datagram()
183 } else if(field->has_keyword("ram")) { in handle_datagram()
/dports/net/astron/Astron-c8ba982/src/database/
H A DSociSQLDatabase.cpp213 if(!field->has_keyword("db")) { in set_field_if_empty()
261 if(field->has_keyword("db")) { in set_fields_if_empty()
309 if(!field->has_keyword("db")) { in set_field_if_equals()
362 if(field->has_keyword("db")) { in set_fields_if_equals()
615 if(field->has_keyword("db") && !field->as_molecular()) { in create_fields_table()
651 if(field->has_keyword("db")) { in get_all_from_table()
676 if(field->has_keyword("db")) { in get_fields_from_table()
699 if(it->first->has_keyword("db")) { in set_fields_in_table()
713 if(field->has_keyword("db")) { in del_fields_in_table()
H A DDBOperation.cpp107 if(field->has_keyword("db")) { in populate_set_fields()
166 if(field->has_keyword("db")) in populate_get_fields()
218 if(field->has_default_value() && field->has_keyword("db") in initialize()
/dports/devel/py-distributed/distributed-2021.11.2/distributed/http/
H A Dutils.py9 from ..utils import has_keyword
46 if has_keyword(cls.initialize, "dask_server"):
/dports/devel/py-dask/dask-2021.11.2/dask/tests/
H A Dtest_utils.py24 has_keyword,
491 assert has_keyword(foo, "a")
492 assert has_keyword(foo, "b")
493 assert has_keyword(foo, "c")
496 assert has_keyword(bar, "b")
497 assert has_keyword(bar, "c")
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvalidator_barcode.cpp365 bool has_keyword(false); in GetHasKeyword() local
372 has_keyword = true; in GetHasKeyword()
375 return has_keyword; in GetHasKeyword()
407 b.has_keyword = GetHasKeyword(bsh); in BarcodeTestBioseq()
/dports/net/astron/Astron-c8ba982/src/dclass/dc/
H A DKeywordList.h24 bool has_keyword(const std::string& name) const;
H A DFile.ipp125 // has_keyword returns true if a keyword with the name <keyword> is declared in the file.
126 inline bool File::has_keyword(const std::string& keyword) const
H A DKeywordList.cpp27 bool KeywordList::has_keyword(const std::string &name) const in has_keyword() function in dclass::KeywordList
H A DFile.h73 inline bool has_keyword(const std::string& keyword) const;
H A DFile.cpp156 if(!has_keyword(keyword)) { in add_keyword()
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-preset-map.h51 virtual bool has_keyword(const std::string& keyword) const;
H A Deca-object-map.h69 virtual bool has_keyword(const std::string& keyword) const;
H A Deca-preset-map.cpp94 bool ECA_PRESET_MAP::has_keyword(const std::string& keyword) const in has_keyword() function in ECA_PRESET_MAP
H A Deca-object-map.cpp124 bool ECA_OBJECT_MAP::has_keyword(const std::string& keyword) const in has_keyword() function in ECA_OBJECT_MAP
/dports/devel/libdap/libdap-3.20.8/
H A DKeywords2.h81 virtual bool has_keyword(const keyword &kw) const;
H A DKeywords2.cc148 bool Keywords::has_keyword(const keyword &kw) const in has_keyword() function in libdap::Keywords
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/validator/
H A Dvalidator_barcode.hpp83 bool has_keyword; member
/dports/devel/py-distributed/distributed-2021.11.2/distributed/protocol/
H A Dserialize.py16 from ..utils import ensure_bytes, has_keyword
40 if has_keyword(dumps, "context"):
187 families[name] = (dumps, loads, dumps and has_keyword(dumps, "context"))
/dports/mail/imapfilter/imapfilter-2.7.5/src/
H A Dset.lua357 function Set.has_keyword(self, flag) function
362 set = set + mbox.has_keyword(mbox, flag, self)
367 Set.has_flag = Set.has_keyword
/dports/games/renpy/renpy-7.4.11-sdk/renpy/sl2/
H A Dslast.py193 has_keyword = False variable in SLNode
397 self.has_keyword = bool(self.keyword)
401 self.has_keyword = True
409 if i.has_keyword:
415 self.has_keyword = True
751 self.has_keyword = False
1309 self.has_keyword |= block.has_keyword
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Drolling.py11 from ..utils import M, derived_from, funcname, has_keyword
400 if has_keyword(meta.apply, "engine"):
/dports/devel/py-dask/dask-2021.11.2/dask/array/
H A Dutils.py12 from ..utils import has_keyword, is_arraylike, is_cupy_type
134 if has_keyword(func, "computing_meta"):

12