Home
last modified time | relevance | path

Searched refs:LazyLoad (Results 1 – 11 of 11) sorted by relevance

/plugin/combo/ComboStrap/
H A DLazyLoad.php26 class LazyLoad class
81 LazyLoad::addLazySizesSnippet();
84 LazyLoad::addLozadSnippet();
120 $placeholderColor = LazyLoad::getPlaceholderColor();
256 return LazyLoad::LAZY_LOAD_METHOD_NONE_VALUE;
268 ->getValue(LazyLoad::CONF_LAZY_LOAD_METHOD,LazyLoad::LAZY_LOAD_METHOD_HTML_VALUE) ;
H A DRasterImageLink.php18 require_once(__DIR__ . '/LazyLoad.php');
267 case LazyLoad::LAZY_LOAD_METHOD_HTML_VALUE:
276 case LazyLoad::LAZY_LOAD_METHOD_LOZAD_VALUE:
280 LazyLoad::addLozadSnippet();
283 $attributes->addClassName(LazyLoad::getLazyClass());
299 $attributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
315 $attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
318 LazyLoad::addPlaceholderBackground($attributes);
357 return SiteConfig::getConfValue(LazyLoad::CONF_RASTER_ENABLE, LazyLoad
[all...]
H A DSvgImageLink.php126 $imgAttributes->addClassName(LazyLoad::getLazyClass());
129 case LazyLoad::LAZY_LOAD_METHOD_LOZAD_VALUE:
130 LazyLoad::addLozadSnippet();
142 $imgAttributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder(
147 case LazyLoad::LAZY_LOAD_METHOD_HTML_VALUE:
148 $imgAttributes->addOutputAttributeValue(LazyLoad::HTML_LOADING_ATTRIBUTE, "lazy");
H A DCarrouselTag.php51 LazyLoad::LAZY_LOAD_METHOD,
52 LazyLoad::LAZY_LOAD_METHOD_HTML_VALUE
H A DMediaMarkup.php646 return LazyLoad::getDefault();
662 return $this->getLazyLoadMethodOrDefault() !== LazyLoad::LAZY_LOAD_METHOD_NONE_VALUE;
685 $this->lazyLoadMethod = LazyLoad::getDefault();
687 $this->lazyLoadMethod = LazyLoad::LAZY_LOAD_METHOD_NONE_VALUE;
733 $lazy = $tagAttributes->getValueAndRemoveIfPresent(LazyLoad::LAZY_LOAD_METHOD);
839 $this->lazyLoadMethod = $fetchUrl->getQueryPropertyValueAndRemoveIfPresent(LazyLoad::LAZY_LOAD_METHOD);
H A DSiteConfig.php335 ->setConf(LazyLoad::CONF_RASTER_ENABLE, 0);
/plugin/combo/conf/
H A Dmetadata.php22 use ComboStrap\LazyLoad; alias
258 $meta[LazyLoad::CONF_RASTER_ENABLE] = array('onoff');
265 $meta[LazyLoad::CONF_LAZY_LOADING_PLACEHOLDER_COLOR] = array("string");
H A Ddefault.php28 use ComboStrap\LazyLoad; alias
309 * {@link \ComboStrap\LazyLoad::CONF_LAZY_LOADING_PLACEHOLDER_COLOR
/plugin/combo/lang/en/
H A Dsettings.php19 use ComboStrap\LazyLoad; alias
207 $lang[LazyLoad::CONF_RASTER_ENABLE] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CANONICAL, "Raster Image - Load the raster image only when they become visible");
214 $lang[LazyLoad::CONF_LAZY_LOADING_PLACEHOLDER_COLOR] = PluginUtility::getDocumentationHyperLink(LazyLoad::CANONICAL, "Lazy Loading - The placeholder background color");
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php13 use ComboStrap\LazyLoad; alias
285 $mediaCallStackArray[MediaMarkup::LINKING_KEY] = LazyLoad::LAZY_LOAD_METHOD_NONE_VALUE;
/plugin/combo/
H A Ddeleted.files73 class/LazyLoad.php