Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DRemoteContentFetcher.php30 …tf('Fetching (cURL) content of remote URL "%s"', $url), ['context' => LogContext::REMOTE_CONTENT]);
68 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]);
78 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]);
92 …('Fetching (socket) content of remote URL "%s"', $url), ['context' => LogContext::REMOTE_CONTENT]);
114 …or(sprintf('Socket error "%s": "%s"', $errno, $errstr), ['context' => LogContext::REMOTE_CONTENT]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Log/
DContext.php14 const REMOTE_CONTENT = 'remote_content'; define in Mpdf\\Log\\Context
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php222 …nts) content of file "%s" with local basepath', $file), ['context' => LogContext::REMOTE_CONTENT]);
229 … content of file "%s" with non-local basepath', $file), ['context' => LogContext::REMOTE_CONTENT]);