Home
last modified time | relevance | path

Searched refs:edits (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/
H A DDifferenceEngine.php173 // Merge edits when possible
178 $edits = array();
191 $edits[] = new _DiffOp_Copy($copy);
203 $edits[] = new _DiffOp_Change($delete, $add);
205 $edits[] = new _DiffOp_Delete($delete);
207 $edits[] = new _DiffOp_Add($add);
209 return $edits;
521 var $edits; variable in Diff
533 $this->edits = $eng->diff($from_lines, $to_lines);
550 $rev->edits
796 _block($xbeg, $xlen, $ybeg, $ylen, & $edits) global() argument
[all...]
/dokuwiki/lib/plugins/revert/lang/en/
H A Dintro.txt3 This page helps you with the automatic reversion of a spam attack. To find a list of spammy pages first enter a search string (eg. a spam URL), then confirm that the found pages are really spam and revert the edits.
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt6 desc Allows you to mass revert recent edits to remove Spam or vandalism