Home
last modified time | relevance | path

Searched refs:_reversible (Results 1 – 10 of 10) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dreaction.h46 bool _reversible; variable
48 OBReaction() : _reversible(false) in OBReaction()
104 bool IsReversible() const {return _reversible;} in IsReversible()
105 void SetReversible(bool b=true) {_reversible=b;}
120 _reversible = false; in Clear()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/XamlTaskFactory/
H A DProperty.cs75 private string _reversible = String.Empty; field in Microsoft.Build.Tasks.Xaml.Property
226 return _reversible;
231 _reversible = value;
597 cloned.Reversible = _reversible; in Clone()
H A DCommandLineToolSwitch.cs155 private bool _reversible; field in Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch
398 return _reversible;
403 _reversible = value;
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/include/antioch/
H A Dchemkin_definitions.h79 const std::string _reversible;
91 _reversible("REV"), in ChemKinDefinitions()
123 return _reversible; in reversible()
H A Dchemkin_parser.h263 bool _reversible; variable
339 return _reversible; in reaction_reversible()
/dports/mail/p5-Mail-SRS/Mail-SRS-0.31/
H A DMANIFEST24 t/03_reversible.t
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Dsettings.py874 def _reversible(ex): function
881 codecs.register_error("reversible", _reversible)
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/kinetics/include/antioch/
H A Dreaction.h376 bool _reversible; variable
440 _reversible = reversible; in set_reversibility()
477 return _reversible; in reversible()
713 _reversible(reversible), in Reaction()
859 (_reversible)?os << "\n# reversible": in print()
1060 if(_reversible) in compute_rate_of_progress()
1188 if(_reversible) in compute_rate_of_progress_and_derivatives()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/src/
H A Dchemkin_parser.C200 _reversible = true; in reaction()
220 _reversible = false; in reaction()
474 _reversible = false; in parse_a_line()
598 _reversible = !(delim == ChemKinDefinitions::IRREVERSIBLE); in parse_equation()
/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A Diterators.h701 …bool _reversible=is_derived_from<typename container_category_traits<Container>::category, bidirect…
714 template <typename Container, bool is_const, bool _reversible>
715 struct default_container_it_traits<Container, is_const, false, _reversible> : default_container_ele…