Home
last modified time | relevance | path

Searched refs:_undo (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/x11/menulibre/menulibre-menulibre-2.2.3/menulibre/
H A DMenulibreHistory.py40 self._undo = []
99 self._undo.append((key, before, after))
100 if len(self._undo) == 1:
106 history = self._undo.pop()
107 if len(self._undo) == 0:
114 has_history = len(self._undo) > 0
115 self._undo.clear()
145 if len(self._undo) == 0 and len(self._redo) == 0:
147 elif len(self._undo) == 1 or len(self._redo) == 1:
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_stroke_strategy_undo_command_based.h60 bool _undo = false,
66 undo(_undo), in KisStrokeJobData()
72 bool _undo = false,
78 undo(_undo), in KisStrokeJobData()
/dports/devel/p5-Object-InsideOut/Object-InsideOut-4.05/examples/
H A DYAPI.pm210 sub _undo :Sub subroutine
240 print(_undo($type, $yapi, $step, $max, 0) .
270 print(_undo($type[$$self], $yapi[$$self], $step[$$self], scalar(@{$yapi[$$self]}), 1)
346 print(_undo($type, \@yapi, $step, $max, 0) .
352 print(_undo($type, \@yapi, $step, $max, 1) . $SHOW . $item);
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/future/
H A Dmanual_segmentation.py86 def _undo(*args, **kwargs): function
97 undo_button.on_clicked(_undo)
197 def _undo(*args, **kwargs): function
208 undo_button.on_clicked(_undo)
/dports/math/frobby/frobby-0.9.1/src/
H A DSizeMaxIndepSetAlg.cpp44 _undo.resize(_varCount + 1); in run()
107 ASSERT(_undo[excluded].empty()); in recurse()
160 vector<size_t>& undo = _undo[excluded]; // for convenience in recurse()
H A DSizeMaxIndepSetAlg.h129 vector<vector<size_t> > _undo; variable
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextChangeHistory.h41 TextCommandInfo(size_t _undo, size_t _redo, size_t _length) : in TextCommandInfo()
44 undo(_undo), in TextCommandInfo()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextChangeHistory.h41 TextCommandInfo(size_t _undo, size_t _redo, size_t _length) : in TextCommandInfo()
44 undo(_undo), in TextCommandInfo()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextChangeHistory.h41 TextCommandInfo(size_t _undo, size_t _redo, size_t _length) : in TextCommandInfo()
44 undo(_undo), in TextCommandInfo()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextChangeHistory.h41 TextCommandInfo(size_t _undo, size_t _redo, size_t _length) : in TextCommandInfo()
44 undo(_undo), in TextCommandInfo()
/dports/games/anki/anki-2.1.16/anki/
H A Dcollection.py671 self._undo = None
675 if not self._undo:
677 return self._undo[1]
680 if self._undo[0] == 1:
687 if self._undo:
688 if self._undo[0] == 1:
689 old = self._undo[2]
695 data = self._undo[2]
696 wasLeech = self._undo[3]
725 self._undo = [2, name]
[all …]
/dports/deskutils/egroupware/egroupware/vendor/npm-asset/dhtmlx-gantt/codebase/ext/
H A Ddhtmlxgantt_undo.js.map1_undo","getUndoStack","_undoStack","getRedoStack","_redoStack","clearUndoStack","clearRedoStack","…
/dports/math/py-Diofant/Diofant-0.13.0/diofant/logic/algorithms/
H A Ddpll2.py200 self._undo()
204 self._undo()
224 self._undo()
235 self._undo()
356 def _undo(self): member in SATSolver
/dports/math/py-sympy/sympy-1.9/sympy/logic/algorithms/
H A Ddpll2.py220 self._undo()
224 self._undo()
245 self._undo()
256 self._undo()
381 def _undo(self):
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dgnm-command-impl.h65 func ## _undo (GnmCommand *me, WorkbookControl *wbc); \
73 parent->undo_cmd = (UndoCmd)& func ## _undo; \
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/tests/
H A DTransactionalUndoStorage.py104 self._undo(info[0]["id"], [oid], note="undo1")
110 self._undo(info[2]["id"], [oid], note="undo2")
116 self._undo(info[4]["id"], [oid], note="undo3")
122 self._undo(info[0]["id"], [oid])
146 self._undo(info[0]['id'], [oid])
153 self._undo(info[2]['id'], [oid])
168 self._undo(info[0]['id'], [oid])
174 self._undo(info[0]['id'], [oid])
211 self._undo(info[0]['id'], [oid1, oid2])
262 self._undo(info[0]['id'], [oid1, oid2])
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/db/
H A Dundoredo.py116 def _undo(self, update_history): member in DbUndo
135 return self._undo(update_history)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dcolor-picker.cpp36 , _undo(undo) in ColorPicker()
122 if (_undo && SP_ACTIVE_DESKTOP) { in _onSelectedColorChanged()
H A Dcolor-picker.h65 bool _undo; variable
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/tests/
H A Dmingw_convert_ctest.py33 _undo=False variable
35 if '--undo' in sys.argv: _undo=True
130 if _undo:
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/tests/
H A Dmingw_convert_ctest.py33 _undo=False variable
35 if '--undo' in sys.argv: _undo=True
130 if _undo:
/dports/science/v_sim/v_sim-3.8.0/src/extraFunctions/
H A Dtranslate.c109 static void _undo(VisuNodeMover *mover, VisuNodeArray *arr, const GArray *ids);
128 VISU_NODE_MOVER_CLASS(klass)->undo = _undo; in G_DEFINE_TYPE_WITH_CODE()
284 static void _undo(VisuNodeMover *mover, VisuNodeArray *arr, const GArray *ids) in _undo() function
H A Drotate.c112 static void _undo(VisuNodeMover *mover, VisuNodeArray *arr, const GArray *ids);
130 VISU_NODE_MOVER_CLASS(klass)->undo = _undo; in G_DEFINE_TYPE_WITH_CODE()
318 static void _undo(VisuNodeMover *mover, VisuNodeArray *arr, const GArray *ids) in _undo() function
/dports/devel/git-extras/git-extras-6.3.0/bin/
H A Dgit-undo8 function _undo()
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/mib2c-conf.d/
H A Dnode-set.m2i208 ${node}_undo( ${context}_rowreq_ctx *rowreq_ctx)
214 DEBUGMSGTL(("verbose:${context}:${node}_undo","called\n"));
229 } /* ${node}_undo */

123456789