Home
last modified time | relevance | path

Searched refs:conf_decodeString (Results 1 – 10 of 10) sorted by relevance

/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php30 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
/plugin/upgrade/
H A Dlegacy.php43 function conf_decodeString($string)
40 function conf_decodeString($string) global() function
/plugin/pureldap/
H A Dauth.php28 $this->conf['admin_password'] = conf_decodeString($this->conf['admin_password']);
/plugin/webexteamsnotifier/
H A Daction.php90 $proxyAuth = $proxy['user'] . ':' . conf_decodeString($proxy['port']);
/plugin/rocketchatnotifier/
H A Daction.php97 $proxyAuth = $proxy['user'] . ':' . conf_decodeString($proxy['port']);
/plugin/dbquery/
H A Dhelper.php45 $pass = $pass ?: conf_decodeString($this->getConf('pass'));
/plugin/authldaplocal/
H A Dauth.php93 …if(!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw'))))…
185 …if(!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw'))))…
783 …$bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw…
/plugin/matrixnotifier/
H A Dhelper.php189 $proxyAuth = $proxy['user'].':'.conf_decodeString($proxy['pass']);
/plugin/discordnotifier/
H A Dhelper.php187 $proxyAuth = $proxy['user'] . ':' . conf_decodeString ( $proxy['port'] );
/plugin/elwikiupgrade/
H A DHTTPClient.php896 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);