Searched refs:maxjs (Results 1 – 6 of 6) sorted by relevance
| /plugin/indexmenu/_test/ |
| D | IndexmenuSyntaxTest.php | 44 …$ns, $theme, $identifier, $nocookie, $navbar, $noscroll, $maxjs, $notoc, $jsajax, $context, $nomen… 57 'maxJs' => $maxjs,
|
| /plugin/indexmenu/scripts/ |
| D | toolbarindexwizard.js | 61 maxjs: {tlbclass: 'jsitem', numberinput: ['maxjsn']}, property
|
| D | indexmenu.js | 117 maxjs: 1, // number set by maxjs option (set in page) property 300 if (node._lvl > this.config.maxjs) {
|
| /plugin/tindexmenu/ |
| D | indexmenu.js | 26 …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…
|
| D | indexmenu-full.js | 54 maxjs : 1, property 194 if (node._lv > this.config.maxjs) {
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 171 if (preg_match('/maxjs#(\d+)/u',$match[1],$maxtmp) >0) $maxjs=$maxtmp[1];
|