Home
last modified time | relevance | path

Searched refs:addQueryParameterIfNotPresent (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherImage.php58 $url->addQueryParameterIfNotPresent(Dimension::RATIO_ATTRIBUTE, $ratio);
65 $url->addQueryParameterIfNotPresent(Dimension::WIDTH_KEY_SHORT, $requestedWidth);
72 $url->addQueryParameterIfNotPresent(Dimension::HEIGHT_KEY_SHORT, $requestedHeight);
H A DMediaMarkup.php744 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::WIDTH_KEY, $width);
748 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::HEIGHT_KEY, $height);
752 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::RATIO_ATTRIBUTE, $ratio);
/plugin/combo/ComboStrap/Web/
H A DUrl.php914 public function addQueryParameterIfNotPresent(string $key, string $value) function in ComboStrap\\Web\\Url