Home
last modified time | relevance | path

Searched +full:max +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 12 of 12) sorted by relevance

/plugin/indexmenu/syntax/
H A Dindexmenu.php71 $max = 0; // number of levels loaded initially, rest should be loaded with ajax. (TODO actual default is 1)
222 //max option: #n is no of lvls during initialization , #m levels retrieved per ajax request
223 $matchPattern = '/max#(\d+)(?:$|\s+|#(\d+))/u';
225 $max = $matched_lvl_sublvl[1];
227 $jsAjax .= "&max=" . $matched_lvl_sublvl[2];
233 $max = 0; //todo current default seems 1.
236 //max js option
328 'max' => $max, //number of levels loaded initially, rest should be loaded with ajax
413 //opts for search(): level, nons, nopg, subnss, max, maxaja
444 _jstree($data, $ns, $js_opts, $js_name, $max) global() argument
[all...]
/plugin/indexmenu/scripts/
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)
605 * @param {int} max
607 dTree.prototype.openCurNS = function (max) {
612 if (max > 0 && match.length >= max) {
615 t.splice(max + n, t.length);
883 req += '&nss=' + curns + '&max=1';
982 * @param {int} max max level of available nodes (deeper levels are included with js)
985 dTree.prototype.init = function (hasstyle, nocookies, opennodes, nav, max, nomen
559 openCurNS(max) global() argument
936 init(hasstyle, nocookies, opennodes, nav, max, nomenu) global() argument
[all...]
H A Dnojsindex.js19 'call=indexmenu&req=index&nojs=1&' + $clicky[0].search.substring(1) + '&max=1' + decodeURIComponent(jsajax),
H A Dtoolbarindexwizard.js60 max: {tlbclass: 'jsitem', numberinput: ['maxn', 'maxm']}, class in indexmenu_wiz.fields.div6.elems
231 //exception for second number field of max: only uncheck when first field is also empty
/plugin/indexmenu/
H A Dajax.php49 header('Cache-Control: public, max-age=3600');
H A Daction.php193 //retrieval of data of the extra nodes for the indexmenu (if ajax loading set with max#m(#n)
219 $max = 1; //levels to load by lazyloading. Before the default was 0. CHANGED to 1.
223 if ($INPUT->int('max') > 0) {
224 $max = $INPUT->int('max'); // max#n#m, if init: #n, otherwise #m
225 $level = $max;
273 //only set for init, lazy requests equal to max
280 'max' => $max,
[all...]
H A Dstyle.css148 max-height: 300px;
/plugin/tindexmenu/syntax/
H A Dindexmenu.php89 $max=0;
158 //max option
159 if (preg_match('/max#(\d+)($|\s+|#(\d+))/u',$match[1],$maxtmp) >0) {
160 $max=$maxtmp[1];
161 if ($maxtmp[3]) $jsajax = "&max=".$maxtmp[3];
170 //max js option
184 'max' => $max,
311 function _jstree($data,$ns,$js_opts,$js_name,$max) { argument
343 $out .= (int) $js_opts['navbar'].",$max";
396 //MAX option
[all …]
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/tindexmenu/
H A Dindexmenu.js56 …c.id,!1,!0);$("l"+d.obj).style.display="none"};this.fajax&&(a+="&nss="+b+"&max=1");e.encodeURIStri…
60 Array.prototype.pop||(Array.prototype.pop=function(){var a=this[this.length-1];this.length=Math.max
/plugin/indexmenu2/syntax/
H A Dindexmenu.php240 * we've moved index root 1 level lower, adjust max level than
/plugin/indexmenu/inc/
H A Dpclzip.lib.php75 // -5 : Filename is too long (max. 255)
4319 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 4, 'Position after max central position : \''.ftell($this->zip_fd).'\'');