Home
last modified time | relevance | path

Searched refs:contentType (Results 26 – 50 of 129) sorted by relevance

123456

/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php116 list($statusCode, $contentType, $body) = $request->post($body);
120 $contentType,
131 list($statusCode, $contentType, $body) = $request->get();
135 $contentType,
174 * @param string $contentType the Content-Type of the response
192 $contentType, argument
198 $this->handle4xx($statusCode, $contentType, $body, $service, $path);
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php67 $contentType = $response->getResponseHeader('content-type');
68 $contentType = explode(';', $contentType);
70 foreach($contentType as $part) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php224 $contentType = false;
237 $contentType = $mimeType;
240 $contentType = $mimeType;
246 $contentType = 'multipart/related; boundary=' . $boundary;
260 if (isset($contentType) && $contentType) {
261 $request = $request->withHeader('content-type', $contentType);
H A DBatch.php146 $contentType = $response->getHeaderLine('content-type');
147 $contentType = explode(';', $contentType);
149 foreach ($contentType as $part) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php52 public $contentType; variable in Google\\Service\\Storage\\StorageObject
247 public function setContentType($contentType) argument
249 $this->contentType = $contentType;
256 return $this->contentType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php42 public $contentType; variable in Google\\Service\\CloudSupport\\Media
197 public function setContentType($contentType) argument
199 $this->contentType = $contentType;
206 return $this->contentType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php42 public $contentType; variable in Google\\Service\\YouTubeReporting\\GdataMedia
197 public function setContentType($contentType) argument
199 $this->contentType = $contentType;
206 return $this->contentType;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php237 $contentType = $report->contentType;
240 $contentType .= '; version=' . $version;
244 $contentType
402 $contentType = $report->contentType;
404 $contentType .= '; version=' . $report->version;
408 $contentType
671 $contentType = $propFind->get('{DAV:}getcontenttype');
672 list($part) = explode(';', $contentType);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php238 $contentType = $report->contentType;
241 $contentType .= '; version=' . $version;
245 $contentType
445 $contentType = $report->contentType;
447 $contentType .= '; version=' . $report->version;
451 $contentType
727 $contentType = $propFind->get('{DAV:}getcontenttype');
728 list($part) = explode(';', $contentType);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php131 $contentType = strtolower(
135 if ($contentType != 'application/x-sabredav-partialupdate') {
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php131 $contentType = strtolower(
135 if ($contentType != 'application/x-sabredav-partialupdate') {
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php157 protected static function getResponseFormatFromContentType(string $contentType): string argument
161 …if (stripos($contentType, 'application/javascript') !== false || stripos($contentType, 'text/javas…
165 if (stripos($contentType, 'text/html') !== false) {
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php105 $contentType = curl_getinfo($curl, CURLINFO_CONTENT_TYPE);
108 return [$statusCode, $contentType, $body];
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php167 $contentType = $request->getHeader('Content-Type');
168 list($contentType) = explode(';', $contentType);
169 if ($contentType !== 'application/x-www-form-urlencoded' &&
170 $contentType !== 'multipart/form-data') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php167 $contentType = $request->getHeader('Content-Type');
168 list($contentType) = explode(';', $contentType);
169 if ($contentType !== 'application/x-www-form-urlencoded' &&
170 $contentType !== 'multipart/form-data') {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php233 $contentType = $request->getHeader('Content-Type');
234 …if (strpos($contentType, 'application/xml') === false && strpos($contentType, 'text/xml') === fals…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php244 $contentType = $request->getHeader('Content-Type');
245 …if (strpos($contentType, 'application/xml') === false && strpos($contentType, 'text/xml') === fals…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DBody.php23 protected $contentType = StructuralElement::class; variable in Google\\Service\\Docs\\Body
H A DFooter.php23 protected $contentType = StructuralElement::class; variable in Google\\Service\\Docs\\Footer
H A DFootnote.php23 protected $contentType = StructuralElement::class; variable in Google\\Service\\Docs\\Footnote
H A DHeader.php23 protected $contentType = StructuralElement::class; variable in Google\\Service\\Docs\\Header
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php250 $contentType = $signedAttributes[0];
253 if ($contentType->getType() != self::CONTENT_TYPE_ID) {
254 … throw new GTException("Expecting content-type signedAttr, but found: " . $contentType->getType());
261 $contentTypeValues = $contentType->getValues();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ListContentResponse.php23 protected $contentType = GoogleCloudDataplexV1Content::class; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ListContentResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DRegularFile.php22 protected $contentType = FileReference::class; variable in Google\\Service\\Testing\\RegularFile

123456