Home
last modified time | relevance | path

Searched refs:getAuthority (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php76 if ($rel->getAuthority() != '') {
77 $targetAuthority = $rel->getAuthority();
81 $targetAuthority = $base->getAuthority();
143 …ase->getScheme() !== $target->getScheme() || $target->getAuthority() === '' && $base->getAuthority
155 if ($target->getAuthority() !== '' && $base->getAuthority() !== $target->getAuthority()) {
207 if ($base->getAuthority() != '' && $base->getPath() === '') {
H A DUri.php125 $this->getAuthority(),
237 return $uri->getScheme() === '' && $uri->getAuthority() !== '';
254 && $uri->getAuthority() === ''
273 && $uri->getAuthority() === ''
297 && ($uri->getAuthority() === $base->getAuthority())
302 …return $uri->getScheme() === '' && $uri->getAuthority() === '' && $uri->getPath() === '' && $uri->…
428 public function getAuthority() function in GuzzleHttp\\Psr7\\Uri
793 if ($this->getAuthority() === '') {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriInterface.php87 public function getAuthority(); function
H A DUri.php214 public function getAuthority() function in OAuth\\Common\\Http\\Uri\\Uri
289 $uri = $this->scheme . '://' . $this->getAuthority();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php87 public function getAuthority(); function
H A DUri.php214 public function getAuthority() function in OAuth\\Common\\Http\\Uri\\Uri
289 $uri = $this->scheme . '://' . $this->getAuthority();
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php60 public function getAuthority(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNotificationEndpointGrpcSettings.php51 public function getAuthority() function in Google\\Service\\Compute\\NotificationEndpointGrpcSettings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembership.php75 public function getAuthority() function in Google\\Service\\GKEHub\\Membership