Home
last modified time | relevance | path

Searched refs:addCurlSetting (Results 1 – 5 of 5) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php126 $this->addCurlSetting(CURLOPT_PROXY, $settings['proxy']);
148 $this->addCurlSetting(CURLOPT_HTTPAUTH, $curlType);
149 $this->addCurlSetting(CURLOPT_USERPWD, $userName . ':' . $password);
166 $this->addCurlSetting(CURLOPT_ENCODING, implode(',', $encodings));
169 … $this->addCurlSetting(CURLOPT_USERAGENT, 'sabre-dav/' . Version::VERSION . ' (http://sabre.io/)');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php125 $this->addCurlSetting(CURLOPT_PROXY, $settings['proxy']);
147 $this->addCurlSetting(CURLOPT_HTTPAUTH, $curlType);
148 $this->addCurlSetting(CURLOPT_USERPWD, $userName . ':' . $password);
165 $this->addCurlSetting(CURLOPT_ENCODING, implode(',', $encodings));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php12 $client->addCurlSetting(CURLOPT_POSTREDIR, 0);
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php331 function addCurlSetting($name, $value) { function in Sabre\\HTTP\\Client
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php329 function addCurlSetting($name, $value) { function in Sabre\\HTTP\\Client