Home
last modified time | relevance | path

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

/plugin/indexmenu/scripts/
H A Dnojsindex.js11 let jsajax = $tree.data('jsajax');
19 'call=indexmenu&req=index&nojs=1&' + $clicky[0].search.substring(1) + '&max=1' + decodeURIComponent(jsajax),
H A Dindexmenu.js118 jsajax: '', // &max=#&sort=(t|d)&msort=(indexmenu_n|<metakey>)&rsort=1&nsort=1&hsort=1&nopg=1&skipns=+=/.../&skipfile=+=/.../(set in page)
879 req = 'req=index&idx=' + node.dokuid + decodeURIComponent(this.config.jsajax);
78 jsajax: '', // &max=#&sort=(t|d)&msort=(indexmenu_n|<metakey>)&rsort=1&nsort=1&hsort=1&nopg=1&skipns=+=/.../&skipfile=+=/.../(set global() property in dTree.config
/plugin/indexmenu/syntax/
H A Dindexmenu.php538 . '<div id="nojs_' . $js_name . '" data-jsajax="' . utf8_encodeFN($jsAjax) . '" class="indexmenu_nojs">'
630 $out .= "$js_name.config.jsajax='" . utf8_encodeFN($js_dTreeOpts['jsAjax']) . "';\n";
/plugin/tindexmenu/
H A Dnojsindex-full.js41 toggle: function(e,clicky,jsajax){ argument
85 …unAJAX(encodeURI('req=index&nojs=1&'+clicky.search.substr(1)+'&max=1'+decodeURIComponent(jsajax)));
H A Dnojsindex.js1jsajax){var listitem=clicky.parentNode.parentNode;var sublists=listitem.getElementsByTagName("ul")… argument
H A Dindexmenu-full.js55 jsajax : '', property in dTree.config
675 + decodeURIComponent(this.config.jsajax);
H A Dindexmenu.js26 …DOKU_BASE+"lib/plugins/indexmenu",useCookies:!0,scroll:!0,toc:!0,maxjs:1,jsajax:"",sepchar:":",the… property in dTree.config
55 …nu/ajax.php"),a="req=index&idx="+c.dokuid+decodeURIComponent(this.config.jsajax);b=this.pageid.sub…
/plugin/tindexmenu/syntax/
H A 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/
H A Dindexmenu_syntax_indexmenu.test.php