Searched refs:confirm (Results 1 – 7 of 7) sorted by relevance
6 return confirm(LANG.del_confirm);
876 * @param string $confirm repeated password for confirmation879 protected function verifyPassword($password, $confirm) argument883 if (empty($password) && empty($confirm)) {887 if ($password !== $confirm) {
7 To confirm that the request was really sent by you please use the following link.
3 … list of spammy pages first enter a search string (eg. a spam URL), then confirm that the found pa…
9 if (!window.confirm(LANG.plugins.extension.reallydel)) {
92 return confirm(LANG.restore_confirm);
416 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'))) {