Home
last modified time | relevance | path

Searched refs:ajax (Results 26 – 50 of 164) sorted by relevance

1234567

/plugin/autlogin/
H A Dajax.php26 $ajax = $_REQUEST['ajax']; variable
29 if($ajax == 'tree'){
/plugin/log/
H A Dscript.js11 var ajax = new jQuery.ajax({
/plugin/indexmenu2/syntax/
H A Dindexmenu.php201 $ajax = in_array('ajax',$options[1][1]);
212 ,'ajax' => $ajax
315 $ajax = <<<EOL
337 $ajax = '';
346 $ajax
/plugin/ajaxpeon/
H A Dscript.js23 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
27 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
/plugin/owncloud/
H A Dscript.js30 jQuery.ajax({
62 jQuery.ajax({
96 jQuery.ajax({
/plugin/numbering/
H A Dscript.js30 jQuery.ajax({
47 jQuery.ajax({
/plugin/indexmenu2/
H A Daction.php103 $ajax = 'ajax'==$this->getConf('replace_idx')?"|js#$theme+ajax":'';
111 $instr .= "{{indexmenu>.#$depth$ajax}}";
/plugin/schedule/
H A Dscript.js24 jQuery.ajax ({
65 jQuery.ajax ({
/plugin/dokutranslate/
H A Dscript.js29 {ajax: 'tree'
54 {ajax: 'modform',
/plugin/fedauth/js/
H A Dadmin.js98 .ajax(FEDAUTH_BASE + 'ajax.php',
119 .ajax(FEDAUTH_BASE + 'ajax.php',
140 .ajax(FEDAUTH_BASE + 'ajax.php',
164 .ajax(FEDAUTH_BASE + 'ajax.php',
/plugin/searchform/
H A Dsyntax.php92 $ajax=true;
120 if ($ajax) {
/plugin/xfortune/
H A Ddeleted.files1 ajax.php
/plugin/tagfilter/
H A Ddeleted.files2 ajax.php
/plugin/tiledblog/
H A Dscript.js13 jQuery.ajax ({
/plugin/ajaxloader/
H A Daction.php18 function ajax(&$event, $param) { function in action_plugin_ajaxloader
/plugin/linksuggest/
H A Dplugin.info.txt6 desc ajax autosuggest for links
/plugin/tagadd/
H A Dplugin.info.txt6 desc easy ajax-adding for tags
/plugin/simplechat/
H A Dplugin.info.txt6 desc Provides simple chat window using ajax
/plugin/ajaxedit/
H A Dplugin.info.txt6 desc Framework for easy ajax editing
/plugin/tindexmenu/
H A Dindexmenu-full.js27 function Node(dokuid, id, pid, name, hns, isdir, ajax) { argument
34 this.ajax = ajax;
38 this._hc = ajax;
91 dTree.prototype.add = function(dokuid, id, pid, name, hns, isdir, ajax) { argument
93 isdir, ajax);
166 if (!cn._hc && cn.isdir && !cn.ajax && !cn.hns) {
486 if (this.aNodes[n].ajax) {
686 node.ajax = false;
/plugin/indexmenu/scripts/
H A Dindexmenu.js60 * @param {number} ajax load subnodes by ajax
63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) {
77 this.ajax = Boolean(ajax); // load its nodes by ajax
85 this._hc = Boolean(ajax); // has children
182 * @param {number} ajax load subnodes by ajax
184 dTree.prototype.add = function (dokuid, id, pid, name, hns, isdir, ajax) {
41 dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) global() argument
134 add(dokuid, id, pid, name, hns, isdir, ajax) global() argument
[all...]
/plugin/bookcreator/script/
H A DREADME.txt3 http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/
/plugin/searchformgoto/
H A Dhelper.php41 if($ajax) print '<div id="qsearch__out" class="ajax_qsearch JSpopup"></div>';
/plugin/api/
H A DREADME.md19 http://localhost:81/lib/exe/ajax.php?call=api&fn=pages&limit=10
30 http://localhost:81/lib/exe/ajax.php?call=api&fn=page
/plugin/components/
H A Dscript.js6 jQuery.ajax(DOKU_BASE.concat('lib/exe/ajax.php'), {

1234567