Home
last modified time | relevance | path

Searched refs:config_value (Results 1 – 2 of 2) sorted by relevance

/plugin/approve/helper/
H A Ddb.php32 $config_value = $this->getConf('no_apr_namespaces');
33 … if ($db_value !== $config_value) { // $db_value might be null. In this case run the commit anyway.
35 $this->setDbConf($config_key, $config_value);
/plugin/bb4dw/
Dbibtexbrowser.php263 function config_value($key) { function
290 if (config_value('BIBTEXBROWSER_NO_DEFAULT')==true) { return; }
365 if (config_value('BIBTEXBROWSER_USE_CACHE')==true) {
408 if (config_value('BIBTEXBROWSER_USE_CACHE')==true) {
429 …if ( config_value('BIBTEXBROWSER_USE_CACHE')==true && ( $parse || $updated ) && is_writable($compi…