Home
last modified time | relevance | path

Searched defs:headers (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php46 public $headers = []; variable in SimplePie\\File
89 …public function __construct(string $url, int $timeout = 10, int $redirects = 5, ?array $headers = …
392 private function set_headers(array $headers): void
406 private function flatten_headers(array $headers): array
/dokuwiki/_test/core/
H A DTestResponse.php14 protected $headers; variable in TestResponse
29 function __construct($content, $headers, $data = array()) {
/dokuwiki/inc/
H A Dactions.php43 function act_sendheaders($headers)
H A DMailer.class.php22 protected $headers = []; variable in Mailer
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DClient.php27 public function request(string $method, string $url, array $headers = []): Response;
H A DPsr18Client.php75 public function request(string $method, string $url, array $headers = []): Response
95 private function requestUrl(string $method, string $url, array $headers): Response
H A DFileClient.php46 public function request(string $method, string $url, array $headers = []): Response
H A DRawTextResponse.php33 private $headers = []; variable in SimplePie\\HTTP\\RawTextResponse
H A DParser.php47 public $headers = []; variable in SimplePie\\HTTP\\Parser
507 public static function prepareHeaders(string $headers, int $count = 1)
/dokuwiki/inc/Feed/
H A DFeedParserFile.php42 public function headers() function in dokuwiki\\Feed\\FeedParserFile
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php62 … function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $headers = [])
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php29 protected $headers = []; variable in IXR\\Client\\Client
/dokuwiki/inc/HTTP/
H A DHTTPClient.php32 public $headers = []; variable in dokuwiki\\HTTP\\HTTPClient
801 protected function buildHeaders($headers)
/dokuwiki/inc/parser/
H A Dmetadata.php33 protected $headers = []; variable in Doku_Renderer_metadata
H A Drenderer.php50 protected $headers = []; variable in Doku_Renderer