Home
last modified time | relevance | path

Searched refs:namespaceMap (Results 1 – 25 of 55) sorted by path

123

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php180 $server->xml->namespaceMap[self::NS_CALDAV] = 'cal';
181 $server->xml->namespaceMap[self::NS_CALENDARSERVER] = 'cs';
/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/CardDAV/
H A DPlugin.php74 $server->xml->namespaceMap[self::NS_CARDDAV] = 'card';
/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/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';
H A DSupportedCollationSetTest.php24 $this->namespaceMap[CardDAV\Plugin::NS_CARDDAV] = 'card';
/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/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
H A DService.php39 public $namespaceMap = []; variable in Sabre\\Xml\\Service
62 $w->namespaceMap = $this->namespaceMap;
H A DWriter.php164 if (array_key_exists($namespace, $this->namespaceMap)) {
165 $result = $this->startElementNS($this->namespaceMap[$namespace], $localName, null);
187 foreach ($this->namespaceMap as $namespace => $prefix) {
257 if (array_key_exists($namespace, $this->namespaceMap)) {
260 $this->namespaceMap[$namespace] . ':' . $localName,
/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:']);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php35 $writer->namespaceMap = [

123