Searched full:connections (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/inc/HTTP/ |
H A D | HTTPClient.php | 58 // 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 D | settings.php | 9 $lang['starttls'] = 'Use TLS connections?';
|
/dokuwiki/inc/Parsing/ |
H A D | Parser.php | 26 /** @var bool mode connections may only be set up once */
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | blitzbasic.php | 12 * It is a simple Basic dialect. Released for Games and Network Connections.
|
H A D | progress.php | 142 'DESELECT-SELECTED-ROW','DETACH-DATA-SOURCE','DISABLE-CONNECTIONS', 146 'ENABLE-CONNECTIONS','ENABLE-EVENTS','ENCRYPT-AUDIT-MAC-KEY',
|
H A D | qml.php | 113 'Binding','Component','Connections','Date','Instantiator',
|
H A D | visualfoxpro.php | 228 'Confirm','Connection','Connections','Connstring','Console','Copies',
|
H A D | tsql.php | 107 '@@CONNECTIONS','@@PACK_RECEIVED','@@CPU_BUSY','@@PACK_SENT',
|
/dokuwiki/conf/ |
H A D | mysql.conf.php.example | 198 /* This statement should remove all connections from a user to any group
|
/dokuwiki/lib/plugins/authad/adLDAP/ |
H A D | adLDAP.php | 74 * The default port for LDAP non-SSL connections 78 * The default port for LDAPS SSL connections
|
/dokuwiki/lib/plugins/authad/ |
H A D | auth.php | 53 * @var array open connections for each AD domain, as adLDAP objects
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 988 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...] |