Home
last modified time | relevance | path

Searched refs:fromFilename (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMimeType.php14 public static function fromFilename($filename) function in GuzzleHttp\\Psr7\\MimeType
H A DMultipartStream.php139 if ($type = MimeType::fromFilename($filename)) {
H A Dfunctions.php336 return MimeType::fromFilename($filename);
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php984 public function fromFilename($filename) function in Facebook\\FileUpload\\Mimetypes
H A DFacebookFile.php155 return Mimetypes::getInstance()->fromFilename($this->path) ?: 'text/plain';
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md542 ## `GuzzleHttp\Psr7\MimeType::fromFilename`
544 `public static function fromFilename(string $filename): string|null`
578 | `mimetype_from_filename` | `MimeType::fromFilename` |