Home
last modified time | relevance | path

Searched refs:redos (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/siesta/siesta-4.1.5/Util/Contrib/APostnikov/
H A Dfmpdos.f20 logical filexist,redos,nptdef
101 redos = .false.
165 if (mode.eq.1.and.(atind.eq.indref.or.indref.eq.0)) redos=.true.
172 redos=.true.
180 if (nref.ne.0.and.n.ne.nref) redos=.false.
184 if (lref.ne.-1.and.l.ne.lref) redos=.false.
188 if (mref.ne.9.and.m.ne.mref) redos=.false.
201 if (redos) write (io1,303) atind,n,l,m,z
204 if (redos) then
210 redos=.false.
/dports/devel/radare2/radare2-5.1.1/libr/io/
H A Dundo.c39 if (!io->undo.redos) { in r_io_sundo()
47 io->undo.redos++; in r_io_sundo()
63 if (!io->undo.s_enable || !io->undo.redos) { in r_io_sundo_redo()
69 io->undo.redos--; in r_io_sundo_redo()
106 io->undo.redos = 0; in r_io_sundo_push()
112 io->undo.redos = 0; in r_io_sundo_reset()
116 int idx, undos, redos, i, j, start, end; in r_io_sundo_list() local
126 redos = io->undo.redos; in r_io_sundo_list()
130 end = (idx + redos + 1 - 1) % R_IO_UNDOS; // +1 slot for current position, -1 due to inclusive end in r_io_sundo_list()
155 } else if (j == undos && j != 0 && redos != 0) { in r_io_sundo_list()
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/rustyline-7.1.0/src/
H A Dundo.rs112 redos: Vec::new(), in new()
118 self.redos.clear(); in begin()
129 self.redos.clear(); in end()
152 self.redos.clear(); in insert()
169 self.redos.clear(); in insert_str()
181 self.redos.clear(); in delete()
226 self.redos.clear(); in replace()
371 assert_eq!(0, cs.redos.len()); in test_insert_chars()
382 assert_eq!(0, cs.redos.len()); in test_insert_strings()
397 assert_eq!(1, cs.redos.len()); in test_undo_insert()
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/rustyline-9.0.0/src/
H A Dundo.rs112 redos: Vec::new(),
118 self.redos.clear();
129 self.redos.clear();
152 self.redos.clear();
169 self.redos.clear();
181 self.redos.clear();
226 self.redos.clear();
371 assert_eq!(0, cs.redos.len());
382 assert_eq!(0, cs.redos.len());
397 assert_eq!(1, cs.redos.len());
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-prof.c488 PL_unify_integer(A4, n->redos) &&
527 uintptr_t redos; member
558 sum->redos += self->redos; in add_parent_ref()
564 r->redos += self->redos; in add_parent_ref()
575 r->redos = self->redos; in add_parent_ref()
616 r->redos += sibling->redos; in add_sibling_ref()
627 r->redos = sibling->redos; in add_sibling_ref()
706 PL_LONG, r->redos, in unify_relatives()
779 PL_unify_integer(A5, sum.redos) &&
1146 n->redos++; in profRedo()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editpaint/
H A Deditpaint.h151 std::vector< std::vector<UndoItem> *> redos; // the vector of the redo's variable
159 for (int lauf=0; lauf<redos.size(); lauf++) { redos[lauf]->clear(); delete redos[lauf];} in pushUndo() local
160 redos.clear(); in pushUndo()
174 bool hasRedo() { return redos.size()!=0; } in hasRedo()
H A Deditpaint.cpp1149 redos.push_back(temp_redo); in undo()
1153 if (redos.size()==0) return; in redo()
1154 vector<UndoItem> * temp=redos[redos.size()-1]; in redo()
1165 redos.pop_back(); in redo()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Topic/
H A Dplugin.py128 self.redos = ircutils.IrcDict()
135 self.redos = pickle.load(pkl)
155 pickle.dump(self.redos, pkl)
180 stack = self.redos.setdefault(channel, [])
193 return self.redos[channel].pop()
223 if not isDo and channel in self.redos:
224 del self.redos[channel]
H A Dmessages.pot354 msgid "There are no redos for %s."
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Dundo.py73 redos = [l[i][1] for i in util.get_xrange(len(l) - 1, -1, -1)]
77 return [fn(ref) for fn in redos][0] # oldest
/dports/audio/tse3/tse3-0.3.1/src/tse3/cmd/
H A DCommandHistory.h113 bool redos() const;
H A DCommandHistory.cpp101 bool CommandHistory::redos() const
/dports/devel/p5-IPC-Run/IPC-Run-20200505.0/lib/IPC/Run/
H A DIO.pm545 my $redos = 0;
552 if ( ( $@ || '' ) =~ $IPC::Run::_EAGAIN && $redos++ < 200 ) {
/dports/biology/ddocent/dDocent-2.7.8/
H A DdDocent515 mv freebayes.error freebayes.redos
516 for i in `cut -f2 freebayes.redos`
520 rm freebayes.redos
552 mv freebayes.error freebayes.redos
553 for i in `cut -f2 freebayes.redos`
557 rm freebayes.redos
/dports/devel/fossil/fossil-src-2.17/www/
H A Dgrep.md131 In order to avoid [ReDoS attacks][redos], the Fossil regular expression
138 [redos]: https://en.wikipedia.org/wiki/ReDoS
/dports/devel/lazygit/lazygit-0.31.4/docs/
H A DUndoing.md16 …e and start undoing thing in your repo! Likewise, lazygit marks its undos/redos in the reflog so i…
/dports/audio/din/din-52/src/
H A Dcurve_editor.h192 std::list <redo_t> redos; member
H A Dcurve_editor.cc1326 dodo (redos, undos, "no more redos."); in do_redo()
1330 dodo (undos, redos, "no more undos."); in do_undo()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wxme/
H A Deditor.rkt890 (define/private (append-undo rec redos?)
892 (let-values ([(start end size c) (get-undos redos?)])
923 (put-undos-back redos? start end size c)))))
926 (define/private (get-undos redos?)
927 (if redos?
931 (define/private (put-undos-back redos? start end size c)
932 (if redos?
950 (define/private (perform-undos redos?)
952 (let-values ([(start end size c) (get-undos redos?)])
959 (put-undos-back redos? start end size c)
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Doctaedit.cpp737 undolist undos, redos; variable
750 while(!redos.empty()) in pruneundos()
752 undoblock *u = redos.popfirst(); in pruneundos()
866 void editundo() { swapundo(undos, redos, EDIT_UNDO); } in editundo()
867 void editredo() { swapundo(redos, undos, EDIT_REDO); } in editredo()
1172 case EDIT_REDO: return !redos.empty() && packundo(redos.last, inlen, outbuf, outlen); in packundo()
1563 for(undoblock *u = redos.first; u; u = u->next) in compacteditvslots()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Doctaedit.cpp725 undolist undos, redos; variable
738 while(!redos.empty()) in pruneundos()
740 undoblock *u = redos.popfirst(); in pruneundos()
849 void editundo() { swapundo(undos, redos, EDIT_UNDO); } in editundo()
850 void editredo() { swapundo(redos, undos, EDIT_REDO); } in editredo()
1174 case EDIT_REDO: return !redos.empty() && packundo(redos.last, inlen, outbuf, outlen); in packundo()
1582 for(undoblock *u = redos.first; u; u = u->next) in compacteditvslots()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Doctaedit.cpp882 undolist undos, redos; variable
895 while(!redos.empty()) in pruneundos()
897 undoblock *u = redos.popfirst(); in pruneundos()
1011 void editundo() { swapundo(undos, redos, EDIT_UNDO); } in editundo()
1012 void editredo() { swapundo(redos, undos, EDIT_REDO); } in editredo()
1340 case EDIT_REDO: return !redos.empty() && packundo(redos.last, inlen, outbuf, outlen); in packundo()
1747 for(undoblock *u = redos.first; u; u = u->next) in compacteditvslots()
/dports/games/tesseract/tesseract/src/engine/
H A Doctaedit.cpp686 undolist undos, redos; variable
699 while(!redos.empty()) in pruneundos()
701 undoblock *u = redos.popfirst(); in pruneundos()
789 void editundo() { swapundo(undos, redos, "undo"); } in editundo()
790 void editredo() { swapundo(redos, undos, "redo"); } in editredo()
1307 for(undoblock *u = redos.first; u; u = u->next) in compacteditvslots()
/dports/games/tesseract-data/tesseract/src/engine/
H A Doctaedit.cpp686 undolist undos, redos; variable
699 while(!redos.empty()) in pruneundos()
701 undoblock *u = redos.popfirst(); in pruneundos()
789 void editundo() { swapundo(undos, redos, "undo"); } in editundo()
790 void editredo() { swapundo(redos, undos, "redo"); } in editredo()
1307 for(undoblock *u = redos.first; u; u = u->next) in compacteditvslots()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Doctaedit.cpp668 undolist undos, redos; variable
681 while(!redos.empty()) in pruneundos()
683 undoblock *u = redos.popfirst(); in pruneundos()
765 void editundo() { swapundo(undos, redos, "undo"); } in editundo()
766 void editredo() { swapundo(redos, undos, "redo"); } in editredo()

123