Home
last modified time | relevance | path

Searched refs:Connection (Results 76 – 88 of 88) sorted by last modified time

1234

/plugin/phpipam/
H A Dphpipam-api.php80 private $Connection = false; variable in phpipam_api_client
648 if ($this->Connection==false) {
650 $this->Connection = curl_init();
661 curl_setopt_array($this->Connection, array(
700 curl_setopt($this->Connection, CURLOPT_POSTFIELDS, json_encode($params));
733 curl_setopt($this->Connection, CURLOPT_CUSTOMREQUEST, $this->api_server_method);
791 curl_setopt($this->Connection, CURLOPT_HTTPHEADER, $headers);
844 $resp = curl_exec($this->Connection);
847 if (curl_errno($this->Connection)) {
848 $this->exception("Curl error: ".curl_error($this->Connection));
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php11 use Doctrine\DBAL\Connection; alias
134 private function createEntityManager(Connection $con)
H A DObjectConstructorTest.php11 use Doctrine\DBAL\Connection; alias
268 private function createEntityManager(Connection $con)
/plugin/rdplink/
H A DREADME.md4 …ou to create links that automagically generate and open Remote Desktop Connection configurations w…
H A Dplugin.info.txt6 desc Enables you to create links that automagically generate and open Remote Desktop Connection con…
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._connection.tpl1 <h1>Connection error</h1>
/plugin/mantis/lib/
H A Dchangelog51 - soap_server: let the Web server decide whether to close the connection (no Connection: close head…
513 - soap_transport_http: don't force HTTP Connection header when using cURL
553 - soap_transport_http: skip "HTTP/1.0 200 Connection established" header when cURL returns it (than…
/plugin/idoit/
H A Dsyntax.php9 use idoit\Api\Connection as ApiConnection;
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso234 Connection: Keep-Alive

1234