Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php30 public $headers = []; variable in Auth_Yadis_HTTPResponse
33 $headers = null, $body = null)
136 function _findRedirect($headers, $url)
183 function get($url, $headers = null)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php55 private function getHeaders(array $headers)
114 private function createElement($name, StreamInterface $stream, $filename, array $headers)
147 private function getHeader(array $headers, $key)
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php27 $headers = null, $body = null)
118 function _findRedirect($headers, $url)
169 function get($url, $headers = null)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckResponse.php25 public $headers; variable in Google\\Service\\ServiceControl\\CheckResponse
32 public function setHeaders($headers)
H A DResponse.php33 public $headers; variable in Google\\Service\\ServiceControl\\Response
74 public function setHeaders($headers)
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut)
93 public function openConnection($url, $method, $body, array $headers, $timeOut)
139 public function compileRequestHeaders(array $headers)
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut)
85 public function compileHeader(array $headers)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DCsv.php28 public $headers; variable in Google\\Service\\AlertCenter\\Csv
47 public function setHeaders($headers)
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php30 protected $headers = []; variable in Sabre\\HTTP\\Message
216 function setHeaders(array $headers) {
260 function addHeaders(array $headers) {
H A DMessageInterface.php124 function setHeaders(array $headers);
147 function addHeaders(array $headers);
H A DMessageDecoratorTrait.php172 function setHeaders(array $headers) {
203 function addHeaders(array $headers) {
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php30 protected $headers = []; variable in Sabre\\HTTP\\Message
212 function setHeaders(array $headers) {
256 function addHeaders(array $headers) {
H A DMessageInterface.php124 function setHeaders(array $headers);
147 function addHeaders(array $headers);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data.url.class.php4 var $headers; variable in FetchedDataURL
29 function FetchedDataURL($content, $headers, $url) {
H A Ddestination.browser.class.php3 function headers($content_type) { function in DestinationBrowser
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DApnsConfig.php27 public $headers; variable in Google\\Service\\FirebaseCloudMessaging\\ApnsConfig
50 public function setHeaders($headers)
H A DWebpushConfig.php31 public $headers; variable in Google\\Service\\FirebaseCloudMessaging\\WebpushConfig
68 public function setHeaders($headers)
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php36 protected $headers; variable in Facebook\\Http\\GraphRawResponse
55 public function __construct($headers, $body, $httpStatusCode = null)
/plugin/combo/ComboStrap/
H A DHttp.php23 public static function getFirstHeader(string $name, array $headers = null): string argument
80 public static function getHeadersForName(string $name, ?array $headers): array argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DAppEngineHttpTarget.php31 public $headers; variable in Google\\Service\\CloudScheduler\\AppEngineHttpTarget
72 public function setHeaders($headers)
H A DHttpTarget.php29 public $headers; variable in Google\\Service\\CloudScheduler\\HttpTarget
60 public function setHeaders($headers)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DAppEngineHttpRequest.php31 public $headers; variable in Google\\Service\\CloudTasks\\AppEngineHttpRequest
72 public function setHeaders($headers)
H A DHttpRequest.php29 public $headers; variable in Google\\Service\\CloudTasks\\HttpRequest
60 public function setHeaders($headers)
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php47 public function __construct($url, $method = 'GET', $headers = array(), $postBody = null) {
121 public function setResponseHeaders($headers) {
217 public function setRequestHeaders($headers) {
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php63 var $headers; variable in File_Archive_Writer_Mail
91 function File_Archive_Writer_Mail($to, $headers, $message, &$mail)

12345678910>>...12