Lines Matching refs:_conf

32     private $_conf = array(  variable in bibtexrender_plugin_bibtex4dw
92 $this->_conf['sqlite'] = $this->plugin->getConf('sqlite');
93 $this->_conf['file'] = explode(';',$this->plugin->getConf('file'));
94 $this->_conf['pdfdir'] = explode(';',$this->plugin->getConf('pdfdir'));
95 $this->_conf['citetype'] = $this->plugin->getConf('citetype');
98 if ($this->_conf['sqlite']) {
110 if (array_key_exists('file', $this->_conf)) {
158 if (array_key_exists($optkey,$this->_conf)) {
162 $this->_conf[$optkey] = $optval;
164 $this->_conf[$optkey][] = $optval[0];
168 $this->_conf[$optkey] = $optval[count($optval)-1];
175 switch ($this->_conf['citetype']) {
177 $this->_conf['sort'] = 'true';
180 $this->_conf['sort'] = 'true';
183 $this->_conf['sort'] = 'true';
186 $this->_conf['sort'] = 'false';
189 $this->_conf['sort'] = 'false';
204 foreach($this->_conf['file'] as $file) {
227 if (!$this->_conf['sqlite']) {
230 if (!in_array(':'.$ID, $this->_conf['file'])) {
263 if ($this->_conf['sqlite']) {
315 if (array_key_exists('pdfdir',$this->_conf)) {
317 if ((auth_quickaclcheck($this->_conf['pdfdir'][0]) >= AUTH_READ) &&
320 $pdffilename = mediaFN($this->_conf['pdfdir'][0]) . "/" . $bibtex_key . ".pdf";
322 resolve_mediaid($this->_conf['pdfdir'][0], $pdflinkname, $exists);
352 if ('true' == $this->_conf['sort'] && 'numeric' != $this->_conf['citetype']) {
355 if ($this->_conf['sqlite']) {
373 if ('authordate' == $this->_conf['citetype']) {
384 if ('true' == $this->_conf['sort']) {
387 if ($this->_conf['sqlite']) {
405 if ('authordate' == $this->_conf['citetype']) {
477 if ($this->_conf['sqlite']) {
496 switch ($this->_conf['citetype']) {
536 if ($this->_conf['sqlite']) {
552 foreach($this->_conf['file'] as $file) {