Home
last modified time | relevance | path

Searched refs:getContentType (Results 1 – 25 of 71) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
DGuessContentType.php78 return $this->getContentType($fileName);
90 protected function getContentType($fileName) { function in Sabre\\DAV\\Browser\\GuessContentType
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php78 return $this->getContentType($fileName);
90 protected function getContentType($fileName) { function in Sabre\\DAV\\Browser\\GuessContentType
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DNativeMailerHandler.php116 …$contentType = $this->getContentType() ?: ($this->isHtmlBody($content) ? 'text/html' : 'text/plain…
140 public function getContentType(): ?string function in Monolog\\Handler\\NativeMailerHandler
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php64 $this->assertEquals('text/calendar; charset=utf-8', $children[0]->getContentType());
368 $this->assertEquals('text/calendar; charset=utf-8', $obj->getContentType());
382 … $this->assertEquals('text/calendar; charset=utf-8; component=VEVENT', $obj->getContentType());
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DIFile.php56 function getContentType(); function
H A DFile.php78 function getContentType() { function in Sabre\\DAV\\File
H A DSimpleFile.php115 function getContentType() { function in Sabre\\DAV\\SimpleFile
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DIFile.php56 function getContentType(); function
DFile.php90 function getContentType() { function in Sabre\\DAV\\File
DSimpleFile.php115 function getContentType() { function in Sabre\\DAV\\SimpleFile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DUserAbout.php41 public function getContentType() function in Google\\Service\\Directory\\UserAbout
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DSimpleFileTest.php15 $this->assertEquals('text/plain', $file->getContentType());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
DPolyFile.php45 public function getContentType() function in Google\\Service\\PolyService\\PolyFile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DPgpSignedAttestation.php30 public function getContentType() function in Google\\Service\\ContainerAnalysis\\PgpSignedAttestation
DGenericSignedAttestation.php32 public function getContentType() function in Google\\Service\\ContainerAnalysis\\GenericSignedAttestation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleApiHttpBody.php46 public function getContentType() function in Google\\Service\\CloudRetail\\GoogleApiHttpBody
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/
DHttpBody.php46 public function getContentType() function in Google\\Service\\DomainsRDAP\\HttpBody
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DHttpBody.php46 public function getContentType() function in Google\\Service\\CloudBuild\\HttpBody
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleApiHttpBody.php46 public function getContentType() function in Google\\Service\\RecommendationsAI\\GoogleApiHttpBody
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleApiHttpBody.php46 public function getContentType() function in Google\\Service\\CloudMachineLearningEngine\\GoogleApiHttpBody
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleApiHttpBody.php46 public function getContentType() function in Google\\Service\\Apigee\\GoogleApiHttpBody
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DHttpBody.php46 public function getContentType() function in Google\\Service\\CloudHealthcare\\HttpBody
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
DHttpBody.php46 public function getContentType() function in Google\\Service\\Adsense\\HttpBody
/plugin/swiftmail/Swift/
DMessage.php524 $sign = (strtolower($child->getContentType()) == "text/plain") ? -1 : 1;
614 $sign = (strtolower($ref->getContentType()) == "text/plain"
615 || strtolower($ref->getContentType()) == $nested_type) ? -1 : 1;
683 $sign = (strtolower($ref->getContentType()) == "text/html"
684 || strtolower($ref->getContentType()) == "multipart/alternative") ? -1 : 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DBiography.php43 public function getContentType() function in Google\\Service\\PeopleService\\Biography

123