Home
last modified time | relevance | path

Searched refs:propertyMap (Results 1 – 25 of 28) sorted by relevance

12

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php65 static $propertyMap = []; variable in Sabre\\VObject\\Document
262 if (isset(static::$propertyMap[$propertyName])) {
263 return static::$propertyMap[$propertyName];
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php65 static public $propertyMap = array(); variable in Sabre\\VObject\\Document
253 if (isset(static::$propertyMap[$propertyName])) {
254 return static::$propertyMap[$propertyName];
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php65 static public $propertyMap = array(); variable in Sabre\\VObject\\Document
253 if (isset(static::$propertyMap[$propertyName])) {
254 return static::$propertyMap[$propertyName];
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php65 static public $propertyMap = array(); variable in Sabre\\VObject\\Document
253 if (isset(static::$propertyMap[$propertyName])) {
254 return static::$propertyMap[$propertyName];
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php65 public static $propertyMap = []; variable in Sabre\\VObject\\Document
258 if (isset(static::$propertyMap[$propertyName])) {
259 return static::$propertyMap[$propertyName];
/plugin/davcal/
H A DcalendarBackendDokuwiki.php35 public $propertyMap = array( variable in DokuWikiSabreCalendarBackend
82 $fields = array_values($this->propertyMap);
114 foreach ($this->propertyMap as $xmlName => $dbName)
163 $supportedProperties = array_keys($this->propertyMap);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php82 public $propertyMap = [ variable in Sabre\\CalDAV\\Backend\\PDO
142 $fields = array_values($this->propertyMap);
174 foreach ($this->propertyMap as $xmlName => $dbName) {
228 foreach ($this->propertyMap as $xmlName => $dbName) {
261 $supportedProperties = array_keys($this->propertyMap);
274 $fieldName = $this->propertyMap[$propertyName];
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php39 public $propertyMap = []; variable in Sabre\\DAV\\Client
170 $this->propertyMap = & $this->xml->elementMap;
H A DServer.php809 $propertyMap = [
816 $properties = $this->getProperties($path, array_keys($propertyMap));
819 foreach ($propertyMap as $property => $header) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php98 public $propertyMap = [ variable in Sabre\\CalDAV\\Backend\\PDO
158 $fields = array_values($this->propertyMap);
209 foreach ($this->propertyMap as $xmlName => $dbName) {
270 foreach ($this->propertyMap as $xmlName => $dbName) {
312 $supportedProperties = array_keys($this->propertyMap);
325 $fieldName = $this->propertyMap[$propertyName];
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php65 static $propertyMap = array( variable in Sabre\\VObject\\Component\\VCard
H A DVCalendar.php76 static $propertyMap = array( variable in Sabre\\VObject\\Component\\VCalendar
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php65 static $propertyMap = array( variable in Sabre\\VObject\\Component\\VCard
H A DVCalendar.php76 static $propertyMap = array( variable in Sabre\\VObject\\Component\\VCalendar
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php65 static $propertyMap = array( variable in Sabre\\VObject\\Component\\VCard
H A DVCalendar.php76 static $propertyMap = array( variable in Sabre\\VObject\\Component\\VCalendar
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php40 public $propertyMap = []; variable in Sabre\\DAV\\Client
H A DServer.php851 $propertyMap = [
858 $properties = $this->getProperties($path, array_keys($propertyMap));
861 foreach ($propertyMap as $property => $header) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php75 public static $propertyMap = [ variable in Sabre\\VObject\\Component\\VCard
H A DVCalendar.php79 public static $propertyMap = [ variable in Sabre\\VObject\\Component\\VCalendar
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php74 static $propertyMap = [ variable in Sabre\\VObject\\Component\\VCard
H A DVCalendar.php79 static $propertyMap = [ variable in Sabre\\VObject\\Component\\VCalendar
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md405 * Changed: $valueMap, $componentMap and $propertyMap now all use fully-qualified
420 * Changed: propertyMap, valueMap and componentMap are now static properties.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md405 * Changed: $valueMap, $componentMap and $propertyMap now all use fully-qualified
420 * Changed: propertyMap, valueMap and componentMap are now static properties.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md365 * Changed: $valueMap, $componentMap and $propertyMap now all use fully-qualified
380 * Changed: propertyMap, valueMap and componentMap are now static properties.

12