Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 2 of 2) sorted by path

/dokuwiki/conf/
H A Dmysql.conf.php.example198 /* This statement should remove all connections from a user to any group
/dokuwiki/inc/HTTP/
H A DHTTPClient.php58 // list of kept alive connections variable in dokuwiki\\HTTP\\HTTPClient
59 protected static $connections = [];
248 $this->debug('connection pool', self::$connections);
250 if (isset(self::$connections[$connectionId])) {
252 $socket = self::$connections[$connectionId];
281 self::$connections[$connectionId] = $socket;
283 unset(self::$connections[$connectionId]);
363 unset(self::$connections[$connectionId]);
474 unset(self::$connections[$connectionId]);
485 unset(self::$connections[
[all...]