Home
last modified time | relevance | path

Searched refs:PRESERVING_NORMALIZATIONS (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php22 const PRESERVING_NORMALIZATIONS = 63; define in GuzzleHttp\\Psr7\\UriNormalizer
121 public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS)
178 …uivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md734 `public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS): Uri…
740 - `UriNormalizer::PRESERVING_NORMALIZATIONS`
804 …t(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS): bool`