/dokuwiki/vendor/simplepie/simplepie/src/ |
D | File.php | 61 public $useragent; variable in SimplePie\\File 71 …public function __construct($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = nul… argument 80 $this->useragent = $useragent; 82 if ($useragent === null) { 83 $useragent = ini_get('user_agent'); 84 $this->useragent = $useragent; 106 curl_setopt($fp, CURLOPT_USERAGENT, $useragent); 137 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 171 $out .= "User-Agent: $useragent\r\n"; 202 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_…
|
D | Locator.php | 57 public $useragent; variable in SimplePie\\Locator 73 …public function __construct(\SimplePie\File $file, $timeout = 10, $useragent = null, $max_checked_… argument 76 $this->useragent = $useragent; 228 …gistry->create(File::class, [$href, $this->timeout, 5, $headers, $this->useragent, $this->force_fs… 335 …istry->create(File::class, [$value, $this->timeout, 5, $headers, $this->useragent, $this->force_fs… 357 …>registry->create(File::class, [$value, $this->timeout, 5, null, $this->useragent, $this->force_fs…
|
D | Sanitize.php | 87 public $useragent = ''; variable in SimplePie\\Sanitize 168 …public function pass_file_data($file_class = 'SimplePie\File', $timeout = 10, $useragent = '', $fo… argument 174 if ($useragent) { 175 $this->useragent = (string) $useragent; 427 …his->timeout, 5, ['X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']], $this->useragent, $this->force_fs…
|
D | SimplePie.php | 959 if ($this->useragent !== \SimplePie\Misc::get_default_useragent()) { 960 $options[CURLOPT_USERAGENT] = $this->useragent; 1299 $this->useragent = (string) $ua; 1552 …le_data($this->registry->get_class(File::class), $this->timeout, $this->useragent, $this->force_fs… 1775 …File::class, [$this->feed_url, $this->timeout / 10, 5, $headers, $this->useragent, $this->force_fs… 1817 …eate(File::class, [$this->feed_url, $this->timeout, 5, $headers, $this->useragent, $this->force_fs… 1830 …$this->registry->create(Locator::class, [&$file, $this->timeout, $this->useragent, $this->max_chec…
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
D | ClientMulticall.php | 17 $this->useragent = 'The Incutio XML-RPC PHP Library (multicall client)';
|
D | Client.php | 20 protected $useragent; variable in IXR\\Client\\Client 60 $this->useragent = 'The Incutio XML-RPC PHP Library'; 78 $this->headers['User-Agent'] = $this->useragent;
|
D | ClientSSL.php | 58 $this->useragent = 'The Incutio XML-RPC PHP Library for SSL';
|