Home
last modified time | relevance | path

Searched refs:xmlName (Results 1 – 11 of 11) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php174 foreach ($this->propertyMap as $xmlName => $dbName) {
175 $calendar[$xmlName] = $row[$dbName];
228 foreach ($this->propertyMap as $xmlName => $dbName) {
229 if (isset($properties[$xmlName])) {
231 $values[':' . $dbName] = $properties[$xmlName];
987 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
989 $subscription[$xmlName] = $row[$dbName];
1032 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
1033 if (isset($properties[$xmlName])) {
1035 $values[':' . $dbName] = $properties[$xmlName];
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php209 foreach ($this->propertyMap as $xmlName => $dbName) {
210 $calendar[$xmlName] = $row[$dbName];
270 foreach ($this->propertyMap as $xmlName => $dbName) {
271 if (isset($properties[$xmlName])) {
273 $values[':' . $dbName] = $properties[$xmlName];
1114 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
1116 $subscription[$xmlName] = $row[$dbName];
1159 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
1160 if (isset($properties[$xmlName])) {
1162 $values[':' . $dbName] = $properties[$xmlName];
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php133 echo '<td>', $html->xmlName($privilege['principal']), '</td>';
137 echo '<td>', $html->xmlName($privilege['privilege']), '</td>';
H A DSupportedPrivilegeSet.php98 echo $html->xmlName($privName);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php133 echo '<td>', $html->xmlName($privilege['principal']), '</td>';
137 echo '<td>', $html->xmlName($privilege['privilege']), '</td>';
H A DSupportedPrivilegeSet.php98 echo $html->xmlName($priv['privilege']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php105 function xmlName($element) { function in Sabre\\DAV\\Browser\\HtmlOutputHelper
H A DPlugin.php733 …return "<tr><th>" . $html->xmlName($name) . "</th><td>" . $this->drawPropertyValue($html, $value) …
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php105 function xmlName($element) { function in Sabre\\DAV\\Browser\\HtmlOutputHelper
H A DPlugin.php728 …return "<tr><th>" . $html->xmlName($name) . "</th><td>" . $this->drawPropertyValue($html, $value) …
/plugin/davcal/
H A DcalendarBackendDokuwiki.php114 foreach ($this->propertyMap as $xmlName => $dbName)
116 $calendar[$xmlName] = $row[$dbName];