Home
last modified time | relevance | path

Searched refs:sack (Results 1 – 25 of 40) sorted by relevance

12

/plugin/dokukiwix/
Dscript.js14 this.sack = null;
21 pl_dokukiwix.sack = new sack(DOKU_BASE + 'lib/plugins/dokukiwix/ajax.php'); variable
22 pl_dokukiwix.sack.AjaxFailedAlert = '';
23 pl_dokukiwix.sack.encodeURIString = false;
124 pl_dokukiwix.sack.onCompletion = ';';
125 pl_dokukiwix.sack.URLString = '';
126 pl_dokukiwix.sack.runAJAX('call=removeLock&page='+encodeURI(pl_dokukiwix.page));
164 pl_dokukiwix.sack.onCompletion = plugin_dokukiwix_cb_index;
165 pl_dokukiwix.sack.URLString = '';
166 pl_dokukiwix.sack.runAJAX('call=buildOfflinePage&page='+encodeURI(pl_dokukiwix.page));
[all …]
/plugin/autolink3/
Dscript.js14 this.sack = null;
19 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/autolink3/ajax.php'); variable
20 pl_si.sack.AjaxFailedAlert = '';
21 pl_si.sack.encodeURIString = false;
96 pl_si.sack.onCompletion = plugin_tagindex_cb_index;
97 pl_si.sack.URLString = '';
98 pl_si.sack.runAJAX('call=indexpage&page='+encodeURI(pl_si.page));
110 pl_si.sack.onCompletion = plugin_tagindex_cb_clear;
111 pl_si.sack.URLString = '';
112 pl_si.sack.runAJAX('call=clearindex');
[all …]
/plugin/inlineeditor/
Dscript.js16 this.sack = null;
20 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/inlineeditor/ajax.php'); variable
21 pl_si.sack.AjaxFailedAlert = '';
22 pl_si.sack.encodeURIString = false;
62 pl_si.sack.onCompletion = quickedit_save_cb;
63 pl_si.sack.URLString = '';
69 …pl_si.sack.runAJAX('call=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+…
89 pl_si.sack.onCompletion = plugin_quickedit_return;
90 pl_si.sack.URLString = '';
91 pl_si.sack.runAJAX('call=get_text&range='+pl_si.range+'&page='+pl_si.page);
[all …]
/plugin/quickedit/
Dscript.js17 this.sack = null;
21 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/quickedit/ajax.php'); variable
22 pl_si.sack.AjaxFailedAlert = '';
23 pl_si.sack.encodeURIString = false;
60 pl_si.sack.onCompletion = quickedit_save_cb;
61 pl_si.sack.URLString = '';
67 …pl_si.sack.runAJAX('call=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+…
85 pl_si.sack.onCompletion = plugin_quickedit_return;
86 pl_si.sack.URLString = '';
87 pl_si.sack.runAJAX('call=get_text&range='+pl_si.range+'&page='+pl_si.page);
[all …]
/plugin/crypto/js/
Ddecrypt-dialog.js4 this.sack = new sack(DOKU_BASE + "lib/exe/ajax.php");
78 dialog.sack.setVar("call", "crypto_decrypt");
79 dialog.sack.setVar("secret", escape($('decrypt_dialog_password').value));
80 dialog.sack.setVar("data", getSelection(dialog.textArea).getText());
81 dialog.sack.onCompletion = function() {
82 if (dialog.sack.response) {
83 pasteText(selection, unescape(dialog.sack.response));
97 dialog.sack.runAJAX();
Dtoggle-encryption-dialog.js6 this.sack = new sack(DOKU_BASE + "lib/exe/ajax.php");
94 dialog.sack.setVar("call", "crypto_decrypt");
95 dialog.sack.setVar("secret", escape($('toggle_encryption_dialog_password').value));
96 dialog.sack.setVar("data", dialog.tag.textContent);
97 dialog.sack.onCompletion = function() {
98 if (dialog.sack.response) {
101 dialog.decrypted = unescape(dialog.sack.response);
115 dialog.sack.runAJAX();
Dencrypt-dialog.js4 this.sack = new sack(DOKU_BASE + "lib/exe/ajax.php");
96 dialog.sack.setVar("call", "crypto_encrypt");
97 dialog.sack.setVar("secret", escape($('encrypt_dialog_password1').value));
98 dialog.sack.setVar("data", escape(selection.getText()));
99 dialog.sack.onCompletion = function() {
100 pasteText(selection, dialog.sack.response);
111 dialog.sack.runAJAX();
/plugin/freesync/
Dscript.js5 var ajax = new sack(DOKU_BASE+'lib/exe/ajax.php');
6 ajax_qsearch.sack.AjaxFailedAlert = '';
7 ajax_qsearch.sack.encodeURIString = true;
26 var ajax = new sack(DOKU_BASE+'lib/exe/ajax.php');
27 ajax_qsearch.sack.AjaxFailedAlert = '';
28 ajax_qsearch.sack.encodeURIString = true;
/plugin/snmplive/
Dscript.js21 var ajax = new sack(DOKU_BASE+'lib/plugins/snmplive/ajax.php');
22 ajax_qsearch.sack.AjaxFailedAlert = '';
23 ajax_qsearch.sack.encodeURIString = false;
/plugin/wysiwyg/
Dscript.js67 var ajax = new sack(DOKU_BASE + 'lib/plugins/wysiwyg/ajax.php');
124 var ajax = new sack(DOKU_BASE + 'lib/plugins/wysiwyg/ajax.php');
167 var ajax = new sack(DOKU_BASE + 'lib/plugins/wysiwyg/ajax.php');
212 var ajax = new sack(DOKU_BASE + 'lib/plugins/wysiwyg/ajax.php');
/plugin/smartcache/
Dscript.js15 tt = new sack(DOKU_BASE + 'lib/plugins/DokuSmartcache/ajax.php');
/plugin/translator/
Dscript.js13 var ajax = new sack(DOKU_BASE + 'lib/exe/ajax.php');
/plugin/ac/
Dscript.js2 var ajax = new sack(DOKU_BASE + 'lib/exe/ajax.php');
/plugin/spellcheck/
Dscript.js114 var ajax = new sack(this.handler);
422 var ajax = new sack(ajax_spell.handler);
442 var ajax = new sack(ajax_spell.handler);
/plugin/chat/
Dreadme.txt45 I provide in the installation zip updated version of **SACK**. It is only one file ''tw-sack.js''. …
46 Original ''tw-sack.js'' 1.6 version comes from [[http://www.twilightuniverse.com/resources/code/sac…
128sack.js'' (SACK 1.6 modified), you have to copy this over file in ''/lib/scripts/'' directory. Ori…
/plugin/solr/
Dscript.js24 var sack_obj = new sack(DOKU_BASE + 'lib/exe/ajax.php');
/plugin/quiz/
Dscript.js8 var ajax = new sack(DOKU_BASE + 'lib/plugins/quiz/getform.php');
/plugin/superacl/
Dscript.js43 var ajax = new sack(DOKU_BASE + 'lib/plugins/superacl2/ajax.php');
114 var ajax = new sack(DOKU_BASE + 'lib/plugins/superacl2/ajax.php');
/plugin/ajaxloader/
Dscript.js2 var ajax = new sack(DOKU_BASE + 'lib/plugins/ajaxloader/ajax.php');
/plugin/lastfm/
Dscript.js12 var ajax = new sack(DOKU_BASE+'lib/exe/ajax.php');
/plugin/linkmanager/
Dscript.js236 var ajax = new sack(DOKU_BASE + 'lib/plugins/linkmanager/exe/ajax.php');
277 var ajax = new sack(DOKU_BASE + 'lib/plugins/linkmanager/exe/ajax.php');
/plugin/epub/scripts/
Dscript.js44 var s = new sack(url);
/plugin/tindexmenu/
Dnojsindex-full.js62 var ajax = new sack(DOKU_BASE+'lib/plugins/indexmenu/ajax.php');
Dnojsindex.js1 …";listitem.className="open";e.preventDefault();return false;}var ajax=new sack(DOKU_BASE+"lib/plug…
/plugin/fckg/fckeditor/
Dfckconfig.js478 var ajx = new sack();
495 var ajax = new sack();

12