Home
last modified time | relevance | path

Searched refs:SvgImageLink (Results 1 – 10 of 10) sorted by relevance

/plugin/combo/lang/en/
H A Dsettings.php42 use ComboStrap\SvgImageLink; alias
188 $lang[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink:…
190 $lang[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageL…
192 …F_SVG_OPTIMIZATION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Sv…
193 …ZATION_NAMESPACES_TO_KEEP] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Sv…
194 …TION_ATTRIBUTES_TO_DELETE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Sv…
195 …EMENTS_TO_DELETE_IF_EMPTY] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Sv…
196 …ZATION_ELEMENTS_TO_DELETE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Sv…
197 …ERVE_ASPECT_RATIO_DEFAULT] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Sv…
/plugin/combo/ComboStrap/
H A DMediaLink.php52 * @return RasterImageLink|SvgImageLink|ThirdMediaLink|MediaLink
67 return new SvgImageLink($mediaMarkup);
H A DSpacing.php29 if ($logicalTag == SvgImageLink::CANONICAL) {
31 …ly the spacing to the container component.", LogUtility::LVL_MSG_WARNING, SvgImageLink::CANONICAL);
H A DSvgImageLink.php23 class SvgImageLink extends ImageLink class
54 return SvgImageLink::createFromMediaMarkup(MediaMarkup::createFromFetcher($fetchImage));
H A DIcon.php131 return SvgImageLink::createFromMediaMarkup($mediaMarkup)
H A DDimension.php17 const NATURAL_SIZING_ELEMENT = [SvgImageLink::CANONICAL, RasterImageLink::CANONICAL];
H A DSiteConfig.php335 return $this->setConf(SvgImageLink::CONF_LAZY_LOAD_ENABLE, 0)
H A DPluginUtility.php534 $xhtmlIcon = SvgImageLink::createFromFetcher($fetchImage)
/plugin/combo/conf/
H A Dmetadata.php44 use ComboStrap\SvgImageLink; alias
224 $meta[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = array('onoff');
229 $meta[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = array('onoff');
/plugin/combo/
H A Ddeleted.files106 class/SvgImageLink.php