Home
last modified time | relevance | path

Searched refs:useragent (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
DFile.php61 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_…
DLocator.php57 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…
DSanitize.php87 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…
DSimplePie.php959 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/
DClientMulticall.php17 $this->useragent = 'The Incutio XML-RPC PHP Library (multicall client)';
DClient.php20 protected $useragent; variable in IXR\\Client\\Client
60 $this->useragent = 'The Incutio XML-RPC PHP Library';
78 $this->headers['User-Agent'] = $this->useragent;
DClientSSL.php58 $this->useragent = 'The Incutio XML-RPC PHP Library for SSL';