Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 164) sorted by relevance

1234567

/plugin/telleveryone/
H A Dscript.js4 if (!window.confirm(LANG.plugins.telleveryone.cancel_confirm)) {
9 if (!window.confirm(LANG.plugins.telleveryone.delete_confirm)) {
/plugin/structnotification/
H A Dscript.js4 if (!window.confirm(LANG.plugins.telleveryone.cancel_confirm)) {
9 if (!window.confirm(LANG.plugins.telleveryone.delete_confirm)) {
/plugin/twofactor/
H A Dscript.js6 if (window.confirm(LANG.del_confirm)) return;
11 if (window.confirm(LANG.plugins.twofactor.reset_confirm)) return;
/plugin/blogtng/lang/en/
H A Doptinmail.txt6 Please confirm your subscription using the following link.
10 You will not need to confirm future subscriptions once
/plugin/bez/scripts/
H A Dtasks.js59 if (!window.confirm(LANG.plugins.bez.bulk_delete_confirm)) {
65 if (!window.confirm(LANG.plugins.bez.bulk_move_confirm)) {
H A Dtask.js4 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
120 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
H A Dthread.js5 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
176 if (!window.confirm(LANG.plugins.bez.remove_confirm)) {
/plugin/virtualgroup/
H A Dscript.js6 if (!confirm(LANG.del_confirm)) {
/plugin/ireadit/
H A Dplugin.info.txt6 desc Allow dokuwiki users confirm that they have read the page.
/plugin/discussion/lang/en/
H A Dconfirmsubscribe.txt5 To confirm your subscription please follow this links:
/plugin/twofactoraltemail/lang/en/
H A Dmail.txt4 the code below to confirm your login.
/plugin/twofactoremail/lang/en/
H A Dmail.txt4 the code below to confirm your login.
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckspellcheckcommand_ie.js56 if ( confirm( FCKLang.IeSpellDownload ) )
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageFile.js136 ui.confirm(mxResources.get('replaceIt', [title]), fn, error);
290 this.ui.confirm(mxResources.get('replaceIt', [title]), fn, error);
329 this.ui.confirm(mxResources.get('replaceIt', [title]), fn, error);
/plugin/toolbox/
H A DToolboxFindAndReplace.js172 if (window.confirm(toolbox_lang.really.replace('%d', found))) {
214 if (window.confirm(toolbox_lang.fromtop)) {
/plugin/struct/script/
H A DSchemaEditor.js33 if (!window.confirm(formatString(LANG.plugins.struct['confirmAssignmentsDelete'], schema, page))) {
/plugin/news/
H A Dscript.js25 … if(window.confirm("The deleted feeds will be removed from the current news feed.")) return true;
H A Dadmin.php50 $this->confirm();
208 function confirm() { function in admin_plugin_news
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js60 if (window.confirm( 'Error loading "' + urlToCall + '"\r\nDo you want to see more info?' ) )
H A Dfckxml_gecko.js45 if (window.confirm( 'Error loading "' + urlToCall + '"\r\nDo you want to see more info?' ) )
/plugin/deletepagebutton/
H A Dscript.js46 + LANG.plugins.deletepagebutton.confirm
/plugin/dokukiwix/
H A Dscript.js123 …if(confirm("Warning: You won't be able to resume if you stop now. Are you sure you want to stop?")…
195 …if (!confirm("Warning: Dokukiwix is locked. This may mean that another instance is already running…
/plugin/edittable/script/
H A Dcontextmenu.js123 if (window.confirm(LANG.plugins.edittable.confirmdeleterow)) {
159 if (window.confirm(LANG.plugins.edittable.confirmdeletecol)) {
/plugin/rss/
H A DREADME.md7 SimpleXML is enabled by default , however, to confirm that it exists , look at your config by execu…
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js29 editorUi.confirm(mxResources.get('allChangesLost'), null, fn,

1234567