Home
last modified time | relevance | path

Searched refs:getPath (Results 126 – 150 of 245) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DWmxSitemap.php92 public function getPath() function in Google\\Service\\Webmasters\\WmxSitemap
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DSecretVersion.php41 public function getPath() function in Google\\Service\\CloudFunctions\\SecretVersion
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DCustomHttpPattern.php55 public function getPath() function in Google\\Service\\ServiceUsage\\CustomHttpPattern
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php184 if ($c->getPath() != $cookie->getPath() ||
240 if (0 !== strpos($sc->getPath(), '/')) {
258 $uriPath = $request->getUri()->getPath();
281 $path = $uri->getPath() ?: '/';
311 $cookie->getPath(),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DAwsS3Data.php75 public function getPath() function in Google\\Service\\Storagetransfer\\AwsS3Data
H A DAzureBlobStorageData.php75 public function getPath() function in Google\\Service\\Storagetransfer\\AzureBlobStorageData
H A DGcsData.php55 public function getPath() function in Google\\Service\\Storagetransfer\\GcsData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCacheInvalidationRule.php55 public function getPath() function in Google\\Service\\Compute\\CacheInvalidationRule
H A DConsistentHashLoadBalancerSettingsHttpCookie.php57 public function getPath() function in Google\\Service\\Compute\\ConsistentHashLoadBalancerSettingsHttpCookie
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php131 if ($flags & self::CONVERT_EMPTY_PATH && $uri->getPath() === '' &&
146 $uri = $uri->withPath(UriResolver::removeDotSegments($uri->getPath()));
150 $uri = $uri->withPath(preg_replace('#//++#', '/', $uri->getPath()));
193 preg_replace_callback($regex, $callback, $uri->getPath())
209 preg_replace_callback($regex, $callback, $uri->getPath())
H A DUri.php255 && isset($uri->getPath()[0])
256 && $uri->getPath()[0] === '/';
274 && (!isset($uri->getPath()[0]) || $uri->getPath()[0] !== '/');
298 && ($uri->getPath() === $base->getPath())
302 …return $uri->getScheme() === '' && $uri->getAuthority() === '' && $uri->getPath() === '' && $uri->…
457 public function getPath() function in GuzzleHttp\\Psr7\\Uri
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DAccount.php99 public function getPath() function in Google\\Service\\TagManager\\Account
H A DZone.php190 public function getPath() function in Google\\Service\\TagManager\\Zone
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Key.php52 public function getPath() function in Google\\Service\\DLP\\GooglePrivacyDlpV2Key
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DCustomHttpPattern.php55 public function getPath() function in Google\\Service\\ServiceConsumerManagement\\CustomHttpPattern
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DLocation.php57 public function getPath() function in Google\\Service\\OnDemandScanning\\Location
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2OutputFile.php78 public function getPath() function in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2OutputFile
H A DGoogleDevtoolsRemoteworkersV1test2DirectoryMetadata.php44 public function getPath() function in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DMount.php59 public function getPath() function in Google\\Service\\Genomics\\Mount
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DCloudRun.php45 public function getPath() function in Google\\Service\\Eventarc\\CloudRun
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataCompositeMedia.php185 public function getPath() function in Google\\Service\\YouTubeReporting\\GdataCompositeMedia
H A DGdataMedia.php470 public function getPath() function in Google\\Service\\YouTubeReporting\\GdataMedia
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1539 return $uri->getScheme() && ($uri->getHost() || $uri->getPath());
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md410 `GuzzleHttp\Utils::getPath`. `GuzzleHttp\set_path` moved to
763 * Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('req…
786 …ce\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getPath('request.options/…
992 * Adding wildcard support to Guzzle\Common\Collection::getPath()
1007 * Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DGitFileSource.php85 public function getPath() function in Google\\Service\\CloudBuild\\GitFileSource

12345678910