/plugin/webdav/vendor/sabre/http/lib/ |
H A D | Request.php | 82 function getUrl() { function in Sabre\\HTTP\\Request 109 $url = $this->getUrl(); 194 $uri = str_replace('//', '/', $this->getUrl()); 214 …throw new \LogicException('Requested uri (' . $this->getUrl() . ') is out of base uri (' . $this->… 298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
|
H A D | RequestDecorator.php | 58 function getUrl() { function in Sabre\\HTTP\\RequestDecorator 60 return $this->inner->getUrl();
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Request.php | 82 function getUrl() { function in Sabre\\HTTP\\Request 109 $url = $this->getUrl(); 194 $uri = str_replace('//', '/', $this->getUrl()); 214 …throw new \LogicException('Requested uri (' . $this->getUrl() . ') is out of base uri (' . $this->… 298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
|
H A D | RequestDecorator.php | 58 function getUrl() { function in Sabre\\HTTP\\RequestDecorator 60 return $this->inner->getUrl();
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | SapiTest.php | 19 $this->assertEquals('/foo', $request->getUrl()); 43 $this->assertEquals('/foo', $request->getUrl()); 59 $this->assertEquals('/foo', $request->getUrl()); 75 $this->assertEquals('/foo', $request->getUrl());
|
H A D | RequestDecoratorTest.php | 28 $this->assertEquals('/foo', $this->inner->getUrl()); 29 $this->assertEquals('/foo', $this->outer->getUrl());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ClientTest.php | 135 $this->assertEquals('/foo', $request->getUrl()); 189 $this->assertEquals('/foo', $request->getUrl()); 222 $this->assertEquals('/foo', $request->getUrl()); 247 $this->assertEquals('/', $request->getUrl());
|
/plugin/authgoogle/google/auth/ |
H A D | Google_AuthNone.php | 43 … $request->setUrl($request->getUrl() . ((strpos($request->getUrl(), '?') === false) ? '?' : '&')
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | LinkRenderer.php | 48 if (!($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($inline->getUrl()))) { 49 $attrs['href'] = $inline->getUrl();
|
H A D | ImageRenderer.php | 48 if ($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($inline->getUrl())) { 51 $attrs['src'] = $inline->getUrl();
|
/plugin/combo/resources/library/combo/ |
H A D | FormMetaField.js | 40 if (this.getUrl() === undefined && this.getDescription() === undefined) { 43 let url = this.getUrl(); 44 if (this.getUrl() === undefined) { 114 getUrl() { method in FormMetaField 516 "url": this.getUrl()
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | LinkRenderer.php | 47 if (!($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($inline->getUrl()))) { 48 $attrs['href'] = $inline->getUrl();
|
H A D | ImageRenderer.php | 47 if ($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($inline->getUrl())) { 50 $attrs['src'] = $inline->getUrl();
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_PlusDomainsService.php | 686 public function getUrl() { function in Google_Activity 734 public function getUrl() { function in Google_ActivityActor 744 public function getUrl() { function in Google_ActivityActorImage 923 public function getUrl() { function in Google_ActivityObject 956 public function getUrl() { function in Google_ActivityObjectActor 966 public function getUrl() { function in Google_ActivityObjectActorImage 1051 public function getUrl() { function in Google_ActivityObjectAttachments 1068 public function getUrl() { function in Google_ActivityObjectAttachmentsEmbed 1093 public function getUrl() { function in Google_ActivityObjectAttachmentsFullImage 1124 public function getUrl() { function in Google_ActivityObjectAttachmentsImage [all …]
|
H A D | Google_PlusService.php | 512 public function getUrl() { function in Google_Activity 560 public function getUrl() { function in Google_ActivityActor 570 public function getUrl() { function in Google_ActivityActorImage 740 public function getUrl() { function in Google_ActivityObject 773 public function getUrl() { function in Google_ActivityObjectActor 783 public function getUrl() { function in Google_ActivityObjectActorImage 858 public function getUrl() { function in Google_ActivityObjectAttachments 875 public function getUrl() { function in Google_ActivityObjectAttachmentsEmbed 900 public function getUrl() { function in Google_ActivityObjectAttachmentsFullImage 931 public function getUrl() { function in Google_ActivityObjectAttachmentsImage [all …]
|
/plugin/authgoogle/google/io/ |
H A D | Google_HttpRequest.php | 152 public function getUrl() { function in Google_HttpRequest 254 $key = $this->getUrl(); 291 $path = parse_url($this->getUrl(), PHP_URL_PATH);
|
/plugin/facebookalbum/ |
H A D | facebook.php | 420 return $this->getUrl( 446 return $this->getUrl( 468 return $this->getUrl( 537 $this->getUrl('graph', $path), 853 return self::getUrl($name, 'restserver.php'); 864 protected function getUrl($name, $path='', $params=array()) { function in Facebook
|
/plugin/fblogin/lib/ |
H A D | base_facebook.php | 356 $this->getUrl('graph', '/oauth/access_token'), 584 return $this->getUrl( 604 return $this->getUrl( 626 return $this->getUrl( 772 $this->getUrl('graph', '/oauth/access_token'), 869 $this->getUrl($domainKey, $path), 1110 return self::getUrl($name, 'restserver.php'); 1122 protected function getUrl($name, $path='', $params=array()) { function in BaseFacebook
|
/plugin/amazon_heavy/ |
H A D | syntax.php | 90 if (!$this->getUrl($filename, $data[0])) { 103 function getUrl($filename, &$data) { function in syntax_plugin_amazon
|
/plugin/combo/ComboStrap/ |
H A D | ImageSvg.php | 76 public function getUrl(): ?string function in ComboStrap\\ImageSvg 172 return $this->getUrl();
|
H A D | SnippetManager.php | 141 "src" => $snippet->getUrl(), 181 "href" => $snippet->getUrl(), 375 $url = $javascriptMedia->getUrl(); 390 $url = $javascriptMedia->getUrl();
|
H A D | ThirdMedia.php | 10 public function getUrl(): string function in ComboStrap\\ThirdMedia
|
/plugin/authfacebook/lib/GraphNodes/ |
H A D | GraphPicture.php | 48 public function getUrl() function in Facebook\\GraphNodes\\GraphPicture
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | EndPoint.php | 37 public function getUrl() function in Google\\Service\\Games\\EndPoint
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/ |
H A D | PostAuthorImage.php | 37 public function getUrl() function in Google\\Service\\Blogger\\PostAuthorImage
|