Home
last modified time | relevance | path

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

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A 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/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php59 function getHref() { function in Sabre\\DAV\\Xml\\Property\\Href
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php68 function getHref() { function in Sabre\\DAV\\Xml\\Property\\Href
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSubscriptionSupport.php77 $properties['source'] = $properties['{http://calendarserver.org/ns/}source']->getHref();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php114 …ls('webcal://www.example.org/', $subscription['{http://calendarserver.org/ns/}source']->getHref());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php418 $calendarPath = $result[$caldavNS . 'schedule-default-calendar-URL']->getHref();
419 $homePath = $result[$caldavNS . 'calendar-home-set']->getHref();
420 $inboxPath = $result[$caldavNS . 'schedule-inbox-URL']->getHref();
784 $homeSet = $result[0][200][$caldavNS . 'calendar-home-set']->getHref();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php74 … $this->assertEquals('principals/admin/', $result[200]['{DAV:}current-user-principal']->getHref());
267 $this->assertEquals('principals/user/', $result[200]['{DAV:}principal-URL']->getHref());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php41 …als('addressbooks/user1/', $result['{' . Plugin::NS_CARDDAV . '}addressbook-home-set']->getHref());
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php194 $principal = $principal->getHref();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php194 $principal = $principal->getHref();
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc16 var getHref = function() {
42 var href_vals = getHref();
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php661 public function getHref() { function in Google_AccountChildLink
839 public function getHref() { function in Google_CustomDataSourceChildLink
856 public function getHref() { function in Google_CustomDataSourceParentLink
1072 public function getHref() { function in Google_DailyUploadParentLink
1365 public function getHref() { function in Google_ExperimentParentLink
1925 public function getHref() { function in Google_GoalParentLink
2535 public function getHref() { function in Google_ProfileChildLink
2552 public function getHref() { function in Google_ProfileParentLink
3109 public function getHref() { function in Google_WebpropertyChildLink
3126 public function getHref() { function in Google_WebpropertyParentLink
H A DGoogle_OrkutService.php1285 public function getHref() { function in Google_CommentInReplyTo
2492 public function getHref() { function in Google_OrkutLinkResource
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php431 $result[$response->getHref()] = $response->getResponseProperties();
H A DCorePlugin.php881 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
899 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php94 $this->assertEquals('calendars/user1/notifications/', $prop->getHref());
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php409 $result[$response->getHref()] = $response->getResponseProperties();
H A DCorePlugin.php883 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
901 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc16 var getHref = function() {
42 var href_vals = getHref();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php1028 ':source' => $properties['{http://calendarserver.org/ns/}source']->getHref(),
1075 $newValues['source'] = $propertyValue->getHref();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php1155 ':source' => $properties['{http://calendarserver.org/ns/}source']->getHref(),
1204 $newValues['source'] = $propertyValue->getHref();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php473 $this->assertEquals('calendars/user1/',$prop->getHref());

12