Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/Web/
H A DUrlEndpoint.php32 return Url::createEmpty()->setPath(self::LIB_EXE_FETCH_PHP);
37 return Url::createEmpty()->setPath(self::LIB_EXE_DETAIL_PHP);
52 ->setPath("support");
59 return Url::createEmpty()->setPath(self::DOKU_PHP);
80 return Url::createEmpty()->setPath(self::LIB_EXE_RUNNER_PHP);
85 return Url::createEmpty()->setPath(self::LIB_EXE_AJAX_PHP);
90 return Url::createEmpty()->setPath(self::LIB_EXE_CSS_PHP);
H A DUrlRewrite.php106 $url->setPath(self::MEDIA_PREFIX . "/$webUrlPath");
119 $url->setPath("/_detail/$webUrlPath");
146 … $url->setPath(self::EXPORT_PATH_PREFIX . "/$exportFormat/$webUrlPath");
157 $url->setPath($webUrlPath);
160 $url->setPath("$path/$urlId");
192 $url->setPath("$urlPathBaseDir$path");
194 $url->setPath("$urlPathBaseDir/$path");
H A DUrl.php137 $this->setPath($pathUrlComponent);
325 public function setPath(string $path): Url function in ComboStrap\\Web\\Url
709 return $this->setPath($parentPath);
737 $this->setPath($name);
962 $localHost = Url::createEmpty()->setPath("/")->toAbsoluteUrl()->getHost();
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DCookie.php47 $cookie->setPath($cookieArray['path']);
89 public function setPath($path) function in Facebook\\WebDriver\\Cookie
/template/strap/ComboStrap/
H A DSlotManagerMenuItem.php104 $url = UrlEndpoint::createComboStrapUrl()->setPath("/" . self::TAG);
H A DCanonical.php195 ->setPath($path);
H A DPermalinkTag.php71 ->setPath("/$permanentValue")
H A DFetcherPage.php56 $fetchUrl->setPath(UrlEndpoint::DOKU_PHP);
H A DMediaMarkup.php287 ->setPath($markupUrl->getPath())