Home
last modified time | relevance | path

Searched refs:uninstall (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_plugins.txt1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even completely uninstall them here. Plugin updates are shown here as well, be sure to read the plugin's documentation befor (…)
/dokuwiki/lib/plugins/extension/
H A Dadmin.php88 case 'uninstall':
90 $status = $extension->uninstall();
H A Dcli.php56 // uninstall
57 $options->registerCommand('uninstall', 'Uninstall a new extension');
58 $options->registerArgument('extensions...', 'One or more extensions to install', true, 'uninstall');
92 case 'uninstall':
197 $status = $ext->uninstall();
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php158 * If the extension is protected against any modification (disable/uninstall)
722 public function uninstall()
704 public function uninstall() global() function in helper_plugin_extension_extension