Lines Matching refs:JSINFO
23 global $JSINFO;
28 $JSINFO['se_suspend']=0;
31 $JSINFO['se_suspend']=1;
37 …$JSINFO['toc_xcl'] = $this->getConf('toc_toggle'); /* Determines whether or not to apply jQuery…
39 $JSINFO['se_suspend']=1;
40 $JSINFO['toc_xcl'] = 1;
45 $JSINFO['se_suspend']=0;
47 $JSINFO['se_suspend']=1;
53 $JSINFO['se_suspend']=1;
57 $JSINFO['se_act'] = $ACT;
58 $JSINFO['se_template'] = $conf['template'];
59 $JSINFO['se_actual_tpl'] = $conf['template'];
60 if($JSINFO['se_template'] == 'bootstrap3' && !$ACT) {
61 $JSINFO['se_act'] = 'show';
64 $JSINFO['se_platform'] = $p[0];
67 $JSINFO['se_headers'] = $headers[1];
70 $JSINFO['se_xcl_headers'] = $xcl_headers;
71 $JSINFO['se_type'] = $this->getConf('type');
72 $JSINFO['h_ini_open'] = trim(strtolower($this->getConf('h_ini_open')));
73 $JSINFO['h_ini_open'] = preg_replace('/\s+/','_',$JSINFO['h_ini_open']);
75 $JSINFO['no_ini'] = 0;
76 $JSINFO['start_open'] = $this->getConf('start_open');
78 $JSINFO['se_device'] = trim($this->device_type()) ;
80 if($JSINFO['se_device'] == 'phone' || $acl < AUTH_EDIT) {
81 $JSINFO['start_open'] = 0;
86 …if($JSINFO['se_device'] == 'desktop' || $JSINFO['se_device'] == 'computer' || $JSINFO['se_device']…
90 if($JSINFO['se_device'] == 'phone') {
91 $JSINFO['se_device'] = 'mobile';
93 $alt_mobile = $JSINFO['se_template'];
100 $JSINFO['alt_tpl'] = $alt_mobile;
106 $JSINFO['se_device'] = "";
109 $JSINFO['se_suspend'] = $this->getConf('suspend');
110 if($conf['template'] != 'dokuwiki' && $JSINFO['se_type'] == 'none') { // in template.ini?
114 …if($conf['template'] != 'dokuwiki' && $JSINFO['se_type'] != 'none') { //another template, using c…
115 $JSINFO['se_template'] = 'other';
117 $JSINFO['se_name'] = '_empty_';
122 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";
126 $JSINFO['se_name'] = '_empty_';
128 $JSINFO['no_ini'] = "1";
148 global $JSINFO;
166 $JSINFO['se_template'] = 'other';
167 $JSINFO['se_type'] = $type;
168 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";