Home
last modified time | relevance | path

Searched refs:forbiddenlist (Results 1 – 5 of 5) sorted by relevance

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dkmccalculator.cc160 std::vector<GNode*>& forbiddenlist) const { in ResetForbiddenlist()
161 forbiddenlist.clear(); in ResetForbiddenlist()
166 GNode& node, std::vector<GNode*>& forbiddenlist) const { in AddtoForbiddenlist()
167 forbiddenlist.push_back(&node); in AddtoForbiddenlist()
172 const GNode& node, const std::vector<GNode*>& forbiddenlist) const { in CheckForbidden()
174 for (const GNode* fnode : forbiddenlist) { in CheckForbidden()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dkmccalculator.cc160 std::vector<GNode*>& forbiddenlist) const { in ResetForbiddenlist()
161 forbiddenlist.clear(); in ResetForbiddenlist()
166 GNode& node, std::vector<GNode*>& forbiddenlist) const { in AddtoForbiddenlist()
167 forbiddenlist.push_back(&node); in AddtoForbiddenlist()
172 const GNode& node, const std::vector<GNode*>& forbiddenlist) const { in CheckForbidden()
174 for (const GNode* fnode : forbiddenlist) { in CheckForbidden()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/include/votca/xtp/
H A Dkmccalculator.h60 const std::vector<GNode*>& forbiddenlist) const;
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/include/votca/xtp/
H A Dkmccalculator.h60 const std::vector<GNode*>& forbiddenlist) const;
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dserver.cpp19 serverforbiddenlist forbiddenlist; variable
2804 bool canspeech = forbiddenlist.canspeech(text); in process()
2837 bool canspeech = forbiddenlist.canspeech(text); in process()
2883 bool canspeech = forbiddenlist.canspeech(text); in process()
3687 forbiddenlist.read(); in rereadcfgs()
4207 forbiddenlist.init(scl.forbidden); in initserver()