Home
last modified time | relevance | path

Searched refs:smarts (Results 226 – 250 of 732) sorted by relevance

12345678910>>...30

/dports/devel/boost-docs/boost_1_72_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/games/xpilot/xpilot-4.5.5/doc/
H A Dxpilot.spec59 bombs, rockets (smarts, torpedos and nuclear), ECM, laser, extra
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/science/p5-Chemistry-File-SMARTS/Chemistry-File-SMARTS-0.22/
H A DSMARTS.pm70 Chemistry::Mol->register_format(smarts => __PACKAGE__);
/dports/science/p5-PerlMol/PerlMol-0.3500/inc/BUNDLES/Chemistry-File-SMARTS-0.22/
H A DSMARTS.pm70 Chemistry::Mol->register_format(smarts => __PACKAGE__);
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/textproc/mythes/mythes-1.2.4/
H A DREADME25 The main "smarts" are in the structure of the
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/tui-react-0.16.0/
H A DREADME.md30 realize it's not possible to have stateful components in with TUI, and I admire the smarts
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/doc/qi/
H A Dsum_tutorial.qbk49 example, we'll be adding the smarts. There's an accumulator (`double& n`) that
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Deffect.cpp72 int smarts = p.get_int(); in weed_msg() local
86 if( smarts > 8 ) { in weed_msg()
89 } else if( smarts < 3 ) { in weed_msg()
146 if( smarts > 2 && one_in( 2 ) ) { in weed_msg()
174 if( smarts > 2 ) { in weed_msg()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Deffect.cpp72 int smarts = p.get_int(); in weed_msg() local
86 if( smarts > 8 ) { in weed_msg()
89 } else if( smarts < 3 ) { in weed_msg()
146 if( smarts > 2 && one_in( 2 ) ) { in weed_msg()
174 if( smarts > 2 ) { in weed_msg()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Util/
H A DConverters.h405 int enterCount = wwdObject->smarts; in WwdObjectToXml()
613 if (wwdObject->smarts & 0x1) in WwdObjectToXml()
802 if (wwdObject->smarts > 0) in WwdObjectToXml()
804 paramMap["PowerupDuration"] = ToStr(wwdObject->smarts); in WwdObjectToXml()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FilterCatalog/
H A DFilterMatchers.h282 SmartsMatcher(const std::string &name, const std::string &smarts,
307 void setPattern(const std::string &smarts);
/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/isomorphism/matchers/smarts/
H A DLogicalOperatorAtom.java18 package org.openscience.cdk.isomorphism.matchers.smarts;
/dports/science/openbabel/openbabel-3.1.1/scripts/python/examples/
H A Dtestpybel.py323 smarts = self.toolkit.Smarts("[#6][#6]")
324 ans = smarts.findall(mol)
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/SmilesParse/
H A Dsmarts.yy20 #include "smarts.tab.hpp"
462 // the RDKit smarts parsing code will automatically insert serial
463 // numbers for recursive smarts patterns.
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/Wrap/
H A DrdChemReactions.cpp276 ChemicalReaction *ReactionFromSmarts(const char *smarts, python::dict replDict, in ReactionFromSmarts() argument
278 PRECONDITION(smarts, "null SMARTS string"); in ReactionFromSmarts()
287 res = RxnSmartsToChemicalReaction(smarts, &replacements, useSmiles); in ReactionFromSmarts()
/dports/misc/smssend/smssend-3.6/scripts/
H A DMakefile.in98 …uick.sms rekom.sms rogers.sms room33.sms scs-900.sms sfr.sms simobil.sms smarts.sms sms_ac.sms sms…
100 …uick.sms rekom.sms rogers.sms room33.sms scs-900.sms sfr.sms simobil.sms smarts.sms sms_ac.sms sms…
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MMPA/
H A DMMPA.cpp468 std::unique_ptr<const ROMol> smarts((const ROMol*)SmartsToMol(pattern)); in fragmentMol() local
471 unsigned int total = SubstructMatch(mol, *smarts, matching_atoms); in fragmentMol()
/dports/science/cdk/cdk-cdk-2.3/legacy/src/test/java/org/openscience/cdk/isomorphism/matchers/smarts/
H A DDaylightSMARTSAtomInvariantsTest.java1 package org.openscience.cdk.isomorphism.matchers.smarts;

12345678910>>...30