Home
last modified time | relevance | path

Searched defs:headers (Results 26 – 50 of 300) sorted by relevance

12345678910>>...12

/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php172 function setHeaders(array $headers) {
203 function addHeaders(array $headers) {
H A DResponse.php105 function __construct($status = null, array $headers = null, $body = null) {
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination.download.class.php7 function headers($content_type) { function in DestinationDownload
H A Ddestination._http.class.php7 function headers($content_type) { function in DestinationHTTP
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php41 protected $headers = []; variable in Monolog\\Handler\\NativeMailerHandler
87 public function addHeader($headers): self
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSerializerInterface.php38 public function deserialize(?string $data, array $headers); argument
H A DArrayToJSONSerializer.php53 public function deserialize(?string $data, array $headers) argument
H A DEverythingToJSONSerializer.php49 public function deserialize(?string $data, array $headers) argument
H A DSmartSerializer.php54 public function deserialize(?string $data, array $headers) argument
/plugin/authfacebook/lib/HttpClients/
H A DFacebookHttpClientInterface.php46 public function send($url, $method, $body, array $headers, $timeOut);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php13 private $headers = []; variable
138 private function setHeaders(array $headers)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
H A DMockPlugin.php32 protected function mail($to, $subject, $body, array $headers) {
/plugin/linkback/action/
H A Dsend.php243 function _ping_page_linkback($type, $page, $headers, $body, $linkback_info) { argument
301 function _autodiscover_pingback(array $headers, string $data) { argument
[all...]
/plugin/mantis/lib/
H A Dnusoapmime.php223 function parseResponse($headers, $data) {
464 function parseRequest($headers, $data) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DHttpCheck.php35 public $headers; variable in Google\\Service\\Monitoring\\HttpCheck
106 public function setHeaders($headers)
/plugin/authfacebook/lib/
H A DFacebookResponse.php45 protected $headers; variable in Facebook\\FacebookResponse
75 …on __construct(FacebookRequest $request, $body = null, $httpStatusCode = null, array $headers = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Table.php31 public function setHeaders($headers)
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php76 private function generateStreamContext($body, $headers, $method)
H A DAbstractClient.php62 public function normalizeHeaders(&$headers)
/plugin/structnotification/
H A Dadmin.php17 protected $headers = ['schema', 'field', 'operator', 'value', 'users_and_groups', 'message']; variable in admin_plugin_structnotification
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php79 private function generateStreamContext($body, $headers, $method) argument
H A DAbstractClient.php62 public function normalizeHeaders(&$headers) argument
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php104 function __construct($status = null, array $headers = null, $body = null) {
/plugin/fetchmedia/script/
H A Dmain.js36headers: new Headers({ 'content-type': 'application/x-www-form-urlencoded; charset=UTF-8' }), property in requestDownloadExternalFile.options
/plugin/issuelinks/services/
H A DAbstractService.php38 …protected function makeHTTPRequest(\DokuHTTPClient $dokuHTTPClient, $url, $headers, array $data, $…

12345678910>>...12