Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 25 of 245) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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 …]
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/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php65 private function getPath($name) function in Handlebars\\Cache\\Disk
80 $path = $this->getPath($name);
96 $path = $this->getPath($name);
110 $path = $this->getPath($name);
/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/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php96 public function getPath() function in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode
99 …if ($this->parent === null || $this->parent->getPath() === null || $this->parent->getPath() === fa…
102 $this->path = $this->parent->getPath() . '/' . $this->name;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php80 $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/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/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php40 if ($result->getPath() !== null) {
42 $modifiedTime = FileSystems::getModifiedTime($result->getPath());
61 $cacheFile = $result->getPath();
H A DPathTreeNode.php38 $parentPath = $parentPathTreeNode->getPath();
84 $parentPath = $actualNode->getPath()->getParent();
106 public function getPath(): Path function in ComboStrap\\PathTreeNode
H A DLinkMarkup.php220 $dokuPath = $this->getMarkupRef()->getPath();
376 $uri = $url->getPath();
438 $emailAddress = $this->obfuscateEmail($this->markupRef->getUrl()->getPath());
473 $email = $this->markupRef->getUrl()->getPath();
484 $path = $this->markupRef->getInterWiki()->toUrl()->getPath();
602 return MarkupPath::createPageFromPathObject($this->getMarkupRef()->getPath());
H A DThirdMediaLink.php24 $path = $mediaMarkup->getPath();
62 $path = $this->mediaMarkup->getPath();
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php117 public function getPath() function in Swift_Connection_Sendmail
185 return $this->getPath() . " -" . $this->getFlags();
282 if (!$this->getPath() || !$this->getFlags())
288 $log->add("Trying to stat the executable '" . $this->getPath() . "'.");
290 if (!@lstat($this->getPath()))
/plugin/swiftmail/Swift/Message/
H A DImage.php44 $img_data = @getimagesize($data->getPath());
48 …"Cannot use file '" . $data->getPath() . "' as image since getimagesize() was unable to detect a f…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php46 $this->assertSame('', $loader->getSourceContext('foo')->getPath());
49 $this->assertSame('', $loader->getSourceContext('errors/index.html')->getPath());
53 …th($path.'/errors/base.html'), realpath($loader->getSourceContext('errors/base.html')->getPath()));
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php262 public function getPath() function in splitbrain\\PHPArchive\\FileInfo
312 $filename = $this->getPath();
348 if ($include && !preg_match($include, $this->getPath())) {
351 if ($exclude && preg_match($exclude, $this->getPath())) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php101 $this->getLocks($propFind->getPath())
173 $uri = $request->getPath();
282 $path = $request->getPath();
428 $request->getPath(),
438 $request->getPath(),
444 $request->getPath(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php101 $this->getLocks($propFind->getPath())
173 $uri = $request->getPath();
282 $path = $request->getPath();
428 $request->getPath(),
438 $request->getPath(),
444 $request->getPath(),
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php53 public function getPath(): string function in Nyholm\\Dsn\\Configuration\\Path
79 $this->getPath().
H A DUrl.php80 public function getPath(): ?string function in Nyholm\\Dsn\\Configuration\\Url
109 ($this->getPath() ?? '').
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php41 public function getPath(): WikiPath function in ComboStrap\\Meta\\Field\\Alias
78 LogUtility::msg("Bad Alias Type. The alias type value ($type) for the alias path ({$this->getPath()}) of the page ({$pageAnchor})");
/plugin/webdav/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/lib/
H A DRequestDecorator.php143 function getPath() { function in Sabre\\HTTP\\RequestDecorator
145 return $this->inner->getPath();
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php88 $path = $propFind->getPath();
91 $this->backend->propFind($propFind->getPath(), $propFind);

12345678910