Home
last modified time | relevance | path

Searched refs:REMOVE_DEFAULT_PORT (Results 1 – 4 of 4) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php26 self::REMOVE_DEFAULT_PORT |
72 public const REMOVE_DEFAULT_PORT = 16; define in GuzzleHttp\\Psr7\\UriNormalizer
144 … if ($flags & self::REMOVE_DEFAULT_PORT && $uri->getPort() !== null && Uri::isDefaultPort($uri)) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php67 const REMOVE_DEFAULT_PORT = 16; define in GuzzleHttp\\Psr7\\UriNormalizer
141 … if ($flags & self::REMOVE_DEFAULT_PORT && $uri->getPort() !== null && Uri::isDefaultPort($uri)) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md773 - `UriNormalizer::REMOVE_DEFAULT_PORT`
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md827 - `UriNormalizer::REMOVE_DEFAULT_PORT`