Home
last modified time | relevance | path

Searched refs:val (Results 826 – 850 of 887) sorted by path

1...<<313233343536

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php413 $val = $node->get();
414 if (is_resource($val))
415 $val = stream_get_contents($val);
418 return str_replace("\r", "", $val);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php174 $val = $node->get();
175 if (is_resource($val))
176 $val = stream_get_contents($val);
178 return $val;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php873 $val = $propFind->get('{http://sabredav.org/ns}sync-token');
874 if ($val) return $val;
876 $val = $propFind->get('{DAV:}sync-token');
877 if ($val && is_scalar($val)) {
878 return $val;
880 if ($val && $val instanceof Xml\Property\Href) {
881 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
895 $val = $result['{DAV:}sync-token'];
896 if (is_scalar($val)) {
897 return $val;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php90 foreach ($this->getValue() as $val) {
92 $writer->writeAttribute('name', $val);
H A DSupportedReportSet.php121 foreach ($this->getValue() as $val) {
124 $writer->writeElement($val);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1039 $val = $this->principalCollectionSet;
1041 foreach ($val as $k => $v) $val[$k] = $v . '/';
1042 return new Href($val);
1059 $val = $this->getCurrentUserPrivilegeSet($node);
1060 return new Xml\Property\CurrentUserPrivilegeSet($val);
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php868 foreach ($vevent->select('EXDATE') as $val) {
869 $exdate = array_merge($exdate, $val->getParts());
875 foreach ($rr->getParts() as $key => $val) {
877 if ('INTERVAL' === $key && 1 == $val) {
880 if (is_array($val)) {
881 $val = implode(',', $val);
883 $rrule[] = "$key=$val";
952 foreach ($propertyValues as $val) {
953 $significantChangeHash .= $val->getValue().';';
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php206 * @param string $val
208 abstract public function setRawMimeDirValue($val); argument
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php57 * @param string $val
59 public function setRawMimeDirValue($val) argument
61 $this->value = base64_decode($val);
H A DBoolean.php28 * @param string $val
30 public function setRawMimeDirValue($val) argument
32 $val = 'TRUE' === strtoupper($val) ? true : false;
33 $this->setValue($val);
H A DFlatText.php39 * @param string $val
41 public function setQuotedPrintableValue($val) argument
43 $val = quoted_printable_decode($val);
44 $this->setValue($val);
H A DFloatValue.php34 * @param string $val
36 public function setRawMimeDirValue($val) argument
38 $val = explode($this->delimiter, $val);
39 foreach ($val as &$item) {
42 $this->setParts($val);
80 $val = array_map('floatval', $this->getParts());
87 return [$val];
90 return $val;
H A DIntegerValue.php26 * @param string $val
28 public function setRawMimeDirValue($val) argument
30 $this->setValue((int) $val);
H A DText.php93 * @param string $val
103 * @param string $val
107 $val = quoted_printable_decode($val);
127 $val = $this->getParts();
130 $val = array_pad($val, $this->minimumPropertyValues[$this->name], '');
200 $val = $this->getParts();
203 $val = \array_pad($val, $this->minimumPropertyValues[$this->name], '');
208 if (\count($val) > 1) {
212 $val = \implode(';', $val);
214 $val = $val[0];
[all …]
H A DUri.php69 * @param string $val
71 public function setRawMimeDirValue($val) argument
83 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
97 $this->value = strtr($val, ['\,' => ',']);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php79 * @param string $val
81 public function setRawMimeDirValue($val) argument
83 $this->setValue(explode($this->delimiter, $val));
H A DDuration.php35 * @param string $val
37 public function setRawMimeDirValue($val) argument
39 $this->setValue(explode($this->delimiter, $val));
H A DPeriod.php36 * @param string $val
38 public function setRawMimeDirValue($val) argument
40 $this->setValue(explode($this->delimiter, $val));
H A DRecur.php118 * @param string $val
120 public function setRawMimeDirValue($val) argument
122 $this->setValue($val);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php315 * @param string $val
317 public function setRawMimeDirValue($val) argument
319 $this->setValue($val);
H A DLanguageTag.php25 * @param string $val
27 public function setRawMimeDirValue($val) argument
29 $this->setValue($val);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php718 $val = (int) $value;
719 if ($val < 1) {
723 $this->$key = $val;
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php62 foreach (get_object_vars($valueObject) as $key => $val) {
63 if (is_array($val)) {
66 foreach ($val as $child) {
70 } elseif ($val !== null) {
71 $writer->writeElement('{' . $namespace . '}' . $key, $val);
/plugin/webdavclient/
H A Dhelper.php1280 foreach($object->attributes() as $key => $val)
1288 array($ret[$object->getName()][(string)$key], trim((string)$val, '"'));
1294 $ret[$object->getName()][(string)$key][] = trim((string)$val, '"');
1300 $ret[$object->getName()][(string)$key] = trim((string)$val, '"');
1488 foreach($ns as $key => $val)
1489 $xml->writeAttribute('xmlns:'.$key, $val);
1517 foreach($ns as $key => $val)
1518 $xml->writeAttribute('xmlns:'.$key, $val);
1530 foreach($params as $key => $val)
1534 if($val !== '')
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php879 foreach ($vevent->select('EXDATE') as $val) {
880 $exdate = array_merge($exdate, $val->getParts());
953 foreach($propertyValues as $val) {
954 $significantChangeHash.= $val->getValue().';';

1...<<313233343536