Home
last modified time | relevance | path

Searched refs:ajax (Results 151 – 164 of 164) sorted by last modified time

1234567

/plugin/processing/
H A Dscript.js61 var ajax = function ajax(url) { function
3252 filename = ajax(filename);
5550 …return (localStorage[filename] ? localStorage[filename] : ajax(filename).slice(0, -1)).split("\n");
5559 var string = ajax(url);
13105 var block = ajax(filenames[j]);
/plugin/jquery/
H A Djquery-1.4.2.min.js16 …ft")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:fa…
120 …=="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataT…
122ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,…
123 …xt/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){functio…
H A Djquery-1.4.2.js779 jQuery.ajax({
4821 jQuery.ajax({
4896 return jQuery.ajax({
4921 return jQuery.ajax({
4975 ajax: function( origSettings ) {
H A Dscript.js12 …ment("tbody"))):O}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:fa…
19ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"…
/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/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/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/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/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/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/snmplive/
H A DMakefile8 files := syntax.php ajax.php script.js
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/chat/
H A Dreadme.txt76 …* Edit ''ajax.php'' and change all occurrencies of <code>$auth->getUserData(...)</code> into <code…
86 SetEnvIf Request_URI "^/wiki/lib/plugins/chat/ajax\.php$" dontlog

1234567