Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php77 const REMOVE_DOT_SEGMENTS = 32; define in GuzzleHttp\\Psr7\\UriNormalizer
145 if ($flags & self::REMOVE_DOT_SEGMENTS && !Uri::isRelativePathReference($uri)) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md779 - `UriNormalizer::REMOVE_DOT_SEGMENTS`