Home
last modified time | relevance | path

Searched refs:CURLOPT_TIMEOUT (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/dports/www/opencart/opencart-3.0.3.8/upload/admin/model/extension/payment/
H A Dpilibaba.php43 curl_setopt($ch, CURLOPT_TIMEOUT, 30);
102 curl_setopt($ch, CURLOPT_TIMEOUT, 30);
135 curl_setopt($ch, CURLOPT_TIMEOUT, 30);
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/password/drivers/
H A Dmodoboa.php54 CURLOPT_TIMEOUT => 30,
98 CURLOPT_TIMEOUT => 30,
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/IO/
H A DCurl.php112 $this->options[CURLOPT_TIMEOUT] = $timeout;
121 return $this->options[CURLOPT_TIMEOUT];
/dports/textproc/libmrss/libmrss-0.19.2/src/
H A Dmrss_generic.c116 curl_easy_setopt (curl, CURLOPT_TIMEOUT, options->timeout); in mrss_get_last_modified_with_options()
118 curl_easy_setopt (curl, CURLOPT_TIMEOUT, 10); in mrss_get_last_modified_with_options()
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dcurls3document.php20 curl_setopt($this->curlh, CURLOPT_TIMEOUT, 15);
36 curl_setopt($this->curlh, CURLOPT_TIMEOUT, 30);
/dports/www/moodle311/moodle/lib/google/src/Google/IO/
H A DCurl.php165 $this->options[CURLOPT_TIMEOUT] = $timeout;
174 return $this->options[CURLOPT_TIMEOUT];
/dports/www/moodle310/moodle/lib/google/src/Google/IO/
H A DCurl.php165 $this->options[CURLOPT_TIMEOUT] = $timeout;
174 return $this->options[CURLOPT_TIMEOUT];
/dports/www/moodle39/moodle/lib/google/src/Google/IO/
H A DCurl.php165 $this->options[CURLOPT_TIMEOUT] = $timeout;
174 return $this->options[CURLOPT_TIMEOUT];
/dports/games/keeperrl/keeperrl-alpha23/
H A Dfile_sharing.cpp92 curl_easy_setopt(curl, CURLOPT_TIMEOUT, timeout); in curlUpload()
161 curl_easy_setopt(curl, CURLOPT_TIMEOUT, 10); in uploadGameEventImpl()
178 curl_easy_setopt(curl, CURLOPT_TIMEOUT, 5); in downloadHighscores()
207 curl_easy_setopt(curl, CURLOPT_TIMEOUT, 10); in downloadContent()
/dports/devel/cdash/CDash-2-2-3/cdash/
H A Ddo_submit.php41 curl_setopt($ch, CURLOPT_TIMEOUT, 1);
199 curl_setopt($ch, CURLOPT_TIMEOUT, 1);
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/
H A Dtest_get_sendfile.c164 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalGet()
236 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedGet()
309 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPoolGet()
399 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testExternalGet()
589 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testUnknownPortGet()
H A Dtest_get_iovec.c306 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalGet()
378 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedGet()
451 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPoolGet()
540 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testExternalGet()
723 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testUnknownPortGet()
H A Dtest_put.c175 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalPut()
254 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPut()
335 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPoolPut()
425 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testExternalPut()
H A Dtest_process_headers.c198 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalGet()
270 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedGet()
343 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPoolGet()
433 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testExternalGet()
H A Dtest_put_chunked.c185 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalPut()
260 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPut()
337 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPoolPut()
427 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testExternalPut()
H A Dtest_delete.c172 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testInternalDelete()
248 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedDelete()
326 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testMultithreadedPoolDelete()
417 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); in testExternalDelete()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/oc2/
H A Doccurlfunctions.c80 case CURLOPT_TIMEOUT: in ocset_curlflag()
82 CHECK(state, CURLOPT_TIMEOUT, (OPTARG)((long)state->auth.curlflags.timeout)); in ocset_curlflag()
191 if(stat == OC_NOERR) stat = ocset_curlflag(state,CURLOPT_TIMEOUT); in ocset_flags_perlink()
/dports/science/netcdf/netcdf-c-4.7.4/oc2/
H A Doccurlfunctions.c80 case CURLOPT_TIMEOUT: in ocset_curlflag()
82 CHECK(state, CURLOPT_TIMEOUT, (OPTARG)((long)state->auth.curlflags.timeout)); in ocset_curlflag()
196 if(stat == OC_NOERR) stat = ocset_curlflag(state,CURLOPT_TIMEOUT); in ocset_flags_perlink()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/
H A Dupdate_certs.php11 \CURLOPT_TIMEOUT => 3600,
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DTheTVDBBridge.php53 curl_setopt($ch, CURLOPT_TIMEOUT, 5);
76 curl_setopt($ch, CURLOPT_TIMEOUT, 5);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/stripe/stripe-php/
H A Dupdate_certs.php11 CURLOPT_TIMEOUT => 3600,
/dports/www/domoticz/domoticz-2020.2/httpclient/
H A DHTTPClient.cpp107 curl_easy_setopt(curl, CURLOPT_TIMEOUT, m_iTimeout); in SetGlobalOptions()
245 curl_easy_setopt(curl, CURLOPT_TIMEOUT, TimeOut); in GETBinary()
316 curl_easy_setopt(curl, CURLOPT_TIMEOUT, TimeOut); in POSTBinary()
387 curl_easy_setopt(curl, CURLOPT_TIMEOUT, TimeOut); in PUTBinary()
457 curl_easy_setopt(curl, CURLOPT_TIMEOUT, TimeOut); in DeleteBinary()
540 curl_easy_setopt(curl, CURLOPT_TIMEOUT, TimeOut); in GETBinarySingleLine()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Utils/
H A DHttpRequest.php23 use const CURLOPT_TIMEOUT; alias
183 $curlStatus &= curl_setopt($curlHandle, CURLOPT_TIMEOUT, 10);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openid/php-openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php128 curl_setopt($c, CURLOPT_TIMEOUT, $off);
199 curl_setopt($c, CURLOPT_TIMEOUT, $this->timeout);
/dports/devel/pecl-swoole/swoole-4.8.5/examples/http/
H A Ddownload.php4 curl_setopt($ch, CURLOPT_TIMEOUT, 50);

12345678910>>...45