Home
last modified time | relevance | path

Searched full:connections (Results 326 – 350 of 413) sorted by last modified time

1...<<11121314151617

/plugin/webdavclient/db/
H A Dupdate0002.sql1 ALTER TABLE connections ADD permission text;
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1509 // persistent connections
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php153 …public function __construct($serviceCreator, $name = 'anonymous', array $connections = ['default' … argument
156 $defaultConnection = key($connections);
162 …parent::__construct($name, $connections, $managers, $defaultConnection, $defaultManager, $proxyInt…
H A DObjectConstructorTest.php307 …public function __construct($serviceCreator, $name = 'anonymous', array $connections = ['default' … argument
310 $defaultConnection = key($connections);
316 …parent::__construct($name, $connections, $managers, $defaultConnection, $defaultManager, $proxyInt…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DException.php26 * connections). Unserializing user-space objects from the child process into
/plugin/swiftmail/Swift/Connection/
H A DMulti.php23 * The list of available connections
26 protected $connections = array(); variable in Swift_Connection_Multi
36 public function __construct($connections=array()) argument
38 foreach ($connections as $id => $conn)
40 $this->addConnection($connections[$id], $id);
55 if ($id !== null) $this->connections[$id] = $connection;
56 else $this->connections[] = $connection;
69 return $this->connections[$this->active]->read();
92 foreach ($this->connections as $id => $conn)
95 $this->connections[$id]->start();
[all …]
H A DRotator.php23 * The list of available connections
26 protected $connections = array(); variable in Swift_Connection_Rotator
41 public function __construct($connections=array()) argument
43 foreach ($connections as $id => $conn)
45 $this->addConnection($connections[$id], $id);
59 $this->connections[] = $connection;
73 $total = count($this->connections);
82 if (!$this->connections[$id]->isAlive()) $this->connections[$id]->start();
83 if ($this->connections[$id]->isAlive())
91 $this->connections[$id]->stop();
[all …]
H A DSMTP.php23 * Constant for TLS connections
27 * Constant for SSL connections
31 * Constant for unencrypted connections
446 * Cleans up any open connections.
/plugin/swiftmail/Swift/
H A DConnection.php14 * Lists methods which are required by any connections
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php23 * The number of emails to send between connections
28 * The number of seconds to pause for between connections
41 * @param int The timeout in seconds between connections
H A DConnectionRotator.php34 * The connections we have used thus far
78 …_ConnectionException("The ConnectionRotator plugin cannot be used with connections other than Swif…
98 * Disconnect all the other connections
/plugin/vbsso/
H A DREADME.md74 6. Back to DokuWiki vBSSO Settings page and verify that API Connections fields are filled out.
/plugin/authgoogle/google/io/
H A Dcacerts.pem1 # Certifcate Authority certificates for validating SSL connections.
/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…
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js7727 var // #5280: Internet Explorer will keep connections alive if we don't abort on unload
/plugin/eventum/XML/
H A DRPC.php620 * The default is 80 for http:// connections
621 * and 443 for https:// and ssl:// connections.
656 * The default is 8080 for http:// connections
657 * and 443 for https:// and ssl:// connections.
710 * Defaults to 80 for http:// connections and
711 * 443 for https:// and ssl:// connections.
717 * Defaults to 8080 for http:// connections and
718 * 443 for https:// and ssl:// connections.
/plugin/authldaplocal/lang/en/
H A Dsettings.php9 $lang['starttls'] = 'Use TLS connections?';
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/facebook/
H A Dsyntax.php96 connections="'.$data['fans'].'"
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php766 * Check if outgoing connections are allowed
/plugin/mantis/lib/
H A Dchangelog49 - soapclient: improve handling of persistent connections
154 - soap_transport_http: Check that $this->fp exists when doing persistent connections
H A Dclass.soap_transport_http.php305 // The way we send data, we cannot use persistent connections, since
689 // Note: for cURL connections, $this->outgoing_payload is ignored,
H A Dnusoap.php2412 // The way we send data, we cannot use persistent connections, since
2796 // Note: for cURL connections, $this->outgoing_payload is ignored,
7518 // save transport object if using persistent connections
7698 * Set whether to try to use cURL connections if possible
7709 * use HTTP persistent connections if possible

1...<<11121314151617