Searched refs:jsajax (Results 1 – 8 of 8) sorted by relevance
| /plugin/indexmenu/scripts/ |
| D | nojsindex.js | 11 let jsajax = $tree.data('jsajax'); 19 …exmenu&req=index&nojs=1&' + $clicky[0].search.substring(1) + '&max=1' + decodeURIComponent(jsajax),
|
| D | indexmenu.js | 118 …jsajax: '', // &max=#&sort=(t|d)&msort=(indexmenu_n|<metakey>)… property 879 req = 'req=index&idx=' + node.dokuid + decodeURIComponent(this.config.jsajax);
|
| /plugin/tindexmenu/ |
| D | nojsindex-full.js | 41 toggle: function(e,clicky,jsajax){ argument 85 …unAJAX(encodeURI('req=index&nojs=1&'+clicky.search.substr(1)+'&max=1'+decodeURIComponent(jsajax)));
|
| D | nojsindex.js | 1 …jsajax){var listitem=clicky.parentNode.parentNode;var sublists=listitem.getElementsByTagName("ul")…
|
| D | indexmenu.js | 26 …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…
|
| D | indexmenu-full.js | 55 jsajax : '', property 675 + decodeURIComponent(this.config.jsajax);
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 161 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/ |
| D | IndexmenuSyntaxTest.php | 44 …$ns, $theme, $identifier, $nocookie, $navbar, $noscroll, $maxjs, $notoc, $jsajax, $context, $nomen… 59 'jsAjax' => $jsajax,
|