Home
last modified time | relevance | path

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

1234567

/plugin/wysiwyg/
H A Dscript.js60 success = ajax.response;
70 ajax.setVar('id',ID);
71 ajax.onCompletion = function() { _wysiwyg_showEditButtons(ajax); };
72 ajax.runAJAX();
128 ajax.setVar('id',ID);
129 ajax.runAJAX();
174 ajax.setVar('id',ID);
175 ajax.onCompletion = function() { wysiwyg_save_complete(name, ajax); };
176 ajax.runAJAX();
216 ajax.onCompletion = function() { _wysiwyg_edit(name, ajax); };
[all …]
/plugin/quiz/
H A Dscript.js8 var ajax = new sack(DOKU_BASE + 'lib/plugins/quiz/getform.php');
9 ajax.AjaxFailedAlert = "Sorry, AJAX don't work :(";
10 ajax.encodeURIString = false;
11 if(ajax.failed) return true;
18 plgQuiz_myParam += ajax.encVar(frm.elements[i].name, frm.elements[i].value) + "&";
21 …if (frm.elements[i].checked) { plgQuiz_myParam += ajax.encVar(frm.elements[i].name, frm.elements[i…
25 plgQuiz_myParam += ajax.encVar("next_question", question);
27 ajax.elementObj = $('quiz-div__'+quiz_ID);
29 ajax.runAJAX(plgQuiz_myParam);
/plugin/translator/
H A Dscript.js13 var ajax = new sack(DOKU_BASE + 'lib/exe/ajax.php');
14 ajax.AjaxFailedAlert = function() {};
15 ajax.encodeURIString = true;
16 ajax.onCompletion = function() {
17 $(translationTextarea).value = ajax.response;
22 ajax.setVar(option, options[option]);
26 ajax.runAJAX();
/plugin/superacl/
H A Dscript.js44 ajax.AjaxFailedAlert = '';
45 ajax.encodeURIString = false;
46 if(ajax.failed) return true;
54 data[4] = ajax.encVar('ajax','info');
56 ajax.elementObj = $('acl__info');
58 ajax.runAJAX(data.join('&'));
115 ajax.AjaxFailedAlert = '';
116 ajax.encodeURIString = false;
117 if(ajax.failed) return true;
122 ajax.elementObj = ul;
[all …]
H A Dajax.php30 $ajax = $_REQUEST['ajax']; variable
33 if($ajax == 'info'){
35 }elseif($ajax == 'tree'){
/plugin/lastfm/
H A Dscript.js12 var ajax = new sack(DOKU_BASE+'lib/exe/ajax.php');
13 ajax.AjaxFailedAlert = '';
14 ajax.encodeURIString = false;
16 ajax.setVar('call', 'plugin_lastfm');
17 ajax.setVar('plugin_lastfm_chart', chart.id);
20 ajax.setVar(opts[i].firstChild.className, opts[i].firstChild.innerHTML);
27 ajax.onCompletion = function(){
35 ajax.runAJAX();
/plugin/linkmanager/
H A Dscript.js237 ajax.AjaxFailedAlert = '';
238 ajax.encodeURIString = false;
239 if(ajax.failed) return true;
246 ajax.elementObj = content;
247 ajax.afterCompletion = function(){
252 ajax.runAJAX(link.search.substr(1)+'&call=linkpagelist');
278 ajax.AjaxFailedAlert = '';
279 ajax.encodeURIString = false;
280 if(ajax.failed) return true;
286 ajax.elementObj = ul;
[all …]
/plugin/tindexmenu/
H A Dnojsindex-full.js62 var ajax = new sack(DOKU_BASE+'lib/plugins/indexmenu/ajax.php');
63 ajax.AjaxFailedAlert = '';
64 ajax.encodeURIString = false;
65 if(ajax.failed) return true;
76 ajax.elementObj = ul;
77 ajax.afterCompletion = function(){
85ajax.runAJAX(encodeURI('req=index&nojs=1&'+clicky.search.substr(1)+'&max=1'+decodeURIComponent(jsa…
H A Dnojsindex.js1ajax=new sack(DOKU_BASE+"lib/plugins/indexmenu/ajax.php");ajax.AjaxFailedAlert="";ajax.encodeURISt…
H A Dscript.js41 var ajax = new sack(DOKU_BASE+'lib/plugins/indexmenu/ajax.php');
42 ajax.encodeURIString=false;
43 ajax.onLoading = function () {
48 ajax.onCompletion = function(){
58 ajax.runAJAX(encodeURI(get));
/plugin/freesync/
H A Dscript.js5 var ajax = new sack(DOKU_BASE+'lib/exe/ajax.php');
14 ajax.onCompletion = function(){
22 ajax.runAJAX(call[1]);
26 var ajax = new sack(DOKU_BASE+'lib/exe/ajax.php');
30 ajax.onCompletion = function(){
50 ajax.runAJAX('call=_freesync_diff&id='+id+"&profile="+profile);
/plugin/spellcheck/
H A Dscript.js114 var ajax = new sack(this.handler);
115 if(ajax.failed){ return; }
154 ajax.AjaxFailedAlert = '';
155 ajax.encodeURIString = false;
156 ajax.onCompletion = this.initReady;
422 var ajax = new sack(ajax_spell.handler);
423 ajax.AjaxFailedAlert = '';
424 ajax.encodeURIString = false;
425 ajax.onCompletion = this.start;
443 ajax.AjaxFailedAlert = '';
[all …]
/plugin/ac/
H A Dscript.js2 var ajax = new sack(DOKU_BASE + 'lib/exe/ajax.php');
7 ajax.setVar(inps[inp].name, inps[inp].value);
13 ajax.elementObj = form.parentNode;
14 ajax.afterCompletion = func;
15 ajax.runAJAX();
/plugin/autlogin/
H A Dscript.js62 var ajax = new sack(DOKU_BASE + 'lib/plugins/autlogin/ajax.php');
63 ajax.AjaxFailedAlert = '';
64 ajax.encodeURIString = false;
65 if(ajax.failed) return true;
70 ajax.elementObj = ul;
71 ajax.setVar('ajax', 'tree');
73 ajax.setVar('current_ns', encodeURIComponent(frm.elements['ns'].value));
74 ajax.setVar('current_id', encodeURIComponent(frm.elements['id'].value));
75 ajax.runAJAX(link.search.substr(1));
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js4 var ajax = Backbone.ajax; variable
20 Backbone.ajax = function(settings) { function
38 Backbone.ajax = ajax;
/plugin/ajaxloader/
H A Dscript.js2 var ajax = new sack(DOKU_BASE + 'lib/plugins/ajaxloader/ajax.php');
11 var oldrunAJAX = ajax.runAJAX;
15 ajax.runAJAX = function(more_params) {
29 ajax.setVar(val, params[val]);
37 return ajax;
/plugin/actickets/
H A Dscript.js7 ajax: null, property in actickets
45 actickets.ajax = new sack(DOKU_BASE + 'lib/plugins/actickets/ajax.php');
46 actickets.ajax.AjaxFailedAlert = '';
47 actickets.ajax.encodeURIString = false;
48 actickets.ajax.onCompletion = actickets.resolved;
73 actickets.ajax.runAJAX(request);
/plugin/snmplive/
H A Dscript.js21 var ajax = new sack(DOKU_BASE+'lib/plugins/snmplive/ajax.php');
26 ajax.onCompletion = function(){
39 ajax.runAJAX('SNMPip='+encodeURI(ip)+'&SNMPoid='+encodeURI(oid));
/plugin/dokutranslate/
H A Dajax.php29 $ajax = $_REQUEST['ajax']; variable
32 if($ajax == 'modform'){
34 }elseif($ajax == 'tree'){
/plugin/simplechat/
H A Dscript.js12 jQuery.ajax({
25 jQuery.ajax({
50 jQuery.ajax({
82 jQuery.ajax({
/plugin/fckg/fckeditor/
H A Dfckconfig.js482 if(ajx.responseStatus && ajax.responseStatus[0] == 200) {
495 var ajax = new sack(); variable
506 ajax.requestFile = "../dwsmileys.php";
507 ajax.method = 'POST';
508 ajax.onCompletion = whenCompleted;
509 ajax.runAJAX();
515 if(ajax.responseStatus && ajax.responseStatus[0] == 200) {
518 smileys = ajax.response.replace(/#.*?\n/g,"");
/plugin/fedauth/
H A Dajax.php40 $ajax = $_REQUEST['ajax']; variable
43 $fa->ajax();
/plugin/components/
H A DREADME.md2 A DokuWiki helper plugin for easily implementing new actions and new ajax functions in plugins
5ajax directory under the some_plugin file structure. In this PHP script you need to declare a clas…
40 jQuery.ajax(DOKU_BASE.concat('lib/exe/ajax.php'), {
61 - ajax/example.php
/plugin/indexmenu2/syntax/
H A Dnavigation.php161 $instr[$k][1][1][1]['ajax'] = $opts[1]['ajax'];
/plugin/bpmnioeditor/
H A Dscript.js45 jQuery.ajax({
72 jQuery.ajax({
93 jQuery.ajax({
133 jQuery.ajax({
178 jQuery.ajax({
232 jQuery.ajax({

1234567