Home
last modified time | relevance | path

Searched defs:compartment (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/security/modsecurity3/modsecurity-v3.0.5/headers/modsecurity/collection/
H A Dcollection.h73 virtual void store(std::string key, std::string compartment, in store()
80 virtual void store(std::string key, std::string compartment, in store()
89 std::string compartment, const std::string &value) { in storeOrUpdateFirst()
96 std::string compartment, std::string compartment2, in storeOrUpdateFirst()
119 virtual void del(const std::string& key, std::string compartment) { in del()
125 virtual void del(const std::string& key, std::string compartment, in del()
134 std::string compartment) { in resolveFirst()
141 std::string compartment, std::string compartment2) { in resolveFirst()
156 std::string compartment, std::string compartment2, in resolveSingleMatch()
173 std::string compartment, std::string compartment2, in resolveMultiMatches()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/dyn/
H A Ddyn_example2.py59 compartment = model.createCompartment(); variable
81 compartment = model.createCompartment(); variable
103 compartment = model.createCompartment(); variable
125 compartment = model.createCompartment(); variable
216 compartment = mdef.createCompartment(); variable
H A Ddyn_example1.py57 compartment = model.createCompartment(); variable
63 compartment = model.createCompartment(); variable
69 compartment = model.createCompartment(); variable
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/groups/
H A Dgroups_example1.py64 compartment = model.createCompartment() variable
68 compartment=model.createCompartment() variable
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/shared/heapsnapshot/tests/gtest/
H A DDevTools.h33 JS::Compartment* compartment; member
98 JS::Compartment* compartment; variable
120 JS::Compartment* compartment() const override { return get().compartment; } in compartment() function
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/shared/heapsnapshot/tests/gtest/
H A DDevTools.h33 JS::Compartment* compartment; member
98 JS::Compartment* compartment; variable
120 JS::Compartment* compartment() const override { return get().compartment; } in compartment() function
/dports/www/firefox/firefox-99.0/devtools/shared/heapsnapshot/tests/gtest/
H A DDevTools.h33 JS::Compartment* compartment; member
98 JS::Compartment* compartment; variable
120 JS::Compartment* compartment() const override { return get().compartment; } in compartment() function
/dports/www/firefox-esr/firefox-91.8.0/devtools/shared/heapsnapshot/tests/gtest/
H A DDevTools.h33 JS::Compartment* compartment; member
98 JS::Compartment* compartment; variable
120 JS::Compartment* compartment() const override { return get().compartment; } in compartment() function
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/shared/heapsnapshot/tests/gtest/
H A DDevTools.h33 JSCompartment* compartment; member
122 JSCompartment* compartment; variable
144 JSCompartment* compartment() const override { return get().compartment; } in compartment() function
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/shared/heapsnapshot/tests/gtest/
H A DDevTools.h33 JSCompartment* compartment; member
134 JSCompartment* compartment; variable
168 JSCompartment* compartment() const override { in compartment() function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/test/
H A DTestWriteFbcExtension.cpp71 Compartment* compartment = model->createCompartment(); in START_TEST() local
171 Compartment* compartment = model->createCompartment(); in START_TEST() local
301 Compartment* compartment = model->createCompartment(); in START_TEST() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/entities/
H A Dtrain.cpp319 ObjectIndex compartment = (ObjectIndex)savepoint.param.intValue; variable
/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DRealm.h28 JS::Compartment* compartment() { return compartment_; } in compartment() function
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/entities/
H A Dtrain.cpp319 ObjectIndex compartment = (ObjectIndex)savepoint.param.intValue; variable
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DRealm.h28 JS::Compartment* compartment() { return compartment_; } in compartment() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DRealm.h28 JS::Compartment* compartment() { return compartment_; } in compartment() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/wrappers/
H A DAccessCheck.cpp33 nsIPrincipal* GetCompartmentPrincipal(JSCompartment* compartment) { in GetCompartmentPrincipal()
78 bool AccessCheck::isChrome(JSCompartment* compartment) { in isChrome()
87 nsIPrincipal* AccessCheck::getPrincipal(JSCompartment* compartment) { in getPrincipal()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c++/groups/
H A Dgroups_example1.cpp68 Compartment* compartment = model->createCompartment(); in main() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/java/groups/
H A Dgroups_example1.java69 Compartment compartment = model.createCompartment(); in main() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/multi/
H A DprintMulti.py32 def printCompartmentInfo(compartment): argument
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/csharp/multi/
H A DprintMulti.cs36 private static void printCompartmentInfo(Compartment compartment) in printCompartmentInfo()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/packages/comp/examples/
H A Dtesting1.cpp290 Compartment* compartment = mod2->getCompartment(0); in main() local
673 Compartment* compartment = model->createCompartment(); in createTest20() local
743 Compartment* compartment = model->createCompartment(); in createTest21() local
880 Compartment* compartment = moddef1->createCompartment(); in createTest22() local
1027 Compartment* compartment = moddef1->createCompartment(); in createTest23() local
1091 Compartment* compartment = moddef1->createCompartment(); in createTest24() local
1163 Compartment* compartment = moddef1->createCompartment(); in createTest25() local
1380 Compartment* compartment = moddef1->createCompartment(); in createTest28() local
1977 Compartment* compartment = moddef1->createCompartment(); in createTest39() local
2045 Compartment* compartment = moddef1->createCompartment(); in createTest40() local
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestSpecies.c217 const char *compartment = "cell"; in START_TEST() local
247 const char *compartment = "cell"; in START_TEST() local
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestSpecies.c217 const char *compartment = "cell"; in START_TEST() local
247 const char *compartment = "cell"; in START_TEST() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c/groups/
H A Dgroups_example1.c61 Compartment_t * compartment; in main() local

12345678910>>...15