Home
last modified time | relevance | path

Searched refs:contentType (Results 51 – 75 of 129) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DTermsAndConditions.php22 protected $contentType = UserFacingMessage::class; variable in Google\\Service\\AndroidManagement\\TermsAndConditions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DIosDeviceFile.php26 protected $contentType = FileReference::class; variable in Google\\Service\\Testing\\IosDeviceFile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableOfContents.php23 protected $contentType = StructuralElement::class; variable in Google\\Service\\Docs\\TableOfContents
H A DTableCell.php23 protected $contentType = StructuralElement::class; variable in Google\\Service\\Docs\\TableCell
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php187 $contentType = $request->getHeader('Content-Type');
190 if (strpos($contentType, 'application/davsharing+xml') === false) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php54 public $contentType = null; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
H A DCalendarQueryReport.php54 public $contentType = null; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarQueryReport
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php44 public $contentType = null; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
H A DAddressBookQueryReport.php88 public $contentType = null; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php44 public $contentType = null; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
H A DAddressBookQueryReport.php81 public $contentType = null; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php54 public $contentType = null; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarMultiGetReport
H A DCalendarQueryReport.php54 public $contentType = null; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarQueryReport
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php55 * @param string $contentType
59 string $name, string $content = '', array $attributes = [], string $contentType = 'text' argument
64 $this->_document->createElementNs($this->_xmlns, $contentType)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DSavedQuery.php22 protected $contentType = QueryContent::class; variable in Google\\Service\\CloudAsset\\SavedQuery
/plugin/batchedit/
H A Dserver.js33 contentType: false,
/plugin/rrdgraph/
H A Dhelper.php595 $contentType = ContentType::get_content_type($cacheInfo->getFilename());
596 if ($contentType === null) throw new Exception("Unexpected file extension.");
597 header("Content-Type: " . $contentType);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php532 * @param string $contentType Content-Type sent with this request
538 public function request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response
541 $request = $this->_lastRequest = new Request($path, $method, $data, $query, $connection, $contentType);
510 request(string $path, string $method = Request GET, $data = [], array $query = [], string $contentType = Request DEFAULT_CONTENT_TYPE) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php24 protected $contentType = ItemContent::class; variable in Google\\Service\\CloudSearch\\Item
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php111 $calendarQueryReport->contentType = 'application/json+calendar';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php226 $addressBookQueryReport->contentType = 'application/vcard+json';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1Recommendation.php27 protected $contentType = GoogleCloudRecommenderV1RecommendationContent::class; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Recommendation
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php490 public $contentType; variable in Google_Attachment
494 public function setContentType( $contentType) { argument
495 $this->contentType = $contentType;
498 return $this->contentType;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js91 assert.equal(this.ajaxSettings.contentType, 'application/json');
105 assert.equal(this.ajaxSettings.contentType, 'application/x-www-form-urlencoded');

123456