Home
last modified time | relevance | path

Searched refs:maxjs (Results 1 – 6 of 6) sorted by relevance

/plugin/indexmenu/_test/
DIndexmenuSyntaxTest.php44 …$ns, $theme, $identifier, $nocookie, $navbar, $noscroll, $maxjs, $notoc, $jsajax, $context, $nomen…
57 'maxJs' => $maxjs,
/plugin/indexmenu/scripts/
Dtoolbarindexwizard.js61 maxjs: {tlbclass: 'jsitem', numberinput: ['maxjsn']}, property
Dindexmenu.js117 maxjs: 1, // number set by maxjs option (set in page) property
300 if (node._lvl > this.config.maxjs) {
/plugin/tindexmenu/
Dindexmenu.js26 …plugbase:DOKU_BASE+"lib/plugins/indexmenu",useCookies:!0,scroll:!0,toc:!0,maxjs:1,jsajax:"",sepcha… property
33 …ent);" oncontextmenu="return indexmenu_stopevt(event)"';a._lv>this.config.maxjs?b=0:a._ok=!0;e='<d…
Dindexmenu-full.js54 maxjs : 1, property
194 if (node._lv > this.config.maxjs) {
/plugin/tindexmenu/syntax/
Dindexmenu.php171 if (preg_match('/maxjs#(\d+)/u',$match[1],$maxtmp) >0) $maxjs=$maxtmp[1];