Home
last modified time | relevance | path

Searched refs:namespaceMap (Results 1 – 25 of 55) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php11 protected $namespaceMap = ['DAV:' => 'd']; variable in Sabre\\DAV\\Xml\\XmlTest
18 $writer->namespaceMap = $this->namespaceMap;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php701 foreach ($this->server->xml->namespaceMap as $namespace => $prefix) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php30 protected $namespaceMap; variable in Sabre\\DAV\\Browser\\HtmlOutputHelper
43 * @param array $namespaceMap
45 function __construct($baseUri, array $namespaceMap) { argument
48 $this->namespaceMap = $namespaceMap;
108 if (isset($this->namespaceMap[$ns])) {
109 $propName = $this->namespaceMap[$ns] . ':' . $localName;
H A DPlugin.php725 $this->server->xml->namespaceMap
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md103 * #16: Added ability to override `elementMap`, `namespaceMap` and `baseUri` for
/plugin/davcal/vendor/sabre/xml/lib/
H A DContextStackTrait.php58 public $namespaceMap = []; variable
81 $this->namespaceMap
96 $this->namespaceMap
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DContextStackTest.php24 $this->stack->namespaceMap['DAV:'] = 'd';
30 $this->assertEquals('d', $this->stack->namespaceMap['DAV:']);
34 $this->stack->namespaceMap['DAV:'] = 'dd';
40 $this->assertEquals('d', $this->stack->namespaceMap['DAV:']);
H A DServiceTest.php180 $util->namespaceMap = [
H A DWriterTest.php12 $this->writer->namespaceMap = [
259 $this->writer->namespaceMap['http://sabredav.org/ns'] = null;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php35 $writer->namespaceMap = [
H A DElementsTest.php99 $writer->namespaceMap = [
H A DKeyValueTest.php148 $writer->namespaceMap = [
H A DXmlFragmentTest.php120 $writer->namespaceMap = [
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/
H A DService.php42 public $namespaceMap = [ variable in Sabre\\DAV\\Xml\\Service
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php24 $writer->namespaceMap = [
37 $writer->namespaceMap = [
H A DInviteTest.php22 $this->namespaceMap['http://calendarserver.org/ns/'] = 'cs';
H A DSystemStatusTest.php20 $writer->namespaceMap = [
31 $writer->namespaceMap = [
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DAllowedSharingModesTest.php24 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
25 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
H A DEmailAddressSetTest.php9 protected $namespaceMap = [ variable in Sabre\\CalDAV\\Xml\\Property\\EmailAddressSetTest
H A DInviteTest.php12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
13 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
H A DScheduleCalendarTranspTest.php12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
13 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
H A DSupportedCalendarComponentSetTest.php12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
13 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
H A DSupportedCalendarDataTest.php22 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
H A DSupportedCollationSetTest.php24 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
H A DSupportedAddressDataTest.php24 $this->namespaceMap[CardDAV\Plugin::NS_CARDDAV] = 'card';

123