Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 7 of 7) sorted by path

/dokuwiki/inc/lang/en/
H A Dpwconfirm.txt7 To confirm that the request was really sent by you please use the following link.
/dokuwiki/lib/plugins/extension/
H A Dscript.js9 if(!window.confirm(LANG.plugins.extension.reallydel)){
/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/usermanager/
H A Dadmin.php875 * @param string $confirm repeated password for confirmation
878 protected function verifyPassword($password, $confirm)
882 if (empty($password) && empty($confirm)) {
886 if ($password !== $confirm) { argument
H A Dscript.js6 return confirm(LANG.del_confirm);
/dokuwiki/lib/scripts/
H A Dbehaviour.js87 * Display confirm dialog on page restore action
92 return confirm(LANG.restore_confirm);
H A Dmedia.js416 if ($link[0].id == 'mediamanager__btn_delete' && !confirm(LANG.del_confirm)) {
419 if ($link[0].id == 'mediamanager__btn_restore' && !confirm(LANG.restore_confirm)) {
757 if (!confirm(LANG.del_confirm + "\n" + jQuery(this).attr('title'))) {