Home
last modified time | relevance | path

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

/plugin/combo/lang/en/
H A Dsettings.php41 use ComboStrap\SvgImageLink; alias
187 $lang[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg - Load a svg only when they become visible");
189 $lang[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Injection - Replace the image as svg in the HTML when downloaded to be add styling capabilities");
191 $lang[FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - Reduce the size of the SVG by deleting non important meta");
192 $lang[FetcherSvg::CONF_OPTIMIZATION_NAMESPACES_TO_KEEP] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The namespace prefix to keep");
193 $lang[FetcherSvg::CONF_OPTIMIZATION_ATTRIBUTES_TO_DELETE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The attribute deleted during optimization");
194 $lang[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The element deleted if empty");
195 $lang[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE] = PluginUtility::getDocumentationHyperLink(SvgImageLink
[all...]
/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 LogUtility::msg("We didn't apply the padding value ($spacingValue) on your svg or icon because it will make the icon invisible. Apply a margin or apply 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.php334 return $this->setConf(SvgImageLink::CONF_LAZY_LOAD_ENABLE, 0)
H A DPluginUtility.php534 $xhtmlIcon = SvgImageLink::createFromFetcher($fetchImage)
/plugin/combo/conf/
H A Dmetadata.php43 use ComboStrap\SvgImageLink; alias
222 require_once(__DIR__ . '/../ComboStrap/SvgImageLink.php');
223 $meta[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = array('onoff');
228 $meta[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = array('onoff');
/plugin/combo/
H A Ddeleted.files106 class/SvgImageLink.php