Searched +full:revert -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 23 of 23) sorted by relevance
| /dokuwiki/lib/plugins/revert/ |
| H A D | plugin.info.txt | 1 base revert 5 name Revert Manager 6 desc Allows you to mass revert recent edits to remove Spam or vandalism 7 url https://dokuwiki.org/plugin:revert
|
| H A D | admin.php | 60 if (is_array($INPUT->param('revert')) && checkSecurityToken()) { 61 $this->revertEdits($INPUT->arr('revert'), $INPUT->str('filter')); 84 protected function revertEdits($revert, $filter) argument 90 foreach ($revert as $id) { 145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) . 187 echo '<button type="submit">' . $this->getLang('revert') . '</button> ';
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Revert.php | 6 * Class Revert 8 * Quick revert to the currently shown page revision 10 class Revert extends AbstractItem class 21 throw new \RuntimeException('revert not available');
|
| /dokuwiki/_test/tests/inc/ |
| H A D | template_include_page.test.php | 37 if (!plugin_load('admin','revert')) { 38 $this->markTestSkipped('Revert plugin not found, unable to test admin plugin titles'); 45 $INPUT->set('page','revert'); 48 $this->assertEquals('Revert Manager', tpl_pagetitle(null, true));
|
| H A D | PluginUtils.test.php | 16 'revert',
|
| H A D | template_tpl_get_action.php | 402 $this->assertEquals($expect, tpl_get_action('revert')); 412 'type' => 'revert', 416 'do' => 'revert', 423 $this->assertEquals($expect, tpl_get_action('revert'));
|
| /dokuwiki/inc/Action/ |
| H A D | Revert.php | 9 * Class Revert 11 * Quick revert to an old revision 15 class Revert extends AbstractUserAction class
|
| /dokuwiki/inc/Menu/ |
| H A D | PageMenu.php | 14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top'];
|
| /dokuwiki/_test/tests/Action/ |
| H A D | ActionTest.php | 30 array('Revert', AUTH_EDIT, array('exists' => true, 'ismanager' => false)), 31 array('Revert', AUTH_EDIT, array('exists' => true, 'ismanager' => true)),
|
| /dokuwiki/ |
| H A D | .gitignore | 59 !/lib/plugins/revert
|
| /dokuwiki/_test/ |
| H A D | bootstrap.php | 38 'revert',
|
| /dokuwiki/inc/Ui/ |
| H A D | Admin.php | 21 protected $forManagers = ['revert', 'popularity'];
|
| /dokuwiki/inc/ |
| H A D | changelog.php | 41 * @param mixed $extra In case of a revert the revision (timestamp) of the reverted page 107 * @param mixed $extra In case of a revert the revision (timestamp) of the reverted page
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | admin.php | 113 … echo '<button type="submit" name="run[revert]">' . $this->getLang('btn_revert') . '</button>';
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | bash.php | 208 'git rerere', 'git reset', 'git revert', 'git rev-list', 249 'git-revert', 'git-rev-list', 'git-rev-parse', 'gitrfgrep', 313 'svn rename', 'svn resolve', 'svn resolved', 'svn revert', 'svn rm',
|
| H A D | pli.php | 129 'retcode', 'return', 'returns', 'reuse', 'reverse', 'revert',
|
| H A D | lscript.php | 192 'renamesurface', 'revert', 'rotate',
|
| /dokuwiki/lib/scripts/ |
| H A D | behaviour.js | 90 jQuery('#dokuwiki__pagetools li.revert a').on('click',
|
| /dokuwiki/inc/File/ |
| H A D | PageFile.php | 119 // new text may differ from exact revert revision
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Extension.php | 454 'revert',
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1… property
|
| /dokuwiki/data/ |
| H A D | deleted.files | 829 lib/plugins/revert/lang/ca-va/
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 2830 * Setting $timeout to false or 0 will revert to the default socket timeout.
|