Home
last modified time | relevance | path

Searched full:connections (Results 1 – 12 of 12) sorted by relevance

/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...]
/dokuwiki/lib/plugins/authldap/lang/en/
H A Dsettings.php9 $lang['starttls'] = 'Use TLS connections?';
/dokuwiki/inc/Parsing/
H A DParser.php26 /** @var bool mode connections may only be set up once */
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dblitzbasic.php12 * It is a simple Basic dialect. Released for Games and Network Connections.
H A Dprogress.php142 'DESELECT-SELECTED-ROW','DETACH-DATA-SOURCE','DISABLE-CONNECTIONS',
146 'ENABLE-CONNECTIONS','ENABLE-EVENTS','ENCRYPT-AUDIT-MAC-KEY',
H A Dqml.php113 'Binding','Component','Connections','Date','Instantiator',
H A Dvisualfoxpro.php228 'Confirm','Connection','Connections','Connstring','Console','Copies',
H A Dtsql.php107 '@@CONNECTIONS','@@PACK_RECEIVED','@@CPU_BUSY','@@PACK_SENT',
/dokuwiki/conf/
H A Dmysql.conf.php.example198 /* This statement should remove all connections from a user to any group
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php74 * The default port for LDAP non-SSL connections
78 * The default port for LDAPS SSL connections
/dokuwiki/lib/plugins/authad/
H A Dauth.php53 * @var array open connections for each AD domain, as adLDAP objects
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php988 private static $connections;
1228 self::$connections[$this->getResourceId()] = class_exists('WeakReference')
3302 unset(self::$connections[$this->getResourceId()]);
5184 * Caching this the first time you connect to a server and checking the result on subsequent connections
5370 if (isset(self::$connections[$id])) {
5371 return self::$connections[$id] instanceof \WeakReference ? self::$connections[$id]->get() : self::$connections[$id];
5377 * Return all excising connections
5385 return self::$connections;
[all...]