/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | UriResolver.php | 82 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 D | UriNormalizer.php | 131 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 D | Uri.php | 255 && 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 D | Disk.php | 65 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 D | RequestTest.php | 90 $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 D | CookieJar.php | 184 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 D | AbstractNode.php | 96 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 D | CorePlugin.php | 80 $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 D | CorePlugin.php | 78 $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 D | CacheReportHtmlDataBlockArray.php | 40 if ($result->getPath() !== null) { 42 $modifiedTime = FileSystems::getModifiedTime($result->getPath()); 61 $cacheFile = $result->getPath();
|
H A D | PathTreeNode.php | 38 $parentPath = $parentPathTreeNode->getPath(); 84 $parentPath = $actualNode->getPath()->getParent(); 106 public function getPath(): Path function in ComboStrap\\PathTreeNode
|
H A D | LinkMarkup.php | 220 $dokuPath = $this->getMarkupRef()->getPath(); 380 $uri = $url->getPath(); 442 $emailAddress = $this->obfuscateEmail($this->markupRef->getUrl()->getPath()); 477 $email = $this->markupRef->getUrl()->getPath(); 488 $path = $this->markupRef->getInterWiki()->toUrl()->getPath(); 606 return MarkupPath::createPageFromPathObject($this->getMarkupRef()->getPath());
|
H A D | ThirdMediaLink.php | 24 $path = $mediaMarkup->getPath(); 62 $path = $this->mediaMarkup->getPath();
|
/plugin/swiftmail/Swift/Connection/ |
H A D | Sendmail.php | 117 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 D | Image.php | 44 $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 D | ChainTest.php | 46 $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 D | FileInfo.php | 262 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 D | Plugin.php | 101 $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 D | Plugin.php | 101 $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 D | Path.php | 53 public function getPath(): string function in Nyholm\\Dsn\\Configuration\\Path 79 $this->getPath().
|
H A D | Url.php | 80 public function getPath(): ?string function in Nyholm\\Dsn\\Configuration\\Url 109 ($this->getPath() ?? '').
|
/plugin/combo/ComboStrap/Meta/Field/ |
H A D | Alias.php | 41 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 D | RequestDecorator.php | 143 function getPath() { function in Sabre\\HTTP\\RequestDecorator 145 return $this->inner->getPath();
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | RequestDecorator.php | 143 function getPath() { function in Sabre\\HTTP\\RequestDecorator 145 return $this->inner->getPath();
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/ |
H A D | Plugin.php | 88 $path = $propFind->getPath(); 91 $this->backend->propFind($propFind->getPath(), $propFind);
|