Searched refs:LazyLoad (Results 1 – 10 of 10) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | LazyLoad.php | 26 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 D | RasterImageLink.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, $targetHeigh… 315 …$attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight)); 318 LazyLoad::addPlaceholderBackground($attributes); 357 …return SiteConfig::getConfValue(LazyLoad::CONF_RASTER_ENABLE, LazyLoad::CONF_RASTER_ENABLE_DEFAULT…
|
| H A D | SvgImageLink.php | 126 $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 D | CarrouselTag.php | 51 LazyLoad::LAZY_LOAD_METHOD, 52 LazyLoad::LAZY_LOAD_METHOD_HTML_VALUE
|
| H A D | MediaMarkup.php | 646 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_MET…
|
| H A D | SiteConfig.php | 336 ->setConf(LazyLoad::CONF_RASTER_ENABLE, 0);
|
| /plugin/combo/conf/ |
| H A D | metadata.php | 23 use ComboStrap\LazyLoad; alias 259 $meta[LazyLoad::CONF_RASTER_ENABLE] = array('onoff'); 266 $meta[LazyLoad::CONF_LAZY_LOADING_PLACEHOLDER_COLOR] = array("string");
|
| /plugin/combo/lang/en/ |
| H A D | settings.php | 20 use ComboStrap\LazyLoad; alias 208 $lang[LazyLoad::CONF_RASTER_ENABLE] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CAN… 215 $lang[LazyLoad::CONF_LAZY_LOADING_PLACEHOLDER_COLOR] = PluginUtility::getDocumentationHyperLink(Laz…
|
| /plugin/combo/ComboStrap/TagAttribute/ |
| H A D | BackgroundAttribute.php | 13 use ComboStrap\LazyLoad; alias 285 $mediaCallStackArray[MediaMarkup::LINKING_KEY] = LazyLoad::LAZY_LOAD_METHOD_NONE_VALUE;
|
| /plugin/combo/ |
| H A D | deleted.files | 73 class/LazyLoad.php
|