Home
last modified time | relevance | path

Searched refs:isImage (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/
H A DImageLink.php75 $isImage = $fetcher->getMime()->isImage();
76 if (!$isImage) {
H A DMediaMarkup.php209 $isImage = $mediaMarkup->getFetcher()->getMime()->isImage();
211 $isImage = false;
213 if ($isImage) {
273 $isImage = FileSystems::getMime($markupUrl)->isImage();
275 $isImage = false;
277 if ($isImage) {
H A DMediaLink.php69 if (!$mime->isImage()) {
H A DMarkupRef.php133 $isImage = FileSystems::getMime($this->url)->isImage();
135 $isImage = false;
137 if ($isImage) {
H A DIFetcherLocalImage.php29 if (!$mime->isImage()) {
H A DFetcherSystem.php61 if ($mime->isImage()) {
H A DMime.php202 public function isImage(): bool function in ComboStrap\\Mime
/template/strap/action/
H A Dstaticresource.php146 if ($mime->isImage() || in_array($mime->toString(), [Mime::JAVASCRIPT, Mime::CSS])) {
/template/strap/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php204 if (!$mime->isImage()) {