Home
last modified time | relevance | path

Searched +refs:do +refs:undo (Results 1 – 25 of 18559) sorted by relevance

12345678910>>...743

/dports/devel/py-rope/rope-0.18.0/ropetest/
H A Dhistorytest.py26 self.history.undo()
32 self.history.undo()
39 self.history.undo()
66 self.history.undo()
77 self.history.undo()
84 self.history.undo()
92 history.undo()
255 change.undo()
329 change.undo()
391 history.undo()
[all …]
/dports/multimedia/pitivi/pitivi-0.999/tests/
H A Dtest_undo.py43 def do(self): member in TestUndoableActionStack.testUndoDo.Action
58 stack.do()
217 action1.do.assert_called_once_with()
219 action2.do.assert_not_called()
314 self.assertEqual(action1.do.call_count, 0)
316 self.assertEqual(action2.do.call_count, 0)
326 self.assertEqual(action1.do.call_count, 0)
328 self.assertEqual(action2.do.call_count, 0)
338 self.assertEqual(action1.do.call_count, 1)
340 self.assertEqual(action2.do.call_count, 1)
[all …]
/dports/devel/p5-Rinci/Rinci-1.1.98/lib/Rinci/
H A DUndo.pod65 C<-undo_action> with the value of C<do> and C<undo> to execute or undo a
66 command, respectively. For C<do> and C<undo>, the same set of arguments are
72 arguments. Function MUST at least support the following undo action: C<do>,
79 =head2 Performing 'do'
82 C<-undo_action> with the value of C<do>. Function should perform its operation
102 undo the undo operation).
108 alternatively, caller can just perform a normal do (see above).
152 my $res = setenv(name=>"DEBUG", value=>1, -undo_action=>"do");
156 To perform undo:
171 or you can just do:
[all …]
/dports/devel/py-apptools/apptools-4.5.0/examples/undo/
H A Dcommands.py18 from apptools.undo.api import AbstractCommand
46 def do(self): member in LabelIncrementSizeCommand
63 def undo(self): member in LabelIncrementSizeCommand
89 def do(self): member in LabelDecrementSizeCommand
106 def undo(self): member in LabelDecrementSizeCommand
127 def do(self): member in LabelNormalFontCommand
138 def undo(self): member in LabelNormalFontCommand
159 def do(self): member in LabelBoldFontCommand
170 def undo(self): member in LabelBoldFontCommand
191 def do(self): member in LabelItalicFontCommand
[all …]
/dports/devel/py-pyface/pyface-7.2.0/examples/undo/
H A Dcommands.py28 from pyface.undo.api import AbstractCommand
56 def do(self): member in LabelIncrementSizeCommand
73 def undo(self): member in LabelIncrementSizeCommand
99 def do(self): member in LabelDecrementSizeCommand
116 def undo(self): member in LabelDecrementSizeCommand
137 def do(self): member in LabelNormalFontCommand
148 def undo(self): member in LabelNormalFontCommand
169 def do(self): member in LabelBoldFontCommand
180 def undo(self): member in LabelBoldFontCommand
201 def do(self): member in LabelItalicFontCommand
[all …]
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/document/
H A Doperations.py57 def undo(self, document): member in Operation
85 def undo(self, document): member in OperationSettingSet
150 def undo(self, document): member in OperationSettingPropagate
199 def undo(self, document): member in OperationWidgetRename
225 def undo(self, document): member in OperationWidgetDelete
270 def undo(self, document): member in OperationWidgetsDelete
300 def undo(self, document): member in OperationWidgetMoveUpDown
361 def undo(self, document): member in OperationWidgetMove
418 def undo(self, document): member in OperationWidgetAdd
442 def undo(self, document): member in OperationDatasetSet
[all …]
/dports/multimedia/pitivi/pitivi-0.999/pitivi/undo/
H A Dproject.py23 from pitivi.undo.timeline import TimelineObserver
24 from pitivi.undo.undo import Action
25 from pitivi.undo.undo import MetaContainerObserver
26 from pitivi.undo.undo import UndoableAction
48 def undo(self): member in AssetAddedIntention
53 def do(self): member in AssetAddedIntention
85 def undo(self): member in AssetRemovedAction
88 def do(self): member in AssetRemovedAction
114 def do(self): member in AssetProxiedIntention
118 def undo(self): member in AssetProxiedIntention
H A Dtimeline.py45 def do(self): member in CommitTimelineFinalizingAction
64 def do(self): member in TrackElementPropertyChanged
190 def do(self): member in TrackElementAdded
211 def do(self): member in TrackElementRemoved
306 def do(self): member in ClipAdded
346 def do(self): member in ClipRemoved
405 def do(self): member in TransitionClipAddedAction
438 def do(self): member in TransitionClipRemovedAction
467 def do(self): member in LayerAdded
491 def do(self): member in LayerRemoved
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/mib2c-conf.d/
H A Dparent-set.m2i127 * functions are called. If you need to do any undo setup that is not
128 * related to a specific column, you can do it here.
142 * memory for a string), you should do that setup in the node's undo_setup
162 * TODO:451:M: |-> Setup $context undo.
174 * functions are called. If you need to do any undo that is not
175 * related to a specific column, you can do it here.
181 * memory for a string), you should do that setup in the node's undo
201 * TODO:451:M: |-> $context undo.
210 * Cleanup up context undo information.
279 * save flags, then clear until we actually do something
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/games/aces/
H A Daces.rkt111 (set! undo-stack (cons (extract-current-state) undo-stack))
114 ;; do-undo : -> void
116 (define (do-undo)
119 (set! undo-stack (cdr undo-stack))
122 ;; do-redo : -> void
124 (define (do-redo)
167 (save-undo)
200 (save-undo)
210 (save-undo)
303 [callback (lambda (x y) (do-undo))]
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/hotindexer-undo-do-tests/
H A DREADME1 = Hotindexer undo do testing =
3 The hotindexer undo do function is tested by feeding it a leafentry,
10 when the undo do function is called as well as the transaction records
13 The .result file describes the actions taken by the undo do function
/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Dchange.py17 def do(self, job_set=None): member in Change
70 change.undo()
81 change.do()
147 def do(self): member in ChangeContents
153 def undo(self): member in ChangeContents
200 def do(self): member in MoveResource
204 def undo(self): member in MoveResource
230 def do(self): member in CreateResource
234 def undo(self): member in CreateResource
288 def do(self): member in RemoveResource
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/
H A DHistoryStack.st39 do: aBlock [
43 previousStack do: aBlock.
47 <category: 'undo-redo'>
53 <category: 'undo-redo'>
69 <category: 'undo-redo'>
79 <category: 'undo-redo'>
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/
H A Dfixit.texi89 file was last read in or saved. If you do not remember whether you
111 Some specialized buffers do not make undo records. Buffers whose
112 names start with spaces never do; these buffers are used internally by
190 punctuation characters between the words do not move. For example,
216 otherwise a command with a repeat count of zero would do nothing): to
276 If the region is active, do it for all words in the region instead.
279 is active, do it for all words in the region instead.
334 incorrect word, it asks you what to do. It usually displays a list of
354 Replace the word with @var{new}, and do a @code{query-replace} so you
413 to run, waiting for something to do, so that subsequent spell-checking
[all …]

12345678910>>...743