Home
last modified time | relevance | path

Searched refs:delimiter (Results 51 – 75 of 263) sorted by path

1234567891011

/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php26 public $delimiter = ';'; variable in Sabre\\VObject\\Property\\Float
39 $val = explode($this->delimiter, $val);
55 $this->delimiter,
H A DText.php28 public $delimiter = ','; variable in Sabre\\VObject\\Property\\Text
81 $this->delimiter = ';';
100 $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
161 return implode($this->delimiter, $val);
H A DTime.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Time
H A DUri.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Uri
H A DUtcOffset.php22 public $delimiter = null; variable in Sabre\\VObject\\Property\\UtcOffset
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\ICalendar\\CalAddress
H A DDateTime.php33 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\DateTime
86 $this->setValue(explode($this->delimiter, $val));
97 return implode($this->delimiter, $this->getParts());
H A DDuration.php29 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Duration
42 $this->setValue(explode($this->delimiter, $val));
53 return implode($this->delimiter, $this->getParts());
H A DPeriod.php29 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Period
42 $this->setValue(explode($this->delimiter, $val));
53 return implode($this->delimiter, $this->getParts());
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php27 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
276 return implode($this->delimiter, $this->getParts());
H A DTimeStamp.php26 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\TimeStamp
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php478 * @param string $delimiter
481 static public function unescapeValue($input, $delimiter = ';') { argument
484 if ($delimiter) {
485 $regex .= ' | (' . $delimiter . ')';
510 case $delimiter :
523 return $delimiter ? $resultArray : $result;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php55 public $delimiter = ';'; variable in Sabre\\VObject\\Property
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php31 public $delimiter = null; variable in Sabre\\VObject\\Property\\Binary
H A DFlatText.php32 public $delimiter = ','; variable in Sabre\\VObject\\Property\\FlatText
H A DFloatValue.php26 public $delimiter = ';'; variable in Sabre\\VObject\\Property\\FloatValue
39 $val = explode($this->delimiter, $val);
55 $this->delimiter,
H A DText.php28 public $delimiter = ','; variable in Sabre\\VObject\\Property\\Text
81 $this->delimiter = ';';
100 $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
161 return implode($this->delimiter, $val);
H A DTime.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Time
H A DUri.php24 public $delimiter = null; variable in Sabre\\VObject\\Property\\Uri
H A DUtcOffset.php22 public $delimiter = null; variable in Sabre\\VObject\\Property\\UtcOffset
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php25 public $delimiter = null; variable in Sabre\\VObject\\Property\\ICalendar\\CalAddress
H A DDateTime.php33 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\DateTime
86 $this->setValue(explode($this->delimiter, $val));
97 return implode($this->delimiter, $this->getParts());
H A DDuration.php29 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Duration
42 $this->setValue(explode($this->delimiter, $val));
53 return implode($this->delimiter, $this->getParts());
H A DPeriod.php29 public $delimiter = ','; variable in Sabre\\VObject\\Property\\ICalendar\\Period
42 $this->setValue(explode($this->delimiter, $val));
53 return implode($this->delimiter, $this->getParts());
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php27 public $delimiter = null; variable in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
276 return implode($this->delimiter, $this->getParts());

1234567891011