Lines Matching refs:opts

242       if ($opts['level']) $opts['level']++;
245 …search($data,$conf['datadir'],"indexmenu_search_index",$opts,"/".utf8_encodeFN(str_replace(':','/'…
246 if ($opts['sort']) {
247 $this->s_rev = substr($opts['sort'],0,1)=='!';
248 $this->s_target = $this->s_target[preg_replace("#^!#","",$opts['sort'])];
263 if (!$opts['nons'])
273 if ($opts['js'] && !$opts['nons'] && !isset($opts['root']) && !$ns) {
287 …n syntax_plugin_indexmenu_indexmenu::getHTML ($opts, $opts['navigation']?$this->html_buildlist($da…
288 … :"<ul>".$this->html_buildlist($data,$opts)."</ul>");
299 function getHTML ($opts, $html) { argument
304 $add = $opts['js']?"id=\"$idx\"":"class=\"idx\"";
310 if ($opts['js'] && !$opts['nons']) {
314 if ($opts['ajax']) {
327 ,'sort' : '{$opts['sort']}'}
343 cms.initMenu('$idx',{ 'theme': {'name': '{$opts["theme"]}'}
369 function html_buildlist(&$data,&$opts){ argument
379 if ($opts['level'] != 0 && ($opts['level'] <= $item['level'])) {
383 if ($opts['ajax'])
384 $ret[] = "<ul ".(!$opts['js']&&!$opts['navigation']?"style=\"display: none\""
396 … $ret[] = syntax_plugin_indexmenu_indexmenu::html_buildlist($item['child_nodes'],$opts);
429 function indexmenu_search_index(&$data,$base,$file,$type,$lvl,$opts){ argument
435 if ($opts['level']!=0 && $lvl >= $opts['level']) $ret=false;
436 if ($opts['nons']) return $ret;
450 if ($lvl == 1 && isset($opts['root']) && $id != $opts['root']) return false;
469 …if(!$opts['nons'] && $type=='f' && $conf['useheading'] && syntax_plugin_indexmenu_indexmenu::getCo…
524 if ($opts['nons']) {
536 return $ret|$opts['ajax'];