Home
last modified time | relevance | path

Searched refs:reagents (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/Wrap/
H A DtestEnumerations.py230 reagents = [
238 enumerator = rdChemReactions.EnumerateLibrary(rxn, reagents)
310 enumerator = rdChemReactions.EnumerateLibrary(rxn, reagents)
323 reagents = [
331 enumerator = rdChemReactions.EnumerateLibrary(rxn, reagents,
342 enumerator = rdChemReactions.EnumerateLibrary(rxn, reagents,
403 reagents = [
410 enumerator = rdChemReactions.EnumerateLibrary(rxn, reagents,
498 reagents = [
508 enumerator = rdChemReactions.EnumerateLibrary(rxn, reagents)
[all …]
H A DtestReactionWrapper.py590 reagents = [Chem.MolFromSmiles(x) for x in ['C=CCN=C=S', 'NCc1ncc(Cl)cc1Br']]
591 res = rxn.RunReactants(reagents)
612 res = rxn.RunReactant(reagents[0], 0)
645 res = rxn.RunReactant(reagents[1], 1)
658 self.assertFalse(rxn.RunReactant(reagents[0], 1))
659 self.assertFalse(rxn.RunReactant(reagents[1], 0))
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/tutorial/
H A DEnumerationToolkit.ipynb264 "reagents = [\n",
281 "number of reagents per template: [149, 131]\n"
286 "print (\"number of reagents per template:\", [len(x) for x in reagents])"
299 …desired reaction and reagents. The library filters away non-matching reagents by default. The RD…
318 "library = rdChemReactions.EnumerateLibrary(rxn, reagents)"
559 "What this means is make the product from reagents[0][111] and reagents[1][130]"
605 "reagents[0][111]"
655 "reagents[1][130]"
761 "reagents[0][pos[0]]"
803 "reagents[0][pos[1]]"
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dmagic.cpp191 if (1 << shift & spell[index]->reagents) { in cast()
261 if (1 << shift & spell[index]->reagents) { in cast()
280 if (1 << shift & spell[index]->reagents) { in cast()
312 if (spell[index]->reagents == 0) { in display_ingredients()
318 if (1 << shift & spell[index]->reagents) { in display_ingredients()
H A Dmagic.h66 uint8 reagents; // reagents used variable
72 reagents = new_reagents;
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/misc/
H A Ddebugger.cpp466 reagents->moveToContainer(bag); in cmdCheatItems()
467 reagents->setGumpLocation(10, 10); in cmdCheatItems()
469 reagents->moveToContainer(bag); in cmdCheatItems()
470 reagents->setGumpLocation(30, 10); in cmdCheatItems()
472 reagents->moveToContainer(bag); in cmdCheatItems()
473 reagents->setGumpLocation(50, 10); in cmdCheatItems()
475 reagents->moveToContainer(bag); in cmdCheatItems()
476 reagents->setGumpLocation(20, 30); in cmdCheatItems()
478 reagents->moveToContainer(bag); in cmdCheatItems()
479 reagents->setGumpLocation(40, 30); in cmdCheatItems()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/npcs/
H A Dmariah.uc102 …say("@I sell spells, reagents, and sometimes a few potions here at the Lycaeum. Dost thou wish to …
104 add(["reagents", "potions", "Lycaeum"]);
160 case "reagents":
216 … sell. I even spell. In fact, I even sell spells! But, if thou desirest reagents, thou art out of …
218 add(["which day", "reagents", "potions"]);
224 case "reagents":
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/Enumerate/
H A DEnumerate.h123 const EnumerationTypes::BBS &reagents,
126 const EnumerationTypes::BBS &reagents,
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/items/
H A Dspell_items.uc286 "@Alas, I don't have enough reagents for that spell.",
295 "@Alas, I don't have enough reagents for that spell.",
304 "@Alas, I don't have enough reagents for that spell.",
313 "@Forgive me, but I don't have enough reagents.",
322 "@I don't have enough reagents for the spell.",
331 "@I don't have enough reagents for the spell.",
340 "@I don't have the proper reagents for that spell.",
349 "@I don't have the reagents for that spell you want.",
594 choicelist = ["nothing", "reagents", "Cast spell", "Prepare spell", healing_spells];
607 else if (choice == "reagents")
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dcachedas.output80 comment: "RNAi reagents from the GenomeRNAi database for Homo Sapiens"
93 comment: "RNAi reagents from the GenomeRNAi database for Drosophila Melanogaster"
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Dspellbook.cc150 reagents = GAME_SI ? si_reagents : bg_reagents; in Spellbook_object()
218 unsigned short flags = reagents[spell]; in can_do_spell()
248 unsigned short flags = reagents[spell]; in do_spell()
H A Dspellbook.h38 unsigned short *reagents; // ->appropriate table. variable
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dmagic.h59 ObjectType *reagents[MAX_MIX_REAGENTS]; member
H A Dcmd.c2438 struct list reagents, *elem; in cmdMixReagents() local
2444 list_init(&reagents); in cmdMixReagents()
2526 list_add(&reagents, &ie->auxlist); in cmdMixReagents()
2535 if (list_empty(&reagents)) { in cmdMixReagents()
2542 list_for_each(&reagents, elem) { in cmdMixReagents()
2580 list_for_each(&reagents, elem) { in cmdMixReagents()
2602 if (!list_empty(&reagents)) { in cmdMixReagents()
2604 elem = reagents.next; in cmdMixReagents()
2605 while (elem != &reagents) { in cmdMixReagents()
2676 elem = reagents.next; in cmdMixReagents()
[all …]
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/u6/
H A Dmagic.lua80 magic_init = function(name, invocation, reagents, circle, num, script)
82 …local spell = {name=name,invocation=invocation,reagents=reagents,circle=circle,spell_num=spell_num…
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/map_hem/
H A DHEM12.ups.fa_.revcom1 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM12.ups.fa_1 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM12-HEM14.fa1 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM1-HEM12.fa51 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM4-HEM12.fa61 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM12-HEM13.fa1 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM12-HEM15.fa1 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM3-HEM12.fa81 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
H A DHEM2-HEM12.fa91 …toplasm and nucleus; activity inhibited by Cu2+, Zn2+, Fe2+, Fe3+ and sulfhydryl-specific reagents"
/dports/biology/emboss/EMBOSS-6.6.0/emboss/acd/
H A Demowse.acd74 header: "Enzymes and reagents"

1234567