Home
last modified time | relevance | path

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

1234567

/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19ajax=function(a,c,d,f){var g=new XMLHttpRequest,h=S();if(g){if(e(c,"function"))f=d,d=c,c=null;else…
H A Dsnap.svg.js2528 Snap.ajax = function (url, postData, callback, scope){
2575 Snap.ajax(url, function (req) {
/plugin/bureaucracyau/
H A Daction.php31 public function ajax(Doku_Event $event, $param) { function in action_plugin_bureaucracyau
/plugin/bureaucracy-au/
H A Daction.php31 public function ajax(Doku_Event $event, $param) { function in action_plugin_bureaucracyau
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js4ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetu…
H A Drespond.min.js5 …&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst72 {% extends request.ajax ? "base_ajax.html" : "base.html" %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst75 {% include ajax ? 'ajax.html' : 'not_ajax.html' %}
/plugin/log/
H A Dscript.js11 var ajax = new jQuery.ajax({
/plugin/metaeditor/
H A Djstree.js1344 return $.ajax(s)
6366 return $.ajax(s)
6415 ajax : false,
6520 a = s.ajax ? s.ajax : false,
6547 return $.ajax(a)
/plugin/timetrack/
H A Dscript.js110 jQuery.ajax({
122 jQuery.ajax({
H A Daction.php95 public function ajax(Doku_Event $event, $param) { function in action_plugin_timetrack
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1ajax({method:"POST",url:DOKU_BASE+"lib/exe/ajax.php",data:{call:"iwiki_list"},async:true,dataType:…
H A Dlink.js.unc65 jQuery.ajax({
67 url: DOKU_BASE + 'lib/exe/ajax.php',
140 return jQuery.ajax({
142 url: DOKU_BASE + 'lib/exe/ajax.php',
1732 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 …s[i].toUpperCase())){return true}}return false}else{return false}};jQuery.ajax(DOKU_BASE+"lib/exe/…
H A Dtags.js.unc28 jQuery.ajax(
29 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/ckgdoku/ckeditor/
H A Dconfig.js1 …Ver="Dokuwiki plugin: ckgdoku"}},"html")};var b=function(){var k;d.jquery.ajax(d.doku_url+"lib/exe…
H A Dconfig.js.unc205 config.doku_url + 'lib/exe/ajax.php',
298 config.jquery.ajax(
299 config.doku_url + 'lib/exe/ajax.php',
H A DCHANGES.md94 …639): The `callback` parameter in the [CKEDITOR.ajax.post](http://docs.ckeditor.com/#!/api/CKEDITO…
/plugin/indexmenu2/syntax/
H A Dindexmenu.php201 $ajax = in_array('ajax',$options[1][1]);
212 ,'ajax' => $ajax
315 $ajax = <<<EOL
337 $ajax = '';
346 $ajax
H A Dnavigation.php161 $instr[$k][1][1][1]['ajax'] = $opts[1]['ajax'];
/plugin/indexmenu2/
H A Daction.php103 $ajax = 'ajax'==$this->getConf('replace_idx')?"|js#$theme+ajax":'';
111 $instr .= "{{indexmenu>.#$depth$ajax}}";
/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/fckg/
H A Dscript.js228 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,"");

1234567