Home
last modified time | relevance | path

Searched refs:confirm (Results 101 – 125 of 164) sorted by path

1234567

/plugin/etherpadlite/scripts/
H A Detherpadlite.js522 …if (confirm("Das Pad muss zunächst geschlossen werden, bevor die Seite gespeichert werden kann.\nS…
546 …if (confirm("Das Pad muss zunächst geschlossen werden, bevor das Bearbeiten der Seite abgebrochen …
/plugin/fastwiki/
H A Dscript.js732 // If edit text has changed, confirm before switching views.
734 if (!confirm(LANG.notsavedyet))
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js264 if ( confirm( 'Do you want to transform the selected image on a image button?' ) )
269 if ( confirm( 'Do you want to transform the selected image button on a simple image?' ) )
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js448 if(!confirm((FCKLang.DlgnLnkMsgQSErr + err_str))) return false;
1438 if(!confirm(msg)) break;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js78 …nseText,'text/xml');}};if (!B||!B.firstChild){this.Error=true;if (window.confirm('Error loading "'…
H A Dfckeditorcode_ie.js37 …){var B=/<\w[^>]*(( class="?MsoNormal"?)|(="mso-))/gi;if (B.test(A)){if (confirm(FCKLang.PasteWord…
82 …ent==null||this.DOMDocument.firstChild==null){this.Error=true;if (window.confirm('Error loading "'…
87 …kedDocuments(FCK.EditorDocument);}catch(e){if(e.number==-2146827859){if (confirm(FCKLang.IeSpellDo…
/plugin/fckg/
H A Dscript.js204 if(!confirm(test_str)) return false;
/plugin/fckg/scripts/
H A Dscript-cmpr.js1 …eAt(i)==32){c="SP"}var b=c+" ";d+=b;if(a.charCodeAt(i)==10){d+="\n"}}if(!confirm(d)){return false}…
/plugin/filelisting/
H A Dscript.js329 var deleteFiles = window.confirm(this.options.deleteConfirm);
380 //confirm file deletion
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js262 var res = confirm(pfc.res.getLabel(msg));
H A Dxajax.js166 …llname;try{if(cmd=="cc"){cmdFullname="confirmCommands";var confirmResult=confirm(data);if(!confirm…
/plugin/groupmanager/
H A Dscript.js6 return confirm(LANG.del_confirm);
/plugin/html5video2/script/
H A Dvideo.min.js12 …ed"!=typeof window&&(e===window.setTimeout||e===window.alert||e===window.confirm||e===window.promp…
/plugin/ireadit/
H A Dplugin.info.txt6 desc Allow dokuwiki users confirm that they have read the page.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md208 confirm what data is actually returned for any particular filetype in
H A Dreadme.txt219 confirm what data is actually returned for any particular filetype in
/plugin/news/
H A Dadmin.php50 $this->confirm();
208 function confirm() { function in admin_plugin_news
H A Dscript.js25 … if(window.confirm("The deleted feeds will be removed from the current news feed.")) return true;
/plugin/pagebuttons/
H A Dscript.js30 var page = window.confirm(LANG.plugins.pagebuttons.delete_confirm);
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js721 …if (confirm(dbg1 + dbg2 + dbg3 + '\n\nclick OK to show this debug info in a browser window for cut…
1283 …if (confirm("Shortcut keys currently " + (shortcutKeysEnabled ? "enabled" : "disabled") + ".\nTogg…
/plugin/refnotes/
H A Dadmin.js616 if (confirm(locale.getString('delete_ns', current.getName()))) {
887 if (confirm(locale.getString('delete_note', current.getName()))) {
/plugin/rss/
H A DREADME.md7 SimpleXML is enabled by default , however, to confirm that it exists , look at your config by execu…
/plugin/socialmark/
H A Dlist.txt16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !
/plugin/struct/script/
H A DAggregationEditor.js51 if (!window.confirm(LANG.del_confirm)) return;
H A DSchemaEditor.js33 if (!window.confirm(formatString(LANG.plugins.struct['confirmAssignmentsDelete'], schema, page))) {

1234567