Home
last modified time | relevance | path

Searched refs:getUrl (Results 1 – 25 of 265) sorted by relevance

1234567891011

/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php82 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 DRequestDecorator.php58 function getUrl() { function in Sabre\\HTTP\\RequestDecorator
60 return $this->inner->getUrl();
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php82 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 DRequestDecorator.php58 function getUrl() { function in Sabre\\HTTP\\RequestDecorator
60 return $this->inner->getUrl();
/plugin/combo/ComboStrap/
H A DLinkMarkup.php155 $url = $this->getMarkupRef()->getUrl();
234 if (!$this->markupRef->getUrl()->hasProperty("do")) {
360 $description = ucfirst($this->markupRef->getUrl()->getFragment());
438 $emailAddress = $this->obfuscateEmail($this->markupRef->getUrl()->getPath());
473 $email = $this->markupRef->getUrl()->getPath();
494 return $this->markupRef->getUrl()->getFragment();
621 if ($this->markupRef->getUrl()->hasProperty("do")) {
631 foreach ($this->getMarkupRef()->getUrl()->getQueryProperties() as $key => $value) {
633 $this->getMarkupRef()->getUrl()->deleteQueryParameter($key);
644 foreach ($this->getMarkupRef()->getUrl()
[all...]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php19 $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 DRequestDecoratorTest.php28 $this->assertEquals('/foo', $this->inner->getUrl());
29 $this->assertEquals('/foo', $this->outer->getUrl());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php135 $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 DGoogle_AuthNone.php43 … $request->setUrl($request->getUrl() . ((strpos($request->getUrl(), '?') === false) ? '?' : '&')
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DLinkRenderer.php46 if (!($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($node->getUrl()))) {
47 $attrs['href'] = $node->getUrl();
H A DImageRenderer.php47 if ($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($inline->getUrl())) {
50 $attrs['src'] = $node->getUrl();
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DLinkRenderer.php
H A DImageRenderer.php
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php686 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 DGoogle_PlusService.php512 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 …]
H A DGoogle_BloggerService.php542 public function getUrl() { function in Google_Blog
803 public function getUrl() { function in Google_CommentAuthor
813 public function getUrl() { function in Google_CommentAuthorImage
954 public function getUrl() { function in Google_Page
987 public function getUrl() { function in Google_PageAuthor
997 public function getUrl() { function in Google_PageAuthorImage
1137 public function getUrl() { function in Google_Post
1170 public function getUrl() { function in Google_PostAuthor
1180 public function getUrl() { function in Google_PostAuthorImage
1352 public function getUrl() { function in Google_User
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php152 public function getUrl() { function in Google_HttpRequest
254 $key = $this->getUrl();
291 $path = parse_url($this->getUrl(), PHP_URL_PATH);
/plugin/facebookalbum/
H A Dfacebook.php420 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 Dbase_facebook.php356 $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 Dsyntax.php90 if (!$this->getUrl($filename, $data[0])) {
103 function getUrl($filename, &$data) { function in syntax_plugin_amazon
/plugin/authfacebook/lib/GraphNodes/
H A DGraphPicture.php48 public function getUrl() function in Facebook\\GraphNodes\\GraphPicture
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DEndPoint.php37 public function getUrl() function in Google\\Service\\Games\\EndPoint
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostAuthorImage.php37 public function getUrl() function in Google\\Service\\Blogger\\PostAuthorImage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DOpenLink.php37 public function getUrl() function in Google\\Service\\HangoutsChat\\OpenLink
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProductsGenerateApprovalUrlResponse.php37 public function getUrl() function in Google\\Service\\AndroidEnterprise\\ProductsGenerateApprovalUrlResponse

1234567891011