Home
last modified time | relevance | path

Searched refs:structuredValues (Results 1 – 6 of 6) sorted by relevance

/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php35 protected $structuredValues = array( variable in Sabre\\VObject\\Property\\Text
80 if (in_array($name, $this->structuredValues)) {
177 if (in_array($this->name, $this->structuredValues)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php35 protected $structuredValues = array( variable in Sabre\\VObject\\Property\\Text
80 if (in_array($name, $this->structuredValues)) {
177 if (in_array($this->name, $this->structuredValues)) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php35 protected $structuredValues = array( variable in Sabre\\VObject\\Property\\Text
80 if (in_array($name, $this->structuredValues)) {
177 if (in_array($this->name, $this->structuredValues)) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php35 protected $structuredValues = [ variable in Sabre\\VObject\\Property\\Text
80 if (in_array($name, $this->structuredValues)) {
168 if (in_array($this->name, $this->structuredValues)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php35 protected $structuredValues = [ variable in Sabre\\VObject\\Property\\Text
82 if (in_array($name, $this->structuredValues)) {
180 if (in_array($this->name, $this->structuredValues)) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DPhoneNumber.php16 protected $structuredValues = []; variable in Sabre\\VObject\\Property\\VCard\\PhoneNumber