Searched refs:METHOD_GET (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | Client.php | 17 public const METHOD_GET = 'GET'; define
|
| H A D | FileClient.php | 49 if ($method !== self::METHOD_GET) { 53 self::METHOD_GET
|
| H A D | Psr18Client.php | 77 if ($method !== self::METHOD_GET) { 81 self::METHOD_GET
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Locator.php | 269 … $feed = $this->get_http_client()->request(Client::METHOD_GET, $href, $headers); 402 $feed = $this->get_http_client()->request(Client::METHOD_GET, $value, $headers); 434 $feed = $this->get_http_client()->request(Client::METHOD_GET, $value, $headers);
|
| H A D | Sanitize.php | 510 Client::METHOD_GET,
|
| H A D | SimplePie.php | 1924 … $file = $this->get_http_client()->request(Client::METHOD_GET, $this->feed_url, $headers); 1978 … $file = $this->get_http_client()->request(Client::METHOD_GET, $this->feed_url, $headers);
|