Home
last modified time | relevance | path

Searched refs:setPath (Results 76 – 100 of 120) sorted by path

12345

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php241 $sc->setPath($this->getCookiePathFromRequest($request));
H A DSetCookie.php180 public function setPath($path) function in GuzzleHttp\\Cookie\\SetCookie
/plugin/combo/ComboStrap/
H A DCanonical.php195 ->setPath($path);
H A DFetcherPage.php56 $fetchUrl->setPath(UrlEndpoint::DOKU_PHP);
H A DMediaMarkup.php287 ->setPath($markupUrl->getPath())
H A DPermalinkTag.php71 ->setPath("/$permanentValue")
H A DSlotManagerMenuItem.php104 $url = UrlEndpoint::createComboStrapUrl()->setPath("/" . self::TAG);
/plugin/combo/ComboStrap/Web/
H A DUrl.php137 $this->setPath($pathUrlComponent);
298 public function setPath(string $path): Url
683 return $this->setPath($parentPath);
711 $this->setPath($name);
936 $localHost = Url::createEmpty()->setPath("/")->toAbsoluteUrl()->getHost();
287 public function setPath(string $path): Url global() function in ComboStrap\\Web\\Url
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");
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php47 $cookie->setPath($cookieArray['path']);
89 public function setPath($path) function in Facebook\\WebDriver\\Cookie
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php176 function setPath($path) { function in Sabre\\DAV\\PropFind
H A DServer.php860 $subPropFind->setPath($subPath);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396setPath=function(e,t){var n=this,r=arguments;return i.reduce(e,(function(e,i){return r.length>1?n.…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js396setPath=function(e,t){var n=this,r=arguments;return i.reduce(e,(function(e,i){return r.length>1?n.…
H A Dbundle.js.map1setPath = function(vs, value) {\n var self = this;\n var args = arguments;\n _.reduce(vs, funct…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1setPath","valueSpecified","arg0","freeze","hasEdge","inV","outV","nodeEdges","mapCacheClear","mapC…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNested.php19 $this->setPath($path);
27 public function setPath(string $path): self function in Elastica\\Aggregation\\Nested
H A DReverseNested.php21 $this->setPath($path);
30 public function setPath(string $path): self function in Elastica\\Aggregation\\ReverseNested
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php176 public function setPath($path) function in Elastica\\Connection
H A DRequest.php40 $this->setPath($path);
101 public function setPath(string $path) function in Elastica\\Request
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DNested.php21 public function setPath(string $path): self function in Elastica\\Query\\Nested
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php311 public function setPath($path) function in OAuth\\Common\\Http\\Uri\\Uri

12345