Searched refs:normalizations (Results 1 – 4 of 4) sorted by relevance
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | UriNormalizer.php | 172 * @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/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | UriNormalizer.php | 175 * @param int $normalizations A bitmask of normalizations to apply, see constants 179 …public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, int $normalizations = … argument 181 …return (string) self::normalize($uri1, $normalizations) === (string) self::normalize($uri2, $norma…
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | README.md | 737 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…
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 791 This methods adds additional normalizations that can be configured with the `$flags` parameter whic… 792 of normalizations to apply. The following normalizations are available: 796 Default normalizations which only include the ones that preserve semantics. 858 `public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self… 861 `$normalizations` bitmask. The method also accepts relative URI references and returns true when th…
|