Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php172 * @param int $normalizations A bitmask of normalizations to apply, see constants
178 …public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self… argument
180 …return (string) self::normalize($uri1, $normalizations) === (string) self::normalize($uri2, $norma…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md737 This methods adds additional normalizations that can be configured with the `$flags` parameter whic…
738 of normalizations to apply. The following normalizations are available:
742 Default normalizations which only include the ones that preserve semantics.
804 `public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self…
807 `$normalizations` bitmask. The method also accepts relative URI references and returns true when th…