Home
last modified time | relevance | path

Searched refs:curl_options (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php89 …headers = null, ?string $useragent = null, bool $force_fsockopen = false, array $curl_options = []) argument
118 if (isset($curl_options[CURLOPT_HTTPHEADER])) {
119 if (is_array($curl_options[CURLOPT_HTTPHEADER])) {
120 $headers2 = array_merge($headers2, $curl_options[CURLOPT_HTTPHEADER]);
122 unset($curl_options[CURLOPT_HTTPHEADER]);
136 foreach ($curl_options as $curl_param => $curl_value) {
174 …_construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
248 …_construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
H A DLocator.php53 public $curl_options = []; variable in SimplePie\\Locator
67 …agent = null, int $max_checked_feeds = 10, bool $force_fsockopen = false, array $curl_options = []) argument
74 $this->curl_options = $curl_options;
461 'curl_options' => $this->curl_options,
H A DSanitize.php82 private $curl_options = []; variable in SimplePie\\Sanitize
202 …int $timeout = 10, string $useragent = '', bool $force_fsockopen = false, array $curl_options = []) argument
217 $this->curl_options = $curl_options;
822 'curl_options' => $this->curl_options,
H A DSimplePie.php459 public $curl_options = []; variable in SimplePie\\SimplePie
876 public function set_curl_options(array $curl_options = []) argument
886 $this->curl_options = $curl_options;
1036 if (!empty($this->curl_options)) {
1037 foreach ($this->curl_options as $k => $v) {
2003 $this->curl_options
3455 'curl_options' => $this->curl_options,