Home
last modified time | relevance | path

Searched +refs:state +refs:undoing (Results 1 – 25 of 1775) sorted by relevance

12345678910>>...71

/dports/games/gnome-taquin/gnome-taquin-3.38.1/src/
H A Dtaquin-game.vala46 /* undoing */
180 requires (!restarting || undoing)
190 if (undoing)
226 requires (!restarting || undoing)
286 if (undoing)
337 fifteen_move (((!) state).x, ((!) state).y, /* undoing */ true);
339 sixteen_move (((!) state).x, ((!) state).y, /* undoing */ true);
342 previous_state = state == null ? null : ((!) state).previous;
350 … fifteen_move (((!) state).x, ((!) state).y, /* undoing */ true, /* restarting */ true);
352 … sixteen_move (((!) state).x, ((!) state).y, /* undoing */ true, /* restarting */ true);
[all …]
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Denvelope.h45 env_state state; variable
71 state = STOP; in reset()
101 return state == LOCKDECAY || state == RELEASE || state == STOP; in released()
111 state = ATTACK; in note_on()
118 if (state == STOP) in note_off()
141 switch(state) in advance()
215 bool done, undoing; member
230 undoing = false; in reset()
238 undoing = true; in undo()
268 if (done && undoing && value >= 1) in process()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Denvelope.h45 env_state state; variable
71 state = STOP; in reset()
101 return state == LOCKDECAY || state == RELEASE || state == STOP; in released()
111 state = ATTACK; in note_on()
118 if (state == STOP) in note_off()
141 switch(state) in advance()
215 bool done, undoing; member
230 undoing = false; in reset()
238 undoing = true; in undo()
268 if (done && undoing && value >= 1) in process()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DCellBuffer.cxx49 return state.PersistantForm(); in PersistantForm()
56 state.FromPersistant(changesState); in SetChanges()
62 if (collecting && !undoing) { in InsertText()
65 if (state.FillRange(position, edition, fillLength)) { in InsertText()
75 state.InsertSpace(line, 1); in InsertLine()
78 if (state.FillRange(linePosition, edition, fillLength)) in InsertLine()
85 state.DeleteRange(line, 1); in RemoveLine()
93 state.InsertSpace(0, lines); in EnableChangeCollection()
100 int length = state.Length(); in ClearChanged()
101 if (state.FillRange(position, 0, length)) in ClearChanged()
[all …]
H A DCellBuffer.h28 RunStyles state; variable
37 void InsertText(int line, int edition, bool undoing);
38 void InsertLine(int line, int edition, bool undoing);
39 void RemoveLine(int line, bool undoing);
69 …void InsertText(Sci::Line line, Sci::Position delta, int edition, bool undoing, bool lineUnchanged…
70 void InsertLine(Sci::Line line, Sci::Position position, bool lineStart, int edition, bool undoing);
74 void RemoveLine(Sci::Line line, bool undoing);
212 void ResetLineEnds(bool undoing);
215 void BasicDeleteChars(Sci::Position position, Sci::Position deleteLength, bool undoing);
245 void InsertLine(Sci::Line line, Sci::Position position, bool lineStart, int edition, bool undoing);
[all …]
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXWaveScrollArea.cpp106 void FXWaveScrollArea::updateFromEdit(bool undoing) in updateFromEdit() argument
108 canvas->updateFromEdit(undoing); in updateFromEdit()
256 …if(ev->click_button==LEFTBUTTON && ev->state&CONTROLMASK) // left button pressed while holding con… in onMouseDown()
262 …else if(ev->click_button==RIGHTBUTTON && ev->state&CONTROLMASK) // right button pressed while hold… in onMouseDown()
269 …else if(ev->click_button==LEFTBUTTON && ev->state&SHIFTMASK) // left button pressed while holding … in onMouseDown()
386 if(!(ev->state&SHIFTMASK)) in onMouseMove()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A Dmessages.properties47 SimpleProfileRegistry_States_Error_Reading_File=Error reading profile state properties.
48 SimpleProfileRegistry_States_Error_Writing_File=Error writing profile state properties.
63 action_undo_error=An error occurred while rolling back the engine operation while undoing the {0} a…
78 phase_undo_error=An error occurred while undoing the {0} phase.
79 phase_undo_operand_error=An error occurred while undoing the {0} phase for operand {1}.
/dports/devel/hs-git-annex/git-annex-8.20210903/doc/
H A Dgit-annex-undo.mdwn18 tree to the same state it had before. To support undoing an undo of
/dports/devel/p5-Rinci/Rinci-1.1.98/lib/Rinci/
H A DTransaction.pod133 u (committed, undoing)
134 v (aborted undoing, pending rollback back to C)
231 state is used to avoid undoing what was not fixed by the function. If we are in
255 state is that the user exists. For C<My::deluser>, the fixable state is that
301 Function must perform action to fix the state into the fixed state. In our
470 state.
518 TM allows undoing committed transaction, so the transaction system also serves
526 2) TM sets transaction status to C<u> (undoing):
637 Recovery rolls back interrupted undoing process so that transaction status is
638 back to C<C> (committed). For more details, refer to L</"Rollback of undoing
[all …]
/dports/devel/py-apptools/apptools-4.5.0/
H A DREADME.rst33 - **apptools.persistence**: Supports pickling the state of a Python object
34 to a dictionary, which can then be flexibly applied in restoring the state of
47 - **apptools.undo**: Supports undoing and scripting application commands.
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/operations/
H A DDeleteTextOperation.as72 * merged into one operation so that undoing the operation reverses the entire sequence.</p>
121 var state:SelectionState = textFlow.interactionManager.getSelectionState();
122 if (state.anchorPosition == state.activePosition)
124 state.pointFormat = PointFormat.clone(_pendingFormat);
125 textFlow.interactionManager.setSelectionState(state);
/dports/games/tads/tads-3.0.8/tads3/t3library/
H A Dfile.t60 * external file's state when restoring, undoing, or restarting. So, when
61 * one of these state-restoring operations is performed, the program state
64 * idea of the state of an open file will no longer agree with the actual
65 * state of the file on the external device. To protect against the
68 * any operation is attemped on a file in this state.
/dports/databases/timescaledb/timescaledb-2.5.1/src/bgw/
H A DREADME.md42 undoing the change after it finishes. If a job crashed, it will be left
43 in an intermediate state from which we deduce that it could have been the
48 The scheduler implements a state machine for each job.
49 Each job starts in the SCHEDULED state. As soon as a job starts
50 it enters the STARTING state. If the scheduler determines the
52 the job to a TERMINATING state. Once a background worker has for
53 a job has stopped, the job returns to the SCHEDULED state.
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/bootstrap/less/
H A Ddropdowns.less73 // Hover/Focus state
83 // Active state
95 // Disabled state
97 // Gray out text and ensure the hover/focus state remains gray
118 // Open state for the dropdown
140 // aligned nav component. To enable the undoing of that, we provide an override
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/
H A D_dropdowns.scss73 // Hover/Focus state
83 // Active state
95 // Disabled state
97 // Gray out text and ensure the hover/focus state remains gray
118 // Open state for the dropdown
140 // aligned nav component. To enable the undoing of that, we provide an override
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dprototypes.h68 extern void undoing();
192 extern const char *object_generator(const char *text, int state);
193 extern const char *verb_generator(const char *text, int state);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/ui/phplist-ui-bootlist/bootstrap/less/
H A Ddropdowns.less76 // Hover/Focus state
86 // Active state
98 // Disabled state
100 // Gray out text and ensure the hover/focus state remains gray
120 // Open state for the dropdown
142 // aligned nav component. To enable the undoing of that, we provide an override
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/doc/bootstrap/
H A Ddropdowns.less75 // Hover/Focus state
85 // Active state
97 // Disabled state
99 // Gray out text and ensure the hover/focus state remains gray
119 // Open state for the dropdown
141 // aligned nav component. To enable the undoing of that, we provide an override
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/doc/bootstrap/
H A Ddropdowns.less75 // Hover/Focus state
85 // Active state
97 // Disabled state
99 // Gray out text and ensure the hover/focus state remains gray
119 // Open state for the dropdown
141 // aligned nav component. To enable the undoing of that, we provide an override
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/doc/bootstrap/
H A Ddropdowns.less75 // Hover/Focus state
85 // Active state
97 // Disabled state
99 // Gray out text and ensure the hover/focus state remains gray
119 // Open state for the dropdown
141 // aligned nav component. To enable the undoing of that, we provide an override
/dports/graphics/aseprite/aseprite-1.2.9/third_party/fmt/doc/bootstrap/
H A Ddropdowns.less75 // Hover/Focus state
85 // Active state
97 // Disabled state
99 // Gray out text and ensure the hover/focus state remains gray
119 // Open state for the dropdown
141 // aligned nav component. To enable the undoing of that, we provide an override
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/ansible-semaphore/semaphore-vendor/bootstrap/less/
H A Ddropdowns.less76 // Hover/Focus state
86 // Active state
98 // Disabled state
100 // Gray out text and ensure the hover/focus state remains gray
120 // Open state for the dropdown
142 // aligned nav component. To enable the undoing of that, we provide an override
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/doc/bootstrap/
H A Ddropdowns.less75 // Hover/Focus state
85 // Active state
97 // Disabled state
99 // Gray out text and ensure the hover/focus state remains gray
119 // Open state for the dropdown
141 // aligned nav component. To enable the undoing of that, we provide an override
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/doc/bootstrap/
H A Ddropdowns.less75 // Hover/Focus state
85 // Active state
97 // Disabled state
99 // Gray out text and ensure the hover/focus state remains gray
119 // Open state for the dropdown
141 // aligned nav component. To enable the undoing of that, we provide an override
/dports/emulators/citra/citra-ac98458e0/externals/fmt/doc/bootstrap/
H A Ddropdowns.less75 // Hover/Focus state
85 // Active state
97 // Disabled state
99 // Gray out text and ensure the hover/focus state remains gray
119 // Open state for the dropdown
141 // aligned nav component. To enable the undoing of that, we provide an override

12345678910>>...71