Searched refs:_conf (Results 1 – 4 of 4) sorted by relevance
| /plugin/bibtex4dw/lib/ |
| D | bibtexrender.php | 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]; [all …]
|
| /plugin/phpipam/ |
| D | syntax.php | 897 $_conf = trim($this->getConf('opo_efa')) ; 913 foreach (explode(',', $_conf) as $_key) { 1006 if ($_conf) { 1008 foreach (explode(',', $_conf) as $_key) { 1059 if ($_conf) { 1061 foreach (explode(',', $_conf) as $_key) { 1135 if ($_conf) { 1276 $_conf = trim($this->getConf('opo_efs')) ; 1294 if (preg_match('/\bsubnet\b/', $_conf)) 1296 if ($hash_in['vlanId'] && !preg_match('/\bvlanId\b/', $_conf) ) { [all …]
|
| /plugin/genericsso/ |
| D | auth.php | 38 private array|null $_conf = null; variable in auth_plugin_genericsso 59 if(!$this->_conf) { 61 $this->_conf = $conf['plugin']['genericsso']; 68 if(!array_key_exists($p, $this->_conf)) 79 if(!array_key_exists($param, $this->_conf)) { 84 return $this->_conf[$param]; 87 return $this->_conf;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …_conf;\n }\n this._conf = RichEditSupport._mergeConf(prev, rawConf);\n this._…
|