Home
last modified time | relevance | path

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

12

/plugin/dokukiwix/
H A Dscript.js14 this.sack = null;
21 pl_dokukiwix.sack = new sack(DOKU_BASE + 'lib/plugins/dokukiwix/ajax.php'); variable in pl_dokukiwix
22 pl_dokukiwix.sack.AjaxFailedAlert = '';
23 pl_dokukiwix.sack.encodeURIString = false;
124 pl_dokukiwix.sack.onCompletion = ';';
125 pl_dokukiwix.sack.URLString = '';
165 pl_dokukiwix.sack.URLString = '';
171 pl_dokukiwix.sack.URLString = '';
183 pl_dokukiwix.sack.URLString = '';
204 pl_dokukiwix.sack.URLString = '';
[all …]
/plugin/autolink3/
H A Dscript.js14 this.sack = null;
19 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/autolink3/ajax.php'); variable in pl_si
20 pl_si.sack.AjaxFailedAlert = '';
21 pl_si.sack.encodeURIString = false;
97 pl_si.sack.URLString = '';
110 pl_si.sack.onCompletion = plugin_tagindex_cb_clear;
111 pl_si.sack.URLString = '';
112 pl_si.sack.runAJAX('call=clearindex');
123 pl_si.sack.onCompletion = plugin_tagindex_cb_pages;
124 pl_si.sack.URLString = '';
[all …]
/plugin/quickedit/
H A Dscript.js17 this.sack = null;
21 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/quickedit/ajax.php'); variable in pl_si
22 pl_si.sack.AjaxFailedAlert = '';
23 pl_si.sack.encodeURIString = false;
60 pl_si.sack.onCompletion = quickedit_save_cb;
61 pl_si.sack.URLString = '';
85 pl_si.sack.onCompletion = plugin_quickedit_return;
86 pl_si.sack.URLString = '';
96 pl_si.sack.onCompletion = plugin_quickedit_ok;
97 pl_si.sack.URLString = '';
[all …]
/plugin/inlineeditor/
H A Dscript.js16 this.sack = null;
20 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/inlineeditor/ajax.php'); variable in pl_si
21 pl_si.sack.AjaxFailedAlert = '';
22 pl_si.sack.encodeURIString = false;
62 pl_si.sack.onCompletion = quickedit_save_cb;
63 pl_si.sack.URLString = '';
90 pl_si.sack.URLString = '';
101 pl_si.sack.onCompletion = plugin_quickedit_ok;
102 pl_si.sack.URLString = '';
106 pl_si.sack.runAJAX('call=get_auth&page='+page);
[all …]
/plugin/crypto/js/
H A 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();
H A 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();
H A 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/
H A 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/
H A 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/
H A 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/translator/
H A Dscript.js13 var ajax = new sack(DOKU_BASE + 'lib/exe/ajax.php');
/plugin/ac/
H A Dscript.js2 var ajax = new sack(DOKU_BASE + 'lib/exe/ajax.php');
/plugin/solr/
H A Dscript.js24 var sack_obj = new sack(DOKU_BASE + 'lib/exe/ajax.php');
/plugin/spellcheck/
H A 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/
H A 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/quiz/
H A Dscript.js8 var ajax = new sack(DOKU_BASE + 'lib/plugins/quiz/getform.php');
/plugin/ajaxloader/
H A Dscript.js2 var ajax = new sack(DOKU_BASE + 'lib/plugins/ajaxloader/ajax.php');
/plugin/superacl/
H A 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/lastfm/
H A Dscript.js12 var ajax = new sack(DOKU_BASE+'lib/exe/ajax.php');
/plugin/linkmanager/
H A 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/
H A Dscript.js44 var s = new sack(url);
/plugin/tindexmenu/
H A Dnojsindex-full.js62 var ajax = new sack(DOKU_BASE+'lib/plugins/indexmenu/ajax.php');
H A Dnojsindex.js1 …";listitem.className="open";e.preventDefault();return false;}var ajax=new sack(DOKU_BASE+"lib/plug…
/plugin/fckg/fckeditor/
H A Dfckconfig.js478 var ajx = new sack();
495 var ajax = new sack();
/plugin/actickets/
H A Dscript.js45 actickets.ajax = new sack(DOKU_BASE + 'lib/plugins/actickets/ajax.php');

12