Lines Matching refs:getConf

49 …DOKU_PLUGIN."ryubin/".$this->getconf('primary_xml'))) $primary_xml = $this->getConf('primary_xml');
50 $data['playmode'] = $this->getConf('playmode');
51 $data['fov'] = $this->getConf('fov');
52 $data['yaw'] = $this->getConf('yaw');
53 $data['pitch'] = $this->getConf('pitch');
54 $data['view_mode'] = intval($this->getConf('view_mode'));
55 $data['hv_ratio'] = $this->getConf('hv_ratio');
56 …$data['lock_nadirs'] = 'no'; if ($this->getConf('lock_nadirs')) $data['lock_nadirs'] = 'yes';
57 …$data['lock_vertical'] = 'no'; if ($this->getConf('lock_vertical')) $data['lock_vertical'] = '…
58 … $data['lock_fov'] = 'no'; if ($this->getConf('lock_fov')) $data['lock_fov'] = 'yes';
59 …$data['limit_vertical'] = 'no'; if ($this->getConf('limit_vertical')) $data['limit_vertical'] =…
60 $data['top_limit'] = $this->getConf('top_limit');
61 $data['bottom_limit'] = $this->getConf('bottom_limit');
62 …$data['limit_horizontal'] = 'no'; if ($this->getConf('limit_horizontal')) $data['limit_horizontal…
63 $data['right_limit'] = $this->getConf('right_limit');
64 $data['left_limit'] = $this->getConf('left_limit');
65 …$data['proj_implicit'] = 'no'; if ($this->getConf('proj_implicit')) $data['proj_implicit'] = '…
66 $data['elevation'] = $this->getConf('elevation');
67 $data['depression'] = $this->getConf('depression');
68 $data['proj_type'] = intval($this->getConf('proj_type'));
69 … $data['adminMode'] = 'no'; if ($this->getConf('adminMode')) $data['adminMode'] = 'yes';
70 $data['width'] = $this->getConf('width');
71 $data['height'] = $this->getConf('height');
72 $data['bgcolor'] = $this->getConf('bgcolor');
74 $data['smooth'] = 'no'; if ($this->getConf('smooth')) $data['smooth'] = 'yes';
75 …$data['disable_wheel'] = 'no'; if ($this->getConf('disable_wheel')) $data['disable_wheel'] = '…
76 …$data['allowFullScreen'] = 'false'; if ($this->getConf('allowFullScreen')) $data['allowFullScree…
77 $data['allowScriptAccess'] = $this->getConf('allowScriptAccess');