Home
last modified time | relevance | path

Searched refs:after_save (Results 1 – 25 of 138) sorted by relevance

123456

/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Ddependency.py99 after_save,
209 after_save,
325 after_save, argument
365 after_save, argument
635 after_save, argument
674 after_save, argument
717 [(child_action, after_save), (after_save, save_parent)]
976 after_save, argument
1003 after_save, argument
1011 [(save_parent, after_save), (after_save, child_action)]
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Ddependency.py99 after_save,
209 after_save,
325 after_save, argument
365 after_save, argument
621 after_save, argument
660 after_save, argument
703 [(child_action, after_save), (after_save, save_parent)]
952 after_save, argument
979 after_save, argument
987 [(save_parent, after_save), (after_save, child_action)]
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Ddependency.py121 after_save.disabled = True
153 parent_saves = after_save = None
342 (child_saves, after_save),
343 (parent_saves, after_save),
354 (after_save, child_saves),
409 (save_parent, after_save),
613 (child_saves, after_save),
817 (parent_saves, after_save)
905 (parent_saves, after_save),
906 (child_saves, after_save),
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Ddependency.py121 after_save.disabled = True
153 parent_saves = after_save = None
342 (child_saves, after_save),
354 (after_save, child_saves),
409 (save_parent, after_save),
613 (child_saves, after_save),
624 (child_saves, after_save),
816 (parent_saves, after_save)
904 (parent_saves, after_save),
905 (child_saves, after_save),
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Ddependency.py100 after_save,
210 after_save,
331 after_save, argument
371 after_save, argument
641 after_save, argument
680 after_save, argument
723 [(child_action, after_save), (after_save, save_parent)]
982 after_save, argument
1009 after_save, argument
1017 [(save_parent, after_save), (after_save, child_action)]
[all …]
/dports/databases/p5-Mongoose/Mongoose-2.00/t/
H A Dafter-save.t34 is $cat_count, 1, "Cat->after_save called 1 times";
44 is $ball_count, 10, "Ball->after_save called 10 times";
45 is $cat_count, 1, "Cat->after_save called 1 times";
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/python/
H A Dtest.py106 after_save = ex.get_partial_prediction() variable
107 print ' after saving, prediction =', after_save
109 ensure_close(before_save, after_save)
/dports/devel/py-tasklib/tasklib-2.4.3/tasklib/
H A Dbackends.py53 def refresh_task(self, task, after_save=False): argument
361 task.refresh(after_save=True)
383 def refresh_task(self, task, after_save=False): argument
401 and after_save):
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp612 __ mov(Oexception, Oexception->after_save()); in generate_code_for()
613 __ add(I7, frame::pc_return_offset, Oissuing_pc->after_save()); in generate_code_for()
616 G2_thread, Oissuing_pc->after_save()); in generate_code_for()
617 __ verify_not_null_oop(Oexception->after_save()); in generate_code_for()
836 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
837 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
845 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
846 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp613 __ mov(Oexception, Oexception->after_save()); in generate_code_for()
614 __ add(I7, frame::pc_return_offset, Oissuing_pc->after_save()); in generate_code_for()
617 G2_thread, Oissuing_pc->after_save()); in generate_code_for()
618 __ verify_not_null_oop(Oexception->after_save()); in generate_code_for()
837 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
838 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
846 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
847 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp612 __ mov(Oexception, Oexception->after_save()); in generate_code_for()
613 __ add(I7, frame::pc_return_offset, Oissuing_pc->after_save()); in generate_code_for()
616 G2_thread, Oissuing_pc->after_save()); in generate_code_for()
617 __ verify_not_null_oop(Oexception->after_save()); in generate_code_for()
836 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
837 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
845 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
846 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp612 __ mov(Oexception, Oexception->after_save()); in generate_code_for()
613 __ add(I7, frame::pc_return_offset, Oissuing_pc->after_save()); in generate_code_for()
616 G2_thread, Oissuing_pc->after_save()); in generate_code_for()
617 __ verify_not_null_oop(Oexception->after_save()); in generate_code_for()
836 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
837 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
845 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
846 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A Dc1_Runtime1_sparc.cpp613 __ mov(Oexception, Oexception->after_save()); in generate_code_for()
614 __ add(I7, frame::pc_return_offset, Oissuing_pc->after_save()); in generate_code_for()
617 G2_thread, Oissuing_pc->after_save()); in generate_code_for()
618 __ verify_not_null_oop(Oexception->after_save()); in generate_code_for()
837 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
838 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
846 __ mov(Oexception->after_save(), Oexception); in generate_handle_exception()
847 __ mov(Oissuing_pc->after_save(), Oissuing_pc); in generate_handle_exception()
/dports/www/moodle310/moodle/mod/quiz/accessrule/seb/classes/
H A Dquiz_settings.php281 $this->after_save();
290 $this->after_save();
296 private function after_save() { function in quizaccess_seb\\quiz_settings
/dports/www/moodle311/moodle/mod/quiz/accessrule/seb/classes/
H A Dquiz_settings.php281 $this->after_save();
290 $this->after_save();
296 private function after_save() { function in quizaccess_seb\\quiz_settings
/dports/www/moodle39/moodle/mod/quiz/accessrule/seb/classes/
H A Dquiz_settings.php281 $this->after_save();
290 $this->after_save();
296 private function after_save() { function in quizaccess_seb\\quiz_settings
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dfile_store_mounter.rb11 after_save :update_file_store, if: :saved_change_to_file?
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/error_tracking/
H A Dproject_error_tracking_setting.rb47 after_save :clear_reactive_cache!
52 after_save :create_client_key!
/dports/sysutils/webmin/webmin-1.981/postfix/
H A Dsave_opts_misc.cgi24 &after_save();
H A Dsave_opts_aliases.cgi23 &after_save();
H A Dsave_opts_transport.cgi25 &after_save();
H A Dsave_opts_dependent.cgi23 &after_save();
H A Dsave_opts_sni.cgi23 &after_save();
H A Dsave_opts_relocated.cgi25 &after_save();
H A Dsave_opts_virtual.cgi25 &after_save();

123456