Searched refs:connections (Results 1 – 3 of 3) sorted by relevance
59 protected static $connections = []; variable in dokuwiki\\HTTP\\HTTPClient248 $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[$connectionId]);
992 private static $connections; variable in phpseclib3\\Net\\SSH21273 self::$connections[$this->getResourceId()] = class_exists('WeakReference')3370 unset(self::$connections[$this->getResourceId()]);5500 if (isset(self::$connections[$id])) {5501 …return self::$connections[$id] instanceof \WeakReference ? self::$connections[$id]->get() : self::…5515 return self::$connections;5518 foreach (self::$connections as $key => $ref) {
198 /* This statement should remove all connections from a user to any group