Lines Matching refs:getConf
29 $NS_inc = implode("|",$this->normalize_names($this->getConf('incl_ns'),true));
36 $id_inc = implode("|",$this->normalize_names($this->getConf('incl_pg')));
37 $JSINFO['toc_xcl'] = $this->getConf('toc_toggle'); /* Determines whether or not to apply jQuery toc code to current page*/
44 $NS = implode("|",$this->normalize_names($this->getConf('xcl_ns'),true));
51 $id = implode("|",$this->normalize_names($this->getConf('xcl_pg')));
63 $p = $this->getConf('platform');
66 $headers = $this->getConf('headers');
68 $xcl_headers = $this->getConf('xcl_headers');
71 $JSINFO['se_type'] = $this->getConf('type');
72 $JSINFO['h_ini_open'] = trim(strtolower($this->getConf('h_ini_open')));
74 $alt_mobile = $this->getConf('mobile_alt');
76 $JSINFO['start_open'] = $this->getConf('start_open');
96 $alt_mobile = $this->getConf('mobile_alt');
109 $JSINFO['se_suspend'] = $this->getConf('suspend');
116 if(trim($this->getConf('name')) == false) {
120 $type = $this->getConf('type');
121 $name = trim($this->getConf('name'));
139 if($this->getConf('tablet_alt')) return 'phone';
140 if($this->getConf('tablet_toggle')) return 'phone';
196 if($this->getConf('show_section_toggle_button')) {