Searched refs:REMOVE_DOT_SEGMENTS (Results 1 – 4 of 4) sorted by relevance
27 self::REMOVE_DOT_SEGMENTS;82 public const REMOVE_DOT_SEGMENTS = 32; define in GuzzleHttp\\Psr7\\UriNormalizer148 if ($flags & self::REMOVE_DOT_SEGMENTS && !Uri::isRelativePathReference($uri)) {
77 const REMOVE_DOT_SEGMENTS = 32; define in GuzzleHttp\\Psr7\\UriNormalizer145 if ($flags & self::REMOVE_DOT_SEGMENTS && !Uri::isRelativePathReference($uri)) {
779 - `UriNormalizer::REMOVE_DOT_SEGMENTS`
833 - `UriNormalizer::REMOVE_DOT_SEGMENTS`