Home
last modified time | relevance | path

Searched refs:getHref (Results 1 – 25 of 47) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php14 $this->assertEquals('path', $href->getHref());
21 $this->assertEquals('path', $href->getHref());
37 $this->assertEquals('path', $href->getHref());
60 $this->assertEquals('/bla/path', $href->getHref());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DPrincipalTest.php16 $this->assertNull($principal->getHref());
20 $this->assertNull($principal->getHref());
24 $this->assertEquals('admin/', $principal->getHref());
95 $this->assertEquals('/principals/admin/', $principal->getHref());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginPropertiesTest.php43 $this->assertEquals('calendars/user1/outbox/',$prop->getHref());
48 $this->assertEquals('calendars/user1/inbox/',$prop->getHref());
61 $this->assertEquals('calendars/user1/default/',$prop->getHref());
H A DPluginPropertiesWithSharedCalendarTest.php53 $this->assertEquals('calendars/user1/outbox/',$prop->getHref());
58 $this->assertEquals('calendars/user1/inbox/',$prop->getHref());
71 $this->assertEquals('calendars/user1/default/',$prop->getHref());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php177 $this->assertEquals('/coll/file2.txt', $response->getHref());
187 $this->assertEquals('/coll/file3.txt', $response->getHref());
290 $this->assertEquals('/coll/file2.txt', $response->getHref());
300 $this->assertEquals('/coll/file3.txt', $response->getHref());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php76 function getHref() { function in Sabre\\DAV\\Xml\\Element\\Response
125 $writer->writeElement('{DAV:}href', $writer->contextUri . $this->getHref());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
DResponse.php76 function getHref() { function in Sabre\\DAV\\Xml\\Element\\Response
125 …writer->writeElement('{DAV:}href', $writer->contextUri . \Sabre\HTTP\encodePath($this->getHref()));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DGoalParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\GoalParentLink
DAccountChildLink.php41 public function getHref() function in Google\\Service\\Analytics\\AccountChildLink
DWebpropertyParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\WebpropertyParentLink
DProfileChildLink.php41 public function getHref() function in Google\\Service\\Analytics\\ProfileChildLink
DExperimentParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\ExperimentParentLink
DFilterParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\FilterParentLink
DCustomMetricParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\CustomMetricParentLink
DProfileParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\ProfileParentLink
DCustomDataSourceParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\CustomDataSourceParentLink
DCustomDimensionParentLink.php41 public function getHref() function in Google\\Service\\Analytics\\CustomDimensionParentLink
DCustomDataSourceChildLink.php41 public function getHref() function in Google\\Service\\Analytics\\CustomDataSourceChildLink
DWebpropertyChildLink.php41 public function getHref() function in Google\\Service\\Analytics\\WebpropertyChildLink
DAccountRef.php49 public function getHref() function in Google\\Service\\Analytics\\AccountRef
DFilterRef.php67 public function getHref() function in Google\\Service\\Analytics\\FilterRef
DWebPropertyRef.php71 public function getHref() function in Google\\Service\\Analytics\\WebPropertyRef
DProfileRef.php75 public function getHref() function in Google\\Service\\Analytics\\ProfileRef
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
DPlugin.php496 $calendarPath = $result[$caldavNS . 'schedule-default-calendar-URL']->getHref();
497 $homePath = $result[$caldavNS . 'calendar-home-set']->getHref();
498 $inboxPath = $result[$caldavNS . 'schedule-inbox-URL']->getHref();
934 $homeSet = $result[0][200][$caldavNS . 'calendar-home-set']->getHref();
935 $inboxUrl = $result[0][200][$caldavNS . 'schedule-inbox-URL']->getHref();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/
DLink.php61 public function getHref() function in Google\\Service\\DomainsRDAP\\Link

12