Home
last modified time | relevance | path

Searched full:connections (Results 1 – 25 of 413) sorted by path

12345678910>>...17

/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...]
/dokuwiki/inc/Parsing/
H A DParser.php26 /** @var bool mode connections may only be set up once */
/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/lib/plugins/authldap/lang/en/
H A Dsettings.php9 $lang['starttls'] = 'Use TLS connections?';
/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 Dtsql.php107 '@@CONNECTIONS','@@PACK_RECEIVED','@@CPU_BUSY','@@PACK_SENT',
H A Dvisualfoxpro.php228 'Confirm','Connection','Connections','Connstring','Console','Copies',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php975 private static $connections;
1215 self::$connections[$this->getResourceId()] = class_exists('WeakReference')
3329 unset(self::$connections[$this->getResourceId()]);
5183 * Caching this the first time you connect to a server and checking the result on subsequent connections
5369 if (isset(self::$connections[$id])) {
5370 return self::$connections[$id] instanceof \WeakReference ? self::$connections[$id]->get() : self::$connections[$id];
5376 * Return all excising connections
5384 return self::$connections;
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js2284 /* External Data Connections */
2285 "application/vnd.ms-excel.connections": "TODO",
2286 "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml": "TODO",
H A Dxlsx.min.js3 …DO","application/vnd.ms-excel.connections":"TODO","application/vnd.openxmlformats-officedocument.s…
H A Dxlsx.min.map1 …olbars","application/vnd.ms-excel.connections","application/vnd.openxmlformats-officedocument.spre…
/plugin/authgoogle/google/io/
H A Dcacerts.pem1 # Certifcate Authority certificates for validating SSL connections.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsInstancesNatAddresses.php73 * Deletes the NAT address. Connections that are actively using the address are
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigQueryConnectionService.php26 * Allows users to manage BigQuery connections to external data sources.</p>
66 'connections',
70 'path' => 'v1beta1/{+parent}/connections',
114 'path' => 'v1beta1/{+parent}/connections',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/
H A DListConnectionsResponse.php22 protected $collection_key = 'connections';
33 public function setConnections($connections) argument
35 $this->connections = $connections;
42 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/Resource/
H A DProjectsLocationsConnections.php31 * The "connections" collection of methods.
35 * $connections = $bigqueryconnectionService->connections;
41 * Creates a new connection. (connections.create)
59 * Deletes connection and associated credential. (connections.delete)
73 * Returns specified connection. (connections.get)
104 * Returns a list of connections in the given project.
105 * (connections.listProjectsLocationsConnections)
124 * (connections.patch)
144 * `PERMISSION_DENIED` errors. (connections.setIamPolicy)
165 * (connections.testIamPermissions)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2CloudSqlInstance.php22 protected $collection_key = 'connections';
26 public $connections; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2CloudSqlInstance
31 public function setConnections($connections) argument
33 $this->connections = $connections;
40 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/Resource/
H A DUsersEnvironments.php113 * and is ready to accept connections, the operation will contain a
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DSubnetworks.php339 * bound in seconds on the amount of time allowed to drain connections from the
H A DTargetHttpsProxies.php309 * server-side support for SSL features. This affects connections between
H A DTargetSslProxies.php244 * side support for SSL features. This affects connections between clients and

12345678910>>...17