Home
last modified time | relevance | path

Searched refs:redo (Results 1 – 25 of 5676) sorted by relevance

12345678910>>...228

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Operations/
H A DOrdinaryOperation.cs226 redo = !redo; in ProcessIndividualParents()
246 redo = !redo; in ProcessFamilySpouse()
266 redo = !redo; in ProcessGroupMember()
286 redo = !redo; in ProcessSourceRepositoryCitation()
306 redo = !redo; in ProcessResearchTask()
326 redo = !redo; in ProcessResearchCommunication()
346 redo = !redo; in ProcessResearchGroup()
434 redo = !redo; in ProcessRecordSourceCit()
454 redo = !redo; in ProcessRecordEvent()
474 redo = !redo; in ProcessIndividualAssociation()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb_rec.c37 int redo;
53 if (!redo) {
91 if (redo)
114 int redo;
129 if (!redo) {
190 int redo;
347 int redo;
401 int redo;
516 int redo;
604 int redo;
[all …]
H A Dhash_rec.c79 int redo;
97 if (!redo) {
185 int redo;
367 int redo;
463 int redo;
487 int redo;
509 int redo;
598 int redo;
621 int redo;
758 int redo;
[all …]
H A Dtxn_rec.c60 CDB___txn_regop_recover(dbenv, dbtp, lsnp, redo, info) in CDB___txn_regop_recover() argument
64 int redo;
73 COMPQUIET(redo, 0);
103 int redo;
112 COMPQUIET(redo, 0);
135 CDB___txn_ckp_recover(dbenv, dbtp, lsnp, redo, info) in CDB___txn_ckp_recover() argument
139 int redo;
146 CDB___txn_ckp_print(dbenv, dbtp, lsnp, redo, info);
161 CDB___db_txnlist_gen(info, redo ? -1 : 1);
180 int redo;
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DUndo.cpp117 for (redo = g_redolist; redo; redo = nextredo) in Undo_ClearRedo()
130 Mem_Free(redo); in Undo_ClearRedo()
605 if (!redo) return; in Undo_Undo()
607 redo->brushlist.next = &redo->brushlist; in Undo_Undo()
608 redo->brushlist.prev = &redo->brushlist; in Undo_Undo()
609 redo->entitylist.next = &redo->entitylist; in Undo_Undo()
610 redo->entitylist.prev = &redo->entitylist; in Undo_Undo()
614 redo->next = NULL; in Undo_Undo()
766 undo_t *redo; in Undo_Redo() local
851 …for (pBrush = redo->brushlist.next; pBrush != NULL && pBrush != &redo->brushlist; pBrush = redo->b… in Undo_Redo()
[all …]
/dports/devel/goredo/goredo-1.21.0/src/
H A Dusage.go57 d = `Usage: redo-ifcreate target [...]
61 d = `Usage: redo-always
76 redo calls and their logs.`
78 d = `Usage: redo-dot target [...]
82 d = `Usage: redo-stamp < [$3]
88 d = `Usage: redo-whichdo target
93 d = `Usage: redo-targets [target ...]
101 d = `Usage: redo-ood [target ...]
112 Available commands: redo, redo-affects, redo-always, redo-cleanup,
113 redo-dot, redo-ifchange, redo-ifcreate, redo-log, redo-ood,
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dredo_log_archive_01.result2 # Prepare the server for redo log archiving.
16 # Remove the redo log archive file.
25 # Remove the redo log archive file.
34 # Remove the redo log archive file.
43 # Remove the redo log archive file.
52 # Remove the redo log archive file.
61 # Create a lot of InnoDB redo log.
72 # Stop redo log archiving.
81 # Remove the redo log archive file.
93 # Remove the redo log archive file.
[all …]
H A Dlog_flush_order.result6 # Scenario 1.1.1 - No-redo dirtied page inserted too quickly.
8 # The page is no-redo dirtied first time.
46 # Scenario 1.1.2 - No-redo dirtied page inserted too quickly.
48 # The page is no-redo dirtied second time.
88 # The page is no-redo dirtied first time.
136 # The page is no-redo dirtied second time,
183 # Scenario 2.1.1 - No-redo dirtied page inserted too late.
185 # The page is no-redo dirtied first time.
211 # Scenario 2.1.2 - No-redo dirtied page inserted too late.
239 # Scenario 2.2.1 - No-redo dirtied page inserted too late.
[all …]
H A Dlog_corruption.result1 # redo log from before we started versioning in MySQL 5.7.9
2 Pattern "Unsupported redo log format \(0\). The redo log was created before MySQL 5\.7\.9.*" found
3 # redo log from before MySQL 8.0.3, with corrupted log block
6 Pattern "Invalid redo log header checksum" found
8 Pattern "Unknown redo log format \(4294967295\).*" found
9 # redo log from MySQL 8.0.3, with corrupted log checkpoint
15 # --innodb-force-recovery=6 (skip the entire redo log)
25 # --innodb-force-recovery=6 (skip the entire redo log)
30 # --innodb-force-recovery=6 (skip the entire redo log)
33 # redo log
[all …]
/dports/editors/nedit/nedit-5.7/source/
H A Dundo.c128 UndoInfo *redo = window->redo; in Redo() local
138 redo->inUndo = True; in Redo()
141 BufReplace(window->buffer, redo->startPos, redo->endPos, in Redo()
142 (redo->oldText != NULL ? redo->oldText : "")); in Redo()
144 restoredTextLength = redo->oldText != NULL ? strlen(redo->oldText) : 0; in Redo()
154 BufSelect(window->buffer, redo->startPos, redo->startPos + in Redo()
191 int isRedo = (window->redo != NULL && window->redo->inUndo); in SaveUndoInformation()
351 redo->next = window->redo; in addRedoItem()
352 window->redo = redo; in addRedoItem()
385 UndoInfo *redo = window->redo; in removeRedoItem() local
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/commands/
H A Dtimelinecommands.h49 void redo();
63 void redo();
80 void redo();
95 void redo();
108 void redo();
122 void redo();
135 void redo();
148 void redo();
160 void redo();
172 void redo();
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/undo/tests/
H A Dcomplex_tree.cpp30 cmd1.redo(); history.add(&cmd1); in main()
31 cmd2.redo(); history.add(&cmd2); in main()
32 cmd3.redo(); history.add(&cmd3); in main()
33 cmd4.redo(); history.add(&cmd4); in main()
36 cmd5.redo(); history.add(&cmd5); in main()
37 cmd6.redo(); history.add(&cmd6); in main()
39 cmd7.redo(); history.add(&cmd7); in main()
40 cmd8.redo(); history.add(&cmd8); in main()
53 history.redo(); EXPECT_EQ(1, model); in main()
54 history.redo(); EXPECT_EQ(2, model); in main()
[all …]
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DCommands.h446 void redo() Q_DECL_OVERRIDE;
467 void redo() Q_DECL_OVERRIDE;
486 void redo() Q_DECL_OVERRIDE;
502 void redo() Q_DECL_OVERRIDE;
517 void redo() Q_DECL_OVERRIDE;
532 void redo() Q_DECL_OVERRIDE;
550 void redo() Q_DECL_OVERRIDE;
566 void redo() Q_DECL_OVERRIDE;
581 void redo() Q_DECL_OVERRIDE;
597 void redo() Q_DECL_OVERRIDE;
[all …]
H A DCommands.cpp41 QUndoCommand::redo(); in redo()
66 QUndoCommand::redo(); in redo()
91 QUndoCommand::redo(); in redo()
114 QUndoCommand::redo(); in redo()
137 QUndoCommand::redo(); in redo()
160 QUndoCommand::redo(); in redo()
183 QUndoCommand::redo(); in redo()
206 QUndoCommand::redo(); in redo()
1196 redo(); in undo()
1218 redo(); in undo()
[all …]
/dports/devel/goredo/goredo-1.21.0/
H A DNEWS54 • Fixed "redo-ifcreate"’s targets proper relative paths to the
61 with already existing ".log" and ".rec" in ".redo" directory.
72 • Fix nasty bug with incorrect ".redo/tgt.rec" files renaming.
77 • "redo-cleanup" now also cleans ".redo/tgt.log.rec" files.
84 For example "-j" option is only applicable to "redo" and
85 "redo-ifchange" commands.
93 option to "redo-log".
121 • "redo-ood", "redo-sources" and "redo-targets" can optionally take
144 • Experimental "redo-sources", "redo-targets" and "redo-ood"
160 • "redo-cleanup" has "-dry-run" option.
[all …]
H A Dgoredo.info12 Go implementation of djb’s redo (http://cr.yp.to/redo.html), Makefile
17 apenwarr/redo (https://redo.readthedocs.io/en/latest/) were also
93 "redo-c")
230 "redo"
272 "redo-always"
275 "redo-stamp"
280 "redo-targets, redo-ood"
312 "redo-dot"
413 J: > redo J
560 • "redo-ood", "redo-sources" and "redo-targets" can optionally take
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dcommands.h92 void redo();
146 void redo();
165 void redo();
179 void redo();
198 void redo();
222 void redo();
300 void redo();
893 void redo();
913 void redo();
933 void redo();
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dregressions.cpp30 undoStack->redo();
31 undoStack->redo();
45 undoStack->redo();
49 undoStack->redo();
53 undoStack->redo();
63 undoStack->redo();
97 undoStack->redo();
111 undoStack->redo();
133 undoStack->redo();
212 undoStack->redo();
[all …]
/dports/deskutils/semantik/semantik-1.2.7/src/fig/
H A Dmem_box.h19 void redo();
33 void redo();
49 void redo();
76 void redo();
88 void redo();
104 void redo();
124 void redo();
143 void redo();
151 void redo();
162 void redo();
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/redo/redo-2.0.3.dist-info/
H A DRECORD1 redo/__init__.py,sha256=6VZUeFfbFkBJ_lxY_cJWk0S8mgSkrSRIwVniVm_sKsw,8518
2 redo/cmd.py,sha256=F1axa3CVChlIvrSnq4xZZIyZ4M4wnnZjpv8wy46ugS4,2085
3 redo-2.0.3.dist-info/AUTHORS,sha256=uIuTIaIlfQwklq75eg8VTjdnzENPlN_WKxa1UxQWTtQ,290
4 redo-2.0.3.dist-info/METADATA,sha256=0DOrbjh62qccs3wFTgTxP9kQ1S4cphhUnupdfv0_6ms,233
5 redo-2.0.3.dist-info/WHEEL,sha256=_wJFdOYk7i3xxT8ElOkUJvOdOvfNGbR9g-bf6UQT6sU,110
6 redo-2.0.3.dist-info/entry_points.txt,sha256=ftcg9P_jTwZ9bYYDKB-s-5eIY6mHGiRHvd_HAGc7UPc,41
7 redo-2.0.3.dist-info/top_level.txt,sha256=o1qXhN94bANfd7pz4zervaf8ytHEG_UVfhFZKMmmdvo,5
8 redo-2.0.3.dist-info/RECORD,,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/redo/redo-2.0.3.dist-info/
H A DRECORD1 redo/__init__.py,sha256=6VZUeFfbFkBJ_lxY_cJWk0S8mgSkrSRIwVniVm_sKsw,8518
2 redo/cmd.py,sha256=F1axa3CVChlIvrSnq4xZZIyZ4M4wnnZjpv8wy46ugS4,2085
3 redo-2.0.3.dist-info/AUTHORS,sha256=uIuTIaIlfQwklq75eg8VTjdnzENPlN_WKxa1UxQWTtQ,290
4 redo-2.0.3.dist-info/METADATA,sha256=0DOrbjh62qccs3wFTgTxP9kQ1S4cphhUnupdfv0_6ms,233
5 redo-2.0.3.dist-info/WHEEL,sha256=_wJFdOYk7i3xxT8ElOkUJvOdOvfNGbR9g-bf6UQT6sU,110
6 redo-2.0.3.dist-info/entry_points.txt,sha256=ftcg9P_jTwZ9bYYDKB-s-5eIY6mHGiRHvd_HAGc7UPc,41
7 redo-2.0.3.dist-info/top_level.txt,sha256=o1qXhN94bANfd7pz4zervaf8ytHEG_UVfhFZKMmmdvo,5
8 redo-2.0.3.dist-info/RECORD,,
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/redo/redo-2.0.3.dist-info/
H A DRECORD1 redo/__init__.py,sha256=6VZUeFfbFkBJ_lxY_cJWk0S8mgSkrSRIwVniVm_sKsw,8518
2 redo/cmd.py,sha256=F1axa3CVChlIvrSnq4xZZIyZ4M4wnnZjpv8wy46ugS4,2085
3 redo-2.0.3.dist-info/AUTHORS,sha256=uIuTIaIlfQwklq75eg8VTjdnzENPlN_WKxa1UxQWTtQ,290
4 redo-2.0.3.dist-info/METADATA,sha256=0DOrbjh62qccs3wFTgTxP9kQ1S4cphhUnupdfv0_6ms,233
5 redo-2.0.3.dist-info/WHEEL,sha256=_wJFdOYk7i3xxT8ElOkUJvOdOvfNGbR9g-bf6UQT6sU,110
6 redo-2.0.3.dist-info/entry_points.txt,sha256=ftcg9P_jTwZ9bYYDKB-s-5eIY6mHGiRHvd_HAGc7UPc,41
7 redo-2.0.3.dist-info/top_level.txt,sha256=o1qXhN94bANfd7pz4zervaf8ytHEG_UVfhFZKMmmdvo,5
8 redo-2.0.3.dist-info/RECORD,,
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/matrix/
H A DMatrixCommand.h42 virtual void redo();
56 virtual void redo();
69 virtual void redo();
83 virtual void redo();
96 virtual void redo();
110 virtual void redo();
126 virtual void redo();
141 virtual void redo();
207 virtual void redo();
221 virtual void redo();
[all …]
/dports/devel/redo/redo-1.5/source/
H A Dredo-ifchange.pod9 redo-ifchange -- record and rebuild dependencies
13 B<redo-ifchange> {S<I<filenames>>...}
17 B<redo-ifchange> is a dependency redcording and rebuilding utility that is run by a "do" script tha…
19 B<redo-ifchange> records that the current target (whose "do" script is being run) depends from the …
23 …ssing of every dependency that is locked by a concurrent invocation of L<redo> or L<redo-ifchange>.
27 B<redo-ifchange> of necessity recognizes a few of the command-line options supported by L<redo>, th…
30 …t via the C<REDOFLAGS> environment variable which is set up by the ultimate L<redo> parent process.
32 Do not, therefore, clear the environment or close arbitrary file descriptors when invoking B<redo-i…
35 The latter two are used to track recursion depth, by redo and by the GNU and BSD L<make> programs.
44 B<redo-ifchange> does not attempt to open or to read the contents of such files.
[all …]
/dports/misc/kwordquiz/kwordquiz-21.12.3/src/
H A Dkwqcommands.h46 void redo() override {}; in redo() function
65 void redo() override;
73 void redo() override;
82 void redo() override;
97 void redo() override in redo() function
113 void redo() override in redo() function
127 void redo() override;
139 void redo() override;
150 void redo() override;
159 void redo() override;
[all …]

12345678910>>...228