Home
last modified time | relevance | path

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

123

/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
H A DRepeatingElementsTest.php12 $service->namespaceMap['urn:test'] = null;
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php39 public $namespaceMap = []; variable in Sabre\\Xml\\Service
82 $w->namespaceMap = $this->namespaceMap;
H A DWriter.php128 if (array_key_exists($namespace, $this->namespaceMap)) {
130 $this->namespaceMap[$namespace] === '' ? null : $this->namespaceMap[$namespace],
155 foreach ($this->namespaceMap as $namespace => $prefix) {
239 if (array_key_exists($namespace, $this->namespaceMap)) {
242 $this->namespaceMap[$namespace] . ':' . $localName,
H A DContextStackTrait.php58 public $namespaceMap = []; variable
101 $this->namespaceMap,
117 $this->namespaceMap,
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php12 $this->writer->namespaceMap = [
295 $this->writer->namespaceMap['http://sabredav.org/ns'] = null;
311 $this->writer->namespaceMap['http://sabredav.org/ns'] = '';

123