Home
last modified time | relevance | path

Searched refs:remoteUrl (Results 1 – 4 of 4) sorted by last modified time

/plugin/combo/ComboStrap/
H A DSnippet.php125 private Url $remoteUrl; variable in ComboStrap\\Snippet
627 $remoteUrl = $array[self::JSON_URL_PROPERTY] ?? null;
628 if ($remoteUrl !== null) {
629 $snippet->setRemoteUrl(Url::createFromString($remoteUrl));
669 if ($useCdn && isset($this->remoteUrl)) {
684 if (isset($this->remoteUrl)) {
722 if (!isset($this->remoteUrl)) {
725 return $this->remoteUrl;
788 if (isset($this->remoteUrl)) {
789 $dataToSerialize[self::JSON_URL_PROPERTY] = $this->remoteUrl
[all...]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md293 $remoteUrl = 'http://example.org/';
298 // If youre $remoteUrl doesn't end with a slash, this one probably shouldn't
312 $subRequest->setUrl($remoteUrl . $request->getPath());
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php4 $remoteUrl = 'http://example.org/'; variable
42 $subRequest->setUrl($remoteUrl . $request->getPath());
/plugin/webdav/vendor/sabre/http/
H A DREADME.md293 $remoteUrl = 'http://example.org/';
298 // If youre $remoteUrl doesn't end with a slash, this one probably shouldn't
312 $subRequest->setUrl($remoteUrl . $request->getPath());