Searched refs:SvgImageLink (Results 1 – 10 of 10) sorted by relevance
| /plugin/combo/lang/en/ |
| H A D | settings.php | 42 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 D | MediaLink.php | 52 * @return RasterImageLink|SvgImageLink|ThirdMediaLink|MediaLink 67 return new SvgImageLink($mediaMarkup);
|
| H A D | Spacing.php | 29 if ($logicalTag == SvgImageLink::CANONICAL) { 31 …ly the spacing to the container component.", LogUtility::LVL_MSG_WARNING, SvgImageLink::CANONICAL);
|
| H A D | SvgImageLink.php | 23 class SvgImageLink extends ImageLink class 54 return SvgImageLink::createFromMediaMarkup(MediaMarkup::createFromFetcher($fetchImage));
|
| H A D | Icon.php | 131 return SvgImageLink::createFromMediaMarkup($mediaMarkup)
|
| H A D | Dimension.php | 17 const NATURAL_SIZING_ELEMENT = [SvgImageLink::CANONICAL, RasterImageLink::CANONICAL];
|
| H A D | SiteConfig.php | 335 return $this->setConf(SvgImageLink::CONF_LAZY_LOAD_ENABLE, 0)
|
| H A D | PluginUtility.php | 534 $xhtmlIcon = SvgImageLink::createFromFetcher($fetchImage)
|
| /plugin/combo/conf/ |
| H A D | metadata.php | 44 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 D | deleted.files | 106 class/SvgImageLink.php
|