Searched refs:curl_options (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Locator.php | 69 public $curl_options = []; variable in SimplePie\\Locator 73 …out = 10, $useragent = null, $max_checked_feeds = 10, $force_fsockopen = false, $curl_options = []) argument 80 $this->curl_options = $curl_options; 228 …href, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]); 335 …alue, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]); 357 … [$value, $this->timeout, 5, null, $this->useragent, $this->force_fsockopen, $this->curl_options]);
|
D | File.php | 71 …, $redirects = 5, $headers = null, $useragent = null, $force_fsockopen = false, $curl_options = []) argument 108 foreach ($curl_options as $curl_param => $curl_value) { 137 …_construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options); 202 …_construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
|
D | SimplePie.php | 848 * @param array $curl_options Curl options to add to default settings 850 public function set_curl_options(array $curl_options = []) argument 852 $this->curl_options = $curl_options; 962 if (!empty($this->curl_options)) { 963 foreach ($this->curl_options as $k => $v) { 1552 …class(File::class), $this->timeout, $this->useragent, $this->force_fsockopen, $this->curl_options); 1775 … $this->timeout / 10, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]); 1817 …_url, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]); 1830 …timeout, $this->useragent, $this->max_checked_feeds, $this->force_fsockopen, $this->curl_options]);
|