Home
last modified time | relevance | path

Searched refs:curlExecutionTimeout (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DRemoteContentFetcher.php40 if ($this->mpdf->curlExecutionTimeout) {
41 curl_setopt($ch, CURLOPT_TIMEOUT, $this->mpdf->curlExecutionTimeout);
DMpdf.php677 var $curlExecutionTimeout; variable in Mpdf\\Mpdf
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md31 * Added `curlExecutionTimeout` configuration variable allowing to `CURLOPT_TIMEOUT` when fetching r…