/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/action/ |
H A D | metalang.php | 42 if (!FileSystems::exists($page->getPath())) { 44 $pageId = PageUrlPath::decodePageId($page->getPath()->getLastName()); 50 if (!FileSystems::exists($page->getPath())) { 58 $INPUT->set("id",$page->getPath()->getDokuwikiId());
|
H A D | metafacebook.php | 153 if (!in_array($facebookImage->getPath()->getMime()->toString(), $facebookMime)) { 193 $facebookImage->getPath()->toAbsolutePath()->toString() 195 $page->getFirstImage()->getPath()->toAbsolutePath()->toString() 208 $mime = $facebookImage->getPath()->getMime()->toString();
|
/plugin/combo/ComboStrap/ |
H A D | CacheReportHtmlDataBlockArray.php | 39 if ($result->getPath() !== null) { 40 $modifiedTime = FileSystems::getModifiedTime($result->getPath()); 51 $dokuPath = $result->getPath()->toDokuPath(); 54 …LogUtility::msg("The path ({$result->getPath()}) could not be transformed as wiki path. Error:{$e-…
|
H A D | ImageSvg.php | 65 $this->svgDocument = SvgDocument::createSvgDocumentFromPath($this->getPath()); 150 if ($this->getPath() === null) { 164 …return ml($this->getPath()->getDokuwikiId(), $att, $direct, DokuwikiUrl::AMPERSAND_CHARACTER, true… 185 $cache = new CacheMedia($this->getPath(), $this->getAttributes());
|
H A D | ResourceComboAbs.php | 18 return FileSystems::exists($this->getPath()); 27 $time = FileSystems::getModifiedTime($this->getPath());
|
H A D | OutputDocument.php | 38 $path = $page->getPath(); 88 $ID = $this->getPage()->getPath()->getDokuwikiId(); 166 $ID = $this->getPage()->getPath()->getDokuwikiId();
|
H A D | Page.php | 333 $name = $this->getPath()->getLastNameWithoutExtension(); 352 $name = $this->getPath()->getLastNameWithoutExtension(); 370 return $this->getPath()->getLastName() === $startPageName; 590 return rawWiki($this->getPath()->getDokuwikiId()); 622 $ID = $this->getPath()->getDokuwikiId(); 853 if ($this->getPath()->getLastName() == $startPageName) { 972 $id = $this->getPath()->getDokuwikiId(); 1415 $names = $this->getPath()->getNames(); 1718 if ($alias->getPath() === $this->buildAliasPath) { 1925 function getPath(): Path function in ComboStrap\\Page [all …]
|
H A D | MetadataStoreAbs.php | 26 if ($this->page->getPath()->toString() !== $requestedResource->getPath()->toString()) {
|
H A D | CacheDependencies.php | 195 $parentPath = $requestPage->getPath()->getParent(); 202 return $requestPage->getPath()->toString(); 282 …return $this->page->getPath()->toLocalPath()->toString() . $_SERVER['HTTP_HOST'] . $_SERVER['SERVE… 334 ->getPath()
|
H A D | Media.php | 67 public function getPath(): Path function in ComboStrap\\Media 117 return $this->getPath()->toString();
|
/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/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/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/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/combo/syntax/ |
H A D | media.php | 91 $scheme = $media->getMedia()->getPath()->getScheme(); 234 if ($media->getPath()->getScheme() == DokuFs::SCHEME) { 235 … if ($media->getPath()->getMime()->isImage() || $media->getPath()->getExtension() === "svg") { 243 … $message = "Media ({$media->getPath()}). Error while rendering: {$e->getMessage()}";
|
/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/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().
|
/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(),
|