Home
last modified time | relevance | path

Searched refs:getMime (Results 1 – 25 of 51) sorted by relevance

123

/plugin/zip/pear/File/Archive/Writer/
H A DArchive.php72 $this->innerWriter->newFile($filename, $stat, $this->getMime());
82 function getMime() { return "application/octet-stream"; } function in File_Archive_Writer_Archive
/plugin/zip/pear/File/Archive/Reader/
H A DRelay.php68 function getMime() { return $this->source->getMime(); } function in File_Archive_Reader_Relay
H A DConcat.php97 function getMime() function in File_Archive_Reader_Concat
99 return $this->mime==null ? parent::getMime() : $this->mime;
H A DMemory.php114 function getMime() function in File_Archive_Reader_Memory
116 return $this->mime==null ? parent::getMime() : $this->mime;
H A DFile.php145 function getMime() function in File_Archive_Reader_File
153 $this->mime = parent::getMime();
H A DCache.php98 'mime' => $this->source->getMime(),
118 function getMime() { return $this->files[$this->pos]['mime']; } function in File_Archive_Reader_Cache
/plugin/combo/ComboStrap/
H A DThirdMediaLink.php41 $extension = FileSystems::getMime($path);
68 $mime = FileSystems::getMime($path);
H A DPathAbs.php27 * @deprecated see {@link FileSystems::getMime()}
29 public function getMime(): Mime function in ComboStrap\\PathAbs
32 return FileSystems::getMime($this);
H A DFetcherMarkup.php308 public function getMime(): Mime function in ComboStrap\\FetcherMarkup
559 $extension = $this->getMime()->getExtension();
590 $this->builderName = $this->getMime()->getExtension();
597 ->setRequestedMime($this->getMime())
647 if (in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
705 $extension = $this->getMime()->getExtension();
730 return parent::__toString() . " ({$this->getSourceName()}, {$this->getMime()->toString()})";
793 if (!in_array($this->getMime()->getExtension(), ["html", "xhtml"])) {
946 if (!in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
1398 return "({$this->getSourceName()}) to ({$this->builderName} - {$this->getMime()}) wit
[all...]
H A DFetcherTraitWikiPath.php91 public function getMime(): Mime function
93 return FileSystems::getMime($this->path);
H A DCacheLog.php46 $fetcher->getMime()->getExtension(),
69 $fetcher->getMime()->getExtension(),
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension());
208 public function getMime(): Mime function in ComboStrap\\FetcherScreenshot
H A DMediaLink.php64 $mime = $mediaMarkup->getFetcher()->getMime();
H A DIFetcher.php82 public function getMime(): Mime; function
H A DPath.php110 * @deprecated Uses {@link FileSystems::getMime()} instead
112 function getMime(): ?Mime; function
H A DFetcherPdf.php33 public function getMime(): Mime function in ComboStrap\\FetcherPdf
H A DIFetcherLocalImage.php24 $mime = FileSystems::getMime($path);
H A DFetcherPageBundler.php61 public function getMime(): Mime function in ComboStrap\\FetcherPageBundler
79 ->setRequestedMime($this->getMime())
H A DFetcherCache.php48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
H A DFetcherPageSearch.php21 public function getMime(): Mime function in ComboStrap\\FetcherPageSearch
H A DFetcherSystem.php52 $mime = FileSystems::getMime($dokuPath);
/plugin/zip/pear/File/Archive/
H A DReader.php158 function getMime() function in File_Archive_Reader
285 $mime = $this->getMime();
/plugin/combo/action/
H A Dstaticresource.php112 $mime = $fetcher->getMime();
283 $mime = FileSystems::getMime($mediaToSend);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php73 ->setBody($fetcher->getFetchString(), $fetcher->getMime())
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php244 public function getMime() function in Google\\Service\\CustomSearchAPI\\Result

123