Home
last modified time | relevance | path

Searched refs:getPath (Results 76 – 100 of 245) sorted by last modified time

12345678910

/plugin/davcal/vendor/sabre/http/lib/
H A DRequestDecorator.php143 function getPath() { function in Sabre\\HTTP\\RequestDecorator
145 return $this->inner->getPath();
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestTest.php90 $this->assertEquals('bar', $request->getPath());
100 $this->assertEquals('bar', $request->getPath());
110 $this->assertEquals('', $request->getPath());
123 $request->getPath();
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php156 $path = $propFind->getPath();
H A DVCFExportPlugin.php60 $path = $request->getPath();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
H A DMapGetToPropFind.php49 $node = $this->server->tree->getNodeForPath($request->getPath());
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php42 $subRequest->setUrl($remoteUrl . $request->getPath());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php86 $path = $request->getPath();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php78 $path = $request->getPath();
212 $methods = $this->server->getAllowedMethods($request->getPath());
284 $path = $request->getPath();
317 $path = $request->getPath();
376 $path = $request->getPath();
450 $path = $request->getPath();
555 $path = $request->getPath();
622 $path = $request->getPath();
674 $path = $request->getPath();
710 $path = $request->getPath();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php149 public function getPath() function in Google\\Service\\ServiceControl\\Request
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DNonCompliantFile.php59 public function getPath() function in Google\\Service\\OnDemandScanning\\NonCompliantFile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTag.php340 public function getPath() function in Google\\Service\\TagManager\\Tag
H A DTrigger.php372 public function getPath() function in Google\\Service\\TagManager\\Trigger
H A DVariable.php238 public function getPath() function in Google\\Service\\TagManager\\Variable
H A DWorkspace.php135 public function getPath() function in Google\\Service\\TagManager\\Workspace
H A DBuiltInVariable.php99 public function getPath() function in Google\\Service\\TagManager\\BuiltInVariable
H A DContainer.php158 public function getPath() function in Google\\Service\\TagManager\\Container
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DUrlDispatchRule.php59 public function getPath() function in Google\\Service\\Appengine\\UrlDispatchRule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DHttpCheck.php141 public function getPath() function in Google\\Service\\Monitoring\\HttpCheck
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DCustomHttpPattern.php55 public function getPath() function in Google\\Service\\ServiceNetworking\\CustomHttpPattern
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DUrlMapTest.php130 public function getPath() function in Google\\Service\\Compute\\UrlMapTest
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md185 - `GuzzleHttp\get_path` -> `GuzzleHttp\Utils::getPath`
260 - `getPath` no longer supports wildcard expressions. Use something better like
744 - Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use `$client->getConfig()->getPath('re…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php170 public function getPath() function in GuzzleHttp\\Cookie\\SetCookie
306 $cookiePath = $this->getPath();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php65 $target = $this->uri->getPath();
H A DUriResolver.php82 if ($rel->getPath() === '') {
83 $targetPath = $base->getPath();
86 if ($rel->getPath()[0] === '/') {
87 $targetPath = $rel->getPath();
90 $targetPath = '/' . $rel->getPath();
94 $targetPath = $rel->getPath();
96 … $targetPath = substr($base->getPath(), 0, $lastSlashPos + 1) . $rel->getPath();
164 if ($base->getPath() !== $target->getPath()) {
176 $segments = explode('/', $target->getPath());
187 $sourceSegments = explode('/', $base->getPath());
[all …]

12345678910