Home
last modified time | relevance | path

Searched refs:fullobject (Results 1 – 7 of 7) sorted by relevance

/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/aaa_profiling/
H A Dtest_zoomark.py154 def fullobject(select): function
163 fullobject(Zoo.select(Zoo.c.Name == 'Wild Animal Park'))
164 fullobject(Zoo.select(Zoo.c.Founded ==
166 fullobject(Zoo.select(Zoo.c.Name ==
168 fullobject(Zoo.select(Zoo.c.Admission == float(60)))
172 fullobject(Animal.select(Animal.c.Species == 'Leopard'))
173 fullobject(Animal.select(Animal.c.Species == 'Ostrich'))
174 fullobject(Animal.select(Animal.c.Legs == 1000000))
175 fullobject(Animal.select(Animal.c.Species == 'Tick'))
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/aaa_profiling/
H A Dtest_zoomark.py154 def fullobject(select): function
163 fullobject(Zoo.select(Zoo.c.Name == 'Wild Animal Park'))
164 fullobject(Zoo.select(Zoo.c.Founded ==
166 fullobject(Zoo.select(Zoo.c.Name ==
168 fullobject(Zoo.select(Zoo.c.Admission == float(60)))
172 fullobject(Animal.select(Animal.c.Species == 'Leopard'))
173 fullobject(Animal.select(Animal.c.Species == 'Ostrich'))
174 fullobject(Animal.select(Animal.c.Legs == 1000000))
175 fullobject(Animal.select(Animal.c.Species == 'Tick'))
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/aaa_profiling/
H A Dtest_zoomark.py199 def fullobject(select): function
208 fullobject(Zoo.select(Zoo.c.Name == "Wild Animal Park"))
209 fullobject(Zoo.select(Zoo.c.Founded == datetime.date(1935, 9, 13)))
210 fullobject(Zoo.select(Zoo.c.Name == "Montr\xe9al Biod\xf4me"))
211 fullobject(Zoo.select(Zoo.c.Admission == float(60)))
215 fullobject(Animal.select(Animal.c.Species == "Leopard"))
216 fullobject(Animal.select(Animal.c.Species == "Ostrich"))
217 fullobject(Animal.select(Animal.c.Legs == 1000000))
218 fullobject(Animal.select(Animal.c.Species == "Tick"))
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/aaa_profiling/
H A Dtest_zoomark.py201 def fullobject(select): function
210 fullobject(Zoo.select(Zoo.c.Name == "Wild Animal Park"))
211 fullobject(Zoo.select(Zoo.c.Founded == datetime.date(1935, 9, 13)))
212 fullobject(Zoo.select(Zoo.c.Name == "Montr\xe9al Biod\xf4me"))
213 fullobject(Zoo.select(Zoo.c.Admission == float(60)))
217 fullobject(Animal.select(Animal.c.Species == "Leopard"))
218 fullobject(Animal.select(Animal.c.Species == "Ostrich"))
219 fullobject(Animal.select(Animal.c.Legs == 1000000))
220 fullobject(Animal.select(Animal.c.Species == "Tick"))
/dports/www/moodle39/moodle/tag/classes/
H A Dtag.php445 * @param bool $fullobject whether $taginstance contains all fields from DB table tag_instance
449 protected function delete_instance_as_record($taginstance, $fullobject = false) { argument
463 …moved::create_from_tag_instance($taginstance, $this->name, $this->rawname, $fullobject)->trigger();
/dports/www/moodle310/moodle/tag/classes/
H A Dtag.php445 * @param bool $fullobject whether $taginstance contains all fields from DB table tag_instance
449 protected function delete_instance_as_record($taginstance, $fullobject = false) { argument
463 …moved::create_from_tag_instance($taginstance, $this->name, $this->rawname, $fullobject)->trigger();
/dports/www/moodle311/moodle/tag/classes/
H A Dtag.php445 * @param bool $fullobject whether $taginstance contains all fields from DB table tag_instance
449 protected function delete_instance_as_record($taginstance, $fullobject = false) { argument
463 …moved::create_from_tag_instance($taginstance, $this->name, $this->rawname, $fullobject)->trigger();