Home
last modified time | relevance | path

Searched defs:reaction_type (Results 1 – 9 of 9) sorted by relevance

/dports/devel/py-pygithub/PyGithub-1.54/github/
H A DIssueComment.py151 def create_reaction(self, reaction_type): argument
H A DCommitComment.py174 def create_reaction(self, reaction_type): argument
H A DPullRequestComment.py208 def create_reaction(self, reaction_type): argument
H A DIssue.py571 def create_reaction(self, reaction_type): argument
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dreaction.cpp317 int reaction_type(std::string name) in reaction_type() function
/dports/science/openmc/openmc-0.12.2/src/
H A Dreaction.cpp317 int reaction_type(std::string name) in reaction_type() function
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dkinetics.h46 enum reaction_type {ARRHENIUS=55555, LINDERMANN, TROE, SRI, THREEBODY}; enum
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/kinetics/
H A DReaction.h101 int reaction_type; variable
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/
H A Dkinetics.pyx195 def reaction_type(self, int i_reaction): member in Kinetics