Home
last modified time | relevance | path

Searched refs:disable_undo (Results 1 – 18 of 18) sorted by relevance

/dports/devel/py-tables/tables-3.6.1/examples/
H A Dtutorial3-1.py46 fileh.disable_undo()
H A Dtutorial3-2.py76 fileh.disable_undo()
H A Dundo-redo.py20 fileh.disable_undo()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/
H A Dclothify.py27 img.disable_undo()
H A Dsphere.py49 img.disable_undo()
H A Dpy-slice.py160 temp_image.disable_undo()
173 temp_image.disable_undo()
/dports/devel/py-tables/tables-3.6.1/doc/source/usersguide/libref/
H A Dfile_class.rst114 .. automethod:: File.disable_undo
/dports/devel/py-tables/tables-3.6.1/bench/
H A Dundo_redo.py40 self.fileh.disable_undo()
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscore.c67 gui->movement->undo_guard = Denemo.prefs.disable_undo; in point_to_new_movement()
203 gui->movement->undo_guard = Denemo.prefs.disable_undo; in append_movement()
H A Dselect.c1571 gui->movement->undo_guard = Denemo.prefs.disable_undo; in warn_no_more_undo()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h487 gboolean disable_undo; /**< Do not collect undo information */ member
/dports/devel/py-tables/tables-3.6.1/doc/source/
H A DMIGRATING_TO_3.x.rst442 disableUndo disable_undo
/dports/devel/py-tables/tables-3.6.1/tables/tests/
H A Dtest_do_undo.py930 self.h5file.disable_undo()
953 self.h5file.disable_undo()
973 self.h5file.disable_undo()
H A Dtest_basics.py1665 self.assertRaises(ClosedFileError, self.h5file.disable_undo)
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dfile.c457 …gui->movement->undo_guard = Denemo.prefs.disable_undo; //user pref to (dis)allow undo informa… in open_for_real()
/dports/devel/py-tables/tables-3.6.1/tables/
H A Dfile.py2313 def disable_undo(self): member in File
/dports/devel/py-tables/tables-3.6.1/doc/source/usersguide/
H A Dtutorials.rst1701 >>> fileh.disable_undo()
1816 fileh.disable_undo()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c4785 Denemo.project->movement->undo_guard = Denemo.prefs.disable_undo; in newview()