Home
last modified time | relevance | path

Searched refs:getAbsoluteUrl (Results 1 – 19 of 19) sorted by last modified time

/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md220 * Added: Request::setAbsoluteUrl and Request::getAbsoluteUrl.
H A DREADME.md375 function getAbsoluteUrl();
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php136 function getAbsoluteUrl() { function in Sabre\\HTTP\\Request
H A DRequestInterface.php49 function getAbsoluteUrl(); function
H A DRequestDecorator.php81 function getAbsoluteUrl() { function in Sabre\\HTTP\\RequestDecorator
83 return $this->inner->getAbsoluteUrl();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php53 $currentUri = $request->getAbsoluteUrl();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientMock.php21 public function getAbsoluteUrl($url) { function in Sabre\\DAV\\ClientMock
23 return parent::getAbsoluteUrl($url);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php221 $url = $this->getAbsoluteUrl($url);
274 $url = $this->getAbsoluteUrl($url);
292 $request = new HTTP\Request('OPTIONS', $this->getAbsoluteUrl(''));
339 $url = $this->getAbsoluteUrl($url);
357 function getAbsoluteUrl($url) { function in Sabre\\DAV\\Client
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js2776 this.openLink(this.getAbsoluteUrl(href), target);
2892 Graph.prototype.getAbsoluteUrl = function(url) method in Graph
9097 var href = this.getAbsoluteUrl(links[i].getAttribute('href'));
9276 this.currentLink = graph.getAbsoluteUrl(graph.getLinkForCell(state.cell));
10742 a.setAttribute('href', this.getAbsoluteUrl(link));
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2384 …ell))b=this.isBlankLink(c)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(c),b);mxEvent.…
2387 …a:"!==b.substring(0,5)&&!this.isExternalProtocol(b)};Graph.prototype.getAbsoluteUrl=function(b){nu…
2566 …entsByTagName("a");if(null!=b)for(var f=0;f<b.length;f++){var c=this.getAbsoluteUrl(b[f].getAttrib…
2572 …c.getEvent()));this.clear()},activate:function(b){this.currentLink=l.getAbsoluteUrl(l.getLinkForCe…
2602 this.getAbsoluteUrl(b));c.setAttribute("title",f(this.isCustomLink(b)?this.getLinkTitle(b):b,80));n…
H A Dviewer.min.js2384 …ell))b=this.isBlankLink(c)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(c),b);mxEvent.…
2387 …a:"!==b.substring(0,5)&&!this.isExternalProtocol(b)};Graph.prototype.getAbsoluteUrl=function(b){nu…
2566 …entsByTagName("a");if(null!=b)for(var f=0;f<b.length;f++){var c=this.getAbsoluteUrl(b[f].getAttrib…
2572 …c.getEvent()));this.clear()},activate:function(b){this.currentLink=l.getAbsoluteUrl(l.getLinkForCe…
2602 this.getAbsoluteUrl(b));c.setAttribute("title",f(this.isCustomLink(b)?this.getLinkTitle(b):b,80));n…
H A Dapp.min.js2633 …ell))a=this.isBlankLink(b)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(b),a);mxEvent.…
2636 …a:"!==a.substring(0,5)&&!this.isExternalProtocol(a)};Graph.prototype.getAbsoluteUrl=function(a){nu…
2815 …entsByTagName("a");if(null!=a)for(var c=0;c<a.length;c++){var d=this.getAbsoluteUrl(a[c].getAttrib…
2821 …d.getEvent()));this.clear()},activate:function(a){this.currentLink=g.getAbsoluteUrl(g.getLinkForCe…
2851 this.getAbsoluteUrl(a));d.setAttribute("title",c(this.isCustomLink(a)?this.getLinkTitle(a):a,80));n…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php53 $currentUri = $request->getAbsoluteUrl();
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md253 * Added: Request::setAbsoluteUrl and Request::getAbsoluteUrl.
H A DREADME.md375 function getAbsoluteUrl();
/plugin/webdav/vendor/sabre/http/lib/
H A DRequestDecorator.php81 function getAbsoluteUrl() { function in Sabre\\HTTP\\RequestDecorator
83 return $this->inner->getAbsoluteUrl();
H A DRequest.php136 function getAbsoluteUrl() { function in Sabre\\HTTP\\Request
H A DRequestInterface.php49 function getAbsoluteUrl(); function
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php324 $request = new HTTP\Request('OPTIONS', $this->getAbsoluteUrl(''));
371 $url = $this->getAbsoluteUrl($url);
389 function getAbsoluteUrl($url) { function in Sabre\\DAV\\Client