Home
last modified time | relevance | path

Searched refs:jsajax (Results 1 – 8 of 8) sorted by relevance

/plugin/indexmenu/scripts/
Dnojsindex.js11 let jsajax = $tree.data('jsajax');
19 …exmenu&req=index&nojs=1&' + $clicky[0].search.substring(1) + '&max=1' + decodeURIComponent(jsajax),
Dindexmenu.js118jsajax: '', // &max=#&sort=(t|d)&msort=(indexmenu_n|<metakey>)… property
879 req = 'req=index&idx=' + node.dokuid + decodeURIComponent(this.config.jsajax);
/plugin/tindexmenu/
Dnojsindex-full.js41 toggle: function(e,clicky,jsajax){ argument
85 …unAJAX(encodeURI('req=index&nojs=1&'+clicky.search.substr(1)+'&max=1'+decodeURIComponent(jsajax)));
Dnojsindex.js1jsajax){var listitem=clicky.parentNode.parentNode;var sublists=listitem.getElementsByTagName("ul")…
Dindexmenu.js26 …DOKU_BASE+"lib/plugins/indexmenu",useCookies:!0,scroll:!0,toc:!0,maxjs:1,jsajax:"",sepchar:":",the… property
55 …nu/ajax.php"),a="req=index&idx="+c.dokuid+decodeURIComponent(this.config.jsajax);b=this.pageid.sub…
Dindexmenu-full.js55 jsajax : '', property
675 + decodeURIComponent(this.config.jsajax);
/plugin/tindexmenu/syntax/
Dindexmenu.php161 if ($maxtmp[3]) $jsajax = "&max=".$maxtmp[3];
165 if ($sort) $jsajax .= "&sort=".$sort;
166 if ($msort) $jsajax .= "&msort=".$msort;
167 if ($rsort) $jsajax .= "&rsort=1";
168 if ($nsort) $jsajax .= "&nsort=1";
169 if ($nopg) $jsajax .= "&nopg=1";
/plugin/indexmenu/_test/
DIndexmenuSyntaxTest.php44 …$ns, $theme, $identifier, $nocookie, $navbar, $noscroll, $maxjs, $notoc, $jsajax, $context, $nomen…
59 'jsAjax' => $jsajax,